aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-17SGSN: fix FCS calculation for encrypted framesDieter Spaar1-4/+10
2016-07-17SGSN: move cipher application to separate functionMax1-41/+42
2016-07-16SGSN: encrypt/decrypt only necessary framesMax3-31/+44
2016-07-16SGSN: add preliminary support for GPRS encryptionMax3-26/+45
2016-07-16SGSN: split GEA key management from TLLIMax3-18/+32
2016-07-16SGSN: use unique AUTH REQ referenceMax2-8/+24
2016-07-11SGSN: prevent starting with inconsistent configMax1-3/+14
2016-07-04SGSN: move TLLI unassignment into separate functionMax3-19/+16
2016-07-04SGSN: add vty config for choosing GPRS encryptionMax1-1/+30
2016-07-01SGSN: force GSUP CN domain to PSMax1-1/+1
2016-06-13add DSUA debug constantDaniel Willmann1-0/+5
2016-06-10add DRANAP debug constantDaniel Willmann1-0/+5
2016-06-05gprs_gmm.c: don't transmit NOTEXIST when mmctx is NULLNeels Hofmeyr1-1/+4
2016-06-02gprs: more conditionals for Gb specific actionsDaniel Willmann3-8/+14
2016-06-02sgsn_mm_ctx_cleanup_free(): clean up LLME iff present (Gb, not Iu)Daniel Willmann1-3/+10
2016-06-02gprs_gmm.c: Perform LLME operations only if we have oneHarald Welte1-5/+7
2016-06-02gprs_gmm.c: Make TLLI handling specific to Gb interfaceHarald Welte1-36/+60
2016-06-02gprs_gmm.c: Don't try to de-reference NULL mmctxNeels Hofmeyr1-0/+32
2016-06-02rename gsm0408_gprs_rcvmsg() to gsm0408_gprs_rcvmsg_gb()Harald Welte2-3/+3
2016-06-01create_pdp_conf(): factor out PDP context accept dispatch as send_act_pdp_con...Daniel Willmann1-9/+14
2016-06-01prepare sgsn_mm_ctx for Gb and Iu mode (UMTS)Harald Welte6-46/+47
2016-05-31gprs: use new uint8_t * for kv in gprs_cipher_run()Alexander Couzens1-2/+2
2016-05-05Add human-readable name of SGSN_AUTH_AUTHENTICATEHarald Welte1-0/+1
2016-05-05sgsn/GSUP: Support MAP-style nested LU/ISDHarald Welte1-0/+22
2016-04-29osmo_oap_decode(): Use common argument orderingHarald Welte2-3/+3
2016-04-29OAP: Various coding style fixesHarald Welte1-13/+14
2016-04-29OAP: use osmo_oap_ prefix for OAP, rather than plain oap_Harald Welte2-10/+10
2016-04-29oap_message.h: Remove dependency to openbsc includeHarald Welte2-1/+2
2016-04-29Move osmo_gsup_messages.[ch] to libosmocoreHarald Welte3-474/+2
2016-04-29move utils.h functions to libosmocoreHarald Welte2-6/+7
2016-04-29osmo_gsup_messge.[ch] documentation update (doxygen)Harald Welte1-0/+10
2016-04-29gsup_messages: Add UMTS AKA related encoding/decoding supportHarald Welte1-0/+46
2016-04-29move osmo_shift_* / osmo_match_shift_* to libosmogsmHarald Welte2-174/+0
2016-04-29rename gprs_shift_*() to osmo_shift_*()Harald Welte4-47/+86
2016-04-29Rename gprs_gsup_* to osmo_gsup_*Harald Welte3-108/+108
2016-04-29use new libosmocore gsm_23_003.h for IMEI/IMSI lengthHarald Welte3-3/+5
2016-04-29move gsm_04_08_gprs.h to libosmocoreHarald Welte13-152/+10
2016-04-29Start to use struct osmo_auth_vector from gsm_auth_tupleHarald Welte4-40/+40
2016-04-16gtphub_unmap_header_tei(): don't dereference unmapped_tei arg if not present ...Neels Hofmeyr1-4/+6
2016-03-1504.08: apply new transaction id inline functionsNeels Hofmeyr1-4/+4
2016-03-1504.08: apply new bitmask functions, fix bitmask useNeels Hofmeyr3-6/+13
2016-02-25enable ctrl bind config for various programsNeels Hofmeyr2-13/+23