aboutsummaryrefslogtreecommitdiffstats
path: root/library
AgeCommit message (Expand)AuthorFilesLines
2020-10-09BSSGP_Emulation: Ensure BVC-RESET for BVCO=0 has no CellId IEHarald Welte1-1/+13
2020-10-04BSSGP_Emulation: Only add CellId to BVC-RESET[-ACK] conditionallyHarald Welte1-5/+25
2020-10-03NS_Emulation: pass around string idenifier for components createdHarald Welte3-10/+11
2020-10-03NS_Emulation: Delay Tx of first NS-RESET until Provider tells us it's upHarald Welte1-5/+15
2020-10-03NS_Emulation: Refactor if/elseif/... clause to altsteps with guardHarald Welte1-71/+69
2020-10-03NS_Emulation: Introduce status events from provider -> emulationHarald Welte3-2/+40
2020-10-03NS_Emulation: Add [optional] support for FrameRelay transportHarald Welte2-6/+92
2020-10-01BSSAP_LE: comment/log tweaksNeels Hofmeyr1-2/+3
2020-10-01fix typo BSSMAP_LE_LCS_CAUSE_UNSPEIFIEDNeels Hofmeyr1-1/+1
2020-10-01fix BSSAP_LE_Types FIELDORDERNeels Hofmeyr2-10/+10
2020-09-27NS_Emulation: Prepare NSConfiguration for non-IP providersHarald Welte3-14/+22
2020-09-25NS_Emulation: Fix Tns-alive/Tns-test expiration detectionHarald Welte1-4/+4
2020-09-25Move RAW_NS to library to use it in SGSN NS testsAlexander Couzens1-0/+228
2020-09-22mgw: Introduce test TC_crcx_osmo_ignPau Espin Pedrol2-2/+8
2020-09-22{BTS,PCU}_Tests: bump default PCUIF version: 9 -> 10Vadim Yanitskiy1-1/+1
2020-09-17NS_Provider_IPL4: map the IPL4 port to the system port before using itAlexander Couzens1-0/+1
2020-09-17NS_Emulation: remove dependency on PCUIF_TypesAlexander Couzens3-2/+20
2020-09-17NS_Emulation: Introduce NS_Provider underneath NS_EmulationHarald Welte2-63/+134
2020-09-17BSSGP_Emulation: Fix build without BSSGP_EM_L3Harald Welte1-1/+4
2020-09-16PCUIF_Types: fix version 9 remote addressAlexander Couzens1-1/+1
2020-09-16mncc: Support IPv6 addresses (new version mncc 7)Pau Espin Pedrol4-24/+124
2020-09-16library: CBSP_Adapter: Improve robustness of rebind and reconnectPau Espin Pedrol1-0/+13
2020-09-15fixup library/PCUIF_Types: version 10: do not add redundant paddingVadim Yanitskiy2-1/+23
2020-09-14BTS_Tests: group hopping parameters into a separate recordVadim Yanitskiy1-1/+1
2020-09-13BSSGP_Emulation: Make L3 (SM/GMM) decoding a compile-time optionHarald Welte1-9/+42
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 Welte3-21/+21
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-11library/PCUIF_Types: version 10: do not add redundant paddingVadim Yanitskiy1-1/+0
2020-09-11library/PCUIF_Types: version 10: support IPv6 NSVC addrAlexander Couzens2-2/+55
2020-09-09library/RTP_Emulation: Close previous socket after rebindPau Espin Pedrol2-1/+16
2020-09-08library/PCUIF_Types: version 10: add Mobile Allocation length fieldVadim Yanitskiy1-1/+7
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 Pedrol2-0/+33
2020-09-07library/MGCP_Templates: Apply MGCP AddressType based on provided addressPau Espin Pedrol1-2/+11
2020-09-07Osmocom_Gb_Types: add a simple tr_NS_STATUS()Alexander Couzens1-0/+12
2020-09-02library/GSM_RR_Types: add minimalistic HandoverCommandVadim Yanitskiy1-0/+32
2020-09-01library/GSM_RR_Types: cosmetic: fix formatting in RrL3UnionVadim Yanitskiy1-4/+4
2020-09-01library/GSM_RR_Types: add minimalistic AssignmentCommandVadim Yanitskiy1-0/+26
2020-08-31comment: Osmocom_CTRL: fix example for f_counter_name_vals_list_add()Neels Hofmeyr1-3/+3
2020-08-31library/RSL_Types: add missing Channel Identification IEVadim Yanitskiy1-0/+44
2020-08-31library/GSM_RR_Types: add receive templates tr_ChanDesc{H0,H1}Vadim Yanitskiy1-0/+18
2020-08-31library/GSM_RR_Types: restrict Mobile Allocation lengthVadim Yanitskiy1-1/+1
2020-08-31library/Osmocom_Types: fix f_rnd_ra_cs(): ensure non-emergency RAVadim Yanitskiy1-1/+1
2020-08-31library/Osmocom_Types: fix: '10111111'B is a valid emergency RAVadim Yanitskiy1-4/+1
2020-08-30library: Add BSSLAP_LE_{CodecPort,Emulation}Harald Welte4-2/+1216
2020-08-30TTCN-3 definitions for BSSMAP-LE and BSSLAP protocolsHarald Welte3-0/+1558
2020-08-29pcu: Test Downlink UNIT_DATA messages from SGSN containing IMSI IEPau Espin Pedrol1-3/+22
2020-08-28BSSMAP_Templates: add tr_BSSMAP_IE_Cause and tr_BSSMAP_SAPInRejectVadim Yanitskiy1-0/+44