aboutsummaryrefslogtreecommitdiffstats
path: root/library
AgeCommit message (Expand)AuthorFilesLines
2017-11-23BSSMAP_Templates: fix unbound rR_Cause member in Assignment CompleteHarald Welte1-0/+2
2017-11-23BSSMAP_Emulation: Fix handling of userDataHarald Welte1-8/+10
2017-11-23BSSMAP_Templates: Correct name is AssignmentReq, not AssignmentCmdHarald Welte1-2/+2
2017-11-23ipa: First version that emulates both MSC and BSC up to ASSIGNMENT REQHarald Welte3-7/+266
2017-11-23IPA/MSC/BSC Emulation: Framework for handling multiple SCCP connectionsHarald Welte3-2/+279
2017-11-22ipa: Pull everything together: L3->BSSAP->SCCP->IPAHarald Welte4-1/+331
2017-11-22Expand IPA emulaitpn code + example to include CCM and SCCP bindingHarald Welte2-3/+235
2017-11-21initial import of new IPA test portHarald Welte4-0/+175
2017-11-19Add ASP_ConnId_ReadyToRelease in all translation ports using IPL4aspHarald Welte1-0/+2
2017-08-26sysinfo: Fix the TC_telnet test case VTY command orderHarald Welte1-2/+4
2017-08-25LAPDm_RAW_PT: Use default L1CTL socketHarald Welte1-2/+1
2017-08-20L1CTL_PortType: Make osmocom_l2 socket configurable as module parameterHarald Welte1-1/+5
2017-08-20sysinfo: Fix compilationHarald Welte1-0/+1
2017-08-19Add Native_Functions module for inet_addr / inet_ntoaHarald Welte2-0/+40
2017-08-19GGSN_Tests: Make SGSN and GGSN addresses configurable via moduleparHarald Welte2-0/+29
2017-08-01RLCMAC: Integrate encoding/decoding of Control Message PayloadHarald Welte1-2/+3
2017-08-01RLCMAC_CSN1: Add "other" for not-yet-implemented message typesHarald Welte1-4/+8
2017-08-01LAPDm_RAW_PT: Add support for TBF mode (GPRS)Harald Welte1-2/+164
2017-08-01Add Definitions for GPRS coding schemesHarald Welte2-3/+26
2017-07-31RLCMAC: enc__RlcmacUlDataBlock: fix 'omit' for PFI / TLLIHarald Welte1-2/+2
2017-07-31RLCMAC: Fix encoding/decoding of 'union' typesHarald Welte2-8/+53
2017-07-31move LAPDm_types to library + make lapdm executable compile againHarald Welte1-0/+202
2017-07-31RLCMAC: Add Rlcmac{Ul,Dl}Block unions to cover both Control + Data blocksHarald Welte1-2/+30
2017-07-30move LAPDm_RAW_PT.ttcn to libraryHarald Welte1-0/+245
2017-07-30Add hand-written encoder/decoder for RLC/MAC UL/DL data blocksHarald Welte2-52/+315
2017-07-30L1CTL_Types: Split t_IMM_ASS() off t_RR_IMM_ASS()Harald Welte1-10/+13
2017-07-30L1CTL_Types: Add support for L1CTL_DATA_TBF_{REQ,CONF}Harald Welte2-1/+41
2017-07-30GSM_Types: Fix RSL Chanenl number encoding; Add OSMO_PDCH extensionHarald Welte1-5/+6
2017-07-30GSM_RR_Types: Parse PacketChannelDescriptionHarald Welte1-1/+30
2017-07-30Split RR portion of GSM_Types into GSM_RR_TypesHarald Welte4-458/+595
2017-07-30L1CTL_Types: Make t_RR_IMM_ASS match also TBF assignmentsHarald Welte1-2/+2
2017-07-30L1CTL_Types: Add upcoming L1CTL_TBF_CFG_{REQ,CONF}Harald Welte1-1/+42
2017-07-30GSM_Types: Fix encoding of RSL Channel numbersHarald Welte1-5/+6
2017-07-30GSM_Types: Fix MobileIdentityHarald Welte1-8/+12
2017-07-29Move "connect to L1CTL and RESET" function from LAPDm_RAW_PT to L1CTL_PortTypeHarald Welte1-0/+7
2017-07-28library: Initial work on GPRS RLC/MAC encoder/decoderHarald Welte5-3/+726
2017-07-19move L1CTL modules to library for easier sharing with other test suitesHarald Welte2-0/+556
2017-07-19Move VTY utility functions to new Osmocom_VTY_Functions moduleHarald Welte1-0/+103
2017-07-19Introduce 'library' directory for modules shared by multiple test casesHarald Welte8-0/+1399