aboutsummaryrefslogtreecommitdiffstats
path: root/library/RSL_Emulation.ttcn
AgeCommit message (Expand)AuthorFilesLines
2023-11-22RSL_Emulation: allow RSL_DchanHdlr sandbox escape for both rolesVadim Yanitskiy1-3/+10
2021-10-02RSLEM: add f_chan_act_verify_tsc()Neels Hofmeyr1-10/+13
2021-09-29RSLEM: add f_rslem_auto_chan_act_ack(boolean)Neels Hofmeyr1-5/+21
2021-08-06bsc: improve error log for "RSL for unknown Dchan"Neels Hofmeyr1-0/+2
2021-07-27bsc: add RSL port args in MSC_ConnHdlr, RSLEMNeels Hofmeyr1-8/+8
2021-06-05allow ASP_RSL_UD on MSC_ConnHdlr RSLNeels Hofmeyr1-1/+4
2021-06-05bsc: test TSC in various messagesNeels Hofmeyr1-1/+20
2021-02-26RSL_Emulation: Get rid of module param mp_rslem_patch_ipa_cidPau Espin Pedrol1-26/+0
2020-08-21RSL_Emulation: Fix compiler warning about dead codeHarald Welte1-1/+0
2020-06-25library/RSL: pass lost link event to upper layers instead of failingPau Espin Pedrol1-5/+24
2020-06-23library/RSL: fix trailing whitespacePau Espin Pedrol1-2/+2
2020-06-21library/RSL_Emulation: implement waiting queue for DChan messagesVadim Yanitskiy1-1/+75
2020-06-21library/RSL_Emulation: fix comment near f_rslem_suspend()Vadim Yanitskiy1-1/+1
2020-06-17RSL_Emulation: fix rx of tr_RSL_PAGING_CMD()Neels Hofmeyr1-1/+1
2020-06-09library/RSL_Emulation: optional IPA stream ID patchingVadim Yanitskiy1-0/+25
2020-06-05library/RSL_Emulation: cosmetic: improve logging messagesVadim Yanitskiy1-4/+4
2020-05-26library/RSL_Emulation: server mode: handle multiple transceiversVadim Yanitskiy1-5/+111
2020-05-26library/RSL_Emulation: fixup: handle RSL messages from any TRXVadim Yanitskiy1-8/+8
2020-05-25library/RSL_Emulation: fix comments near f_cid_{create,delete}_cnr()Vadim Yanitskiy1-2/+2
2020-05-25library/RSL_Emulation: use existing tr_ASP_RSL_UD templateVadim Yanitskiy1-14/+8
2020-05-25library/IPA_Emulation: assume TRX#0 in ASP_RSL_Unitdata templatesVadim Yanitskiy1-6/+5
2020-05-18library/IPA: use tr_ASP_IPA_EV instead of inline templatesVadim Yanitskiy1-6/+6
2019-08-13bsc: add TC_ho_neighbor_config_1 thru _7Neels Hofmeyr1-0/+2
2019-05-27cosmetic: Update copyright statement, license notice and SPDXHarald Welte1-0/+2
2018-11-06bts: f_est_dchan: verify Chan Rqd originated by RACH arrives on RSLPau Espin Pedrol1-4/+46
2018-10-24RSL_Emulation: Fail explicitly on ASP_IPA_EVENT_DOWNPau Espin Pedrol1-0/+8
2018-07-24Fail if f_streamId_by_trx() can't find a stream idDaniel Willmann1-1/+2
2018-07-24library: Ensure setverdict(fail) is followed by mtc.stopDaniel Willmann1-4/+5
2018-07-06RSL_Emulation: Stop with error verdict if conn table runs out of spaceDaniel Willmann1-6/+4
2018-06-01*_Emulation.ttcn: Specify destination when replying on procedure portsHarald Welte1-8/+8
2018-05-27RSL_Emulation: Handle ID_ACK event in BSC roleHarald Welte1-0/+1
2018-04-15RSL_Emulation: Less verbose loggingHarald Welte1-4/+0
2018-03-23bsc: Fix tons of TTCN3 compiler warningsHarald Welte1-8/+6
2018-03-22RSL_Emulation: Introduce LastActTableHarald Welte1-2/+70
2018-02-24RSL_Emulation: Make CCHAN_PT bi-directionalHarald Welte1-0/+4
2018-02-21RSL_Emulation: Pass ASP_IPA_EVENT_UP to RSL_CCHAN portHarald Welte1-2/+6
2018-02-21RSL_Emulation: Introduce notion of 'bts_role'Harald Welte1-8/+20
2018-02-13RSL_Emulation: Add procedure calls to suspend/resume dchan handlingHarald Welte1-3/+34
2018-02-13RSL_Emulation: Add second RSL/RSL_PROC port for hand-over casesHarald Welte1-6/+11
2018-01-29bsc: Unregister old RSL channel number after assignmentHarald Welte1-1/+17
2018-01-29RSL_Emulation: Permit registration of explicit Channel NumberHarald Welte1-3/+76
2018-01-17RSL_Emulation: Initialize the ConnectionTableDaniel Willmann1-0/+11
2018-01-03Add comments with short module description on top of each fileHarald Welte1-0/+17
2017-12-17BSC_Tests: Prepare for tests based on {RSL,BSSMAP}_EmulationHarald Welte1-0/+2
2017-12-09RSL_Emulation: Move templates into RSL_TypesHarald Welte1-32/+0
2017-12-09IPA_Emulation: split t_ASP_RSL_UD in send and receive templateHarald Welte1-4/+4
2017-12-08library: Add RSL_Emulation.ttcnHarald Welte1-0/+332