Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-30 | Refactor: Don't repeat tag checking ad naseum | Denis Kenzior | 1 | -73/+5 | |
The tag checking can be done safely once inside the main parsing function, no need to repeat it in the individual object parsers. | |||||
2010-03-30 | Style: More consistent indentation | Denis Kenzior | 1 | -5/+5 | |
2010-03-29 | Fix use of g_checksum_get_digest() inout argument | Marcel Holtmann | 1 | -2/+2 | |
2010-03-29 | Fix: measurement results are binary data | Denis Kenzior | 1 | -1/+1 | |
2010-03-29 | Add parser for network measurement results objects | Yang Gu | 1 | -0/+26 | |
2010-03-29 | Add call-forwarding to mbm driver | Denis Kenzior | 1 | -0/+2 | |
2010-03-29 | Fix: simplify isimodem call-barring driver. | Pekka Pessi | 2 | -175/+120 | |
Add support for lock codes AG and AC (MMI codes 333 and 353, respectively). Use decimal MMI codes in <ss.h>. | |||||
2010-03-29 | Check for capabilities support via libcap-ng | Marcel Holtmann | 4 | -4/+23 | |
2010-03-29 | Style: braces are not needed | Denis Kenzior | 1 | -1/+1 | |
2010-03-29 | Fix: Use tech reported by MBM erinfo | Denis Kenzior | 1 | -0/+33 | |
2010-03-28 | Fix: Handle 2 and 3 argument versions of ERINFO | Denis Kenzior | 1 | -3/+23 | |
2010-03-28 | Move erinfo notify to atmodem netreg driver | Denis Kenzior | 2 | -23/+27 | |
2010-03-28 | Enable PPP session suport for AT+CGDATA command | Marcel Holtmann | 1 | -16/+16 | |
2010-03-26 | ppp: send PPP_FAIL when authentication fails | Kristen Carlson Accardi | 1 | -1/+2 | |
2010-03-26 | Add phonesim vendor quirk | Denis Kenzior | 3 | -1/+10 | |
2010-03-26 | Add mbm vendor | Denis Kenzior | 2 | -1/+3 | |
2010-03-26 | Refactor: Use CIND as default strength reporting | Denis Kenzior | 1 | -31/+99 | |
Many vendors seem to use CIND instead of CSQ / proprietary extensions. | |||||
2010-03-26 | Update atmodem gprs driver to the new API | Denis Kenzior | 1 | -10/+10 | |
2010-03-26 | Refactor: Simplify the internal GPRS API | Denis Kenzior | 2 | -14/+9 | |
We no longer expose lac/ci/tech attributes obtained from CGREG (some modems, like ISI, do not even report them for GPRS separately). Simplify the internal gprs driver api to only report the registration status (e.g. home, roaming, searching, not registered, etc) | |||||
2010-03-26 | Refactor: Get rid of DCM properties | Denis Kenzior | 1 | -114/+1 | |
Be conformant with the API changes from the previous commit | |||||
2010-03-26 | Change the DataConnectionManager API | Denis Kenzior | 1 | -30/+0 | |
The various attributes obtained from CGREG are actually completely useless and are not used internally for anything except computing the Attached status. It makes sense to get rid of these properties since they will be the same as reported by CREG in Dual-Transfer-Mode devices. The only difference might be how hardware reports the technology used, but frequently a vendor specific command is required anyway | |||||
2010-03-26 | Fix some comments in dialer example | Marcel Holtmann | 1 | -3/+3 | |
2010-03-26 | Allow empty secrets for CHAP authentication | Marcel Holtmann | 1 | -1/+2 | |
2010-03-26 | Add support for NBNS server options | Marcel Holtmann | 1 | -0/+12 | |
2010-03-26 | ppp: handle Config-Reject | Kristen Carlson Accardi | 1 | -11/+38 | |
if our peer sends us a Config-Reject packet, we must delete that config item and not request that it be negotiated when we send our next Config-Request. | |||||
2010-03-26 | ppp: use common code to get options from pppcp packet data | Kristen Carlson Accardi | 1 | -31/+40 | |
2010-03-26 | ppp: send Protocol-Reject | Kristen Carlson Accardi | 5 | -10/+69 | |
change ppp_decode to store the length of the decoded frame, so that if we have a packet with a protocol we don't understand, we can send Protocol-Reject packets. Modify ppp_cp code to add support for sending Protocol-Reject packet. | |||||
2010-03-26 | ppp: comment fix | Kristen Carlson Accardi | 1 | -0/+8 | |
Put some additional clarification in comment for receiving Code-Reject and Protocol-Reject packets. | |||||
2010-03-26 | ppp: fix segfault in pppcp_send_code_reject() | Kristen Carlson Accardi | 1 | -3/+6 | |
fix memory corruption caused by misplaced paren when memcpying rejected packet data into Code-Reject packet. | |||||
2010-03-25 | Fix: The MCC / MNC Properties are actually strings | Denis Kenzior | 2 | -4/+4 | |
2010-03-25 | ppp: change debug output to include control protocol prefix | Kristen Carlson Accardi | 4 | -11/+35 | |
2010-03-25 | Fix: No need to malloc memory for this | Denis Kenzior | 1 | -1/+1 | |
2010-03-25 | Add parser for help request objects | Yang Gu | 1 | -0/+10 | |
2010-03-25 | Refactor: Use common bool to implement imm resp | Yang Gu | 1 | -12/+2 | |
2010-03-25 | Add parser for common bool object | Yang Gu | 1 | -0/+17 | |
2010-03-25 | Add parser for imei objects | Yang Gu | 1 | -0/+43 | |
2010-03-25 | Add parser for location information objects | Yang Gu | 2 | -0/+47 | |
2010-03-25 | Make the function to parse mcc and mnc public | Yang Gu | 2 | -3/+4 | |
2010-03-25 | Rename: stk data object enum names | Yang Gu | 1 | -4/+4 | |
Be more consistent | |||||
2010-03-25 | Update tests to new netreg API | Denis Kenzior | 1 | -3/+3 | |
2010-03-25 | Refactor: Rename netreg Operator property to Name | Denis Kenzior | 2 | -7/+7 | |
2010-03-25 | Update ISI radio settings driver to the new API | Denis Kenzior | 1 | -4/+4 | |
2010-03-25 | Refactor: Rename radio setting type names | Denis Kenzior | 3 | -23/+23 | |
2010-03-25 | Rename AvailableOperators to Operators | Denis Kenzior | 6 | -7/+7 | |
2010-03-25 | Refactor: Simplify Technology values | Denis Kenzior | 2 | -16/+12 | |
Applications don't really understand our current values very well and would need to look up the spec. Instead we change to much more commonly accepted terms. | |||||
2010-03-25 | Refactor: Remove MobileNetworkCodeLength property | Denis Kenzior | 2 | -8/+50 | |
Replaced by MNC/MCC properties which is more intuitive for use by external applications. | |||||
2010-03-25 | Fix some small copy-and-paste typos | Marcel Holtmann | 1 | -3/+3 | |
2010-03-25 | Check network status to handle auto-registration | Marcel Holtmann | 1 | -13/+43 | |
2010-03-25 | Check modem mode before tyring to change it | Marcel Holtmann | 1 | -1/+27 | |
2010-03-25 | gsmdial: shutdown ppp link if we have one | Kristen Carlson Accardi | 1 | -1/+3 | |
If we have created a ppp link, shut it down when the signal handler is called. |