aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/sgsn/sgsn_test.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-26remove sgsn, gbproxy and gtphub from openbsc.gitHarald Welte1-2487/+0
2017-08-16sgsn_test: Fix wrong definition of wrap funcPau Espin Pedrol1-5/+5
2017-02-27SGSN: Integrate support for UMTS AKANeels Hofmeyr1-0/+1
2017-02-25add struct gprs_subscr, separating gprs from gsm_subscriberNeels Hofmeyr1-40/+53
2017-02-21Handle DSD from HLRMax1-1/+2
2017-02-07gprs/sgsn: rename sgsn_mm_ctx_alloc() -> sgsn_mm_ctx_alloc_gb()Alexander Couzens1-1/+1
2017-02-07gprs/sgsn: rename gprs->mm_state -> gmm_stateAlexander Couzens1-23/+23
2017-01-23cosmetic: use osmo_strlcpy() everywhereNeels Hofmeyr1-3/+3
2017-01-23fix strncpy() invocation in vty_interface_layer3.c and 3 testsNeels Hofmeyr1-1/+2
2016-12-13rename gprs_gsup_client.h to gsup_client.hNeels Hofmeyr1-1/+1
2016-12-13gprs_gsup_client*: remove the gprs_ prefixNeels Hofmeyr1-14/+14
2016-12-13Revert "Support Deactivate PDP Context Request from network"Neels Hofmeyr1-136/+0
2016-12-12Support Deactivate PDP Context Request from networkPravin Kumarvel1-0/+136
2016-12-09sgsn_test: Fix missing = in == type checkHarald Welte1-1/+1
2016-10-13msgb ctx: use new msgb_talloc_ctx_init(), don't access talloc_msgb_ctxNeels Hofmeyr1-4/+3
2016-07-25sgsn: add statistics counter for GPRS and PDP packetsAlexander Couzens1-1/+2
2016-07-16SGSN: encrypt/decrypt only necessary framesMax1-1/+1
2016-07-16SGSN: use unique AUTH REQ referenceMax1-0/+19
2016-07-04SGSN: move TLLI unassignment into separate functionMax1-1/+1
2016-06-20typo in sgsn_testNeels Hofmeyr1-1/+1
2016-06-02rename gsm0408_gprs_rcvmsg() to gsm0408_gprs_rcvmsg_gb()Harald Welte1-1/+1
2016-06-01prepare sgsn_mm_ctx for Gb and Iu mode (UMTS)Harald Welte1-29/+29
2016-05-06sgsn_test: Adapt test case to now-existing InsertSubscriberDataHarald Welte1-2/+2
2016-04-29Move osmo_gsup_messages.[ch] to libosmocoreHarald Welte1-9/+9
2016-04-29move gsm_04_08_gprs.h to libosmocoreHarald Welte1-1/+0
2016-04-29Start to use struct osmo_auth_vector from gsm_auth_tupleHarald Welte1-1/+1
2016-02-22sgsn: Re-add searching for MM ctx based on TLLI / P-TMSI matchesJacob Erlbeck1-44/+2
2016-02-22sgsn/test: Add test case test_gmm_routing_areasJacob Erlbeck1-0/+347
2016-02-22sgsn: Only look at TLLIs in sgsn_mm_ctx_by_tlliJacob Erlbeck1-1/+1
2016-02-22sgsn/test: Add bssgp_raid parameter to send_0408_messageJacob Erlbeck1-25/+30
2016-02-22sgsn: Remove tlli_foreign2localJacob Erlbeck1-5/+0
2015-10-13sgsn/test: Really parse received DL LLC messagesJacob Erlbeck1-27/+60
2015-10-13sgsn/test: Add and call cleanup_test functionJacob Erlbeck1-0/+46
2015-05-25sgsn: Allow to resolve the IPv4 address of a GGSN through DNSHolger Hans Peter Freyther1-8/+16
2015-05-25sgsn: If there is a subscr don't allow an empty listHolger Hans Peter Freyther1-4/+5
2015-05-24gsup: Copy the hlr-Number and use it during purgeHolger Hans Peter Freyther1-0/+2
2015-05-06sgsn: Extract the MSISDN from the subscr data structureHolger Hans Peter Freyther1-0/+4
2015-05-05sgsn: Copy the msisdn to the sgsn_data and use it in PDP activationHolger Hans Peter Freyther1-0/+9
2015-04-07gprs: Fix GSUP cancel_type handling (Coverity)Jacob Erlbeck1-0/+12
2015-02-06Revert "gprs: Block other GSUP procedures during PURGE_MS"Jacob Erlbeck1-83/+0
2015-02-06sgsn: Select GGSN based on APNJacob Erlbeck1-0/+135
2015-02-06sgsn: Add functions to handle APN contextsJacob Erlbeck1-0/+93
2015-02-06sgsn: Add PDP info to subscriber dataJacob Erlbeck1-1/+9
2015-01-30sgsn/test: Fix memory leak in test_subscriber_gsupJacob Erlbeck1-6/+9
2015-01-30sgsn/test: Add checks for subscr->error_causeJacob Erlbeck1-0/+4
2015-01-30gprs: Use 'Network failure' as default causeJacob Erlbeck1-0/+10
2015-01-30sgsn/test: Add tests for PurgeMs responsesJacob Erlbeck1-0/+30
2015-01-28sgsn: Add sgsn_mm_ctx_cleanup_free for safe shutdownJacob Erlbeck1-8/+2
2015-01-28sgsn: Don't allow mmctx == NULL in sgsn_update_subscriber_dataJacob Erlbeck1-10/+11
2015-01-27gprs: Rename gprs_subscr_delete to gprs_subscr_cleanupJacob Erlbeck1-3/+3