aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2024-01-29gsup: Use new libosmogsm struct osmo_gsup_pdp_info fieldsPau Espin Pedrol1-1/+2
2023-11-22vty-tests: Test encryption optionsDaniel Willmann1-0/+11
2023-03-30tests: $(BUILT_SOURCES) is not defined, depend on osmo-sgsnVadim Yanitskiy1-5/+5
2023-03-11tests: use -no-install libtool flag to avoid ./lt-* scriptsVadim Yanitskiy7-0/+12
2023-01-11vty: Introduce encryption cipher-plugin-path commandPau Espin Pedrol1-0/+2
2023-01-11Move global mmctx list into struct sgsn_instancePau Espin Pedrol1-0/+3
2023-01-11Split gprs_sgsn.{c,h} -> {auth,mmctx,sgsn}.{c,h}Pau Espin Pedrol2-1/+4
2023-01-11gtphub.h: Remove dependency on sgsn/gprs_sgsn.hPau Espin Pedrol1-1/+2
2023-01-11Move gtphub header to include/osmocom/gtphub/Pau Espin Pedrol1-1/+1
2023-01-11Move sgsn_pdp_ctx to its own file pdpctx.{c,h}Pau Espin Pedrol1-0/+1
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-05Move struct apn_ctx and APN related definitions to its own filePau Espin Pedrol1-0/+1
2023-01-05Keep sgsn subsystems under struct sgsn_instance lifecyclePau Espin Pedrol2-16/+17
2023-01-05Fix -Werror=old-style-definitionPau Espin Pedrol3-8/+8
2023-01-05Move struct sgsn_ggsn_ctx to its own file gtp_ggsn.{c,h}Pau Espin Pedrol2-0/+2
2023-01-04Replace gprs_str_to_apn() with libosmocore API osmo_apn_from_str()Pau Espin Pedrol1-17/+17
2023-01-02Move gprs_tmr_to_secs() to tests/gprs/gprs_test.cPau Espin Pedrol1-0/+16
2022-12-28Rename gprs_gb.[c,h] -> gprs_ns.[c,h]Pau Espin Pedrol1-1/+1
2022-12-28Create new specific file for BSSGP codePau Espin Pedrol1-0/+1
2022-12-22Move gprs_gb_parse.[c,h] to tests/sgsn/Pau Espin Pedrol4-2/+754
2022-11-04vty: Make new libgtp tdefs configurable through VTYPau Espin Pedrol1-0/+1
2022-04-13tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'Vadim Yanitskiy7-7/+7
2022-03-10Iu: add UEA encryptionNeels Hofmeyr1-0/+1
2022-03-07s/cipher_support_mask/gea_encryption_maskNeels Hofmeyr1-1/+1
2021-11-15tests/Makefile.am: do not try removing non-existing filesVadim Yanitskiy1-3/+3
2021-06-16add support for multiple encryption algorithms and a5/4Eric2-1/+2
2021-05-19Support forwarding RIM messages over GTPCv1 EUTRAN<->GERANPau Espin Pedrol2-0/+57
2021-04-14Iu: Drop timer X3314Pau Espin Pedrol1-1/+0
2021-03-10Remove bogus DNS log categoryHarald Welte1-5/+0
2021-02-08gbproxy: remove (moved to own repository)Oliver Smith4-132/+0
2021-01-04sgsn: Use the new NS2 apiAlexander Couzens1-1/+1
2020-12-29gbproxy: Add SGSN NRI configurationDaniel Willmann4-2/+79
2020-12-14gbproxy: rename vty command "show gbproxy ..." to "show gbproxy bvc ..."Harald Welte1-1/+1
2020-12-12gbproxy: Improve VTY state introspectionHarald Welte1-1/+1
2020-12-10gbproxy major rewrite for SGSN pool supportHarald Welte1-1/+1
2020-12-10migrate to DLBSSGP as log sub-system for BSSGPHarald Welte1-5/+0
2020-12-07gbproxy: Delete gbproxy_testHarald Welte5-1486/+0
2020-12-05gbproxy: Remove patching, TLLI-tracking and SGSN2 supportHarald Welte3-9306/+0
2020-12-05gbproxy: convert nse->bvcs from llist_head to hashtableHarald Welte2-19/+20
2020-12-05gbproxy: convert bss_nses from llist_head to hashtableHarald Welte1-2/+2
2020-12-05gbproxy: Rename gbproxy_cfg.nses to gbproxy_cfg.bss_nsesHarald Welte1-1/+1
2020-12-05gb_proxy: Rename gbproxy_peer to gbproxy_bvcHarald Welte1-51/+51
2020-11-30gbproxy: Ensure BVC0 is reset before handling PtP BVCsDaniel Willmann2-0/+109
2020-11-30gbproxy: Add NSE peer that can have multiple gbproxy_peersDaniel Willmann2-103/+108
2020-11-30gbproxy: Remove test testing NSVCI changeDaniel Willmann2-255/+2
2020-11-09osmo-gbproxy: Free msgb in ns2 prim callbackDaniel Willmann1-3/+1
2020-11-06gbproxy: Add todo for BVC RESET logicDaniel Willmann1-2/+0
2020-11-06Port gbproxy to NS2Alexander Couzens3-4754/+3054