aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs
AgeCommit message (Expand)AuthorFilesLines
2016-12-13move grps_gsup_client.c to libcommon/gsup_client.cNeels Hofmeyr3-655/+0
2016-12-13move gprs/oap.c to libcommon/oap_client.cNeels Hofmeyr2-263/+1
2016-12-13rename oap.h to oap_client.hNeels Hofmeyr1-1/+1
2016-12-13oap: rename public API from oap_ to oap_client_Neels Hofmeyr2-13/+15
2016-12-13move OAP messages implementations to libosmocoreHarald Welte3-180/+1
2016-12-13gsup client, gsup_test_client: move logging to DLGSUP categoryNeels Hofmeyr2-24/+19
2016-12-13rename gprs_gsup_client.h to gsup_client.hNeels Hofmeyr4-4/+4
2016-12-13gprs_gsup_client*: remove the gprs_ prefixNeels Hofmeyr3-40/+42
2016-12-13comments: gsup client: rename to Generic, adjust copyright and authorsNeels Hofmeyr1-2/+3
2016-12-13add gsup_test_client programHarald Welte3-0/+319
2016-12-13Revert "Support Deactivate PDP Context Request from network"Neels Hofmeyr1-38/+0
2016-12-12Support Deactivate PDP Context Request from networkPravin Kumarvel1-0/+38
2016-12-05LLC: Fixup element order in LLC-XIDPhilipp1-2/+2
2016-11-28IuPS: properly update ra_id on GMM Attach RequestNeels Hofmeyr1-4/+2
2016-11-27sndcp: fixup for coverity scan defect CID 149097Philipp2-0/+2
2016-11-23Add support for pdpctx_timer_stopPravin Kumarvel1-1/+10
2016-11-17Correct Logging macro for pdpctx_timer_startPravin Kumarvel1-1/+1
2016-11-15SNDCP: Fixup based on Coverity Scan suggestionPhilipp1-1/+1
2016-11-15gbproxy: Check whether gbproxy_update_link_state_after() deletes the link_infoDaniel Willmann2-12/+26
2016-11-09SGSN: Use dummy all-zero MSISDN value in PDP Context Act on GTPHarald Welte1-1/+14
2016-10-28sndcp: Fixups for sndcp layer based on coverity-scan suggestionsPhilipp3-13/+15
2016-10-13msgb ctx: use new msgb_talloc_ctx_init(), don't access talloc_msgb_ctxNeels Hofmeyr2-5/+2
2016-10-13msgb talloc ctx: initialize in all main() scopesNeels Hofmeyr1-0/+1
2016-10-04gprs/gprs_llc: count UI frames over SAPI in the statisticsAlexander Couzens1-0/+3
2016-09-30log CTRL bind only onceNeels Hofmeyr1-2/+0
2016-09-29fix: send SNDCP XID only on GERAN Gb contextsNeels Hofmeyr1-5/+7
2016-09-28COSMETIC: 'if' is not a function, so there is space before '('Harald Welte3-5/+5
2016-09-27log VTY telnet bind only onceNeels Hofmeyr3-6/+0
2016-09-24SNDCP: add V.42bis data compression functionalityPhilipp6-18/+521
2016-09-24V.42bis: integration and unit testPhilipp2-13/+17
2016-09-24V.42bis: add sourcecode from IAXmodem (SPANDSP)Philipp1-0/+764
2016-09-24SNDCP: add RFC1144 header compression functionalityPhilipp7-31/+1300
2016-09-24RFC1144: integration and unit-testPhilipp3-88/+163
2016-09-24RFC1144: add slhc code from linux kernelPhilipp1-0/+744
2016-09-24SNDCP: add SNDCP-XID encoder/decoder and unit testPhilipp2-0/+1805
2016-09-15Build fixesAlexander Huemer1-1/+3
2016-09-15Consistenly format variables in */Makefile.am filesAlexander Huemer1-37/+113
2016-09-05gprs/gprs_llc: fix null pointer deref in gprs_llc_rcvmsgAlexander Couzens1-2/+1
2016-09-05gprs/gsm0408_gprs_force_reattach_oldmsg: check llme before useAlexander Couzens1-1/+2
2016-09-02IuPS: Change GTP-U endpoint to SGSN in PMM_IDLE and page UE when data arrivesDaniel Willmann2-1/+31
2016-09-02IuPS: Introduce function to change PMM stateDaniel Willmann1-6/+29
2016-09-02IuPS: GMM Attach: reset MM ctx pending_reqDaniel Willmann1-0/+1
2016-09-02IuPS: sgsn_mm_ctx: add enum gprs_pmm_state field, track PMM stateDaniel Willmann2-0/+7
2016-09-02IuPS: RA UPD: make sure to authorize, for Iu Integrity ProtectionDaniel Willmann1-4/+7
2016-09-02IuPS: add GMM Service Request rx and txDaniel Willmann1-0/+199
2016-09-02IuPS: send Security Mode Command, track the new_key flag.Daniel Willmann2-0/+14
2016-09-02IuPS: dev hack: init hardcoded Ki on ATT REQDaniel Willmann1-0/+29
2016-09-01IuPS: add Iu response to delete_pdp_conf()Daniel Willmann1-0/+7
2016-09-01IuPS: add Iu response to create_pdp_conf()Daniel Willmann2-0/+33
2016-09-01IuPS: redirect Iu in various places, link Iu in sgsn-testDaniel Willmann1-6/+55