aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-01-18gbproxy: Use separate NS-VC for data / signalling on SGSN sidelaforge/os4953Harald Welte1-0/+26
2021-01-18NS_Emulation: Respect data_weight==0 or signalling_weight==0Harald Welte7-32/+152
2021-01-18NS_Emulation: Move SNS handling from NS-VC to NS-VCGHarald Welte2-77/+159
2021-01-18NS_Emulation: Dynamically compute list of v4/v6 endpoints in SNS-CONFIGHarald Welte1-3/+40
2021-01-18gbproxy: Change logging settingsHarald Welte1-0/+10
2021-01-18Osmocom_Types: fix formatting of log line (missing ", ")Harald Welte1-1/+1
2021-01-18gbproxy: Move different network elements to different IPsHarald Welte3-49/+7
2021-01-17gbproxy: Add test cases for STATUS handlingHarald Welte2-3/+243
2021-01-17BSGSP_Emulation: Route STATUS to GLOBAL port for both SIG and PTPHarald Welte1-2/+14
2021-01-17gbproxy: Add tests for RADIO-STATUS with TMSI and IMSI instead of TLLIHarald Welte1-0/+79
2021-01-17Osmocom_Gb_Types: Extend RADIO-STATUS templatesHarald Welte1-8/+43
2021-01-17BSSGP_Emulation: f_bssgp_get_tlli(): TLLI is optional in RADIO-STATUSHarald Welte1-1/+2
2021-01-17gbproxy: Print log line for every ConnHdlr we startHarald Welte1-0/+2
2021-01-17gbproxy: Add suite of RIM testsHarald Welte1-0/+327
2021-01-17gbproxy: Use g_parse.sgsn_idx for pagingDaniel Willmann1-8/+8
2021-01-17gbproxy: Use provided sgsn_idx in f_send_paging_ps_exp_multi()Daniel Willmann1-1/+1
2021-01-17remove unused NS_CodecPort.ttcn/NS_CodecPort_CtrlFunctAlexander Couzens10-168/+6
2021-01-17RAW_NS: rework NS connection to use NS_ProviderAlexander Couzens11-149/+261
2021-01-16gbproxy: Add testcase for MS-REGISTRATION ENQUIRYHarald Welte1-0/+15
2021-01-16gbproxy: Test cases for DUMMY-PAGING-PSHarald Welte1-0/+30
2021-01-16gbproxy: Add test case for PAGING-PS-REJECTHarald Welte1-0/+93
2021-01-16Osmocom_Gb_Types: Add templates for various BSSGP PDU typesHarald Welte1-0/+204
2021-01-16Osmocom_Gb_Types: Add 3GPP spec chapters; unify formattingHarald Welte1-11/+21
2021-01-16gbproxy: Test PS-PAGING by IMSI (without P-TMSI)Harald Welte1-0/+18
2021-01-16gbproxy: Allow creating ConnHdlr without a P-TMSIHarald Welte1-5/+10
2021-01-16gbproxy: Unregister IMSI from BSSGP before termination of ConnHdlrHarald Welte1-0/+12
2021-01-16gbproxy: Don't pass global (component) variables as function argumentsHarald Welte1-44/+43
2021-01-16gbproxy: Execute TC_load_sharing_dl() for each SGSN in poolHarald Welte1-5/+14
2021-01-16gbproxy: Execute each ConnHdlr test on each NRI of each SGSN configuredHarald Welte1-191/+66
2021-01-16gbproxy: Test suspend + resume for each NRI on each SGSNHarald Welte1-7/+18
2021-01-16gbproxy: Use correct NRI in suspend/resumeHarald Welte1-6/+12
2021-01-16gbproxy: Refactor f_TC_{suspend,resume}Harald Welte1-52/+55
2021-01-16gbproxy: Start to allocate NRIs to SGSNsHarald Welte3-4/+16
2021-01-16gbproxy: Fix TC_fc_bvc() with more than one SGSNHarald Welte1-0/+1
2021-01-16gbproxy: Move away from random TLLIHarald Welte2-2/+22
2021-01-16Add f_gen_tmsi() to generate a TMSI similar to f_gen_{imsi,imei}()Harald Welte2-8/+17
2021-01-16gbproxy: Configure a Second SGSNHarald Welte4-21/+83
2021-01-14update expected-results.xmlAlexander Couzens7-14/+125
2021-01-11pcu: Introduce test TC_pcuif_suspend_active_tbfPau Espin Pedrol1-0/+75
2021-01-11Fix race during shutdownDaniel Willmann1-0/+5
2021-01-11pcu: Assign TLLI_UNUSED instead of string literalPau Espin Pedrol1-1/+1
2021-01-11rlcmac: Add template to match receival of Dl Ctrl messagePau Espin Pedrol1-0/+13
2021-01-11library: Add templates to initialize CellId, RAI, LAIPau Espin Pedrol2-0/+13
2021-01-11pcu: Use TLLI_UNUSED constant everywherePau Espin Pedrol1-21/+21
2021-01-11NS_Emulation: remove unused variable resAlexander Couzens1-2/+0
2021-01-11NS_Provider_IPL4: fix typo in commentAlexander Couzens1-1/+1
2021-01-11gbproxy: Enable IP-SNS towards SGSNDaniel Willmann4-3/+9
2021-01-11gbproxy: Fix TC_bvc_reset_sig_from_sgsnDaniel Willmann1-1/+15
2021-01-11Fix suspend/resume testsDaniel Willmann1-0/+12
2021-01-07CTRL: Introduce support to run osmocom CTRL serverPau Espin Pedrol9-22/+60