summaryrefslogtreecommitdiffstats
path: root/src/gsm/gsm_04_08_gprs.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.