aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-09-16msc: Validate RTP addr+port passed from MNCC to MGCP MDCXPau Espin Pedrol1-7/+21
2020-09-16mncc: Support IPv6 addresses (new version mncc 7)Pau Espin Pedrol7-31/+158
2020-09-16library: CBSP_Adapter: Improve robustness of rebind and reconnectPau Espin Pedrol1-0/+13
2020-09-15msc: Introduce module param to disable crashing test in latestPau Espin Pedrol1-4/+7
2020-09-15msc: Drop parameter mp_enable_osmux_testPau Espin Pedrol1-14/+5
2020-09-15fixup library/PCUIF_Types: version 10: do not add redundant paddingVadim Yanitskiy2-1/+23
2020-09-14RAW_NS: remove usage of mp_gb_cfgAlexander Couzens3-19/+18
2020-09-14RAW_NS: remove usage of mp_nsconfigAlexander Couzens3-26/+26
2020-09-14RAW_NS: f_init_ns_codec: add argument tc_idx to modify the portAlexander Couzens1-2/+2
2020-09-14BSC_Tests/hopping: also verify handling of ARFCN 0 in MAVadim Yanitskiy1-3/+13
2020-09-14BSC_Tests/hopping: fix: consider ARFCN of the transceiver itselfVadim Yanitskiy1-2/+13
2020-09-14BSC_Tests/hopping: turn FHParamsTrx into a record, add ARFCN fieldVadim Yanitskiy1-26/+29
2020-09-14BSC_Tests/hopping: fix ArfcnList: use GsmArfcn instead of integerVadim Yanitskiy1-1/+1
2020-09-14BTS_Tests_SMSCB: handle frequency hopping parametersVadim Yanitskiy1-4/+20
2020-09-14BTS_Tests: group hopping parameters into a separate recordVadim Yanitskiy3-46/+62
2020-09-14BTS_Tests: simplify MA length calculation in f_resolve_fh_params()Vadim Yanitskiy1-3/+1
2020-09-14BTS_Tests: also match MA length in TC_pcu_info_ind_fh_params()Vadim Yanitskiy1-1/+2
2020-09-13BSC_Tests: set verdict to pass when TC_emerg_premption is donePhilipp Maier1-0/+2
2020-09-13deps: switch TELNETasp and M3UA back to upstreamHarald Welte1-4/+4
2020-09-13BSSGP_Emulation: Make L3 (SM/GMM) decoding a compile-time optionHarald Welte5-13/+48
2020-09-13lib: Move ts_RaCapRec from RLCMAC_CSN1_Templates to L3_TemplatesHarald Welte2-53/+52
2020-09-13move some key types from GSM_RR_Types to GSM_TypesHarald Welte4-21/+22
2020-09-11library: Osmocom_Types: fix extra indention tabAlexander Couzens1-77/+77
2020-09-11library: GSM_Types: fix extra indention tabAlexander Couzens1-210/+210
2020-09-11BTS_Tests: verify NSVC IPv4/IPv6 in the INFO.ind messageAlexander Couzens1-0/+52
2020-09-11library/PCUIF_Types: version 10: do not add redundant paddingVadim Yanitskiy1-1/+0
2020-09-11PCU_Tests_NS: add missing bound of nrfAlexander Couzens1-1/+1
2020-09-11BSC_Tests: check for the same measurement bandwidth as in SI2quater on Channe...Alexander Couzens1-1/+2
2020-09-11BSC_Tests: fix whitespace typoAlexander Couzens1-1/+1
2020-09-11library/PCUIF_Types: version 10: support IPv6 NSVC addrAlexander Couzens5-4/+59
2020-09-09mgw: Test IPv6 RTP streams in osmo-mgwPau Espin Pedrol1-17/+83
2020-09-09bsc: Fix race condition waiting for RESET-ACKPau Espin Pedrol1-1/+12
2020-09-09mgw: Test IPv6 addresses in MGCP messagesPau Espin Pedrol2-0/+69
2020-09-09mgw: Rename IP address module parameter specifying IP versionPau Espin Pedrol2-33/+33
2020-09-09mgw: Fix using incorrect IP version in TC_one_crcx_receive_only_rtpPau Espin Pedrol1-1/+1
2020-09-09mgw: Fix logic in test TC_two_crcx_mdcx_and_rtp_osmuxPau Espin Pedrol1-4/+4
2020-09-09mgw: Fix logic in test TC_two_crcx_mdcx_and_rtpPau Espin Pedrol1-14/+13
2020-09-09mgw: Allow setting udp ip/port with wildcard osmux in f_flow_create_osmux()Pau Espin Pedrol1-4/+7
2020-09-09library/RTP_Emulation: Close previous socket after rebindPau Espin Pedrol2-1/+16
2020-09-09msc: Introduce tests to verify BSSAP and MGCP handling with IPv6Pau Espin Pedrol2-11/+91
2020-09-09bsc: Introduce test TC_assignment_aoip_tla_v6 and TC_ho_into_this_bsc_tla_v6Pau Espin Pedrol2-12/+63
2020-09-08PCU_Tests: randomize MA length in f_TC_pcuif_fh_params_gen()Vadim Yanitskiy1-1/+4
2020-09-08library/PCUIF_Types: version 10: add Mobile Allocation length fieldVadim Yanitskiy2-23/+15
2020-09-08PCU_Tests: introduce and use f_TC_pcuif_fh_params_gen()Vadim Yanitskiy1-30/+19
2020-09-08library/BSSAP_LE_Types: fix: add missing FIELDLENGTH attributesVadim Yanitskiy1-2/+2
2020-09-07library: Add template helpers for AoIP Transport Layer AddressPau Espin Pedrol4-2/+35
2020-09-07library/MGCP_Templates: Apply MGCP AddressType based on provided addressPau Espin Pedrol1-2/+11
2020-09-07msc: Fix wrong mgcp conn expected in several placesPau Espin Pedrol1-10/+10
2020-09-07BSC_Tests/hopping: add TC_fh_params_handover_cmdVadim Yanitskiy1-0/+101
2020-09-07BSC_Tests/hopping: call f_shutdown_helper() in all TC_fh_params_*Vadim Yanitskiy1-4/+4