aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sgsn/sgsn_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-29gsup: Use new libosmogsm struct osmo_gsup_pdp_info fieldsPau Espin Pedrol1-1/+2
2023-01-11Move global mmctx list into struct sgsn_instancePau Espin Pedrol1-0/+3
2023-01-11gtp_{ggsn,mme}: Allocate contexts under struct sgsn_instancePau Espin Pedrol1-3/+3
2023-01-05Move global apn_list inside struct sgsn_instancePau Espin Pedrol1-0/+1
2023-01-05Move struct sgsn_subscriber_pdp_data to gprs_subscriber.hPau Espin Pedrol1-3/+0
2023-01-05Keep sgsn subsystems under struct sgsn_instance lifecyclePau Espin Pedrol1-16/+13
2023-01-05Fix -Werror=old-style-definitionPau Espin Pedrol1-3/+3
2023-01-05Move struct sgsn_ggsn_ctx to its own file gtp_ggsn.{c,h}Pau Espin Pedrol1-0/+1
2023-01-04Replace gprs_str_to_apn() with libosmocore API osmo_apn_from_str()Pau Espin Pedrol1-17/+17
2022-12-22Move gprs_gb_parse.[c,h] to tests/sgsn/Pau Espin Pedrol1-1/+2
2022-03-07s/cipher_support_mask/gea_encryption_maskNeels Hofmeyr1-1/+1
2021-06-16add support for multiple encryption algorithms and a5/4Eric1-0/+1
2021-03-10Remove bogus DNS log categoryHarald Welte1-5/+0
2020-12-10migrate to DLBSSGP as log sub-system for BSSGPHarald Welte1-5/+0
2019-09-03Implement GMM State using osmocom FSMPau Espin Pedrol1-4/+4
2019-08-20Replace own timer infra with libosmocore osmo_tdefPau Espin Pedrol1-0/+7
2019-05-11gprs_gmm: send Service Reject when no PDP ctxs are available.efistokl1-0/+17
2018-12-11Use explicit parameter for sgsn_auth_init()Max1-1/+1
2018-10-30Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlrHarald Welte1-11/+11
2018-10-30Update wrong references to bsc in sgsn codePau Espin Pedrol1-3/+3
2018-09-13tests: remove gmm unit testsAlexander Couzens1-818/+0
2018-05-01GERAN: allow GSM SRES on UMTS AKA challengeNeels Hofmeyr1-1/+1
2018-04-16use osmo_init_logging2(), fix regression test memleaksNeels Hofmeyr1-1/+1
2018-02-21sgsn_test: guard against struct gprs_ra_id changingNeels Hofmeyr1-3/+3
2018-01-07cosmetic: tests: sgsn_test: Use proper formatting and remove uneeded semicolonsPau Espin Pedrol1-6/+7
2018-01-07tests: sgsn_test: Define wrap APIs with correct parametersPau Espin Pedrol1-4/+8
2017-12-27Migrate from OpenSSL to osmo_get_rand_id()Max1-9/+9
2017-09-06move include/openbsc to include/osmocom/sgsnNeels Hofmeyr1-8/+8
2017-08-27sgsn_test: Fix wrong definition of wrap funcPau Espin Pedrol1-5/+5
2017-08-27move openbsc/* to repos rootNeels Hofmeyr1-0/+2487