aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-20VTY: Add gtp state-dir commandKeith1-0/+1
2020-10-02gtphub_test: fix compilation error on gcc 10.2.0Alexander Couzens1-0/+2
2020-07-18gtphub: rename sgsn's oww osmo_sockaddr into sgsn_sockaddrAlexander Couzens1-23/+23
2020-06-18use new osmo_mobile_identity API everywhereNeels Hofmeyr1-13/+12
2020-06-18gbproxy_test.c: fix mobile identity test dataNeels Hofmeyr2-271/+271
2020-04-20gtphub_test: Fix compilation with gcc-10Harald Welte1-1/+1
2020-04-11tests: dlopen does not imply availability of dlsym..Eric1-0/+1
2019-12-11osmoappdesc.py, tests: switch to python 3osmith/fix-python3Oliver Smith2-81/+81
2019-10-08ranap: add non-spec X1001Alexander Couzens1-0/+1
2019-10-08Iu: implement a user inactivity timerAlexander Couzens1-0/+1
2019-10-03Avoid compiling unneeded files when building without IuAlexander Couzens1-2/+2
2019-09-03Split out GPRS SM layer into its own filePau Espin Pedrol1-0/+1
2019-09-03Implement GMM State using osmocom FSMPau Espin Pedrol2-4/+5
2019-09-02Move out sgsn to its own subdirPau Espin Pedrol8-33/+33
2019-09-02Move out gtphub to its own subdirPau Espin Pedrol1-1/+1
2019-09-02Move out gbproxy to its own subdirPau Espin Pedrol2-7/+7
2019-09-02Introduce FSM mm_state_iu_fsmPau Espin Pedrol1-0/+1
2019-09-02Introduce FSM mm_state_gb_fsmPau Espin Pedrol1-0/+1
2019-09-02Move llc->MM/SM Gb specific glue code to its own filePau Espin Pedrol1-0/+1
2019-09-02Move lots of Iu/ranap specific code into its own filePau Espin Pedrol1-0/+1
2019-08-20gprs/gprs_gmm: implement T3314. Timeout to reset MM state READY->STANDBYAlexander Couzens1-1/+1
2019-08-20tests: Introduce vty-transcript-test testsPau Espin Pedrol2-4/+88
2019-08-20Replace own timer infra with libosmocore osmo_tdefPau Espin Pedrol1-0/+7
2019-08-20tests: Verify that timers can be set over VTYPau Espin Pedrol1-0/+9
2019-05-11gprs_gmm: send Service Reject when no PDP ctxs are available.efistokl2-0/+18
2019-02-26gbproxy_test: Fix test expectations of gprs_ns_rcvmsg()Harald Welte2-334/+340
2018-12-11Use explicit parameter for sgsn_auth_init()Max1-1/+1
2018-11-20update gbproxy test expected outputStefan Sperling1-38/+38
2018-11-15use enums consistently instead of falling back to intStefan Sperling1-5/+5
2018-10-30Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlrHarald Welte2-13/+14
2018-10-30Update wrong references to bsc in sgsn codePau Espin Pedrol3-28/+28