aboutsummaryrefslogtreecommitdiffstats
path: root/library/L1CTL_Types.ttcn
AgeCommit message (Expand)AuthorFilesLines
2023-05-26BTS_Tests: f_est_dchan(): add support for CSD channel modesVadim Yanitskiy1-2/+5
2023-03-19library: L1CTL: rework GPRS related message definitionsVadim Yanitskiy1-173/+210
2023-03-19library: L1CTL: merge L1ctl{Ul,Dl}Message into L1ctlMessageVadim Yanitskiy1-95/+120
2022-12-21library/L1CTL_Types: add send template for L1CTL_DATA_INDVadim Yanitskiy1-1/+27
2022-12-21library/L1CTL_Types: eliminate warning about missing 'h0h1' fieldVadim Yanitskiy1-0/+1
2022-09-07bts: Pass AMR codec info over L1CTL and RSLPau Espin Pedrol1-4/+15
2022-09-02cosmetic: L1CTL: Fix trailing whitespacePau Espin Pedrol1-1/+1
2022-03-13library/L1CTL_Types: fix t_RslChanNr_RACH used in send templatesVadim Yanitskiy1-2/+2
2020-11-24library: move Osmocom_Types.Arfcn to GSM_Types.GsmBandArfcnVadim Yanitskiy1-8/+8
2020-11-14library/L1CTL_Types: add missing template restrictionsVadim Yanitskiy1-60/+92
2020-10-19library/L1CTL_Types: use traffic forwarding mode by defaultVadim Yanitskiy1-2/+9
2020-10-19library/L1CTL_Types: add missing template for L1CTL_TCH_MODE_REQVadim Yanitskiy1-0/+18
2020-10-19library/L1CTL_Types: add missing 'loop_mode' to 'L1ctlTchModeReq'Vadim Yanitskiy1-1/+13
2020-10-19library/L1CTL_Types: relax some params of tr_L1CTL_TRAFFIC_IND()Vadim Yanitskiy1-2/+2
2020-10-19library/L1CTL_Types: fix definition of L1ctlDmEstReqVadim Yanitskiy1-18/+32
2020-10-19library/L1CTL_Types: turn L1ctlTchMode into an enumerated typeVadim Yanitskiy1-2/+8
2020-05-29library/L1CTL_Types: introduce ts_L1CTL_DM_EST_REQ_H1Vadim Yanitskiy1-0/+23
2020-05-29library/L1CTL_Types: fix definition of L1ctlH1 (hopping parameters)Vadim Yanitskiy1-3/+13
2020-05-29library/L1CTL_PortType: refactor L1CTL channel establishmentVadim Yanitskiy1-4/+16
2019-09-14library/L1CTL_PortType.ttcn: use templates from GSM_RR_TypesVadim Yanitskiy1-18/+0
2019-07-07library/L1CTL_Types.ttcn: introduce TRAFFIC_{REQ|IND} templatesVadim Yanitskiy1-0/+42
2019-06-01L1CTL_RACH_REQ: make both chan_nr and link_id configurableVadim Yanitskiy1-4/+5
2019-06-01L1CTL_Types.ttcn: accept SacchL1Header in ts_L1CTL_DATA_REQ_SACCHVadim Yanitskiy1-3/+10
2019-05-28L1CTL_Types.ttcn: do not restrict the length of L1ctlDataIndVadim Yanitskiy1-1/+1
2019-05-27L1CTL: Add support for CCCH_MODE_COMBINED_CBCHHarald Welte1-1/+2
2019-05-27cosmetic: Update copyright statement, license notice and SPDXHarald Welte1-1/+9
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
2018-10-28L1CTL_Types.ttcn: drop length limitation for traffic messagesVadim Yanitskiy1-3/+1
2018-10-03L1CTL_Types: Add support to set L1 Header params during SACCH txPau Espin Pedrol1-0/+23
2018-05-10bts: ciphering testsHarald Welte1-0/+27
2018-04-15L1CTL: Correctly parse L1CTL messages with zero-length payloadHarald Welte1-3/+3
2018-04-02L1CTL_Types: dl_info is part of TRAFFIC_CONF, not just TRAFFIC_INDHarald Welte1-1/+2
2018-03-12bts: Add TC_deact_sacch()Harald Welte1-3/+5
2018-03-12L1CTL: make sure to self.stop in all setverdict(fail) casesHarald Welte1-6/+7
2018-03-12L1CTL/bts: Fix tons of compiler warnings by splitting rx+tx templatesHarald Welte1-34/+67
2018-03-12L1CTL: Add f_L1CTL_PARAM for timing advance + tx power controlHarald Welte1-0/+18
2018-03-12L1CTL_Types: Fix bit-ordering in FBSB_REQHarald Welte1-1/+1
2018-03-12gprs_gb: working Uplink PACKET_CONTROL_ACK against OsmoPCUHarald Welte1-5/+17
2018-03-02l1ctl: Add L1CTL_DATA_ABS_REQ for PACKET UPLINK ACKHarald Welte1-1/+44
2018-02-25bts: Add paging related testsHarald Welte1-2/+7
2018-02-23L1CTL: Increase FBSB timeout to ~1sHarald Welte1-1/+1
2018-02-22L1CTL: Add optional link_id argument to t_L1CTL_DATA_IND()Harald Welte1-3/+4
2017-08-01Add Definitions for GPRS coding schemesHarald Welte1-3/+21
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 Welte1-1/+29
2017-07-30Split RR portion of GSM_Types into GSM_RR_TypesHarald Welte1-0/+1
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-19move L1CTL modules to library for easier sharing with other test suitesHarald Welte1-0/+449