summaryrefslogtreecommitdiffstats
path: root/src/gsm/gsm_04_08_gprs.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix erroneously AGPL licensed file in libosmocore.Harald Welte2016-12-221-4/+4
| | | | | | | libosmocore itself is GPLv2-or-later. Only the test cases are permitted to be AGPL licensed. Change-Id: I62f2eed6305bfa11a64c6d633e08aabeaf9f0b10
* IuPS: add GMM Service Request related constants and value_strNeels Hofmeyr2016-08-291-0/+11
| | | | Change-Id: Ie023fc78099932f95cc8f1b3a04fe25dfd14bc35
* Add strings with GPRS GMM messagesMax2016-07-081-0/+24
| | | | | Change-Id: I48477b733e2da72f59349c00554dd3e080c9f445 Related: OS#1582
* Add function to check MS GEA capabilitiesMax2016-06-291-1/+30
| | | | | | | | Add function which parses MS network capability IE value for bits indicating support for particular version of GEA. Change-Id: I785cef37dd272a2fab9b172f6e1392f865174e9a Relates: OS#1582
* Add UMTS AKA related MM/GMM message type and IE definitionsHarald Welte2016-06-161-1/+9
| | | | | | | Change-Id: Id45ea2c631ee589a4df1f8213da6f7e7d1bf6616 Reviewed-on: https://gerrit.osmocom.org/305 Reviewed-by: Harald Welte <laforge@gnumonks.org> Tested-by: Jenkins Builder
* import gsm_04_08_gprs.[ch] from openbsc.gitHarald Welte2016-05-051-0/+140
The definitions in this header file (and associated strings in the c file) are generic about the GPRS Layer3 signalling protocols, and thus should be part of the library.