summaryrefslogtreecommitdiff
path: root/src/gprs.c
Commit message (Expand)AuthorAgeFilesLines
* gprs: clean context properlyJimmy Gysens2020-06-251-8/+16
* gprs: Update attach state on context deactivation for LTERichard Röjfors2019-12-111-5/+9
* gprs: Don't modify the context if assign failsRichard Röjfors2019-12-111-28/+36
* gprs: Remove pointless checkDenis Kenzior2019-11-131-1/+1
* gprs: update attached on netreg updates when running LTERichard Röjfors2019-10-111-2/+7
* gprs: free interface name in gprs_context_remove()Martin Hundebøll2019-09-261-0/+1
* gprs: Do nothing on detached when attaching.Richard Röjfors2019-09-241-0/+9
* gprs: Only release detachable context on de-attachRichard Röjfors2019-09-201-15/+40
* gprs: deattach driver when gprs status indicates unregisteredRichard Röjfors2019-09-201-6/+6
* gprs: Remove prior attaching state logicRichard Röjfors2019-08-211-18/+1
* gprs: Check for LTE in gprs_attached_updateRichard Röjfors2019-08-211-23/+28
* gprs: Ignore activated contexts during init, list them laterRichard Röjfors2019-08-131-1/+19
* gprs: Do not detach when running LTE and GPRS is unavailable.Richard Röjfors2019-08-121-3/+20
* gprs: Do not leak CID on failure to assign contextRichard Röjfors2019-08-071-0/+3
* gprs: Use -1 as netreg status during init.Richard Röjfors2019-08-071-2/+21
* core: Quiet warning about strncpy useDenis Kenzior2019-05-161-2/+2
* gprs: Remove unneeded if conditionsDenis Kenzior2019-04-291-2/+2
* gprs: Fix invalid string comparisonDenis Kenzior2019-04-291-1/+1
* gprs: Remove unneeded if statementDenis Kenzior2019-04-291-3/+1
* gprs: netreg_status_changed: output the status as human readable stringAlexander Couzens2019-04-281-1/+1
* gprs: Always store RoamingAllowed as a boolean.Richard Röjfors2019-04-161-1/+1
* gprs: Fix allocation of context id read from settingsRichard Röjfors2019-04-021-1/+5
* gprs-context: Adding get function for intefaceAntara Borwankar2019-02-211-0/+5
* gprs: Let gprs_context interface be settable onceDenis Kenzior2019-02-111-33/+37
* gprs: Fix allocation of context idDenis Kenzior2019-01-031-1/+6
* gprs: Use l_uintset instead of idmapDenis Kenzior2018-12-191-66/+31
* common: Move proto and auth_method related helpersGiacinto Cifelli2018-10-091-62/+0
* gprs: support for NONE auth typeGiacinto Cifelli2018-10-091-0/+5
* gprs: make sure that the context is properly releasedGiacinto Cifelli2018-09-201-0/+3
* gprs: Fix use of invalid operator for bitwise flagsGiacinto Cifelli2018-09-201-1/+1
* gprs: Add implementation of set_ipv4_prefix_lengthDenis Kenzior2017-11-131-0/+21
* gprs: Set Attached if no .read_settingsDenis Kenzior2017-11-131-1/+16
* gprs: use registration_status_to_string in debug messagesAlexander Couzens2017-09-071-1/+2
* common: move strlen(apn) check into is_valid_apn()Alexander Couzens2017-09-051-9/+0
* gprs: Don't use pri_set_apn for auto activated cidsDenis Kenzior2017-05-091-1/+17
* gprs: Return after releasing pri_ctxDenis Kenzior2017-05-091-0/+1
* gprs: set driver_attached when activating automatic contextsJonas Bonn2017-04-141-0/+1
* gprs: _cid_activated is an 'attaching' stateJonas Bonn2017-04-141-1/+17
* gprs: fix error check of gprs_cid_alloc functionChristophe Ronco2017-02-151-1/+1
* gprs: lte: set attached after successful activationDragos Tatulea2016-11-221-23/+27
* gprs: Check GPRS_FLAG_ATTACHED_UPDATESlava Monich2016-11-031-0/+11
* gprs: fix crash removing a context being activatedCaiwen Zhang2016-11-011-4/+4
* gprs: Deactivate old contexts on attachAlfonso Sanchez-Beato2016-04-041-0/+6
* gprs: assume attached state when registered on LTEDragos Tatulea2016-03-211-10/+26
* gprs: implement ofono_gprs_cid_activatedDragos Tatulea2016-03-181-0/+114
* gprs: pri_set_apn: make reply msg optionalDragos Tatulea2016-03-171-1/+2
* gprs: custom cid for assign_contextDragos Tatulea2016-03-171-3/+13
* gprs: Fix the ContextAdded() signal IntrospectionJohn Ernberg2015-12-221-1/+1
* gprs: Implement ofono_gprs_context_get_typeDenis Kenzior2015-12-131-0/+6
* gprs: Implement ofono_gprs_get_modemDenis Kenzior2015-12-031-0/+5