aboutsummaryrefslogtreecommitdiffstats
path: root/library
AgeCommit message (Expand)AuthorFilesLines
2019-04-25RAN_Adapter: Support build without IPA / BSSAP supportHarald Welte1-1/+7
2019-04-25RAN_Adapter: Rename functions from f_bssap_* to f_ran_adapter_*Harald Welte1-2/+2
2019-04-25RAN_Emulation: Modularize protocol supportHarald Welte2-133/+204
2019-04-25LLC_Templates: Add templates for NULL and DISCHarald Welte1-0/+13
2019-04-25LLC_Templates: Add SABM, UA, FRMR, DM templatesHarald Welte1-2/+59
2019-04-23BTS_Tests.ttcn: add TC_pcu_ext_rach_content() for 11-bit RACHVadim Yanitskiy1-0/+22
2019-04-23library/L1CTL_Types.ttcn: add L1CTL_EXT_RACH_REQ messageVadim Yanitskiy1-1/+42
2019-04-23library/L1CTL_Types.ttcn: fix: add missing L1CTL_BURST_IND messageVadim Yanitskiy1-0/+1
2019-04-21Rename BSSMAP_Emulation -> RAN_EmulationHarald Welte2-115/+113
2019-04-15BSSMAP_Emulation: Check for ==/!= null instead of isvalue()Daniel Willmann1-1/+1
2019-04-12Ensure BcdMccMnc is encoded as 24.008 10.5.5.15Alexander Couzens2-3/+3
2019-04-09SGsAP_Templates: Remove invalid template.Philipp Maier1-1/+9
2019-03-27PCUIF: Add templates for PCU_IF_MSG_SUSP_REQHarald Welte1-0/+32
2019-03-27pcu: Fix MCC/MNC handling: use 'F' between MCC and MNC in 2-digit caseHarald Welte1-3/+3
2019-03-27Osmocom_Gb_Types: Add more templates for BSSGP SUSPEND/RESUMEHarald Welte1-1/+176
2019-03-27GSM_RR_Types: Add enc_RoutingAreaIdentification()Harald Welte1-0/+3
2019-03-27BSSGP_Emulation: Handle incoming BVCI=0 messagesHarald Welte1-1/+21
2019-03-27pcu: Ensure we're always using the same defaults for the CGIHarald Welte1-2/+2
2019-03-27NS_Emulation: Disable sending NS-RESET from SGSN to BSSHarald Welte1-1/+3
2019-03-27NS_Emulation: Add minimal support for SGSN-side SNS handlingHarald Welte1-1/+45
2019-03-19BSC_Tests: add testcases to verify S15-S0 handlingPhilipp Maier1-0/+6
2019-03-19MGCP_Test: allow setting of fmtp parametersPhilipp Maier1-0/+5
2019-03-15Log PCU socket path on errorsMax1-6/+6
2019-03-14ggsn: add tests to validate IPv4v6 pdp ctxOliver Smith1-0/+23
2019-03-14msc: add codec to all Assignment Complete messagesNeels Hofmeyr1-2/+8
2019-03-11IPA: log host:port on listen errorsMax1-1/+1
2019-03-04library/GSUP_Types.ttcn: add CHECK-IMEI messageOliver Smith1-3/+55
2019-03-02PCUIF: Add send + receive templates for TIME_INDHarald Welte1-0/+22
2019-03-02PCUIF: Accept any ARFCN in tr_PCUIF_DATA_REQHarald Welte1-1/+1
2019-03-02PCUIF_Types: Add enumerated PCUIF_BurstTypeHarald Welte1-3/+10
2019-02-26PCU: Add test for SNS Change Weight procedureHarald Welte1-0/+23
2019-02-26PCU: Add tests for SNS with separate signalling/data NS-VC, ADD, DELHarald Welte1-0/+123
2019-02-26RTP_Emulation: check received RTP packetsPhilipp Maier1-4/+14
2019-02-22MSC: Verify CSFB INDICATOR is present in CLEAR COMMANDHarald Welte1-0/+15
2019-02-18PCUIF: Use OCT4 for IP address, not uint32_tHarald Welte1-3/+3
2019-02-18PCUIF: Prepare for simulating BTS side of PCU InterfaceHarald Welte2-1/+316
2019-02-18Osocom_Gb_Types: Add send/receive templates for SNS-SIZE and SNS-CONFIG proce...Harald Welte1-7/+273
2019-02-18Osmocom_Gb_Types: Differentiate send (value) and receive templatesHarald Welte2-34/+96
2019-02-17General_Types: Add BIT13, BIT28, BIT29, BIT30Harald Welte1-0/+4
2019-02-17IPA_Emulation: Integrate OML decoding/encoding; add OML portHarald Welte1-1/+47
2019-02-17Add TTCN-3 definition of GSM Abis OML protocol (TS 12.21)Harald Welte1-0/+1221
2019-02-05bsc: Test CSFB "Fast Return" in new TC_chan_rel_hard_clear_csfbHarald Welte2-0/+25
2019-02-05bsc: replace octet string with decmatch when matching RR RELEASEHarald Welte1-0/+31
2019-01-07WIP: MSC_Tests: Add SGs testcasesHarald Welte2-1/+39
2018-12-23BTS_Tests: Verify RSL MS POWER CONTROL and SACCH MS POWER LEVELPhilipp Maier1-0/+12
2018-12-21MSC_ConnectionHandler: Optionally check MM InfoPhilipp Maier1-0/+20
2018-12-19library/GSUP_Types.ttcn: actualize both GSUP_SM_RP_{DA|OA}Vadim Yanitskiy1-20/+2
2018-12-18Osmocom_CTRL_Adapter: Let the OS decide over the local port numberPhilipp Maier1-1/+1
2018-12-11MGCP: remove commented variantsMax1-3/+0
2018-12-03library/GSUP_Types.ttcn: add READY-FOR-SM messageVadim Yanitskiy1-3/+104