aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs
AgeCommit message (Expand)AuthorFilesLines
2016-11-12IuPS: cosmetic: explicitly check RAN type; move commentNeels Hofmeyr1-1/+3
2016-11-12IuCS and IuPS: add VTY config for RAB Assignment address kindNeels Hofmeyr3-1/+14
2016-11-12IuCS, IuPS: move flag to use X.213 NSAP addr into ue_conn_ctxNeels Hofmeyr2-3/+5
2016-11-12sgsn init: pass sgsn_config pointer to sgsn_vty_init(), not sgsn_parse_configNeels Hofmeyr2-5/+8
2016-11-12iu: sort out confusion around asn_debug and asn1_xer_printNeels Hofmeyr2-9/+4
2016-11-12sgsn_ranap_iu_event: handle some events without valid MM contextNeels Hofmeyr1-5/+13
2016-11-12SGSN: Don't indicate GERAN in Iu mode PDP CTX ACT REQ to GGSNHarald Welte1-10/+20
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
2016-09-01IuPS: osmo-sgsn: add core IuPS impl, call iu_init()Daniel Willmann5-3/+234
2016-08-27IuPS: track msg->dst aka ue_conn_ctx, commentDaniel Willmann1-0/+4
2016-08-27gprs_gmm: Fix bit mask when determining update/attach typeDaniel Willmann1-2/+6
2016-08-27cosmetic: gprs_sgsn.c: move pdp.h include to topNeels Hofmeyr1-1/+2
2016-08-27Adding LLC-XID related modifications in LLCPhilipp1-57/+302
2016-08-27Moving grs_sndcp.h header file to includePhilipp4-59/+2
2016-08-27Adding LLC-XID encoder / decoder and unit testPhilipp2-1/+263
2016-08-27sgsn: add statistics counter for LLC packetsAlexander Couzens2-0/+11
2016-08-22comment: gsm48_gmm_sendmsg(): add spec reference on encryptableNeels Hofmeyr1-1/+3
2016-07-25fix: create_pdp_conf(): unset reject_cause after unknown ran_typeNeels Hofmeyr1-0/+4
2016-07-25sgsn: add statistics counter for GPRS and PDP packetsAlexander Couzens3-2/+52
2016-07-23gprs_gmm: remove duplicated start of T3395Alexander Couzens1-2/+1