aboutsummaryrefslogtreecommitdiffstats
path: root/library
AgeCommit message (Expand)AuthorFilesLines
2017-12-12IPA_Types: Add ts_PDU_IPA (selftest fixupHarald Welte1-0/+7
2017-12-12RSL_Types: Work around (perceived) shortcoming of TITAN RAW encoderHarald Welte1-40/+43
2017-12-12IPA_Emulation: Call f_IPL4_setGetMsgLen for both client and serverHarald Welte1-4/+4
2017-12-11BSSMAP_Templates: Add templates for various PAGING optionsHarald Welte2-5/+61
2017-12-10RSL_Types: Fix coding of RSL_IE_ChanNeeded and matching if PAGING_CMDHarald Welte1-2/+7
2017-12-10Osmocom_CTRL: Fix matching on incoming trap; avoid generating error verdicts ...Harald Welte2-4/+9
2017-12-10BSSAP_CodecPort: respondingAddress is optional in BSSAP_N_DISCONNECT_indHarald Welte1-1/+1
2017-12-10BSSAP_CodecPort: Don't dereference optional fields unconditionallyHarald Welte1-4/+20
2017-12-09RSL_Types: New tr_RSL_REL_REQ and tr_RSL_DEACT_SACCH templatesHarald Welte1-0/+19
2017-12-09RSL_Types: Fix RSL_IE_Cause (missing length octet)Harald Welte1-1/+3
2017-12-09BSSMAP_Templates: Add tr_BSSMAP_ClearRequestHarald Welte1-0/+12
2017-12-09add missing BSSAP_CodecPort fileHarald Welte1-1/+381
2017-12-09RSL_Types: Add ts_RSL_RF_CHAN_REL_ACK and ts_RSL_MsgDiscTypeHarald Welte1-0/+14
2017-12-09Osmocom_CTRL_Fucntions: Add f_ctrl_get_ratectr_abs and f_ctrl_get_exp_ratectr...Harald Welte1-0/+19
2017-12-09Osmocom_CTRL_Types: Permit * (wildcard) and fix pattern syntaxHarald Welte1-2/+2
2017-12-09Osmocom_CTRL_Functions: Add f_ctrl_get_exp() function to GET + match expectedHarald Welte1-0/+11
2017-12-09Osmocom_CTRL_Functions: Make TRAP resistant (ignore TRAPs)Harald Welte1-0/+2
2017-12-09IPA_Emulation: Don't send events to unconnected portsHarald Welte1-1/+6
2017-12-09IPA_Emulation: Send ASP_IPA_EVENT_UP even in client modeHarald Welte3-5/+117
2017-12-09Extend IPA_Emulation with support for CTRLHarald Welte2-0/+92
2017-12-09IPA_Emulation: Add commentsHarald Welte1-0/+18
2017-12-09RSL_Emulation: Move templates into RSL_TypesHarald Welte2-33/+34
2017-12-09IPA_Emulation: split t_ASP_RSL_UD in send and receive templateHarald Welte2-5/+11
2017-12-09BSSMAP_Templates: Add parameters to tr_BSSMAP_ComplL3 for better matchingHarald Welte2-2/+23
2017-12-08library: Add RSL_Emulation.ttcnHarald Welte1-0/+332
2017-12-08General_Types: Make it work with TITAN 6.3.0Harald Welte1-3/+3
2017-12-07IPA_Emulation: Add support for RSL portHarald Welte1-2/+61
2017-12-07IPA_Types: Define IpaStreamId for up to 4 TRXHarald Welte1-1/+4
2017-12-07RSL_Types: ts_RSL_CHAN_RQD needs access delayHarald Welte1-2/+3
2017-12-07RSL_Types: Add RACH and PAGING LOAD templatesHarald Welte1-0/+18
2017-12-07RSL_Types: tr_RSL_MsgType() now accepts template as message discriminatorHarald Welte1-1/+1
2017-12-07RSL_Types: add tr_RSL_PAGING_CMD / tr_RSL_IMM_ASSIGN templatesHarald Welte1-0/+29
2017-12-07RSL_Types: ms_identity, full_imm_ass_info IE typesHarald Welte1-0/+4
2017-12-07RSL_Types: Define RACH Load IEHarald Welte1-0/+17
2017-12-07RSL_Types: Channel Mode contains a length byteHarald Welte1-1/+4
2017-12-07RSL_Types: L3_INFO has TL16V type, not TLV (i.e. 16bit length)Harald Welte1-4/+14
2017-12-07RSL_Types: Define each enumerated memberHarald Welte1-120/+120
2017-12-07IPA_Emulation: Change default params to const, export them and use empty stringHarald Welte1-14/+15
2017-12-07GSM_Types: Label some templates as (value) templatesHarald Welte1-2/+2
2017-12-04IPA_Emulation: Allow client/server to specify CCM parametersHarald Welte1-7/+62
2017-12-04ggsn: Verify presence of DNS addresses in IPCP of PCOHarald Welte1-0/+55
2017-11-30MGCP_Templates: Accept 200 and 250 as ACK for DLCXDaniel Willmann1-1/+1
2017-11-30MGCP_Templates: Change channel codec to AMR since this is how it's usedDaniel Willmann1-2/+2
2017-11-29BSSMAP: Ignore RSPI for unknown endpoint/CICHarald Welte2-3/+24
2017-11-29IPA_Emulation: Properly dissect multiple IPA messages in one TCP segmentHarald Welte2-12/+5
2017-11-29IPA_CodecPort: Wrap f_IPL4_setGetMsgLen functionHarald Welte2-1/+19
2017-11-29IPA: Add support for IPAC_IDTAG_OSMO_RANDHarald Welte1-3/+5
2017-11-29ipa: PDU_IPA_CCM: Missing CROSSTAG to decode get/resp/otherHarald Welte1-1/+5
2017-11-27add RSL_Types.ttcn - untested definitions defining GSM A-bis RSLHarald Welte1-0/+669
2017-11-25ts_BSSMAP_HandoReq: Hand in raw list as argument, not IE typeHarald Welte1-2/+43