blob: aefab09574d3c1ad76496b103d11e6138cda0332 [file] [log] [blame]
Harald Welte70767382018-02-21 12:16:40 +01001module BTS_Tests {
2
Harald Welte14906952019-05-27 09:19:49 +02003/* Integration Tests for OsmoBTS
Harald Welte34b5a952019-05-27 11:54:11 +02004 * (C) 2018-2019 by Harald Welte <laforge@gnumonks.org>
Harald Welte14906952019-05-27 09:19:49 +02005 * contributions by Vadim Yanitskiy and sysmocom - s.f.m.c. GmbH
6 * All rights reserved.
7 *
8 * Released under the terms of GNU General Public License, Version 2 or
9 * (at your option) any later version.
10 *
Harald Welte34b5a952019-05-27 11:54:11 +020011 * SPDX-License-Identifier: GPL-2.0-or-later
12 *
Harald Welte14906952019-05-27 09:19:49 +020013 * This test suite tests OsmoBTS by attaching to the external interfaces
14 * such as Abis RSL, PCU, VTY as well as by attaching to a MS L1 implementation
15 * using the L1CTL protocol/interface.
16 *
17 * You can run the tests with
18 * a) osmo-bts-trx + trxcon + fake_trx (without any hardware)
19 * b) any osmo-bts-* + OsmocomBB layer1 + osmocon (with real BTS hardware)
20 * c) osmo-bts-virtual + virt_phy (without any hardware)
21 *
22 * Some of the tests will only run on a subset of those three configurations
23 * due to limitations in the respective L1.
24 */
25
Daniel Willmann0fcc4d32018-10-23 20:32:19 +020026import from Misc_Helpers all;
Harald Welte70767382018-02-21 12:16:40 +010027import from General_Types all;
28import from GSM_Types all;
29import from GSM_RR_Types all;
30import from Osmocom_Types all;
31import from GSM_Types all;
Vadim Yanitskiy5d2cf442020-05-02 16:49:17 +070032import from GSM_RestOctets all;
Harald Welte82ccef72018-02-25 16:17:33 +010033import from GSM_SystemInformation all;
Harald Welte70767382018-02-21 12:16:40 +010034import from L1CTL_PortType all;
35import from L1CTL_Types all;
36import from LAPDm_Types all;
Harald Weltead033dc2019-05-25 17:28:16 +020037import from LAPDm_RAW_PT all;
Harald Welte70767382018-02-21 12:16:40 +010038import from Osmocom_CTRL_Adapter all;
Neels Hofmeyr6a84b232018-04-03 19:12:36 +020039import from Osmocom_CTRL_Functions all;
Harald Welte70767382018-02-21 12:16:40 +010040
41import from RSL_Types all;
Harald Welte7484fc42018-02-24 14:09:45 +010042import from IPA_Types all;
Harald Welte70767382018-02-21 12:16:40 +010043import from IPA_Emulation all;
Stefan Sperling0ec1c262018-10-15 15:12:52 +020044import from IPA_Testing all;
Harald Welte70767382018-02-21 12:16:40 +010045import from RSL_Emulation all;
46
47import from IPL4asp_Types all;
48import from TRXC_Types all;
49import from TRXC_CodecPort all;
50import from TRXC_CodecPort_CtrlFunct all;
51
Harald Welte883340c2018-02-28 18:59:29 +010052import from PCUIF_Types all;
53import from PCUIF_CodecPort all;
Harald Weltea2e0e942019-05-27 18:12:53 +020054import from UD_Types all;
Harald Welte883340c2018-02-28 18:59:29 +010055
Harald Welte7484fc42018-02-24 14:09:45 +010056import from MobileL3_CommonIE_Types all;
Harald Welte68e495b2018-02-25 00:05:57 +010057import from MobileL3_RRM_Types all;
58import from MobileL3_Types all;
59import from L3_Templates all;
Harald Welteeaa9a862019-05-26 23:01:08 +020060import from L3_Common all;
61import from MobileL3_GMM_SM_Types all;
Harald Welte7484fc42018-02-24 14:09:45 +010062
Harald Welte8da48242018-02-27 20:41:32 +010063import from Osmocom_VTY_Functions all;
64import from TELNETasp_PortType all;
Harald Welte2f2b2b72019-05-31 22:24:57 +020065import from BTS_Tests_LAPDm all;
Harald Welte8da48242018-02-27 20:41:32 +010066
Harald Welte505cf9b2018-09-15 17:47:23 +030067friend module BTS_Tests_SMSCB;
Harald Weltead033dc2019-05-25 17:28:16 +020068friend module BTS_Tests_virtphy;
Harald Welte2f2b2b72019-05-31 22:24:57 +020069friend module BTS_Tests_LAPDm;
Pau Espin Pedrol5a012ee2020-02-06 19:33:22 +010070friend module BTS_Tests_perf;
Harald Welte505cf9b2018-09-15 17:47:23 +030071
Harald Welte70767382018-02-21 12:16:40 +010072/* The tests assume a BTS with the following timeslot configuration:
73 * TS0 : Combined CCCH + SDCCH/4
Harald Welte3d04ae62018-04-04 20:29:05 +020074 * TS1 : TCH/F
75 * TS2 : TCH/F
76 * TS3 : TCH/F_PDCH (IPA Style)
77 * TS4 : TCH/F_TCH/H_PDCH (Osmocom Style)
Harald Welte70767382018-02-21 12:16:40 +010078 * TS5 : TCH/H
79 * TS6 : SDCCH/8
80 * TS7 : PDCH
81 */
82
83modulepar {
84 charstring mp_rsl_ip := "127.0.0.2";
85 integer mp_rsl_port := 3003;
86 integer mp_trx0_arfcn := 871;
Vadim Yanitskiy44ff2142019-01-12 07:04:58 +070087 charstring mp_bts_trxc_ip := "127.0.0.1";
88 integer mp_bts_trxc_port := 5701;
Harald Welte883340c2018-02-28 18:59:29 +010089 charstring mp_pcu_socket := PCU_SOCK_DEFAULT;
Neels Hofmeyr6a84b232018-04-03 19:12:36 +020090 charstring mp_ctrl_ip := "127.0.0.1";
91 integer mp_ctrl_port := 4238;
Harald Welte07bd2d22019-05-25 11:03:30 +020092 charstring mp_bsc_ctrl_ip := "127.0.0.1";
93 integer mp_bsc_ctrl_port := 4249;
Pau Espin Pedrol121724c2018-09-28 15:58:12 +020094 integer mp_tolerance_rxqual := 1;
95 integer mp_tolerance_rxlev := 3;
96 integer mp_tolerance_timing_offset_256syms := 0;
Pau Espin Pedrol752ffd52018-06-07 13:55:45 +020097 integer mp_rxlev_exp := 57;
Pau Espin Pedrole9571aa2018-10-22 17:13:07 +020098 integer mp_ul_rxlev_exp := 10;
Pau Espin Pedroled359cb2018-09-28 16:08:24 +020099 integer mp_ms_power_level_exp := 7;
Pau Espin Pedrol121724c2018-09-28 15:58:12 +0200100 integer mp_ms_actual_ta_exp := 0;
101 integer mp_timing_offset_256syms_exp := 512;
Pau Espin Pedrol315e4712018-11-01 16:27:07 +0100102 /* Time to wait for RSL conn from BTS during startup of test */
Philipp Maier12567e42019-04-17 14:10:05 +0200103 float mp_ipa_up_timeout := 15.0;
Philipp Maiere63229e2019-04-26 12:21:37 +0200104 float mp_ipa_up_delay := 0.0;
Harald Weltead033dc2019-05-25 17:28:16 +0200105 /* false for now, as only virtphy supports it, not calypso-l1 nor trxcon */
106 boolean mp_l1_supports_gprs := false;
Harald Welte70767382018-02-21 12:16:40 +0100107}
108
Harald Welte629cc6b2018-03-11 17:19:05 +0100109type record of RslChannelNr ChannelNrs;
110
Harald Welte70767382018-02-21 12:16:40 +0100111type component test_CT extends CTRL_Adapter_CT {
Harald Welte68e495b2018-02-25 00:05:57 +0100112 /* IPA Emulation component underneath RSL */
Harald Welte70767382018-02-21 12:16:40 +0100113 var IPA_Emulation_CT vc_IPA;
Harald Welte68e495b2018-02-25 00:05:57 +0100114 /* RSL Emulation component (for ConnHdlr tests) */
Harald Welte70767382018-02-21 12:16:40 +0100115 var RSL_Emulation_CT vc_RSL;
Harald Welte68e495b2018-02-25 00:05:57 +0100116 /* Direct RSL_CCHAN_PT */
Harald Welte70767382018-02-21 12:16:40 +0100117 port RSL_CCHAN_PT RSL_CCHAN;
Harald Welte68e495b2018-02-25 00:05:57 +0100118
119 /* L1CTL port (for classic tests) */
120 port L1CTL_PT L1CTL;
Harald Welte48494ca2018-02-25 16:59:50 +0100121
Vadim Yanitskiyf4e997c2019-06-04 21:40:33 +0700122 /* Optional TRXC connection to FakeTRX (BTS side) */
Vadim Yanitskiy44ff2142019-01-12 07:04:58 +0700123 port TRXC_CODEC_PT BTS_TRXC;
124 var integer g_bts_trxc_conn_id;
Harald Welte54a2a2d2018-02-26 09:14:05 +0100125
Harald Weltef50e3ae2018-09-10 10:27:56 +0200126 /* VTY connections to both BTS and BSC */
Harald Welte8da48242018-02-27 20:41:32 +0100127 port TELNETasp_PT BTSVTY;
Harald Weltef50e3ae2018-09-10 10:27:56 +0200128 port TELNETasp_PT BSCVTY;
Harald Welte8da48242018-02-27 20:41:32 +0100129
Harald Welte883340c2018-02-28 18:59:29 +0100130 /* PCU Interface of BTS */
131 port PCUIF_CODEC_PT PCU;
132 var integer g_pcu_conn_id;
133 /* Last PCU INFO IND we received */
134 var PCUIF_Message g_pcu_last_info;
135
Harald Welte48494ca2018-02-25 16:59:50 +0100136 /* SI configuration */
137 var SystemInformationConfig si_cfg := {
138 bcch_extended := false,
139 si1_present := false,
140 si2bis_present := false,
141 si2ter_present := false,
142 si2quater_present := false,
143 si7_present := false,
144 si8_present := false,
145 si9_present := false,
146 si13_present := false,
147 si13alt_present := false,
148 si15_present := false,
149 si16_present := false,
150 si17_present := false,
151 si2n_present := false,
152 si21_present := false,
153 si22_present := false
154 };
Harald Welte629cc6b2018-03-11 17:19:05 +0100155
156 /* all logical channels available on the BTS */
157 var ChannelNrs g_AllChannels;
Harald Welte0472ab42018-03-12 15:02:26 +0100158 var ChannelNrs g_AllChanTypes;
Harald Welte70767382018-02-21 12:16:40 +0100159}
160
161/* an individual call / channel */
Harald Welte2f2b2b72019-05-31 22:24:57 +0200162type component ConnHdlr extends RSL_DchanHdlr, lapdm_test_CT {
Harald Welte70767382018-02-21 12:16:40 +0100163 port L1CTL_PT L1CTL;
164
Vadim Yanitskiyf4e997c2019-06-04 21:40:33 +0700165 /* Optional TRXC connection to FakeTRX (BTS side) */
Vadim Yanitskiy44ff2142019-01-12 07:04:58 +0700166 port TRXC_CODEC_PT BTS_TRXC;
167 var integer g_bts_trxc_conn_id;
Harald Welte70767382018-02-21 12:16:40 +0100168
169 timer g_Tguard;
170 timer g_Tmeas_exp := 2.0; /* >= 103 SACCH multiframe ~ 500ms */
171
172 var ConnHdlrPars g_pars;
173 var uint8_t g_next_meas_res_nr := 0;
Harald Weltefa45e9e2018-03-10 18:59:03 +0100174 var boolean g_first_meas_res := true;
Harald Weltef26de0b2018-04-04 20:28:05 +0200175
176 /* PCU Interface of BTS */
177 port PCUIF_CODEC_PT PCU;
Harald Welte70767382018-02-21 12:16:40 +0100178}
179
180function f_init_rsl(charstring id) runs on test_CT {
Vadim Yanitskiyc9c9e292020-05-18 23:31:40 +0700181 timer T := mp_ipa_up_timeout;
182
Harald Welte70767382018-02-21 12:16:40 +0100183 vc_IPA := IPA_Emulation_CT.create(id & "-RSL-IPA");
184 vc_RSL := RSL_Emulation_CT.create(id & "-RSL");
185
186 map(vc_IPA:IPA_PORT, system:IPA_CODEC_PT);
187 connect(vc_IPA:IPA_RSL_PORT, vc_RSL:IPA_PT);
188 connect(self:RSL_CCHAN, vc_RSL:CCHAN_PT);
189
190 vc_IPA.start(IPA_Emulation.main_server(mp_rsl_ip, mp_rsl_port));
191 vc_RSL.start(RSL_Emulation.main(false));
Vadim Yanitskiyc9c9e292020-05-18 23:31:40 +0700192
193 T.start;
194 alt {
Vadim Yanitskiy6de2fcb2020-05-25 19:40:45 +0700195 /* TODO: handle connection events from multiple transceivers */
196 [] RSL_CCHAN.receive(tr_RSLEm_EV(RSLEM_EV_TRX_UP));
Vadim Yanitskiyc9c9e292020-05-18 23:31:40 +0700197 [] T.timeout {
198 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Timeout waiting for ASP_IPA_EVENT_UP");
199 }
200 }
Harald Welte70767382018-02-21 12:16:40 +0100201}
202
203type record ConnHdlrPars {
204 RslChannelNr chan_nr,
205 RSL_IE_ChannelMode chan_mode,
206 float t_guard,
Harald Welte0472ab42018-03-12 15:02:26 +0100207 ConnL1Pars l1_pars,
Harald Weltee613f962018-04-18 22:38:16 +0200208 TestSpecUnion spec optional,
Eric Wild61edb7e2019-06-03 12:38:31 +0200209 RSL_IE_EncryptionInfo encr optional,
210 BtsBand bts0_band optional
Harald Welte0472ab42018-03-12 15:02:26 +0100211}
212
213/* Test-specific parameters */
214type union TestSpecUnion {
215 RllTestCase rll
Harald Welte70767382018-02-21 12:16:40 +0100216}
217
Harald Welte82ccef72018-02-25 16:17:33 +0100218template (value) RachControlParameters ts_RachCtrl_default := {
Harald Welte0fd1fb02018-03-10 17:19:50 +0100219 max_retrans := RACH_MAX_RETRANS_7,
220 tx_integer := '1001'B, /* 12 slots */
Harald Welte82ccef72018-02-25 16:17:33 +0100221 cell_barr_access := false,
222 re_not_allowed := true,
Harald Welteb9585f82018-03-10 17:18:47 +0100223 acc := '0000010000000000'B
Harald Welte82ccef72018-02-25 16:17:33 +0100224};
225
Harald Weltef10153f2018-02-25 16:34:05 +0100226template (value) CellSelectionParameters ts_CellSelPar_default := {
Harald Welte0fd1fb02018-03-10 17:19:50 +0100227 cell_resel_hyst_2dB := 2,
Pau Espin Pedroled359cb2018-09-28 16:08:24 +0200228 ms_txpwr_max_cch := mp_ms_power_level_exp,
Harald Weltef10153f2018-02-25 16:34:05 +0100229 acs := '0'B,
230 neci := true,
231 rxlev_access_min := 0
232}
233
234template (value) LocationAreaIdentification ts_LAI_default := {
235 mcc_mnc := '262F42'H,
236 lac := 42
237}
238
Vadim Yanitskiy12cf3d92020-05-05 00:19:50 +0700239private template (value) GPRSIndicator ts_GPRSIndicator_def := {
240 ra_colour := 0,
241 si13_pos := '0'B
242}
243
244private template (value) SI3RestOctets ts_SI3RestOctets_def
245modifies ts_SI3RestOctets := {
246 gprs_ind := {
247 presence := CSN1_H,
248 ind := ts_GPRSIndicator_def
249 }
250}
251
252private template (value) SI4RestOctets ts_SI4RestOctets_def
253modifies ts_SI4RestOctets := {
254 gprs_ind := {
Vadim Yanitskiyab5363f2020-05-05 00:30:22 +0700255 presence := CSN1_H,
256 ind := ts_GPRSIndicator_def
Vadim Yanitskiy12cf3d92020-05-05 00:19:50 +0700257 }
258}
259
Harald Welte7484fc42018-02-24 14:09:45 +0100260/* Default SYSTEM INFORMATION 3 */
Harald Weltef8df4cb2018-03-10 15:15:08 +0100261template (value) SystemInformation ts_SI3_default := {
262 header := ts_RrHeader(SYSTEM_INFORMATION_TYPE_3, 18),
Harald Welte7484fc42018-02-24 14:09:45 +0100263 payload := {
264 si3 := {
265 cell_id := 23,
Harald Weltef10153f2018-02-25 16:34:05 +0100266 lai := ts_LAI_default,
Harald Welte7484fc42018-02-24 14:09:45 +0100267 ctrl_chan_desc := {
268 msc_r99 := true,
269 att := true,
270 bs_ag_blks_res := 1,
271 ccch_conf := CCHAN_DESC_1CCCH_COMBINED,
Harald Welte82ccef72018-02-25 16:17:33 +0100272 si22ind := false,
Harald Welte7484fc42018-02-24 14:09:45 +0100273 cbq3 := CBQ3_IU_MODE_NOT_SUPPORTED,
274 spare := '00'B,
275 bs_pa_mfrms := 0, /* 2 multiframes */
276 t3212 := 1 /* 6 minutes */
277 },
Harald Welte82ccef72018-02-25 16:17:33 +0100278 cell_options := {
Harald Welte7484fc42018-02-24 14:09:45 +0100279 dn_ind := false,
280 pwrc := false,
281 dtx := MS_MAY_USE_UL_DTX,
Harald Welte0fd1fb02018-03-10 17:19:50 +0100282 radio_link_tout_div4 := (32/4)-1
Harald Welte7484fc42018-02-24 14:09:45 +0100283 },
Harald Weltef10153f2018-02-25 16:34:05 +0100284 cell_sel_par := ts_CellSelPar_default,
Harald Welte82ccef72018-02-25 16:17:33 +0100285 rach_control := ts_RachCtrl_default,
Vadim Yanitskiy12cf3d92020-05-05 00:19:50 +0700286 rest_octets := enc_SI3RestOctets(valueof(ts_SI3RestOctets_def))
Harald Welte7484fc42018-02-24 14:09:45 +0100287 }
288 }
289}
Harald Welte70767382018-02-21 12:16:40 +0100290
Harald Weltef8df4cb2018-03-10 15:15:08 +0100291template (value) SystemInformation ts_SI2_default := {
292 header := ts_RrHeader(SYSTEM_INFORMATION_TYPE_2, 22),
Harald Weltef10153f2018-02-25 16:34:05 +0100293 payload := {
294 si2 := {
295 bcch_freq_list := '00000000000000000000000000000000'O,
296 ncc_permitted := '11111111'B,
297 rach_control := ts_RachCtrl_default
298 }
299 }
300}
301
Harald Weltef8df4cb2018-03-10 15:15:08 +0100302template (value) SystemInformation ts_SI4_default := {
303 header := ts_RrHeader(SYSTEM_INFORMATION_TYPE_4, 12), /* no CBCH / restoct */
Harald Weltef10153f2018-02-25 16:34:05 +0100304 payload := {
305 si4 := {
306 lai := ts_LAI_default,
307 cell_sel_par := ts_CellSelPar_default,
308 rach_control := ts_RachCtrl_default,
309 cbch_chan_desc := omit,
310 cbch_mobile_alloc := omit,
Vadim Yanitskiy12cf3d92020-05-05 00:19:50 +0700311 rest_octets := enc_SI4RestOctets(valueof(ts_SI4RestOctets_def))
Harald Weltef10153f2018-02-25 16:34:05 +0100312 }
313 }
314}
315
316function f_rsl_bcch_fill_raw(RSL_IE_SysinfoType rsl_si_type, octetstring si_enc)
317runs on test_CT {
318 log("Setting ", rsl_si_type, ": ", si_enc);
Vadim Yanitskiy493abe72020-05-25 22:03:48 +0700319 RSL_CCHAN.send(ts_ASP_RSL_UD(ts_RSL_BCCH_INFO(rsl_si_type, si_enc)));
Harald Weltef10153f2018-02-25 16:34:05 +0100320}
321
322function f_rsl_bcch_fill(RSL_IE_SysinfoType rsl_si_type, template (value) SystemInformation si_dec)
323runs on test_CT {
324 var octetstring si_enc := enc_SystemInformation(valueof(si_dec));
325 log("Setting ", rsl_si_type, ": ", si_dec);
326 f_rsl_bcch_fill_raw(rsl_si_type, si_enc);
327}
328
Harald Welte505cf9b2018-09-15 17:47:23 +0300329friend function f_init_vty(charstring id) runs on test_CT {
Harald Welte8da48242018-02-27 20:41:32 +0100330 map(self:BTSVTY, system:BTSVTY);
331 f_vty_set_prompts(BTSVTY);
332 f_vty_transceive(BTSVTY, "enable");
333}
334
Harald Welte505cf9b2018-09-15 17:47:23 +0300335friend function f_init_vty_bsc() runs on test_CT {
Harald Weltef50e3ae2018-09-10 10:27:56 +0200336 map(self:BSCVTY, system:BSCVTY);
337 f_vty_set_prompts(BSCVTY, "OsmoBSC");
338 f_vty_transceive(BSCVTY, "enable");
339}
340
Harald Welte883340c2018-02-28 18:59:29 +0100341/* PCU socket may at any time receive a new INFO.ind */
Harald Weltef26de0b2018-04-04 20:28:05 +0200342private altstep as_pcu_info_ind(PCUIF_CODEC_PT pt, integer pcu_conn_id,
343 out PCUIF_Message pcu_last_info) {
Harald Welte883340c2018-02-28 18:59:29 +0100344 var PCUIF_send_data sd;
Harald Weltef26de0b2018-04-04 20:28:05 +0200345 [] pt.receive(t_SD_PCUIF(pcu_conn_id, tr_PCUIF_INFO_IND(0, ?))) -> value sd {
346 pcu_last_info := sd.data;
Harald Welted378a252018-03-13 17:02:14 +0100347 }
Harald Weltef26de0b2018-04-04 20:28:05 +0200348 [] pt.receive(t_SD_PCUIF(pcu_conn_id, tr_PCUIF_INFO_IND(?, ?, ?))) -> value sd {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +0200349 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Invalid PCU Version/BTS Number received");
Harald Welte883340c2018-02-28 18:59:29 +0100350 }
351}
352
Harald Weltef26de0b2018-04-04 20:28:05 +0200353private function f_init_pcu(PCUIF_CODEC_PT pt, charstring id,
354 out integer pcu_conn_id, out PCUIF_Message pcu_last_info) {
Harald Welte883340c2018-02-28 18:59:29 +0100355 timer T := 2.0;
356 var PCUIF_send_data sd;
Harald Welte84271622018-03-10 17:21:03 +0100357 if (mp_pcu_socket == "") {
Harald Weltef26de0b2018-04-04 20:28:05 +0200358 pcu_conn_id := -1;
Harald Welte84271622018-03-10 17:21:03 +0100359 return;
360 }
Harald Weltef26de0b2018-04-04 20:28:05 +0200361 pcu_conn_id := f_pcuif_connect(pt, mp_pcu_socket);
Harald Welte883340c2018-02-28 18:59:29 +0100362
363 T.start;
364 alt {
Harald Weltef26de0b2018-04-04 20:28:05 +0200365 [] as_pcu_info_ind(pt, pcu_conn_id, pcu_last_info);
Harald Welte883340c2018-02-28 18:59:29 +0100366 [] T.timeout {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +0200367 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Timeout waiting for PCU INFO_IND");
Harald Welte883340c2018-02-28 18:59:29 +0100368 }
369 }
370}
371
Vadim Yanitskiyf4e997c2019-06-04 21:40:33 +0700372private function f_init_trxc(TRXC_CODEC_PT pt, charstring id,
373 out integer trxc_conn_id) {
374 var Result res;
375
376 res := TRXC_CodecPort_CtrlFunct.f_IPL4_connect(pt, mp_bts_trxc_ip, mp_bts_trxc_port,
377 "", -1, -1, { udp := {} }, {});
378 if (not ispresent(res.connId)) {
379 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail,
380 "Could not connect to the control (TRXC) interface " &
381 "of FakeTRX, check your configuration");
382 }
383 trxc_conn_id := res.connId;
384}
385
Harald Welte70767382018-02-21 12:16:40 +0100386/* global init function */
Harald Welte10474062019-05-30 16:48:17 +0200387function f_init() runs on test_CT {
388 var charstring id := testcasename();
Harald Welte629cc6b2018-03-11 17:19:05 +0100389 g_AllChannels := {
390 /* TS 1..4: TCH/F */
391 valueof(ts_RslChanNr_Bm(1)), valueof(ts_RslChanNr_Bm(2)),
392 valueof(ts_RslChanNr_Bm(3)), valueof(ts_RslChanNr_Bm(4)),
393 /* TS 5: TCH/H */
394 valueof(ts_RslChanNr_Lm(5,0)), valueof(ts_RslChanNr_Lm(5,1)),
395 /* TS 0: SDCCH/4 */
396 valueof(ts_RslChanNr_SDCCH4(0,0)), valueof(ts_RslChanNr_SDCCH4(0,1)),
397 valueof(ts_RslChanNr_SDCCH4(0,2)), valueof(ts_RslChanNr_SDCCH4(0,3)),
398 /* TS 6: SDCCH/8 */
399 valueof(ts_RslChanNr_SDCCH8(6,0)), valueof(ts_RslChanNr_SDCCH8(6,1)),
400 valueof(ts_RslChanNr_SDCCH8(6,2)), valueof(ts_RslChanNr_SDCCH8(6,3)),
401 valueof(ts_RslChanNr_SDCCH8(6,4)), valueof(ts_RslChanNr_SDCCH8(6,5)),
402 valueof(ts_RslChanNr_SDCCH8(6,6)), valueof(ts_RslChanNr_SDCCH8(6,7))
403 };
404
Pau Espin Pedrol3dcf38f2018-10-22 14:07:54 +0200405 /* FIXME: FACCH/H is unreliable with calypso firmware, see OS#3653 */
Vadim Yanitskiy44ff2142019-01-12 07:04:58 +0700406 if (mp_bts_trxc_port != -1) {
Pau Espin Pedrol3dcf38f2018-10-22 14:07:54 +0200407 g_AllChanTypes := {
408 /* TS 1..4: TCH/F */
409 valueof(ts_RslChanNr_Bm(1)),
410 /* TS 5: TCH/H */
411 valueof(ts_RslChanNr_Lm(5,1)),
412 /* TS 0: SDCCH/4 */
413 valueof(ts_RslChanNr_SDCCH4(0,2)),
414 /* TS 6: SDCCH/8 */
415 valueof(ts_RslChanNr_SDCCH8(6,4))
416 };
417 } else {
418 g_AllChanTypes := {
419 /* TS 1..4: TCH/F */
420 valueof(ts_RslChanNr_Bm(1)),
421 /* TS 0: SDCCH/4 */
422 valueof(ts_RslChanNr_SDCCH4(0,2)),
423 /* TS 6: SDCCH/8 */
424 valueof(ts_RslChanNr_SDCCH8(6,4))
425 };
426 }
Harald Welte70767382018-02-21 12:16:40 +0100427 f_init_rsl(id);
Harald Welte2d142592018-02-25 13:19:44 +0100428 f_sleep(0.5); /* workaround for OS#3000 */
Harald Welte8da48242018-02-27 20:41:32 +0100429 f_init_vty(id);
Neels Hofmeyr6a84b232018-04-03 19:12:36 +0200430 f_ipa_ctrl_start(mp_ctrl_ip, mp_ctrl_port);
Harald Welte7484fc42018-02-24 14:09:45 +0100431
432 /* Send SI3 to the BTS, it is needed for various computations */
Harald Weltef10153f2018-02-25 16:34:05 +0100433 f_rsl_bcch_fill(RSL_SYSTEM_INFO_3, ts_SI3_default);
434 /* SI2 + SI4 are required for SI testing as they are mandatory defaults */
435 f_rsl_bcch_fill(RSL_SYSTEM_INFO_2, ts_SI2_default);
436 f_rsl_bcch_fill(RSL_SYSTEM_INFO_4, ts_SI4_default);
Harald Welte57fe8232018-02-26 17:52:50 +0100437
Harald Weltef26de0b2018-04-04 20:28:05 +0200438 map(self:PCU, system:PCU);
439 f_init_pcu(PCU, id, g_pcu_conn_id, g_pcu_last_info);
Harald Welte883340c2018-02-28 18:59:29 +0100440
Vadim Yanitskiy44ff2142019-01-12 07:04:58 +0700441 if (mp_bts_trxc_port != -1) {
Harald Welte84271622018-03-10 17:21:03 +0100442 var TrxcMessage ret;
Vadim Yanitskiyf4e997c2019-06-04 21:40:33 +0700443
444 /* Init TRXC interface to FakeTRX */
445 map(self:BTS_TRXC, system:BTS_TRXC);
446 f_init_trxc(BTS_TRXC, id, g_bts_trxc_conn_id);
447
Vadim Yanitskiy10d72462019-06-04 22:27:52 +0700448 /* Start with a default moderate timing offset equalling TA=2, and RSSI=-60 */
Vadim Yanitskiy44ff2142019-01-12 07:04:58 +0700449 ret := f_TRXC_transceive(BTS_TRXC, g_bts_trxc_conn_id, valueof(ts_TRXC_FAKE_TIMING(2*256)));
Vadim Yanitskiy10d72462019-06-04 22:27:52 +0700450 ret := f_TRXC_transceive(BTS_TRXC, g_bts_trxc_conn_id, valueof(ts_TRXC_FAKE_RSSI(-60)));
Vadim Yanitskiyde535e02019-07-26 16:29:27 +0700451 /* OsmoBTS may have different AB / NB threshold (see MIN_QUAL_NORM, MIN_QUAL_RACH) */
452 ret := f_TRXC_transceive(BTS_TRXC, g_bts_trxc_conn_id, valueof(ts_TRXC_FAKE_CI(60)));
Harald Welte84271622018-03-10 17:21:03 +0100453 }
Philipp Maierd95f3402019-04-18 17:50:52 +0200454
455 /* Wait some extra time to make sure the BTS emits a stable carrier.
456 * (this is only relevant when running the tests with a physical BTS.) */
457 f_sleep(mp_ipa_up_delay);
Harald Welte70767382018-02-21 12:16:40 +0100458}
459
Harald Welte68e495b2018-02-25 00:05:57 +0100460/* Attach L1CTL to master test_CT (classic tests, non-handler mode) */
461function f_init_l1ctl() runs on test_CT {
462 map(self:L1CTL, system:L1CTL);
463 f_connect_reset(L1CTL);
464}
465
Harald Welte70767382018-02-21 12:16:40 +0100466type function void_fn(charstring id) runs on ConnHdlr;
467
468/* create a new test component */
Vadim Yanitskiyf4e997c2019-06-04 21:40:33 +0700469function f_start_handler(void_fn fn, ConnHdlrPars pars,
470 boolean pcu_comp := false,
471 boolean trxc_comp := false)
Harald Welte70767382018-02-21 12:16:40 +0100472runs on test_CT return ConnHdlr {
473 var charstring id := testcasename();
474 var ConnHdlr vc_conn;
475
476 vc_conn := ConnHdlr.create(id);
477 /* connect to RSL Emulation main component */
478 connect(vc_conn:RSL, vc_RSL:CLIENT_PT);
479 connect(vc_conn:RSL_PROC, vc_RSL:RSL_PROC);
Vadim Yanitskiyf4e997c2019-06-04 21:40:33 +0700480
481 /* The ConnHdlr component may want to talk to some ports directly,
482 * so we disconnect it from the test_CT and connect it to the component.
483 * This obviously only works for one component, i.e. no concurrency. */
Harald Weltef26de0b2018-04-04 20:28:05 +0200484 if (pcu_comp) {
Harald Weltef26de0b2018-04-04 20:28:05 +0200485 unmap(self:PCU, system:PCU);
486 map(vc_conn:PCU, system:PCU);
487 }
Vadim Yanitskiyf4e997c2019-06-04 21:40:33 +0700488 if (trxc_comp) {
489 unmap(self:BTS_TRXC, system:BTS_TRXC);
490 map(vc_conn:BTS_TRXC, system:BTS_TRXC);
491 }
Harald Welte70767382018-02-21 12:16:40 +0100492
493 vc_conn.start(f_handler_init(fn, id, pars));
494 return vc_conn;
495}
496
Harald Welte70767382018-02-21 12:16:40 +0100497private altstep as_Tguard() runs on ConnHdlr {
498 [] g_Tguard.timeout {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +0200499 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Tguard timeout");
Harald Welte70767382018-02-21 12:16:40 +0100500 }
501}
502
Harald Welte990a3612019-05-27 14:02:13 +0200503friend function f_l1_tune(L1CTL_PT L1CTL, L1ctlCcchMode ccch_mode := CCCH_MODE_COMBINED) {
504 f_L1CTL_FBSB(L1CTL, { false, mp_trx0_arfcn }, ccch_mode, mp_rxlev_exp);
Harald Welte70767382018-02-21 12:16:40 +0100505}
506
Vadim Yanitskiy2f01fbd2019-06-01 01:32:48 +0700507private function f_trxc_fake_rssi(TRXC_RSSI rssi) runs on ConnHdlr {
Harald Weltef8df4cb2018-03-10 15:15:08 +0100508 var TrxcMessage ret;
Vadim Yanitskiy44ff2142019-01-12 07:04:58 +0700509 ret := f_TRXC_transceive(BTS_TRXC, g_bts_trxc_conn_id, valueof(ts_TRXC_FAKE_RSSI(rssi)));
Harald Welte70767382018-02-21 12:16:40 +0100510}
511
Vadim Yanitskiydc8db922019-06-04 21:58:15 +0700512private function f_trxc_fake_toffs256(int16_t toffs256) runs on ConnHdlr {
Harald Weltef8df4cb2018-03-10 15:15:08 +0100513 var TrxcMessage ret;
Vadim Yanitskiy44ff2142019-01-12 07:04:58 +0700514 ret := f_TRXC_transceive(BTS_TRXC, g_bts_trxc_conn_id, valueof(ts_TRXC_FAKE_TIMING(toffs256)));
Harald Welte70767382018-02-21 12:16:40 +0100515}
516
517/* first function started in ConnHdlr component */
518private function f_handler_init(void_fn fn, charstring id, ConnHdlrPars pars)
519runs on ConnHdlr {
520 g_pars := pars;
521 g_chan_nr := pars.chan_nr;
522
523 map(self:L1CTL, system:L1CTL);
524 f_connect_reset(L1CTL);
525
Harald Welted48c0c72019-06-05 10:01:15 +0200526 if (mp_bts_trxc_port != -1 and BTS_TRXC.checkstate("Mapped")) {
Vadim Yanitskiyf4e997c2019-06-04 21:40:33 +0700527 f_init_trxc(BTS_TRXC, id, g_bts_trxc_conn_id);
Harald Welte84271622018-03-10 17:21:03 +0100528 }
Harald Welte70767382018-02-21 12:16:40 +0100529
530 g_Tguard.start(pars.t_guard);
531 activate(as_Tguard());
532
533 f_rslem_register(0, pars.chan_nr);
534
535 /* call the user-supplied test case function */
536 fn.apply(id);
537}
538
Harald Welteb1726c92018-03-30 11:56:38 +0200539function f_rsl_transceive_ret(template RSL_Message tx, template RSL_Message exp_rx, charstring id,
540 boolean ignore_other := false)
541runs on ConnHdlr return RSL_Message {
542 var RSL_Message rx;
Harald Welte1eba3742018-02-25 12:48:14 +0100543 timer T := 3.0;
544 RSL.send(tx);
545 T.start;
Harald Welte70767382018-02-21 12:16:40 +0100546 alt {
Harald Welteb1726c92018-03-30 11:56:38 +0200547 [] RSL.receive(exp_rx) -> value rx {
Harald Welte1eba3742018-02-25 12:48:14 +0100548 T.stop;
549 setverdict(pass);
Harald Welte70767382018-02-21 12:16:40 +0100550 }
Harald Welte1eba3742018-02-25 12:48:14 +0100551 [] T.timeout {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +0200552 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Timeout expecting " & id);
Harald Welte1eba3742018-02-25 12:48:14 +0100553 }
Harald Welte21240e62018-03-11 21:43:35 +0100554 [not ignore_other] as_l1_sacch();
555 [not ignore_other] as_meas_res();
556 [not ignore_other] as_l1_dcch();
557 [not ignore_other] RSL.receive {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +0200558 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Unexpected RSL message received");
Harald Welte70767382018-02-21 12:16:40 +0100559 }
Harald Welte21240e62018-03-11 21:43:35 +0100560 [ignore_other] RSL.receive { repeat; }
Harald Welte70767382018-02-21 12:16:40 +0100561 }
Harald Welteb1726c92018-03-30 11:56:38 +0200562 return rx;
563}
564
565function f_rsl_transceive(template RSL_Message tx, template RSL_Message exp_rx, charstring id,
566 boolean ignore_other := false)
567runs on ConnHdlr {
568 var RSL_Message rx := f_rsl_transceive_ret(tx, exp_rx, id, ignore_other);
Harald Welte70767382018-02-21 12:16:40 +0100569}
570
Harald Welte8b01c792019-05-19 22:51:25 +0200571function f_rsl_chan_act(RSL_IE_ChannelMode mode, boolean encr_enable := false, RSL_IE_List more_ies := {},
572 RSL_IE_ActivationType act_type := t_RSL_IE_ActType_IA) runs on ConnHdlr {
573 var RSL_Message ch_act := valueof(ts_RSL_CHAN_ACT(g_chan_nr, mode, act_type));
Harald Weltee613f962018-04-18 22:38:16 +0200574 if (encr_enable) {
575 /* append encryption related IEs, if requested */
576 var RSL_IE_EncryptionInfo encr_info;
577 encr_info := valueof(ts_RSL_IE_EncrInfo(g_pars.encr.alg_id, g_pars.encr.key));
578 ch_act.ies := ch_act.ies & { valueof(t_RSL_IE(RSL_IE_ENCR_INFO, RSL_IE_Body:{encr_info :=
579encr_info})) };
580 }
Harald Weltec8d363c2019-05-19 20:36:48 +0200581 ch_act.ies := ch_act.ies & more_ies;
Harald Weltee613f962018-04-18 22:38:16 +0200582 f_rsl_transceive(ch_act, tr_RSL_CHAN_ACT_ACK(g_chan_nr), "RSL CHAN ACT");
Harald Welte1eba3742018-02-25 12:48:14 +0100583}
584
Harald Welte70767382018-02-21 12:16:40 +0100585function f_rsl_chan_deact() runs on ConnHdlr {
Harald Welte1eba3742018-02-25 12:48:14 +0100586 f_rsl_transceive(ts_RSL_RF_CHAN_REL(g_chan_nr), tr_RSL_RF_CHAN_REL_ACK(g_chan_nr),
Harald Welte21240e62018-03-11 21:43:35 +0100587 "RF CHAN REL", true);
Harald Welte70767382018-02-21 12:16:40 +0100588}
589
Harald Welte2f2b2b72019-05-31 22:24:57 +0200590friend template ConnHdlrPars t_Pars(template RslChannelNr chan_nr,
Harald Welte70767382018-02-21 12:16:40 +0100591 template RSL_IE_ChannelMode chan_mode,
592 float t_guard := 20.0) := {
593 chan_nr := valueof(chan_nr),
594 chan_mode := valueof(chan_mode),
595 t_guard := t_guard,
596 l1_pars := {
597 dtx_enabled := false,
Harald Welte685d5982018-02-27 20:42:05 +0100598 toa256_enabled := false,
Harald Welte70767382018-02-21 12:16:40 +0100599 meas_ul := {
600 full := {
Pau Espin Pedrole9571aa2018-10-22 17:13:07 +0200601 rxlev := mp_ul_rxlev_exp,
Harald Welte70767382018-02-21 12:16:40 +0100602 rxqual := 0
603 },
604 sub := {
Pau Espin Pedrole9571aa2018-10-22 17:13:07 +0200605 rxlev := mp_ul_rxlev_exp,
Harald Welte70767382018-02-21 12:16:40 +0100606 rxqual := 0
607 }
608 },
Pau Espin Pedrol121724c2018-09-28 15:58:12 +0200609 timing_offset_256syms := mp_timing_offset_256syms_exp,
Harald Welte70767382018-02-21 12:16:40 +0100610 bs_power_level := 0,
Pau Espin Pedroled359cb2018-09-28 16:08:24 +0200611 ms_power_level := mp_ms_power_level_exp,
Pau Espin Pedrol121724c2018-09-28 15:58:12 +0200612 ms_actual_ta := mp_ms_actual_ta_exp
Harald Welte0472ab42018-03-12 15:02:26 +0100613 },
Harald Weltee613f962018-04-18 22:38:16 +0200614 spec := omit,
Eric Wild61edb7e2019-06-03 12:38:31 +0200615 encr := omit,
616 bts0_band := omit
Harald Welte70767382018-02-21 12:16:40 +0100617}
618
Harald Welte93640c62018-02-25 16:59:33 +0100619/***********************************************************************
620 * Channel Activation / Deactivation
621 ***********************************************************************/
622
Harald Welte70767382018-02-21 12:16:40 +0100623/* Stress test: Do 500 channel activations/deactivations in rapid succession */
624function f_TC_chan_act_stress(charstring id) runs on ConnHdlr {
625 for (var integer i := 0; i < 500; i := i+1) {
626 f_rsl_chan_act(g_pars.chan_mode);
627 f_rsl_chan_deact();
628 }
629 setverdict(pass);
630}
631testcase TC_chan_act_stress() runs on test_CT {
632 var ConnHdlr vc_conn;
633 var ConnHdlrPars pars := valueof(t_Pars(t_RslChanNr_Bm(1), ts_RSL_ChanMode_SIGN));
Harald Welte10474062019-05-30 16:48:17 +0200634 f_init();
Harald Welte70767382018-02-21 12:16:40 +0100635 vc_conn := f_start_handler(refers(f_TC_chan_act_stress), pars);
636 vc_conn.done;
Daniel Willmann0fcc4d32018-10-23 20:32:19 +0200637 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welte70767382018-02-21 12:16:40 +0100638}
639
640/* Test if re-activation of an already active channel fails as expected */
641function f_TC_chan_act_react(charstring id) runs on ConnHdlr {
642 f_rsl_chan_act(g_pars.chan_mode);
643 /* attempt to activate the same lchan again -> expect reject */
644 RSL.send(ts_RSL_CHAN_ACT(g_chan_nr, g_pars.chan_mode));
645 alt {
646 [] RSL.receive(tr_RSL_CHAN_ACT_ACK(g_chan_nr)) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +0200647 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Unexpected CHAN ACT ACK on double activation");
Harald Welte70767382018-02-21 12:16:40 +0100648 }
649 [] RSL.receive(tr_RSL_CHAN_ACT_NACK(g_chan_nr)) {
650 setverdict(pass);
651 }
652 }
653 f_rsl_chan_deact();
654}
655testcase TC_chan_act_react() runs on test_CT {
656 var ConnHdlr vc_conn;
657 var ConnHdlrPars pars := valueof(t_Pars(t_RslChanNr_Bm(1), ts_RSL_ChanMode_SIGN));
Harald Welte294b0a22018-03-10 23:26:48 +0100658 f_init();
Harald Welte70767382018-02-21 12:16:40 +0100659 vc_conn := f_start_handler(refers(f_TC_chan_act_react), pars);
660 vc_conn.done;
Daniel Willmann0fcc4d32018-10-23 20:32:19 +0200661 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welte70767382018-02-21 12:16:40 +0100662}
663
664/* Attempt to de-activate a channel that's not active */
665function f_TC_chan_deact_not_active(charstring id) runs on ConnHdlr {
666 timer T := 3.0;
667 RSL.send(ts_RSL_RF_CHAN_REL(g_chan_nr));
668 T.start;
669 alt {
670 [] RSL.receive(tr_RSL_RF_CHAN_REL_ACK(g_chan_nr)) {
671 setverdict(pass);
672 }
673 [] T.timeout {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +0200674 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Timeout expecting RF_CHAN_REL_ACK");
Harald Welte70767382018-02-21 12:16:40 +0100675 }
676 }
677}
678testcase TC_chan_deact_not_active() runs on test_CT {
679 var ConnHdlrPars pars := valueof(t_Pars(t_RslChanNr_Bm(1), ts_RSL_ChanMode_SIGN));
Harald Welte294b0a22018-03-10 23:26:48 +0100680 f_init();
Harald Welte70767382018-02-21 12:16:40 +0100681 var ConnHdlr vc_conn := f_start_handler(refers(f_TC_chan_deact_not_active), pars);
682 vc_conn.done;
Daniel Willmann0fcc4d32018-10-23 20:32:19 +0200683 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welte70767382018-02-21 12:16:40 +0100684}
685
686/* attempt to activate channel with wrong RSL Channel Nr IE; expect NACK */
687function f_TC_chan_act_wrong_nr(charstring id) runs on ConnHdlr {
688 RSL.send(ts_RSL_CHAN_ACT(g_chan_nr, g_pars.chan_mode));
689 alt {
690 [] RSL.receive(tr_RSL_CHAN_ACT_ACK(g_chan_nr)) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +0200691 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Unexpected CHAN ACT ACK");
Harald Welte70767382018-02-21 12:16:40 +0100692 }
693 [] RSL.receive(tr_RSL_CHAN_ACT_NACK(g_chan_nr)) {
694 setverdict(pass);
695 }
696 }
697}
698private type record WrongChanNrCase {
699 RslChannelNr chan_nr,
700 charstring description
701}
702private type record of WrongChanNrCase WrongChanNrCases;
703private template WrongChanNrCase t_WCN(template RslChannelNr chan_nr, charstring desc) := {
704 chan_nr := chan_nr,
705 description := desc
706}
707
708testcase TC_chan_act_wrong_nr() runs on test_CT {
709 var ConnHdlr vc_conn;
710 var ConnHdlrPars pars;
711
Harald Welte294b0a22018-03-10 23:26:48 +0100712 f_init();
Harald Welte70767382018-02-21 12:16:40 +0100713
714 var WrongChanNrCases wrong := {
715 valueof(t_WCN(t_RslChanNr_RACH(0), "RACH is not a dedicated channel")),
716 valueof(t_WCN(t_RslChanNr_RACH(1), "RACH doesn't exist on timeslot")),
717 valueof(t_WCN(t_RslChanNr_BCCH(0), "BCCH is not a dedicated channel")),
718 valueof(t_WCN(t_RslChanNr_PCH_AGCH(0), "PCH/AGCH is not a dedicated channel")),
719 valueof(t_WCN(t_RslChanNr_Bm(0), "TS0 cannot be TCH/F")),
720 valueof(t_WCN(t_RslChanNr_Lm(0, 0), "TS0 cannot be TCH/H")),
721 valueof(t_WCN(t_RslChanNr_Lm(0, 1), "TS0 cannot be TCH/H")),
722 valueof(t_WCN(t_RslChanNr_PDCH(0), "TS0 cannot be PDCH")),
723 valueof(t_WCN(t_RslChanNr_SDCCH8(0, 0), "TS0 cannot be SDCCH/8")),
724 valueof(t_WCN(t_RslChanNr_SDCCH8(0, 7), "TS0 cannot be SDCCH/8")),
725 valueof(t_WCN(t_RslChanNr_SDCCH4(7, 0), "TS7 cannot be SDCCH/4")),
726 valueof(t_WCN(t_RslChanNr_SDCCH4(7, 3), "TS7 cannot be SDCCH/4")),
727 valueof(t_WCN(t_RslChanNr_Lm(1, 0), "TS1 cannot be TCH/H"))
728 };
729
730 for (var integer i := 0; i < sizeof(wrong); i := i+1) {
731 pars := valueof(t_Pars(wrong[i].chan_nr, ts_RSL_ChanMode_SIGN));
732 vc_conn := f_start_handler(refers(f_TC_chan_act_wrong_nr), pars);
733 vc_conn.done;
734 }
Daniel Willmann0fcc4d32018-10-23 20:32:19 +0200735 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welte70767382018-02-21 12:16:40 +0100736}
737
Harald Weltee613f962018-04-18 22:38:16 +0200738/* execute the same callback function on a variety of logical channels */
Harald Welte2f2b2b72019-05-31 22:24:57 +0200739friend function f_testmatrix_each_chan(ConnHdlrPars pars, void_fn fn) runs on test_CT {
Harald Weltee613f962018-04-18 22:38:16 +0200740 var ConnHdlr vc_conn;
Harald Welte10474062019-05-30 16:48:17 +0200741 f_init();
Harald Weltee613f962018-04-18 22:38:16 +0200742
743 /* test on each of the channels we have */
744 for (var integer i := 0; i < sizeof(g_AllChanTypes); i := i+1) {
745 pars.chan_nr := valueof(g_AllChanTypes[i]);
746
747 log(testcasename(), ": XXX Starting on ", g_AllChanTypes[i]);
748 vc_conn := f_start_handler(fn, pars);
749 vc_conn.done;
750 }
751
Daniel Willmann0fcc4d32018-10-23 20:32:19 +0200752 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Weltee613f962018-04-18 22:38:16 +0200753}
754
Harald Welte93640c62018-02-25 16:59:33 +0100755/***********************************************************************
Harald Welte629cc6b2018-03-11 17:19:05 +0100756 * SACCH handling
757 ***********************************************************************/
758
759private function f_exp_sacch(boolean exp) runs on ConnHdlr {
760 timer T_sacch := 3.0;
761 T_sacch.start;
762 alt {
763 [not exp] L1CTL.receive(tr_L1CTL_DATA_IND(g_chan_nr, tr_RslLinkID_SACCH(0))) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +0200764 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Received SACCH when not expecting it");
Harald Welte629cc6b2018-03-11 17:19:05 +0100765 }
766 [not exp] T_sacch.timeout {
767 setverdict(pass);
768 }
769 [exp] L1CTL.receive(tr_L1CTL_DATA_IND(g_chan_nr, tr_RslLinkID_SACCH(0))) {
770 setverdict(pass);
771 }
772 [exp] T_sacch.timeout {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +0200773 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, log2str("Timeout waiting for SACCH on ", g_chan_nr));
Harald Welte629cc6b2018-03-11 17:19:05 +0100774 }
775 [] L1CTL.receive { repeat; }
776 [] RSL.receive { repeat; }
777 }
778}
779
780/* Test if DEACTIVATE SACCH actualy deactivates its transmission (TS 48.058 4.6) */
781private function f_TC_deact_sacch(charstring id) runs on ConnHdlr {
782 f_l1_tune(L1CTL);
783 RSL.clear;
784
785 /* activate the logical channel */
786 f_est_dchan();
787 L1CTL.clear;
788
789 /* check that SACCH actually are received as expected */
790 f_exp_sacch(true);
791
792 /* deactivate SACCH on the logical channel */
793 RSL.send(ts_RSL_DEACT_SACCH(g_chan_nr));
794 f_sleep(1.0);
795 L1CTL.clear;
796
797 /* check that no SACCH are received anymore */
798 f_exp_sacch(false);
799
800 /* release the channel */
801 f_rsl_chan_deact();
802 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
803}
804testcase TC_deact_sacch() runs on test_CT {
805 var ConnHdlr vc_conn;
806 var ConnHdlrPars pars;
807 f_init();
808 for (var integer i := 0; i < sizeof(g_AllChannels); i := i+1) {
809 //for (var integer i := 0; i < 1; i := i+1) {
810 pars := valueof(t_Pars(g_AllChannels[i], ts_RSL_ChanMode_SIGN));
811 log(testcasename(), ": Starting for ", g_AllChannels[i]);
812 vc_conn := f_start_handler(refers(f_TC_deact_sacch), pars);
813 vc_conn.done;
814 }
815 /* TODO: do the above in parallel, rather than sequentially? */
Daniel Willmann0fcc4d32018-10-23 20:32:19 +0200816 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welte629cc6b2018-03-11 17:19:05 +0100817}
818
Harald Welte55700662018-03-12 13:15:43 +0100819/* verify that given SACCH payload is present */
Harald Welteea17b912018-03-11 22:29:31 +0100820private function f_sacch_present(template octetstring l3_exp) runs on ConnHdlr {
821 var L1ctlDlMessage dl;
822 /* check that the specified SI5 value is actually sent */
823 timer T_sacch := 3.0;
824 L1CTL.clear;
825 T_sacch.start;
826 alt {
827 [] L1CTL.receive(tr_L1CTL_DATA_IND(g_chan_nr, tr_RslLinkID_SACCH(0))) -> value dl {
828 var octetstring l3 := substr(dl.payload.data_ind.payload, 4, 19);
829 if (match(l3, l3_exp)) {
830 setverdict(pass);
831 } else {
832 repeat;
833 }
834 }
835 [] L1CTL.receive { repeat; }
836 [] T_sacch.timeout {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +0200837 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, log2str("Timeout waiting for SACCH ", l3_exp));
Harald Welteea17b912018-03-11 22:29:31 +0100838 }
839 }
840}
841
Harald Welte55700662018-03-12 13:15:43 +0100842/* verify that given SACCH payload is not present */
843private function f_sacch_missing(template octetstring l3_exp) runs on ConnHdlr {
844 var L1ctlDlMessage dl;
845 /* check that the specified SI5 value is actually sent */
846 timer T_sacch := 3.0;
847 L1CTL.clear;
848 T_sacch.start;
849 alt {
850 [] L1CTL.receive(tr_L1CTL_DATA_IND(g_chan_nr, tr_RslLinkID_SACCH(0))) -> value dl {
851 var octetstring l3 := substr(dl.payload.data_ind.payload, 4, 19);
852 if (match(l3, l3_exp)) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +0200853 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, log2str("Received unexpected SACCH ", dl));
Harald Welte55700662018-03-12 13:15:43 +0100854 } else {
855 repeat;
856 }
857 }
858 [] L1CTL.receive { repeat; }
859 [] T_sacch.timeout {
860 setverdict(pass);
861 }
862 }
863}
864
Harald Welte629cc6b2018-03-11 17:19:05 +0100865/* Test for default SACCH FILL transmitted in DL SACCH (all channel types) */
Harald Welteea17b912018-03-11 22:29:31 +0100866private function f_TC_sacch_filling(charstring id) runs on ConnHdlr {
867 /* Set a known default SACCH filling for SI5 */
868 var octetstring si5 := f_rnd_octstring(19);
869 RSL.send(ts_RSL_SACCH_FILL(RSL_SYSTEM_INFO_5, si5));
870
871 f_l1_tune(L1CTL);
872 RSL.clear;
873
874 /* activate the logical channel */
875 f_est_dchan();
876
877 /* check that the specified SI5 value is actually sent */
878 f_sacch_present(si5);
879
880 /* release the channel */
881 RSL.clear;
882 f_rsl_chan_deact();
883 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
884}
885testcase TC_sacch_filling() runs on test_CT {
886 var ConnHdlr vc_conn;
887 var ConnHdlrPars pars;
888 f_init();
889 for (var integer i := 0; i < sizeof(g_AllChannels); i := i+1) {
890 pars := valueof(t_Pars(g_AllChannels[i], ts_RSL_ChanMode_SIGN));
891 log(testcasename(), ": Starting for ", g_AllChannels[i]);
892 vc_conn := f_start_handler(refers(f_TC_sacch_filling), pars);
893 vc_conn.done;
894 }
895 /* TODO: do the above in parallel, rather than sequentially? */
Daniel Willmann0fcc4d32018-10-23 20:32:19 +0200896 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welteea17b912018-03-11 22:29:31 +0100897}
898
Harald Welte629cc6b2018-03-11 17:19:05 +0100899/* Test for lchan-specific SACCH INFO MODIFY (TS 48.058 4.12) */
Harald Welteea17b912018-03-11 22:29:31 +0100900private function f_TC_sacch_info_mod(charstring id) runs on ConnHdlr {
901 /* Set a known default SACCH filling for SI5 */
902 var octetstring si5 := f_rnd_octstring(19);
903 var octetstring si5_diff := f_rnd_octstring(19);
904 RSL.send(ts_RSL_SACCH_FILL(RSL_SYSTEM_INFO_5, si5));
905
906 f_l1_tune(L1CTL);
907 RSL.clear;
908
909 log("Activating channel, expecting standard SI5");
910 /* activate the logical channel */
911 f_est_dchan();
912 /* check that the specified SI5 value is actually sent */
913 f_sacch_present(si5);
914
915 /* set channel-specific different SI5 */
916 log("Setting channel specific SACCH INFO, expecting it");
917 RSL.send(ts_RSL_SACCH_INF_MOD(g_chan_nr, RSL_SYSTEM_INFO_5, si5_diff))
918 /* check that the specified lchan-specific value is now used */
919 f_sacch_present(si5_diff);
920
921 /* deactivate the channel and re-activate it, this should result in default SI5 */
922 log("De-activating and re-activating channel, expecting standard SI5");
923 f_rsl_chan_deact();
924 f_rsl_chan_act(valueof(ts_RSL_ChanMode_SIGN));
925 /* Verify that the TRX-wide default SACCH filling is present again */
926 f_sacch_present(si5);
927
928 /* release the channel */
929 RSL.clear;
930 f_rsl_chan_deact();
931 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
932}
933testcase TC_sacch_info_mod() runs on test_CT {
934 var ConnHdlr vc_conn;
935 var ConnHdlrPars pars;
936 f_init();
937 for (var integer i := 0; i < sizeof(g_AllChannels); i := i+1) {
938 pars := valueof(t_Pars(g_AllChannels[i], ts_RSL_ChanMode_SIGN));
939 log(testcasename(), ": Starting for ", g_AllChannels[i]);
940 vc_conn := f_start_handler(refers(f_TC_sacch_info_mod), pars);
941 vc_conn.done;
942 }
943 /* TODO: do the above in parallel, rather than sequentially? */
Daniel Willmann0fcc4d32018-10-23 20:32:19 +0200944 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welteea17b912018-03-11 22:29:31 +0100945}
946
Harald Welte075d84c2018-03-12 13:07:24 +0100947/* Test SACCH scheduling of multiple different SI message types */
948private function f_TC_sacch_multi(charstring id) runs on ConnHdlr {
949 var octetstring si5 := f_rnd_octstring(19);
950 var octetstring si5bis := f_rnd_octstring(19);
951 var octetstring si5ter := f_rnd_octstring(19);
952 var octetstring si6 := f_rnd_octstring(19);
953
954 RSL.send(ts_RSL_SACCH_FILL(RSL_SYSTEM_INFO_5, si5));
955 RSL.send(ts_RSL_SACCH_FILL(RSL_SYSTEM_INFO_5bis, si5bis));
956 RSL.send(ts_RSL_SACCH_FILL(RSL_SYSTEM_INFO_5ter, si5ter));
957 RSL.send(ts_RSL_SACCH_FILL(RSL_SYSTEM_INFO_6, si6));
958
959 f_l1_tune(L1CTL);
960 RSL.clear;
961
962 /* activate the logical channel */
963 f_est_dchan();
964 L1CTL.clear;
965
966 /* check that SACCH actually are received as expected */
967 f_sacch_present(si5);
968 f_sacch_present(si5bis);
969 f_sacch_present(si5ter);
970 f_sacch_present(si6);
971
972 /* release the channel */
973 f_rsl_chan_deact();
974 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
975}
976testcase TC_sacch_multi() runs on test_CT {
977 var ConnHdlr vc_conn;
978 var ConnHdlrPars pars;
979 f_init();
980 for (var integer i := 0; i < sizeof(g_AllChannels); i := i+1) {
981 pars := valueof(t_Pars(g_AllChannels[i], ts_RSL_ChanMode_SIGN));
982 log(testcasename(), ": Starting for ", g_AllChannels[i]);
983 vc_conn := f_start_handler(refers(f_TC_sacch_multi), pars);
984 vc_conn.done;
985 }
986 /* TODO: do the above in parallel, rather than sequentially? */
Daniel Willmann0fcc4d32018-10-23 20:32:19 +0200987 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welte075d84c2018-03-12 13:07:24 +0100988}
989
Harald Welte55700662018-03-12 13:15:43 +0100990/* Test if SACH information is modified as expected */
991private function f_TC_sacch_multi_chg(charstring id) runs on ConnHdlr {
992 var octetstring si5 := f_rnd_octstring(19);
993 var octetstring si6 := f_rnd_octstring(19);
994
995 /* First, configure both SI5 and SI6 to be transmitted */
996 RSL.send(ts_RSL_SACCH_FILL(RSL_SYSTEM_INFO_5, si5));
997 RSL.send(ts_RSL_SACCH_FILL(RSL_SYSTEM_INFO_6, si6));
998
999 f_l1_tune(L1CTL);
1000 RSL.clear;
1001
1002 /* activate the logical channel */
1003 f_est_dchan();
1004 L1CTL.clear;
1005
1006 /* check that SACCH actually are received as expected */
1007 f_sacch_present(si5);
1008 f_sacch_present(si6);
1009
1010 /* disable SI6 */
1011 RSL.send(ts_RSL_SACCH_FILL(RSL_SYSTEM_INFO_6, ''O));
1012
1013 /* check that SI5 is still transmitted */
1014 f_sacch_present(si5);
1015 /* check if SI6 is now gone */
1016 f_sacch_missing(si6);
1017
1018 /* release the channel */
1019 f_rsl_chan_deact();
1020 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
1021}
1022testcase TC_sacch_multi_chg() runs on test_CT {
1023 var ConnHdlr vc_conn;
1024 var ConnHdlrPars pars;
1025 f_init();
1026 for (var integer i := 0; i < sizeof(g_AllChannels); i := i+1) {
1027 pars := valueof(t_Pars(g_AllChannels[i], ts_RSL_ChanMode_SIGN));
1028 log(testcasename(), ": Starting for ", g_AllChannels[i]);
1029 vc_conn := f_start_handler(refers(f_TC_sacch_multi_chg), pars);
1030 vc_conn.done;
1031 }
1032 /* TODO: do the above in parallel, rather than sequentially? */
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02001033 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welte55700662018-03-12 13:15:43 +01001034}
1035
Harald Weltec8d363c2019-05-19 20:36:48 +02001036/* Test for SACCH information present in RSL CHAN ACT (overrides FILLING) */
1037private function f_TC_sacch_chan_act(charstring id) runs on ConnHdlr {
1038 var octetstring si5 := f_rnd_octstring(19);
1039 var octetstring si6 := f_rnd_octstring(19);
1040 var octetstring si5_specific := f_rnd_octstring(19);
1041 var octetstring si6_specific := f_rnd_octstring(19);
1042
1043 /* First, configure both SI5 and SI6 to be transmitted */
1044 RSL.send(ts_RSL_SACCH_FILL(RSL_SYSTEM_INFO_5, si5));
1045 RSL.send(ts_RSL_SACCH_FILL(RSL_SYSTEM_INFO_6, si6));
1046
1047 f_l1_tune(L1CTL);
1048 RSL.clear;
1049
1050 /* activate channel with different SACCH filling */
1051 var RSL_SacchInfo sacch_info := valueof(ts_RSL_SacchInfo({
1052 ts_RSL_SacchInfoElem(RSL_SYSTEM_INFO_5, si5_specific),
1053 ts_RSL_SacchInfoElem(RSL_SYSTEM_INFO_6, si6_specific)
1054 }));
1055 var RSL_IE_List addl_ies := { valueof(t_RSL_IE(RSL_IE_SACCH_INFO,
1056 RSL_IE_Body:{sacch_info := sacch_info})) };
1057 f_est_dchan(more_ies := addl_ies);
1058
1059 /* check that SACCH actually are received as expected */
1060 f_sacch_present(si5_specific);
1061 f_sacch_present(si6_specific);
1062
1063 /* release the channel */
1064 f_rsl_chan_deact();
1065 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
1066}
1067testcase TC_sacch_chan_act() runs on test_CT {
1068 var ConnHdlr vc_conn;
1069 var ConnHdlrPars pars;
1070 f_init();
1071
1072 for (var integer i := 0; i < sizeof(g_AllChannels); i := i+1) {
1073 pars := valueof(t_Pars(g_AllChannels[i], ts_RSL_ChanMode_SIGN));
1074 log(testcasename(), ": Starting for ", g_AllChannels[i]);
1075 vc_conn := f_start_handler(refers(f_TC_sacch_chan_act), pars);
1076 vc_conn.done;
1077 }
1078 /* TODO: do the above in parallel, rather than sequentially? */
1079 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
1080}
1081
Harald Welte8b01c792019-05-19 22:51:25 +02001082/* verify that SACCH DL transmission is started only if MS power IE present
1083 * see section 4.1.3 of 3GPP TS 48.058 */
1084private function f_TC_sacch_chan_act_ho_async(charstring id) runs on ConnHdlr {
1085 var octetstring si5 := f_rnd_octstring(19);
1086
1087 f_l1_tune(L1CTL);
1088 RSL.clear;
1089
1090 /* Step 1: Activate ASYNC HO channel without MS power IE */
1091
1092 /* Activate channel on BTS side */
1093 f_rsl_chan_act(g_pars.chan_mode, act_type := t_RSL_IE_ActType_HO_ASYNC);
1094 /* don't perform immediate assignment here, as we're testing non-IA case */
1095 /* enable dedicated mode */
1096 f_L1CTL_DM_EST_REQ(L1CTL, {false, mp_trx0_arfcn }, g_pars.chan_nr, 7);
1097
1098 /* Verify that no DL SACCH is being received */
1099 f_sacch_missing(?);
1100
1101 f_rsl_chan_deact();
1102 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
1103
1104
1105 /* Step 2: Activate ASYNC HO channel with MS power IE */
1106
1107 /* Activate channel on BTS side */
1108 var RSL_IE_List addl_ies := {
1109 valueof(t_RSL_IE(RSL_IE_MS_POWER, RSL_IE_Body:{ms_power := ts_RSL_IE_MS_Power(0)}))
1110 };
1111 f_rsl_chan_act(g_pars.chan_mode, more_ies := addl_ies, act_type := t_RSL_IE_ActType_HO_ASYNC);
1112 /* don't perform immediate assignment here, as we're testing non-IA case */
1113 /* enable dedicated mode */
1114 f_L1CTL_DM_EST_REQ(L1CTL, {false, mp_trx0_arfcn }, g_pars.chan_nr, 7);
1115
1116 /* Verify that DL SACCH is being received */
1117 f_sacch_present(si5);
1118
1119 f_rsl_chan_deact();
1120 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
1121}
1122testcase TC_sacch_chan_act_ho_async() runs on test_CT {
1123 var ConnHdlr vc_conn;
1124 var ConnHdlrPars pars;
1125 f_init();
1126
1127 for (var integer i := 0; i < sizeof(g_AllChannels); i := i+1) {
1128 pars := valueof(t_Pars(g_AllChannels[i], ts_RSL_ChanMode_SIGN));
1129 log(testcasename(), ": Starting for ", g_AllChannels[i]);
1130 vc_conn := f_start_handler(refers(f_TC_sacch_chan_act_ho_async), pars);
1131 vc_conn.done;
1132 }
1133 /* TODO: do the above in parallel, rather than sequentially? */
1134 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
1135}
1136
1137/* verify that SACCH DL transmission is started only if TA + MS power IEs present,
1138 * see section 4.1.4 of 3GPP TS 48.058 */
1139private function f_TC_sacch_chan_act_ho_sync(charstring id) runs on ConnHdlr {
1140 var octetstring si5 := f_rnd_octstring(19);
1141 var RSL_IE_List addl_ies;
1142
1143 f_l1_tune(L1CTL);
1144 RSL.clear;
1145
1146 /* Step 1: Activate SYNC HO channel without MS power IE */
1147
1148 /* Activate channel on BTS side */
1149 f_rsl_chan_act(g_pars.chan_mode, act_type := t_RSL_IE_ActType_HO_SYNC);
1150 /* don't perform immediate assignment here, as we're testing non-IA case */
1151 /* enable dedicated mode */
1152 f_L1CTL_DM_EST_REQ(L1CTL, {false, mp_trx0_arfcn }, g_pars.chan_nr, 7);
1153
1154 /* Verify that no DL SACCH is being received */
1155 f_sacch_missing(?);
1156
1157 f_rsl_chan_deact();
1158 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
1159
1160
1161 /* Step 2a: Activate SYNC HO channel with only MS power IE */
1162
1163 /* Activate channel on BTS side */
1164 addl_ies := {
1165 valueof(t_RSL_IE(RSL_IE_MS_POWER, RSL_IE_Body:{ms_power := ts_RSL_IE_MS_Power(0)}))
1166 };
1167 f_rsl_chan_act(g_pars.chan_mode, more_ies := addl_ies, act_type := t_RSL_IE_ActType_HO_SYNC);
1168 /* don't perform immediate assignment here, as we're testing non-IA case */
1169 /* enable dedicated mode */
1170 f_L1CTL_DM_EST_REQ(L1CTL, {false, mp_trx0_arfcn }, g_pars.chan_nr, 7);
1171
1172 /* Verify that no DL SACCH is being received */
1173 f_sacch_missing(?);
1174
1175 f_rsl_chan_deact();
1176 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
1177
1178
1179 /* Step 2b: Activate SYNC HO channel with TA IE */
1180
1181 /* Activate channel on BTS side */
1182 addl_ies := {
1183 valueof(t_RSL_IE(RSL_IE_TIMING_ADVANCE, RSL_IE_Body:{timing_adv := 0}))
1184 };
1185 f_rsl_chan_act(g_pars.chan_mode, more_ies := addl_ies, act_type := t_RSL_IE_ActType_HO_SYNC);
1186 /* don't perform immediate assignment here, as we're testing non-IA case */
1187 /* enable dedicated mode */
1188 f_L1CTL_DM_EST_REQ(L1CTL, {false, mp_trx0_arfcn }, g_pars.chan_nr, 7);
1189
1190 /* Verify that no DL SACCH is being received */
1191 f_sacch_missing(?);
1192
1193 f_rsl_chan_deact();
1194 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
1195
1196
1197 /* Step 3: Activate SYNC HO channel with MS power IE and TA IE */
1198
1199 /* Activate channel on BTS side */
1200 addl_ies := {
1201 valueof(t_RSL_IE(RSL_IE_TIMING_ADVANCE, RSL_IE_Body:{timing_adv := 0})),
1202 valueof(t_RSL_IE(RSL_IE_MS_POWER, RSL_IE_Body:{ms_power := ts_RSL_IE_MS_Power(0)}))
1203 };
1204 f_rsl_chan_act(g_pars.chan_mode, more_ies := addl_ies, act_type := t_RSL_IE_ActType_HO_SYNC);
1205 /* don't perform immediate assignment here, as we're testing non-IA case */
1206 /* enable dedicated mode */
1207 f_L1CTL_DM_EST_REQ(L1CTL, {false, mp_trx0_arfcn }, g_pars.chan_nr, 7);
1208
1209 /* Verify that DL SACCH is being received */
1210 f_sacch_present(si5);
1211
1212 f_rsl_chan_deact();
1213 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
1214}
1215testcase TC_sacch_chan_act_ho_sync() runs on test_CT {
1216 var ConnHdlr vc_conn;
1217 var ConnHdlrPars pars;
1218 f_init();
1219
1220 for (var integer i := 0; i < sizeof(g_AllChannels); i := i+1) {
1221 pars := valueof(t_Pars(g_AllChannels[i], ts_RSL_ChanMode_SIGN));
1222 log(testcasename(), ": Starting for ", g_AllChannels[i]);
1223 vc_conn := f_start_handler(refers(f_TC_sacch_chan_act_ho_sync), pars);
1224 vc_conn.done;
1225 }
1226 /* TODO: do the above in parallel, rather than sequentially? */
1227 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
1228}
Harald Welte629cc6b2018-03-11 17:19:05 +01001229
1230
1231/***********************************************************************
Harald Welte93640c62018-02-25 16:59:33 +01001232 * RACH Handling
1233 ***********************************************************************/
1234
Harald Welte8c24c2b2018-02-26 08:31:31 +01001235/* like L1SAP_IS_PACKET_RACH */
1236private function ra_is_ps(OCT1 ra) return boolean {
Harald Welte56c05802018-02-28 21:39:35 +01001237 if ((ra and4b 'F0'O == '70'O) and (ra and4b '0F'O != '0F'O)) {
Harald Welte8c24c2b2018-02-26 08:31:31 +01001238 return true;
1239 }
1240 return false;
1241}
1242
1243/* generate a random RACH for circuit-switched */
1244private function f_rnd_ra_cs() return OCT1 {
1245 var OCT1 ra;
1246 do {
1247 ra := f_rnd_octstring(1);
1248 } while (ra_is_ps(ra));
1249 return ra;
1250}
1251
Harald Welte883340c2018-02-28 18:59:29 +01001252/* generate a random RACH for packet-switched */
1253private function f_rnd_ra_ps() return OCT1 {
1254 var OCT1 ra;
1255 do {
1256 ra := f_rnd_octstring(1);
1257 } while (not ra_is_ps(ra));
1258 return ra;
1259}
1260
Vadim Yanitskiy51cbc102019-04-22 06:37:30 +07001261/* generate a random 11-bit RA (packet-switched only) */
1262private function f_rnd_ra11_ps() return BIT11 {
1263 var integer ra11 := f_rnd_int(bit2int('11111111111'B));
1264 return int2bit(ra11, 11);
1265}
1266
Harald Welte8c24c2b2018-02-26 08:31:31 +01001267/* Send 1000 RACH requests and check their RA+FN on the RSL side */
1268testcase TC_rach_content() runs on test_CT {
Harald Welte10474062019-05-30 16:48:17 +02001269 f_init();
Harald Welte8c24c2b2018-02-26 08:31:31 +01001270 f_init_l1ctl();
Harald Welte68e495b2018-02-25 00:05:57 +01001271 f_l1_tune(L1CTL);
Harald Welte70767382018-02-21 12:16:40 +01001272
Harald Welte8c24c2b2018-02-26 08:31:31 +01001273 var GsmFrameNumber fn_last := 0;
Maxa199a2e2019-02-25 16:31:11 +01001274 var boolean test_failed := false;
Harald Welte8c24c2b2018-02-26 08:31:31 +01001275 for (var integer i := 0; i < 1000; i := i+1) {
1276 var OCT1 ra := f_rnd_ra_cs();
1277 var GsmFrameNumber fn := f_L1CTL_RACH(L1CTL, oct2int(ra));
1278 if (fn == fn_last) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02001279 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Two RACH in same FN?!?");
Harald Welte8c24c2b2018-02-26 08:31:31 +01001280 }
1281 fn_last := fn;
1282
1283 timer T := 5.0;
Harald Welte56c05802018-02-28 21:39:35 +01001284 T.start;
Harald Welte8c24c2b2018-02-26 08:31:31 +01001285 alt {
Vadim Yanitskiy493abe72020-05-25 22:03:48 +07001286 [] RSL_CCHAN.receive(tr_ASP_RSL_UD(tr_RSL_CHAN_RQD(ra, fn, t_RslChanNr_RACH(0)))) {
Harald Welte8c24c2b2018-02-26 08:31:31 +01001287 T.stop;
1288 }
Vadim Yanitskiy493abe72020-05-25 22:03:48 +07001289 [] RSL_CCHAN.receive(tr_ASP_RSL_UD(tr_RSL_CHAN_RQD(?, ?, ?, ?))) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02001290 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Unexpected CHAN RQD");
Harald Welte8c24c2b2018-02-26 08:31:31 +01001291 }
1292 [] RSL_CCHAN.receive { repeat; }
1293 [] T.timeout {
Maxa199a2e2019-02-25 16:31:11 +01001294 test_failed := true;
1295 log("[", i, "] Timeout waiting for CHAN RQD FN=", fn, " RA=", ra);
Harald Welte8c24c2b2018-02-26 08:31:31 +01001296 }
1297 }
1298 }
Maxba06feb2019-03-05 10:52:46 +01001299 if (test_failed) {
1300 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, log2str("Some out of 1000 RACH requests timed out"));
Maxa199a2e2019-02-25 16:31:11 +01001301 }
Maxba06feb2019-03-05 10:52:46 +01001302 setverdict(pass);
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02001303 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welte70767382018-02-21 12:16:40 +01001304}
Harald Welte8c24c2b2018-02-26 08:31:31 +01001305
1306/* Send 1000 RACH Requests (flood ~ 89/s) and count if count(Abis) == count(Um) */
1307testcase TC_rach_count() runs on test_CT {
Harald Welte294b0a22018-03-10 23:26:48 +01001308 f_init();
Harald Welte8c24c2b2018-02-26 08:31:31 +01001309 f_init_l1ctl();
Harald Welte294b0a22018-03-10 23:26:48 +01001310 f_sleep(1.0);
Harald Welte8c24c2b2018-02-26 08:31:31 +01001311 f_l1_tune(L1CTL);
1312
1313 var GsmFrameNumber fn_last := 0;
1314 for (var integer i := 0; i < 1000; i := i+1) {
1315 var OCT1 ra := f_rnd_ra_cs();
1316 var GsmFrameNumber fn := f_L1CTL_RACH(L1CTL, oct2int(ra));
1317 if (fn == fn_last) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02001318 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Two RACH in same FN?!?");
Harald Welte8c24c2b2018-02-26 08:31:31 +01001319 }
1320 fn_last := fn;
1321 }
1322 var integer rsl_chrqd := 0;
1323 timer T := 3.0;
Harald Welte56c05802018-02-28 21:39:35 +01001324 T.start;
Harald Welte8c24c2b2018-02-26 08:31:31 +01001325 alt {
Vadim Yanitskiy493abe72020-05-25 22:03:48 +07001326 [] RSL_CCHAN.receive(tr_ASP_RSL_UD(tr_RSL_CHAN_RQD(?,?))) {
Harald Welte8c24c2b2018-02-26 08:31:31 +01001327 rsl_chrqd := rsl_chrqd + 1;
Harald Weltec3a3f452018-02-26 17:37:47 +01001328 f_timer_safe_restart(T);
Harald Welte8c24c2b2018-02-26 08:31:31 +01001329 repeat;
1330 }
1331 [] RSL_CCHAN.receive { repeat; }
1332 [] T.timeout { }
1333 }
1334 if (rsl_chrqd == 1000) {
1335 setverdict(pass);
1336 } else {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02001337 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, log2str("Received only ", rsl_chrqd, " out of 1000 RACH"));
Harald Welte8c24c2b2018-02-26 08:31:31 +01001338 }
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02001339 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welte70767382018-02-21 12:16:40 +01001340}
1341
Harald Welte3453ab42019-05-24 21:19:58 +02001342private function f_vty_load_ind_thresh(integer period := 10, integer bts_nr := 0) runs on test_CT {
1343 var charstring bts_str := "bts " & int2str(bts_nr);
1344 f_vty_config2(BSCVTY, {"network", bts_str}, "ccch load-indication-threshold " & int2str(period));
1345}
1346
1347/* empirical value: Number of RACH slots per reporting interval (1s) on combined CCCH */
1348private template integer tr_rach_slots_per_interval := (90 .. 130);
1349
1350/* Expect 0 RACH load on an idle BTS that has just started up */
1351testcase TC_rach_load_idle_thresh0() runs on test_CT {
1352 var ASP_RSL_Unitdata rx_ud;
1353
1354 f_init_vty_bsc();
1355 /* send load indications even at 0% load */
1356 f_vty_load_ind_thresh(0);
1357 f_vty_transceive(BSCVTY, "drop bts connection 0 oml");
1358 f_sleep(2.0);
1359
1360 f_init();
1361
1362 timer T := 5.0;
1363 T.start;
1364 alt {
Vadim Yanitskiy493abe72020-05-25 22:03:48 +07001365 [] RSL_CCHAN.receive(tr_ASP_RSL_UD(tr_RSL_RACH_LOAD_IND(tr_rach_slots_per_interval, 0, 0))) {
Harald Welte3453ab42019-05-24 21:19:58 +02001366 setverdict(pass);
1367 repeat;
1368 }
Vadim Yanitskiy493abe72020-05-25 22:03:48 +07001369 [] RSL_CCHAN.receive(tr_ASP_RSL_UD(tr_RSL_RACH_LOAD_IND(?, ?, ?))) -> value rx_ud {
Harald Welte3453ab42019-05-24 21:19:58 +02001370 setverdict(fail, "Unexpected RACH LOAD IND: ", rx_ud);
1371 repeat;
1372 }
1373 [] RSL_CCHAN.receive {
1374 repeat;
1375 }
1376 [] T.timeout { }
1377 }
1378
1379 f_vty_load_ind_thresh(10);
1380 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
1381}
1382
1383/* Expect no RACH load indications on an idle BTS that has just started up (default threshold 10%) */
1384testcase TC_rach_load_idle_below_thresh() runs on test_CT {
1385 var ASP_RSL_Unitdata rx_ud;
1386
1387 f_init_vty_bsc();
1388 f_init();
1389
1390 timer T := 5.0;
1391 T.start;
1392 alt {
Vadim Yanitskiy493abe72020-05-25 22:03:48 +07001393 [] RSL_CCHAN.receive(tr_ASP_RSL_UD(tr_RSL_RACH_LOAD_IND(?, ?, ?))) -> value rx_ud {
Harald Welte3453ab42019-05-24 21:19:58 +02001394 setverdict(fail, "Unexpected RACH LOAD IND: ", rx_ud);
1395 repeat;
1396 }
1397 [] RSL_CCHAN.receive {
1398 repeat;
1399 }
1400 [] T.timeout {
1401 setverdict(pass);
1402 }
1403 }
1404
1405 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
1406}
1407
1408/* Expect 0 RACH load on an idle BTS that has just started up */
1409testcase TC_rach_load_count() runs on test_CT {
1410 var ASP_RSL_Unitdata rx_ud;
1411 var integer load_access_count := 0;
1412
1413 f_init_vty_bsc();
1414 /* send load indications even at 0% load */
1415 f_vty_load_ind_thresh(0);
1416 f_vty_transceive(BSCVTY, "drop bts connection 0 oml");
1417 f_sleep(2.0);
1418 f_init();
1419
1420 f_init_l1ctl();
1421 f_sleep(1.0);
1422 f_l1_tune(L1CTL);
1423
1424 var GsmFrameNumber fn_last := 0;
1425 for (var integer i := 0; i < 1000; i := i+1) {
1426 var OCT1 ra := f_rnd_ra_cs();
1427 var GsmFrameNumber fn := f_L1CTL_RACH(L1CTL, oct2int(ra));
1428 if (fn == fn_last) {
1429 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Two RACH in same FN?!?");
1430 }
1431 fn_last := fn;
1432 }
1433
1434 timer T := 5.0;
1435 T.start;
1436 alt {
Vadim Yanitskiy493abe72020-05-25 22:03:48 +07001437 [] RSL_CCHAN.receive(tr_ASP_RSL_UD(tr_RSL_RACH_LOAD_IND(tr_rach_slots_per_interval, ?, ?)))
Harald Welte3453ab42019-05-24 21:19:58 +02001438 -> value rx_ud {
1439 var RSL_IE_Body ie;
1440 f_rsl_find_ie(rx_ud.rsl, RSL_IE_RACH_LOAD, ie);
1441 load_access_count := load_access_count + ie.rach_load.access_count;
1442 if (ie.rach_load.busy_count < ie.rach_load.access_count) {
1443 setverdict(fail, "Access count cannot be < Busy count");
1444 }
1445 repeat;
1446 }
Vadim Yanitskiy493abe72020-05-25 22:03:48 +07001447 [] RSL_CCHAN.receive(tr_ASP_RSL_UD(tr_RSL_RACH_LOAD_IND(?, ?, ?))) -> value rx_ud {
Harald Welte3453ab42019-05-24 21:19:58 +02001448 setverdict(fail, "Unexpected RACH LOAD IND: ", rx_ud);
1449 repeat;
1450 }
1451 [] RSL_CCHAN.receive {
1452 repeat;
1453 }
1454 [] T.timeout { }
1455 }
1456 if (load_access_count == 1000) {
1457 setverdict(pass);
1458 } else {
1459 setverdict(fail, "Load reports state ", load_access_count, " RACH, but we sent 1000");
1460 }
1461
1462 f_vty_load_ind_thresh(10);
1463 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
1464}
1465
Harald Welte54a2a2d2018-02-26 09:14:05 +01001466private function f_rach_toffs(int16_t toffs256, boolean expect_pass) runs on test_CT {
Harald Weltef8df4cb2018-03-10 15:15:08 +01001467 var TrxcMessage ret;
Harald Welte54a2a2d2018-02-26 09:14:05 +01001468 /* tell fake_trx to use a given timing offset for all bursts */
Vadim Yanitskiy44ff2142019-01-12 07:04:58 +07001469 ret := f_TRXC_transceive(BTS_TRXC, g_bts_trxc_conn_id, valueof(ts_TRXC_FAKE_TIMING(toffs256)));
Harald Welte54a2a2d2018-02-26 09:14:05 +01001470 f_sleep(0.5);
1471
1472 /* Transmit RACH request + wait for confirmation */
1473 var OCT1 ra := f_rnd_ra_cs();
1474 var GsmFrameNumber fn := f_L1CTL_RACH(L1CTL, oct2int(ra));
1475
1476 /* Check for expected result */
1477 timer T := 1.5;
1478 T.start;
1479 alt {
Vadim Yanitskiy493abe72020-05-25 22:03:48 +07001480 [expect_pass] RSL_CCHAN.receive(tr_ASP_RSL_UD(tr_RSL_CHAN_RQD(ra, fn))) {
Harald Welte54a2a2d2018-02-26 09:14:05 +01001481 setverdict(pass);
1482 }
Vadim Yanitskiy493abe72020-05-25 22:03:48 +07001483 [not expect_pass] RSL_CCHAN.receive(tr_ASP_RSL_UD(tr_RSL_CHAN_RQD(ra, fn))) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02001484 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, log2str("RACH passed but was expected to be dropped: ", toffs256));
Harald Welte54a2a2d2018-02-26 09:14:05 +01001485 }
1486 [] RSL_CCHAN.receive { repeat; }
1487 [not expect_pass] T.timeout {
1488 setverdict(pass);
1489 }
1490 [expect_pass] T.timeout {
Max6e053042019-03-14 16:34:22 +01001491 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, log2str("Timeout waiting for CHAN RQD: FN=", fn, " RA=", ra));
Harald Welte54a2a2d2018-02-26 09:14:05 +01001492 }
1493 }
1494}
1495
1496/* Test if dropping of RACH Based on NM_ATT_MAX_TA works */
1497testcase TC_rach_max_ta() runs on test_CT {
Harald Welte10474062019-05-30 16:48:17 +02001498 f_init();
Harald Welte54a2a2d2018-02-26 09:14:05 +01001499 f_init_l1ctl();
1500 f_l1_tune(L1CTL);
Harald Welte54a2a2d2018-02-26 09:14:05 +01001501 f_sleep(1.0);
1502
1503 /* default max-ta is 63 (full range of GSM timing advance */
1504
Vadim Yanitskiyc81d6e42018-03-05 22:39:01 +07001505 /* We allow early arrival up to 2 symbols */
1506 f_rach_toffs(-1*256, true);
1507 f_rach_toffs(-2*256, true);
Harald Welte54a2a2d2018-02-26 09:14:05 +01001508 f_rach_toffs(-10*256, false);
1509
1510 /* 0 / 32 / 63 bits is legal / permitted */
1511 f_rach_toffs(0, true);
1512 f_rach_toffs(32*256, true);
1513 f_rach_toffs(63*256, true);
1514
1515 /* more than 63 bits is not legal / permitted */
1516 f_rach_toffs(64*256, false);
1517 f_rach_toffs(127*256, false);
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02001518 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welte54a2a2d2018-02-26 09:14:05 +01001519}
Harald Welte8c24c2b2018-02-26 08:31:31 +01001520
Vadim Yanitskiy7c2c10c2019-05-31 20:42:01 +07001521function f_TC_ho_rach(charstring id) runs on ConnHdlr {
1522 var GsmFrameNumber fn;
1523 var RSL_Message rm;
1524
1525 f_l1_tune(L1CTL);
1526 RSL.clear;
1527
1528 /* Generate a random Handover Reference */
1529 var integer ho_ref := oct2int(f_rnd_octstring(1));
1530
1531 /* Handover Reference IE (see 3GPP TS 48.058, 9.3.9) */
1532 var RSL_IE ho_ref_ie := valueof(t_RSL_IE(RSL_IE_HANDO_REF,
1533 RSL_IE_Body:{ handover_ref := ho_ref }));
1534
1535 /* Activate a channel on the BTS side (no encryption) */
1536 f_rsl_chan_act(g_pars.chan_mode, more_ies := { ho_ref_ie },
1537 act_type := t_RSL_IE_ActType_HO_SYNC);
1538
1539 /* Switch the MS side (e.g. trxcon) to a dedicated channel without
1540 * waiting for Immediate Assignment and sending Access Burst */
1541 f_L1CTL_DM_EST_REQ(L1CTL, { false, mp_trx0_arfcn }, g_pars.chan_nr, 7);
1542
1543 /* Send handover Access Burst */
1544 fn := f_L1CTL_RACH(L1CTL, ho_ref, chan_nr := g_pars.chan_nr);
1545
1546 /* TODO: test mismatching Handover Reference, and missing IE */
1547
1548 /* Wait for handover detection */
1549 timer T := 3.0;
1550 T.start;
1551 alt {
1552 [] RSL.receive(tr_RSL_HANDO_DET(g_pars.chan_nr)) -> value rm {
1553 log("Handover RACH has been detected: ", rm);
1554 setverdict(pass);
1555 }
1556 [] RSL.receive(tr_RSL_CHAN_RQD(?, ?, ?, ?)) -> value rm {
1557 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail,
1558 log2str("RSL_CHAN_RQD was not expected: ", rm));
1559 }
1560 [] RSL.receive { repeat; }
1561 [] T.timeout {
1562 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail,
1563 log2str("Timeout waiting for handover RACH: FN=", fn, " RA=", ho_ref));
1564 }
1565 }
1566
1567 /* Release the channel */
1568 f_rsl_chan_deact();
1569 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
1570}
1571
1572/* Test handover RACH detection */
1573testcase TC_ho_rach() runs on test_CT {
1574 var ConnHdlrPars pars;
1575 var ConnHdlr vc_conn;
1576
1577 f_init();
1578
1579 for (var integer i := 0; i < sizeof(g_AllChannels); i := i + 1) {
1580 pars := valueof(t_Pars(g_AllChannels[i], ts_RSL_ChanMode_SIGN));
1581 log(testcasename(), ": Starting for ", g_AllChannels[i]);
1582 vc_conn := f_start_handler(refers(f_TC_ho_rach), pars);
1583 vc_conn.done;
1584 }
1585
1586 /* TODO: do the above in parallel, rather than sequentially? */
1587 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
1588}
1589
Harald Welte93640c62018-02-25 16:59:33 +01001590/***********************************************************************
1591 * Measurement Processing / Reporting
1592 ***********************************************************************/
1593
Harald Welte70767382018-02-21 12:16:40 +01001594template LapdmAddressField ts_LapdmAddr(LapdmSapi sapi, boolean c_r) := {
1595 spare := '0'B,
1596 lpd := 0,
1597 sapi := sapi,
1598 c_r := c_r,
1599 ea := true
1600}
1601
Harald Welted879bd92018-03-12 15:01:23 +01001602template LapdmFrameAB ts_LAPDm_AB(LapdmSapi sapi, boolean c_r, boolean p, octetstring pl) := {
Harald Welte70767382018-02-21 12:16:40 +01001603 addr := ts_LapdmAddr(sapi, c_r),
Harald Welted879bd92018-03-12 15:01:23 +01001604 ctrl := ts_LapdmCtrlUI(p),
Harald Welte70767382018-02-21 12:16:40 +01001605 len := 0, /* overwritten */
1606 m := false,
1607 el := 1,
1608 payload := pl
1609}
1610
1611/* handle incoming downlink SACCH and respond with uplink SACCH (meas res) */
1612altstep as_l1_sacch() runs on ConnHdlr {
1613 var L1ctlDlMessage l1_dl;
Harald Weltef8df4cb2018-03-10 15:15:08 +01001614 [] L1CTL.receive(tr_L1CTL_DATA_IND(g_chan_nr, tr_RslLinkID_SACCH(?))) -> value l1_dl {
Harald Welte70767382018-02-21 12:16:40 +01001615 log("SACCH received: ", l1_dl.payload.data_ind.payload);
Pau Espin Pedrole9571aa2018-10-22 17:13:07 +02001616 var GsmRrL3Message meas_rep := valueof(ts_MEAS_REP(true, mp_rxlev_exp, mp_rxlev_exp, 0, 0, omit));
Harald Welted879bd92018-03-12 15:01:23 +01001617 var LapdmFrameAB lb := valueof(ts_LAPDm_AB(0, false, false, enc_GsmRrL3Message(meas_rep)));
Harald Welte70767382018-02-21 12:16:40 +01001618 log("LAPDm: ", lb);
Pau Espin Pedroled359cb2018-09-28 16:08:24 +02001619
Vadim Yanitskiy0a8d6da2019-05-28 22:18:28 +07001620 var template (value) SacchL1Header l1h := ts_SacchL1Header(
1621 g_pars.l1_pars.ms_power_level, false,
1622 g_pars.l1_pars.ms_actual_ta);
1623
1624 /* TODO: we can use an extension of TTCN-3 for that, i.e. PADDING('2B'O) */
1625 var octetstring l2 := f_pad_oct(enc_LapdmFrameAB(lb), 21, '2B'O);
1626
1627 log("Sending Measurement Report: ", l1h, l2);
1628 L1CTL.send(ts_L1CTL_DATA_REQ_SACCH(g_chan_nr, ts_RslLinkID_SACCH(0), l1h, l2));
Harald Welte70767382018-02-21 12:16:40 +01001629 repeat;
1630 }
1631}
1632
1633altstep as_l1_dcch() runs on ConnHdlr {
1634 var L1ctlDlMessage l1_dl;
Harald Weltef8df4cb2018-03-10 15:15:08 +01001635 [] L1CTL.receive(tr_L1CTL_DATA_IND(g_chan_nr, tr_RslLinkID_DCCH(?))) -> value l1_dl {
Harald Welte70767382018-02-21 12:16:40 +01001636 log("DCCH received: ", l1_dl.payload.data_ind.payload);
1637 var octetstring pl := '010301'O;
Vadim Yanitskiy31e7c672018-07-27 02:23:16 +07001638 L1CTL.send(ts_L1CTL_DATA_REQ(g_chan_nr, ts_RslLinkID_DCCH(0),
1639 f_pad_oct(pl, 23, '2B'O)));
Harald Welte70767382018-02-21 12:16:40 +01001640 repeat;
1641 }
1642}
1643
1644type record MeasElem {
1645 uint6_t rxlev,
1646 uint3_t rxqual
1647}
1648
1649type record MeasElemFS {
1650 MeasElem full,
1651 MeasElem sub
1652}
1653
1654type record ConnL1Pars {
1655 boolean dtx_enabled,
Harald Welte685d5982018-02-27 20:42:05 +01001656 boolean toa256_enabled,
Harald Welte70767382018-02-21 12:16:40 +01001657 MeasElemFS meas_ul,
1658 int16_t timing_offset_256syms,
1659 uint5_t bs_power_level,
1660 uint5_t ms_power_level,
1661 uint8_t ms_actual_ta
1662}
1663
1664/* Convert tiing offset from 1/256th symbol to RSL Timing Offset */
1665private function toffs256s_to_rsl(int16_t toffs256s) return uint8_t {
1666 return 63 + (toffs256s/256);
1667}
1668
Harald Welted5684392018-03-10 18:22:04 +01001669private function f_max(integer a, integer b) return integer {
1670 if (a > b) {
1671 return a;
1672 } else {
1673 return b;
1674 }
1675}
1676
1677private function f_min(integer a, integer b) return integer {
1678 if (a < b) {
1679 return a;
1680 } else {
1681 return b;
1682 }
1683}
1684
1685/* compute negative tolerance val-tolerance, ensure >= min */
1686private function f_tolerance_neg(integer val, integer min, integer tolerance) return integer {
1687 val := val - tolerance;
1688 return f_max(val, min);
1689}
1690
1691/* compute positive tolerance val+tolerance, ensure <= max */
1692private function f_tolerance_pos(integer val, integer max, integer tolerance) return integer {
1693 val := val + tolerance;
1694 return f_min(val, max);
1695}
1696
1697/* return a template of (val-tolerance .. val+tolerance) ensuring it is within (min .. max) */
1698private function f_tolerance(integer val, integer min, integer max, integer tolerance)
1699return template integer {
1700 var template integer ret;
1701 ret := (f_tolerance_neg(val, min, tolerance) .. f_tolerance_pos(val, max, tolerance));
1702 return ret;
1703}
1704
1705
Harald Welte70767382018-02-21 12:16:40 +01001706/* build a template for matching measurement results against */
1707private function f_build_meas_res_tmpl() runs on ConnHdlr return template RSL_Message {
1708 var ConnL1Pars l1p := g_pars.l1_pars;
1709 var template RSL_IE_UplinkMeas ul_meas := {
1710 len := 3,
1711 rfu := '0'B,
1712 dtx_d := l1p.dtx_enabled,
Harald Welted5684392018-03-10 18:22:04 +01001713 rxlev_f_u := f_tolerance(l1p.meas_ul.full.rxlev, 0, 63, mp_tolerance_rxlev),
Harald Welte70767382018-02-21 12:16:40 +01001714 reserved1 := '00'B,
Harald Welted5684392018-03-10 18:22:04 +01001715 rxlev_s_u := f_tolerance(l1p.meas_ul.sub.rxlev, 0, 63, mp_tolerance_rxlev),
Harald Welte70767382018-02-21 12:16:40 +01001716 reserved2 := '00'B,
Harald Welted5684392018-03-10 18:22:04 +01001717 rxq_f_u := f_tolerance(l1p.meas_ul.full.rxqual, 0, 7, mp_tolerance_rxqual),
1718 rxq_s_u := f_tolerance(l1p.meas_ul.sub.rxqual, 0, 7, mp_tolerance_rxqual),
Harald Welte70767382018-02-21 12:16:40 +01001719 supp_meas_info := omit
1720 };
Harald Welte685d5982018-02-27 20:42:05 +01001721 if (l1p.toa256_enabled) {
Harald Welte15de8ba2018-06-29 08:51:42 +02001722 ul_meas.len := (3+8);
1723 ul_meas.supp_meas_info := {
Pau Espin Pedrol121724c2018-09-28 15:58:12 +02001724 toa256_mean := f_tolerance(l1p.timing_offset_256syms, -63*256, 192*256, mp_tolerance_timing_offset_256syms),
Harald Welte15de8ba2018-06-29 08:51:42 +02001725 toa256_min := ?,
1726 toa256_max := ?,
1727 toa256_std_dev := ?
1728 }
Harald Welte685d5982018-02-27 20:42:05 +01001729 }
Harald Welte70767382018-02-21 12:16:40 +01001730 var template RSL_IE_BS_Power bs_power := {
1731 reserved := 0,
1732 epc := false,
1733 fpc := false,
1734 power_level := l1p.bs_power_level
1735 };
1736 var template RSL_IE_L1Info l1_info := {
1737 ms_power_lvl := l1p.ms_power_level,
1738 fpc := false,
1739 reserved := 0,
Pau Espin Pedrol121724c2018-09-28 15:58:12 +02001740 actual_ta := f_tolerance(l1p.ms_actual_ta, 0, 63, mp_tolerance_timing_offset_256syms/256)
Harald Welte70767382018-02-21 12:16:40 +01001741 };
1742 var uint8_t offs := toffs256s_to_rsl(l1p.timing_offset_256syms);
Pau Espin Pedrol121724c2018-09-28 15:58:12 +02001743 var template uint8_t t_toffs := f_tolerance(offs, 0, 255, mp_tolerance_timing_offset_256syms/256);
Harald Welte70767382018-02-21 12:16:40 +01001744 return tr_RSL_MEAS_RES_OSMO(g_chan_nr, g_next_meas_res_nr, ul_meas, bs_power, l1_info,
1745 ?, t_toffs);
1746}
1747
Philipp Maierdd841d32019-12-17 14:44:54 +01001748/* build a template for matching measurement results that do not contain any
1749 * MS related measurement (l1_info, l3_info and ms timing offset). */
1750private function f_build_meas_res_tmpl_empty() runs on ConnHdlr return template RSL_Message {
1751 var ConnL1Pars l1p := g_pars.l1_pars;
1752 var template RSL_IE_UplinkMeas ul_meas := {
1753 len := 3,
1754 rfu := '0'B,
1755 dtx_d := l1p.dtx_enabled,
1756 rxlev_f_u := ?,
1757 reserved1 := '00'B,
1758 rxlev_s_u := ?,
1759 reserved2 := '00'B,
1760 rxq_f_u := ?,
1761 rxq_s_u := ?,
1762 supp_meas_info := omit
1763 };
1764 if (l1p.toa256_enabled) {
1765 ul_meas.len := (3+8);
1766 ul_meas.supp_meas_info := {
1767 toa256_mean := f_tolerance(l1p.timing_offset_256syms, -63*256, 192*256, mp_tolerance_timing_offset_256syms),
1768 toa256_min := ?,
1769 toa256_max := ?,
1770 toa256_std_dev := ?
1771 }
1772 }
1773 var template RSL_IE_BS_Power bs_power := {
1774 reserved := 0,
1775 epc := false,
1776 fpc := false,
1777 power_level := l1p.bs_power_level
1778 };
1779
1780 return tr_RSL_MEAS_RES_EMPTY(g_chan_nr, g_next_meas_res_nr, ul_meas, bs_power);
1781}
1782
Harald Welte70767382018-02-21 12:16:40 +01001783/* verify we regularly receive measurement reports with incrementing numbers */
Vadim Yanitskiy41baf002018-10-04 17:44:50 +07001784altstep as_meas_res(boolean verify_meas := true) runs on ConnHdlr {
Harald Welte70767382018-02-21 12:16:40 +01001785 var RSL_Message rsl;
Philipp Maierdd841d32019-12-17 14:44:54 +01001786 var boolean chan_est := false;
1787
Vadim Yanitskiy41baf002018-10-04 17:44:50 +07001788 [not verify_meas] RSL.receive(tr_RSL_MEAS_RES(?)) { repeat; }
Philipp Maierdd841d32019-12-17 14:44:54 +01001789
1790 /* Receive osmocom specific measurement reports. This is the normal
1791 * case. Here we verify that the measurement reports we sent are
1792 * comming back as we expect them. */
Harald Welte70767382018-02-21 12:16:40 +01001793 [] RSL.receive(f_build_meas_res_tmpl()) -> value rsl {
1794 /* increment counter of next to-be-expected meas rep */
1795 g_next_meas_res_nr := (g_next_meas_res_nr + 1) mod 256;
1796 /* Re-start the timer expecting the next MEAS RES */
Harald Weltec3a3f452018-02-26 17:37:47 +01001797 f_timer_safe_restart(g_Tmeas_exp);
Philipp Maierdd841d32019-12-17 14:44:54 +01001798
1799 /* The following two cases may only happen in the beginning
1800 * of the channel establishment phase. Once we have received
1801 * the "our" measurement report the first time, the channel
1802 * is established and empty or hardcoded TRXCON reports must
1803 * not occur anymore. */
1804 chan_est := true;
1805
1806 repeat;
1807 }
1808
1809 /* When the BTS has established the channel, the MS might need slightly
1810 * more time to establish the channel and actually start sending. The
1811 * result is then a measurement report that just lacks the measurement
1812 * information of the MS. This is normal and we tolerate this behavior. */
1813 [chan_est == false] RSL.receive(f_build_meas_res_tmpl_empty()) -> value rsl {
1814 /* increment counter of next to-be-expected meas rep */
1815 g_next_meas_res_nr := (g_next_meas_res_nr + 1) mod 256;
1816 /* Re-start the timer expecting the next MEAS RES */
1817 f_timer_safe_restart(g_Tmeas_exp);
Harald Welte70767382018-02-21 12:16:40 +01001818 repeat;
1819 }
Philipp Maierdd841d32019-12-17 14:44:54 +01001820
1821 /* Due to the TDMA nature of GSM, TRXCON implements a way to emit dummy
1822 * measurements if the TTCN3 side does not supply measurement input in
1823 * time. In those cases TRXCON will either use a cached measurement
1824 * report or a hardcoded one. If TRXCON picks the hardcoded measurement
1825 * report the templates above will not match. We tolerate this
1826 * behavior, but only once. */
1827 [chan_est == false] RSL.receive(tr_RSL_MEAS_RES(g_chan_nr, g_next_meas_res_nr)) -> value rsl {
Harald Weltefa45e9e2018-03-10 18:59:03 +01001828 /* increment counter of next to-be-expected meas rep */
1829 g_next_meas_res_nr := (g_next_meas_res_nr + 1) mod 256;
1830 if (g_first_meas_res) {
1831 g_first_meas_res := false;
1832 repeat;
1833 } else {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02001834 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, log2str("Received unspecific MEAS RES ", rsl));
Harald Weltefa45e9e2018-03-10 18:59:03 +01001835 }
Harald Welte70767382018-02-21 12:16:40 +01001836 }
1837 [] RSL.receive(tr_RSL_MEAS_RES(?)) -> value rsl {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02001838 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, log2str("Received unexpected MEAS RES ", rsl));
Harald Welte70767382018-02-21 12:16:40 +01001839 }
Pau Espin Pedrol425b62f2018-07-06 16:11:43 +02001840 [g_Tmeas_exp.running] g_Tmeas_exp.timeout {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02001841 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Didn't receive expected measurement result")
Harald Welte70767382018-02-21 12:16:40 +01001842 }
1843}
1844
Harald Weltee613f962018-04-18 22:38:16 +02001845private function f_alg_id_to_l1ctl(RSL_AlgId rsl_alg_id) return uint8_t {
1846 select (rsl_alg_id) {
1847 case (RSL_ALG_ID_A5_0) { return 0; }
1848 case (RSL_ALG_ID_A5_1) { return 1; }
1849 case (RSL_ALG_ID_A5_2) { return 2; }
1850 case (RSL_ALG_ID_A5_3) { return 3; }
1851 case (RSL_ALG_ID_A5_4) { return 4; }
1852 case (RSL_ALG_ID_A5_5) { return 5; }
1853 case (RSL_ALG_ID_A5_6) { return 6; }
1854 case (RSL_ALG_ID_A5_7) { return 7; }
1855 case else {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02001856 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Unknwon Algorithm ID");
1857 /* Make compiler happy by calling mtc.stop here. It is already
1858 * called in f_shutdown */
Daniel Willmann17ddd852018-07-05 17:33:20 +02001859 mtc.stop;
Harald Weltee613f962018-04-18 22:38:16 +02001860 }
1861 }
1862}
1863
1864private function f_alg_id_to_l3(RSL_AlgId rsl_alg_id) return BIT3 {
1865 select (rsl_alg_id) {
1866 case (RSL_ALG_ID_A5_1) { return '000'B; }
1867 case (RSL_ALG_ID_A5_2) { return '001'B; }
1868 case (RSL_ALG_ID_A5_3) { return '010'B; }
1869 case (RSL_ALG_ID_A5_4) { return '011'B; }
1870 case (RSL_ALG_ID_A5_5) { return '100'B; }
1871 case (RSL_ALG_ID_A5_6) { return '101'B; }
1872 case (RSL_ALG_ID_A5_7) { return '110'B; }
1873 case else {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02001874 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Unknwon Algorithm ID");
1875 /* Make compiler happy by calling mtc.stop here. It is already
1876 * called in f_shutdown */
Daniel Willmann17ddd852018-07-05 17:33:20 +02001877 mtc.stop;
Harald Weltee613f962018-04-18 22:38:16 +02001878 }
1879 }
1880}
1881
Pau Espin Pedrol6451b042018-10-24 20:36:16 +02001882/* Send RACH request through l1CTL and wait for ChanReq on RSL BST->BSC */
1883private function f_rach_req_wait_chan_rqd(integer ra) runs on ConnHdlr return GsmFrameNumber {
1884 var GsmFrameNumber fn;
1885 timer T := 8.0;
1886
1887 /* advertise to RSL Emulation that we expect to receive confirmation from RACH */
1888 RSL.send(ts_RSLDC_ChanRqd_anyFN(int2oct(ra,1)));
1889
1890 f_L1CTL_PARAM(L1CTL, g_pars.l1_pars.ms_actual_ta, g_pars.l1_pars.ms_power_level);
1891 /* Send the actual RACH */
1892 fn := f_L1CTL_RACH(L1CTL, ra);
1893
1894 T.start;
1895 alt {
1896 [] RSL.receive(tr_RSL_CHAN_RQD(int2oct(ra,1), fn)) { setverdict(pass, "Received CHAN-RQD from RACH REQ") }
1897 [] T.timeout {
1898 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, log2str("Timeout waiting for CHAN-RQD from RACH REQ <", ra, ", ", fn, ">"));
1899 }
1900 }
1901 T.stop
1902 return fn;
1903}
Harald Weltee613f962018-04-18 22:38:16 +02001904
Harald Welte70767382018-02-21 12:16:40 +01001905/* Establish dedicated channel: L1CTL + RSL side */
Harald Weltec8d363c2019-05-19 20:36:48 +02001906private function f_est_dchan(boolean encr_enable := false, RSL_IE_List more_ies := {}) runs on ConnHdlr {
Harald Welte70767382018-02-21 12:16:40 +01001907 var GsmFrameNumber fn;
1908 var ImmediateAssignment imm_ass;
1909 var integer ra := 23;
1910
Pau Espin Pedrol6451b042018-10-24 20:36:16 +02001911 /* Send RACH request and wait for ChanReq */
1912 fn := f_rach_req_wait_chan_rqd(ra);
Harald Welte70767382018-02-21 12:16:40 +01001913
1914 /* Activate channel on BTS side */
Harald Weltec8d363c2019-05-19 20:36:48 +02001915 f_rsl_chan_act(g_pars.chan_mode, encr_enable, more_ies);
Harald Welte70767382018-02-21 12:16:40 +01001916
1917 /* Send IMM.ASS via CCHAN */
1918 var ChannelDescription ch_desc := {
1919 chan_nr := g_pars.chan_nr,
1920 tsc := 7,
1921 h := false,
1922 arfcn := mp_trx0_arfcn,
1923 maio_hsn := omit
1924 };
1925 var MobileAllocation ma := {
1926 len := 0,
1927 ma := ''B
1928 };
1929 var GsmRrMessage rr_msg := valueof(ts_IMM_ASS(ra, fn, 0, ch_desc, ma));
1930 RSL.send(ts_RSL_IMM_ASSIGN(enc_GsmRrMessage(rr_msg)));
1931
1932 /* receive IMM.ASS on MS side */
1933 var ImmediateAssignment ia_um;
1934 ia_um := f_L1CTL_WAIT_IMM_ASS(L1CTL, ra, fn);
1935 /* enable dedicated mode */
1936 f_L1CTL_DM_EST_REQ_IA(L1CTL, ia_um);
Harald Weltee613f962018-04-18 22:38:16 +02001937 /* enable encryption, if requested */
1938 if (encr_enable) {
1939 var uint8_t alg_id := f_alg_id_to_l1ctl(g_pars.encr.alg_id);
1940 f_L1CTL_CRYPTO_REQ(L1CTL, g_pars.chan_nr, alg_id, g_pars.encr.key);
1941 }
Harald Weltefa45e9e2018-03-10 18:59:03 +01001942
1943 g_first_meas_res := true;
Harald Welte70767382018-02-21 12:16:40 +01001944}
1945
1946/* establish DChan, verify existance + contents of measurement reports */
1947function f_TC_meas_res_periodic(charstring id) runs on ConnHdlr {
Harald Welte68e495b2018-02-25 00:05:57 +01001948 f_l1_tune(L1CTL);
Harald Welte70767382018-02-21 12:16:40 +01001949 RSL.clear;
1950
Vadim Yanitskiy44ff2142019-01-12 07:04:58 +07001951 if (mp_bts_trxc_port != -1) {
Pau Espin Pedrole9571aa2018-10-22 17:13:07 +02001952 f_trxc_fake_rssi(rxlev2dbm(mp_ul_rxlev_exp));
Vadim Yanitskiydc8db922019-06-04 21:58:15 +07001953 f_trxc_fake_toffs256(g_pars.l1_pars.timing_offset_256syms);
Pau Espin Pedrol121724c2018-09-28 15:58:12 +02001954 }
Harald Welte70767382018-02-21 12:16:40 +01001955
1956 f_est_dchan();
1957
1958 /* run for a number of seconds, send SACCH + FACCH from MS side and verify
1959 * RSL measurement reports on Abis side */
1960 timer T := 8.0;
1961 T.start;
1962 alt {
1963 [] as_l1_sacch();
1964 [] as_meas_res();
1965 [] as_l1_dcch();
1966 [] L1CTL.receive { repeat; }
1967 [g_Tmeas_exp.running] T.timeout {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02001968 /* as_meas_res() would have done Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail) in case
Harald Welte70767382018-02-21 12:16:40 +01001969 * of any earlier errors, so if we reach this timeout, we're good */
1970 setverdict(pass);
1971 }
1972 [] T.timeout {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02001973 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "No MEAS RES received at all");
Harald Welte70767382018-02-21 12:16:40 +01001974 }
1975 }
1976 f_rsl_chan_deact();
Harald Welte3dc20462018-03-10 23:03:38 +01001977 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
Harald Welte70767382018-02-21 12:16:40 +01001978}
Harald Welte0472ab42018-03-12 15:02:26 +01001979
Eric Wildae8f2622019-06-18 17:05:11 +02001980function f_check_meas_bs_power_level(integer level) runs on ConnHdlr {
1981 timer T := 8.0;
1982 T.start;
1983 var RSL_Message rsl;
1984 alt {
1985 [] as_l1_sacch();
1986 [] L1CTL.receive { repeat; }
1987 [] RSL.receive(tr_RSL_MEAS_RES(g_chan_nr, ?, ?, ?)) -> value rsl {
1988 if (rsl.ies[3].body.bs_power.power_level == level) {
1989 setverdict(pass)
1990 } else {
1991 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, log2str("Received wrong BS power level in MEAS RES ", rsl));
1992 }
1993 }
1994 [] T.timeout {
1995 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "No MEAS RES received at all");
1996 }
1997 }
1998}
1999
2000/* see if the rsl meas res contains our expeced bs power level
2001bs power set during assignment */
2002function f_TC_rsl_bs_pwr_static_ass(charstring id) runs on ConnHdlr {
2003 f_l1_tune(L1CTL);
2004 RSL.clear;
2005
2006 if (mp_bts_trxc_port != -1) {
2007 f_trxc_fake_rssi(rxlev2dbm(mp_ul_rxlev_exp));
2008 f_trxc_fake_toffs256(g_pars.l1_pars.timing_offset_256syms);
2009 }
2010
2011 var uint5_t pwr_var := 1;
2012 var template (value) RSL_IE_BS_Power bs_power := ts_RSL_IE_BS_Power(pwr_var);
2013 var template (value) RSL_IE pwr := t_RSL_IE(RSL_IE_BS_POWER, RSL_IE_Body:{bs_power := bs_power});
2014
2015 f_est_dchan(more_ies :={valueof(pwr)});
2016
2017 f_check_meas_bs_power_level(pwr_var);
2018
2019 f_rsl_chan_deact();
2020 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
2021}
2022
2023/* see if the rsl meas res contains our expeced bs power level
2024bs power set after assignment */
2025function f_TC_rsl_bs_pwr_static_power_control(charstring id) runs on ConnHdlr {
2026 f_l1_tune(L1CTL);
2027 RSL.clear;
2028
2029 if (mp_bts_trxc_port != -1) {
2030 f_trxc_fake_rssi(rxlev2dbm(mp_ul_rxlev_exp));
2031 f_trxc_fake_toffs256(g_pars.l1_pars.timing_offset_256syms);
2032 }
2033
2034 var uint5_t pwr_var := 1;
2035 var template (value) RSL_IE_BS_Power bs_power := ts_RSL_IE_BS_Power(pwr_var);
2036
2037 f_est_dchan();
2038
2039 RSL.send(ts_RSL_BS_PWR_CTRL(g_chan_nr, bs_power));
2040
2041 f_check_meas_bs_power_level(pwr_var);
2042
2043 f_rsl_chan_deact();
2044 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
2045}
2046
2047testcase TC_rsl_bs_pwr_static_ass() runs on test_CT {
2048 var ConnHdlr vc_conn;
2049 var ConnHdlrPars pars;
2050 f_init();
2051 for (var integer tn := 1; tn <= 4; tn := tn+1) {
2052 pars := valueof(t_Pars(t_RslChanNr_Bm(tn), ts_RSL_ChanMode_SIGN));
2053 vc_conn := f_start_handler(refers(f_TC_rsl_bs_pwr_static_ass), pars,
2054 pcu_comp := false, trxc_comp := true);
2055 vc_conn.done;
2056 }
2057 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
2058}
2059
2060testcase TC_rsl_bs_pwr_static_power_control() runs on test_CT {
2061 var ConnHdlr vc_conn;
2062 var ConnHdlrPars pars;
2063 f_init();
2064 for (var integer tn := 1; tn <= 4; tn := tn+1) {
2065 pars := valueof(t_Pars(t_RslChanNr_Bm(tn), ts_RSL_ChanMode_SIGN));
2066 vc_conn := f_start_handler(refers(f_TC_rsl_bs_pwr_static_power_control), pars,
2067 pcu_comp := false, trxc_comp := true);
2068 vc_conn.done;
2069 }
2070 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
2071}
2072
Eric Wild61edb7e2019-06-03 12:38:31 +02002073/* target level -100, first rssi -90, ms power 7, expected increase to 7+6 within 6 seconds,
2074second rssi -110, ms power 7+6, expected decrease to 7 within 6 seconds,
2075These power levels are valid for all bands and require no special handling */
2076function f_TC_rsl_ms_pwr_dyn_ass_updown(charstring id) runs on ConnHdlr {
2077 var uint5_t pwr_var := 7;
2078 var L1ctlDlMessage l1_dl;
2079
2080 f_trxc_fake_rssi(rxlev2dbm(10));
2081 f_l1_tune(L1CTL);
2082 RSL.clear;
2083
2084 var RSL_IE_List addl_ies;
2085 var template (value) RSL_IE_MS_Power_Parameters pp := (ts_RSL_IE_MS_Power_Parameters(''O));
2086
2087 addl_ies := {
2088 valueof(t_RSL_IE(RSL_IE_MS_POWER, RSL_IE_Body:{ms_power := ts_RSL_IE_MS_Power(pwr_var)})),
2089 valueof(t_RSL_IE(RSL_IE_MS_POWER_PARAM, RSL_IE_Body:{ms_power_params := pp}))
2090 };
2091
2092 /* establish with power parameters */
2093 f_est_dchan(more_ies := addl_ies);
2094
2095 /* set a high value to ensure L1 power control level increases */
2096 f_trxc_fake_rssi(rxlev2dbm(20));
2097
2098 timer T2 := 6.0;
2099 T2.start;
2100 alt {
2101 [] L1CTL.receive(tr_L1CTL_DATA_IND(g_chan_nr, tr_RslLinkID_SACCH(?))) -> value l1_dl {
Pau Espin Pedrola1f7d242019-12-04 16:08:09 +01002102 /* Update sent MS power to follow what BTS requests */
2103 f_L1CTL_PARAM(L1CTL, g_pars.l1_pars.ms_actual_ta, oct2int(l1_dl.payload.data_ind.payload[0]));
2104 if (oct2int(l1_dl.payload.data_ind.payload[0]) < (pwr_var + 6)) {
Eric Wild61edb7e2019-06-03 12:38:31 +02002105 repeat;
Pau Espin Pedrola1f7d242019-12-04 16:08:09 +01002106 }
Eric Wild61edb7e2019-06-03 12:38:31 +02002107 T2.stop;
2108 }
2109 [] L1CTL.receive { repeat; }
2110 [] T2.timeout {
2111 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail,
2112 "Power Level in L1 header has not increased sufficiently");
2113 }
2114 }
2115
2116 /* set a low value to ensure L1 power control level decreases */
2117 f_trxc_fake_rssi(rxlev2dbm(0));
2118
2119 timer T4 := 6.0;
2120 T4.start;
2121 alt {
2122 [] L1CTL.receive(tr_L1CTL_DATA_IND(g_chan_nr, tr_RslLinkID_SACCH(?))) -> value l1_dl {
Pau Espin Pedrola1f7d242019-12-04 16:08:09 +01002123 /* Update sent MS power to follow what BTS requests */
2124 f_L1CTL_PARAM(L1CTL, g_pars.l1_pars.ms_actual_ta, oct2int(l1_dl.payload.data_ind.payload[0]));
2125 if (oct2int(l1_dl.payload.data_ind.payload[0]) > pwr_var) {
Eric Wild61edb7e2019-06-03 12:38:31 +02002126 repeat;
Pau Espin Pedrola1f7d242019-12-04 16:08:09 +01002127 }
Eric Wild61edb7e2019-06-03 12:38:31 +02002128 T4.stop;
2129 setverdict(pass, "Power level in L1 decreased/increased as expected");
2130 }
2131 [] L1CTL.receive { repeat; }
2132 [] T4.timeout {
2133 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail,
2134 "Power Level in L1 header has not decreased sufficiently");
2135 }
2136 }
2137
2138 f_rsl_chan_deact();
2139 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
2140
2141}
2142
2143/* check that we do not exceed the max power */
2144function f_TC_rsl_ms_pwr_dyn_max(charstring id) runs on ConnHdlr {
2145 var uint5_t pwr_var := 7;
2146 var L1ctlDlMessage l1_dl;
2147
2148 /* set a low value to ensure power increases */
2149 f_trxc_fake_rssi(rxlev2dbm(10));
2150 f_l1_tune(L1CTL);
2151 RSL.clear;
2152
2153 var RSL_IE_List addl_ies;
2154 var template (value) RSL_IE_MS_Power_Parameters pp := (ts_RSL_IE_MS_Power_Parameters(''O));
2155
2156 addl_ies := {
2157 valueof(t_RSL_IE(RSL_IE_MS_POWER, RSL_IE_Body:{ms_power := ts_RSL_IE_MS_Power(pwr_var)})),
2158 valueof(t_RSL_IE(RSL_IE_MS_POWER_PARAM, RSL_IE_Body:{ms_power_params := pp}))
2159 };
2160
2161 /* establish with power parameters */
2162 f_est_dchan(more_ies := addl_ies);
2163
2164 timer T1 := 10.0;
2165 T1.start;
2166 alt {
Pau Espin Pedrola1f7d242019-12-04 16:08:09 +01002167 [] L1CTL.receive(tr_L1CTL_DATA_IND(g_chan_nr, tr_RslLinkID_SACCH(?))) -> value l1_dl {
2168 /* Update sent MS power to follow what BTS requests */
2169 f_L1CTL_PARAM(L1CTL, g_pars.l1_pars.ms_actual_ta, oct2int(l1_dl.payload.data_ind.payload[0]));
2170 repeat;
2171 }
Eric Wild61edb7e2019-06-03 12:38:31 +02002172 [] L1CTL.receive { repeat; }
2173 [] T1.timeout {
2174 if( oct2int(l1_dl.payload.data_ind.payload[0]) != pwr_var){
2175 setverdict(fail, "Power level in L1 header should not have changed");
2176 }
2177 }
2178 }
2179
2180 f_rsl_chan_deact();
2181 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
2182
2183}
2184
2185/* see if we reach the band max power */
2186function f_TC_rsl_ms_pwr_dyn_up(charstring id) runs on ConnHdlr {
2187 var L1ctlDlMessage l1_dl;
2188 var uint5_t pwr_var := 15;
2189 var uint5_t pwr_max_var := f_get_max_power_from_band();
2190
2191 /* set a low value to ensure power increases */
2192 f_trxc_fake_rssi(rxlev2dbm(10));
2193 f_l1_tune(L1CTL);
2194 RSL.clear;
2195
2196 var template (value) RSL_IE_MS_Power ms_power := ts_RSL_IE_MS_Power(pwr_var);
2197 var template (value) RSL_IE pwr := t_RSL_IE(RSL_IE_MS_POWER, RSL_IE_Body:{ms_power := ms_power});
2198
2199 /* establish with fixed power level */
2200 f_est_dchan(more_ies :={valueof(pwr)});
2201
2202 /* check our initial power level */
2203 f_wait_for_l1_power_level(pwr_var);
2204
2205 /* update power param to enable power loop
2206 48.058 The maximum power to be used is indicated in the BS and MS Power elements respectively. */
2207 RSL.send(ts_RSL_MS_PWR_CTRL_with_pp(g_chan_nr, pwr_max_var));
2208
2209 /* wait, then check that our power level was reduced */
2210 timer T1 := 10.0;
2211 T1.start;
2212 alt {
Pau Espin Pedrola1f7d242019-12-04 16:08:09 +01002213 [] L1CTL.receive(tr_L1CTL_DATA_IND(g_chan_nr, tr_RslLinkID_SACCH(?))) -> value l1_dl {
2214 /* Update sent MS power to follow what BTS requests */
2215 f_L1CTL_PARAM(L1CTL, g_pars.l1_pars.ms_actual_ta, oct2int(l1_dl.payload.data_ind.payload[0]));
2216 repeat;
2217 }
Eric Wild61edb7e2019-06-03 12:38:31 +02002218 [] L1CTL.receive { repeat; }
2219 [] T1.timeout {
2220 var int8_t rcv := oct2int(l1_dl.payload.data_ind.payload[0]);
2221 if( f_power_level_is_highest_dbm(rcv) ){
2222 setverdict(pass, "Power level in L1 header reduced as expected");
2223 } else {
2224 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail,
2225 log2str("Power Level in L1 header did not reach the expected value, e:",pwr_max_var," r:",rcv));
2226 }
2227 }
2228 }
2229
2230 f_rsl_chan_deact();
2231 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
2232
2233}
2234
2235/* see if we reach the band min power */
2236function f_TC_rsl_ms_pwr_dyn_down(charstring id) runs on ConnHdlr {
2237 var L1ctlDlMessage l1_dl;
2238
2239 /* set a high value to ensure power decreases */
2240 f_trxc_fake_rssi(rxlev2dbm(50));
2241 f_l1_tune(L1CTL);
2242 RSL.clear;
2243
2244 var uint5_t pwr_var := 5;
2245 var uint5_t pwr_target_val := 15;
2246
2247 var template (value) RSL_IE_MS_Power ms_power := ts_RSL_IE_MS_Power(pwr_var);
2248 var template (value) RSL_IE pwr := t_RSL_IE(RSL_IE_MS_POWER, RSL_IE_Body:{ms_power := ms_power});
2249
2250 /* establish with fixed power level */
2251 f_est_dchan(more_ies :={valueof(pwr)});
2252
2253 /* check our initial power level */
2254 f_wait_for_l1_power_level(pwr_var);
2255
2256 /* update power param to enable power loop
2257 as per spec the supplied ms power IE should set the max allowed power...*/
Pau Espin Pedrol61122c82019-11-05 13:50:27 +01002258 RSL.send(ts_RSL_MS_PWR_CTRL_with_pp(g_chan_nr, pwr_target_val));
Eric Wild61edb7e2019-06-03 12:38:31 +02002259
2260 /* wait, then check that our power level was increased */
2261 timer T1 := 10.0;
2262 T1.start;
2263 alt {
Pau Espin Pedrola1f7d242019-12-04 16:08:09 +01002264 [] L1CTL.receive(tr_L1CTL_DATA_IND(g_chan_nr, tr_RslLinkID_SACCH(?))) -> value l1_dl {
2265 /* Update sent MS power to follow what BTS requests */
2266 f_L1CTL_PARAM(L1CTL, g_pars.l1_pars.ms_actual_ta, oct2int(l1_dl.payload.data_ind.payload[0]));
2267 repeat;
2268 }
Eric Wild61edb7e2019-06-03 12:38:31 +02002269 [] L1CTL.receive { repeat; }
2270 [] T1.timeout {
2271 if( f_power_level_is_lowest_dbm(oct2int(l1_dl.payload.data_ind.payload[0])) ){
2272 setverdict(pass, "Power level in L1 header increased to lowest power value");
2273 } else {
2274 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail,
2275 "Power level in L1 header NOT increased to lowest power value");
2276 }
2277 }
2278 }
2279
2280 f_rsl_chan_deact();
2281 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
2282
2283}
2284
Eric Wild095024b2019-06-17 15:08:57 +02002285/* see if we change the power level without receiving power parameters, which should not happen
2286rsl chan act WITHOUT power parameters */
Eric Wild280ccb82019-06-17 11:11:52 +02002287function f_TC_rsl_ms_pwr_dyn_active(charstring id) runs on ConnHdlr {
2288 var L1ctlDlMessage l1_dl;
2289
2290 /* set a high value to ensure power decreases */
2291 f_trxc_fake_rssi(rxlev2dbm(50));
2292 f_l1_tune(L1CTL);
2293 RSL.clear;
2294
2295 var uint5_t pwr_var := 5;
2296
2297 var template (value) RSL_IE_MS_Power ms_power := ts_RSL_IE_MS_Power(pwr_var);
2298 var template (value) RSL_IE pwr := t_RSL_IE(RSL_IE_MS_POWER, RSL_IE_Body:{ms_power := ms_power});
2299
2300 /* establish with fixed power level */
2301 f_est_dchan(more_ies :={valueof(pwr)});
2302
2303 /* check our initial power level */
2304 f_wait_for_l1_power_level(pwr_var);
2305
2306 /* wait, then check that our power level did not change */
2307 timer T1 := 10.0;
2308 T1.start;
2309 alt {
2310 [] L1CTL.receive(tr_L1CTL_DATA_IND(g_chan_nr, tr_RslLinkID_SACCH(?))) -> value l1_dl {
2311 if ( oct2int(l1_dl.payload.data_ind.payload[0]) != pwr_var) {
2312 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail,
2313 "BS power control should not be active unless we receive a power parameters IE!");
2314 }
2315 repeat;
2316 }
2317 [] L1CTL.receive { repeat; }
2318 [] T1.timeout { setverdict(pass); }
2319 }
2320
2321 f_rsl_chan_deact();
2322 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
2323
2324}
2325
Eric Wild095024b2019-06-17 15:08:57 +02002326/* see if we change the power level without receiving power parameters, which should not happen
2327ms power control WITHOUT power parameters */
2328function f_TC_rsl_ms_pwr_dyn_active2(charstring id) runs on ConnHdlr {
2329 var L1ctlDlMessage l1_dl;
2330
2331 /* set a high value to ensure power decreases */
2332 f_trxc_fake_rssi(rxlev2dbm(50));
2333 f_l1_tune(L1CTL);
2334 RSL.clear;
2335
2336 var uint5_t pwr_var := 5;
2337
2338 var template (value) RSL_IE_MS_Power ms_power := ts_RSL_IE_MS_Power(pwr_var);
2339 var template (value) RSL_IE pwr := t_RSL_IE(RSL_IE_MS_POWER, RSL_IE_Body:{ms_power := ms_power});
2340
2341 /* establish with fixed power level */
2342 f_est_dchan(more_ies :={valueof(pwr)});
2343
2344 /* check our initial power level */
2345 f_wait_for_l1_power_level(pwr_var);
2346
2347 /* pwr control without power params IE, should NOT activate MS power control*/
2348 RSL.send(ts_RSL_MS_PWR_CTRL(g_chan_nr, ms_power));
2349
2350 /* wait, then check that our power level did not change */
2351 timer T1 := 10.0;
2352 T1.start;
2353 alt {
2354 [] L1CTL.receive(tr_L1CTL_DATA_IND(g_chan_nr, tr_RslLinkID_SACCH(?))) -> value l1_dl {
2355 if ( oct2int(l1_dl.payload.data_ind.payload[0]) != pwr_var) {
2356 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail,
2357 "BS power control should not be active unless we receive a power parameters IE!");
2358 }
2359 repeat;
2360 }
2361 [] L1CTL.receive { repeat; }
2362 [] T1.timeout { setverdict(pass); }
2363 }
2364
2365 f_rsl_chan_deact();
2366 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
2367
2368}
2369
Eric Wild61edb7e2019-06-03 12:38:31 +02002370function f_wait_for_l1_power_level(integer level) runs on ConnHdlr {
2371 var L1ctlDlMessage l1_dl;
2372 timer T0 := 10.0;
2373 T0.start;
2374 alt {
2375 [] L1CTL.receive(tr_L1CTL_DATA_IND(g_chan_nr, tr_RslLinkID_SACCH(?))) -> value l1_dl {
2376 if (not (l1_dl.payload.data_ind.payload[0] == int2oct(level, 1))) {
2377 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail,
2378 "Power level in L1 header != signaled (RSL) power level.");
2379 }
2380 }
2381 [] L1CTL.receive { repeat; }
2382 [] T0.timeout {
2383 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail,
2384 "Timeout waiting for initial power level");
2385 }
2386 }
2387 T0.stop;
2388}
2389
2390private function f_power_level_is_lowest_dbm(integer level) runs on ConnHdlr return boolean {
2391 var IntegerRecord min_dbm_level;
2392 var IntegerRecord max_dbm_level;
2393 var IntegerRecord x := f_power_from_band(g_pars.bts0_band, min_dbm_level, max_dbm_level);
2394
2395 for (var integer i := 0; i < sizeof(min_dbm_level); i := i+1) {
2396 if (min_dbm_level[i] == level) {
2397 return true;
2398 }
2399 }
2400 return false;
2401}
2402
2403private function f_power_level_is_highest_dbm(integer level) runs on ConnHdlr return boolean {
2404 var IntegerRecord min_dbm_level;
2405 var IntegerRecord max_dbm_level;
2406 var IntegerRecord x := f_power_from_band(g_pars.bts0_band, min_dbm_level, max_dbm_level);
2407
2408 for (var integer i := 0; i < sizeof(max_dbm_level); i := i+1) {
2409 if (max_dbm_level[i] == level) {
2410 return true;
2411 }
2412 }
2413 return false;
2414}
2415
2416private function f_get_max_power_from_band() runs on ConnHdlr return integer {
2417 var IntegerRecord min_dbm_level;
2418 var IntegerRecord max_dbm_level;
2419 var IntegerRecord x := f_power_from_band(g_pars.bts0_band, min_dbm_level, max_dbm_level);
2420 return max_dbm_level[0];
2421}
2422
2423type charstring BtsBand ("GSM450","GSM480","GSM750","GSM810","GSM850","GSM900","DCS1800","PCS1900");
2424template charstring BtsBand_allGSM:= pattern "GSM???";
2425private function f_power_from_band(in BtsBand band, out IntegerRecord min_dbm_level, out IntegerRecord max_dbm_level) return IntegerRecord {
2426 // 45.005 4.1.1
2427 var IntegerRecord gsm_power :={31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19,
2428 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3,
2429 2, 1, 0};
2430 var IntegerRecord dcs_power :={28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, 16, 15,
2431 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, 31, 30, 29};
2432 var IntegerRecord pcs_power :={15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, 31, 30};
2433 var IntegerRecord rv;
2434
2435 select(band){
2436 case (BtsBand_allGSM){
2437 rv := gsm_power;
2438 min_dbm_level := {31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19} ;
2439 max_dbm_level := {2, 1, 0};
2440 }
2441 case("DCS1800"){
2442 rv := dcs_power;
2443 min_dbm_level := {28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, 16, 15};
2444 max_dbm_level := {0, 29}; // let's cheat here, assume MS_TXPWR_MAX_CCH might be being broadcast, so maybe no 29,30,31
2445 }
2446 case("PCS1900"){
2447 rv := pcs_power;
2448 min_dbm_level := {15};
2449 max_dbm_level := {30};
2450 }
2451 }
2452
2453 return rv;
2454}
2455
2456private function f_vty_get_bts0_band() runs on test_CT return BtsBand {
2457 return f_vty_transceive_match_regex(BTSVTY, "show bts 0", "BTS 0 is of \w+ type in band (\w+),*", 0);
2458}
2459
2460testcase TC_rsl_ms_pwr_dyn_ass_updown() runs on test_CT {
2461 var ConnHdlr vc_conn;
2462 var ConnHdlrPars pars;
2463 f_init();
2464 f_vty_config(BTSVTY, "phy 0", "osmotrx ms-power-loop -100");
2465 for (var integer tn := 1; tn <= 1; tn := tn+1) {
2466 pars := valueof(t_Pars(t_RslChanNr_Bm(tn), ts_RSL_ChanMode_SIGN));
2467 pars.bts0_band := f_vty_get_bts0_band();
2468 vc_conn := f_start_handler(refers(f_TC_rsl_ms_pwr_dyn_ass_updown), pars, trxc_comp := true);
2469 vc_conn.done;
2470 }
2471 f_vty_config(BTSVTY, "phy 0", "no osmotrx ms-power-loop");
2472 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
2473}
2474
2475testcase TC_rsl_ms_pwr_dyn_up() runs on test_CT {
2476 var ConnHdlr vc_conn;
2477 var ConnHdlrPars pars;
2478 f_init();
2479 f_vty_config(BTSVTY, "phy 0", "osmotrx ms-power-loop -10");
2480 for (var integer tn := 1; tn <= 1; tn := tn+1) {
2481 pars := valueof(t_Pars(t_RslChanNr_Bm(tn), ts_RSL_ChanMode_SIGN));
2482 pars.bts0_band := f_vty_get_bts0_band();
2483 vc_conn := f_start_handler(refers(f_TC_rsl_ms_pwr_dyn_up), pars, trxc_comp := true);
2484 vc_conn.done;
2485 }
2486 f_vty_config(BTSVTY, "phy 0", "no osmotrx ms-power-loop");
2487 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
2488}
2489
2490testcase TC_rsl_ms_pwr_dyn_max() runs on test_CT {
2491 var ConnHdlr vc_conn;
2492 var ConnHdlrPars pars;
2493 f_init();
2494 f_vty_config(BTSVTY, "phy 0", "osmotrx ms-power-loop -10");
2495 for (var integer tn := 1; tn <= 1; tn := tn+1) {
2496 pars := valueof(t_Pars(t_RslChanNr_Bm(tn), ts_RSL_ChanMode_SIGN));
2497 pars.bts0_band := f_vty_get_bts0_band();
2498 vc_conn := f_start_handler(refers(f_TC_rsl_ms_pwr_dyn_max), pars, trxc_comp := true);
2499 vc_conn.done;
2500 }
2501 f_vty_config(BTSVTY, "phy 0", "no osmotrx ms-power-loop");
2502 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
2503}
2504
2505testcase TC_rsl_ms_pwr_dyn_down() runs on test_CT {
2506 var ConnHdlr vc_conn;
2507 var ConnHdlrPars pars;
2508 f_init();
2509 f_vty_config(BTSVTY, "phy 0", "osmotrx ms-power-loop -100");
2510 for (var integer tn := 1; tn <= 1; tn := tn+1) {
2511 pars := valueof(t_Pars(t_RslChanNr_Bm(tn), ts_RSL_ChanMode_SIGN));
2512 pars.bts0_band := f_vty_get_bts0_band();
2513 vc_conn := f_start_handler(refers(f_TC_rsl_ms_pwr_dyn_down), pars, trxc_comp := true);
2514 vc_conn.done;
2515 }
2516 f_vty_config(BTSVTY, "phy 0", "no osmotrx ms-power-loop");
2517 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
2518}
2519
Eric Wild280ccb82019-06-17 11:11:52 +02002520testcase TC_rsl_ms_pwr_dyn_active() runs on test_CT {
2521 var ConnHdlr vc_conn;
2522 var ConnHdlrPars pars;
2523 f_init();
2524 f_vty_config(BTSVTY, "phy 0", "osmotrx ms-power-loop -100");
2525 for (var integer tn := 1; tn <= 1; tn := tn+1) {
2526 pars := valueof(t_Pars(t_RslChanNr_Bm(tn), ts_RSL_ChanMode_SIGN));
2527 pars.bts0_band := f_vty_get_bts0_band();
2528 vc_conn := f_start_handler(refers(f_TC_rsl_ms_pwr_dyn_active), pars, trxc_comp := true);
2529 vc_conn.done;
2530 }
2531 f_vty_config(BTSVTY, "phy 0", "no osmotrx ms-power-loop");
2532 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
2533}
2534
Eric Wild095024b2019-06-17 15:08:57 +02002535testcase TC_rsl_ms_pwr_dyn_active2() runs on test_CT {
2536 var ConnHdlr vc_conn;
2537 var ConnHdlrPars pars;
2538 f_init();
2539 f_vty_config(BTSVTY, "phy 0", "osmotrx ms-power-loop -100");
2540 for (var integer tn := 1; tn <= 1; tn := tn+1) {
2541 pars := valueof(t_Pars(t_RslChanNr_Bm(tn), ts_RSL_ChanMode_SIGN));
2542 pars.bts0_band := f_vty_get_bts0_band();
2543 vc_conn := f_start_handler(refers(f_TC_rsl_ms_pwr_dyn_active2), pars, trxc_comp := true);
2544 vc_conn.done;
2545 }
2546 f_vty_config(BTSVTY, "phy 0", "no osmotrx ms-power-loop");
2547 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
2548}
2549
Harald Welte70767382018-02-21 12:16:40 +01002550testcase TC_meas_res_sign_tchf() runs on test_CT {
2551 var ConnHdlr vc_conn;
2552 var ConnHdlrPars pars;
Harald Welte10474062019-05-30 16:48:17 +02002553 f_init();
Harald Welte70767382018-02-21 12:16:40 +01002554 for (var integer tn := 1; tn <= 4; tn := tn+1) {
2555 pars := valueof(t_Pars(t_RslChanNr_Bm(tn), ts_RSL_ChanMode_SIGN));
Vadim Yanitskiyf4e997c2019-06-04 21:40:33 +07002556 vc_conn := f_start_handler(refers(f_TC_meas_res_periodic), pars,
2557 pcu_comp := false, trxc_comp := true);
Harald Welte70767382018-02-21 12:16:40 +01002558 vc_conn.done;
2559 }
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02002560 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welte70767382018-02-21 12:16:40 +01002561}
2562testcase TC_meas_res_sign_tchh() runs on test_CT {
2563 var ConnHdlr vc_conn;
2564 var ConnHdlrPars pars;
Harald Welte10474062019-05-30 16:48:17 +02002565 f_init();
Harald Welte70767382018-02-21 12:16:40 +01002566 for (var integer ss := 0; ss <= 1; ss := ss+1) {
2567 pars := valueof(t_Pars(t_RslChanNr_Lm(5, ss), ts_RSL_ChanMode_SIGN));
Eric Wild5b9ef142019-07-11 19:28:02 +02002568 vc_conn := f_start_handler(refers(f_TC_meas_res_periodic), pars,
2569 pcu_comp := false, trxc_comp := true);
Harald Welte70767382018-02-21 12:16:40 +01002570 vc_conn.done;
2571 }
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02002572 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welte70767382018-02-21 12:16:40 +01002573}
2574testcase TC_meas_res_sign_sdcch4() runs on test_CT {
2575 var ConnHdlr vc_conn;
2576 var ConnHdlrPars pars;
Harald Welte10474062019-05-30 16:48:17 +02002577 f_init();
Harald Welte70767382018-02-21 12:16:40 +01002578 for (var integer ss := 0; ss <= 3; ss := ss+1) {
2579 pars := valueof(t_Pars(t_RslChanNr_SDCCH4(0, ss), ts_RSL_ChanMode_SIGN));
Eric Wild5b9ef142019-07-11 19:28:02 +02002580 vc_conn := f_start_handler(refers(f_TC_meas_res_periodic), pars,
2581 pcu_comp := false, trxc_comp := true);
Harald Welte70767382018-02-21 12:16:40 +01002582 vc_conn.done;
2583 }
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02002584 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welte70767382018-02-21 12:16:40 +01002585}
2586testcase TC_meas_res_sign_sdcch8() runs on test_CT {
2587 var ConnHdlr vc_conn;
2588 var ConnHdlrPars pars;
Harald Welte10474062019-05-30 16:48:17 +02002589 f_init();
Harald Welte70767382018-02-21 12:16:40 +01002590 for (var integer ss := 0; ss <= 7; ss := ss+1) {
2591 pars := valueof(t_Pars(t_RslChanNr_SDCCH8(6, ss), ts_RSL_ChanMode_SIGN));
Eric Wild5b9ef142019-07-11 19:28:02 +02002592 vc_conn := f_start_handler(refers(f_TC_meas_res_periodic), pars,
2593 pcu_comp := false, trxc_comp := true);
Harald Welte70767382018-02-21 12:16:40 +01002594 vc_conn.done;
2595 }
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02002596 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welte70767382018-02-21 12:16:40 +01002597}
Harald Welte685d5982018-02-27 20:42:05 +01002598testcase TC_meas_res_sign_tchh_toa256() runs on test_CT {
2599 var ConnHdlr vc_conn;
2600 var ConnHdlrPars pars;
Harald Welte10474062019-05-30 16:48:17 +02002601 f_init();
Harald Welte685d5982018-02-27 20:42:05 +01002602 f_vty_config(BTSVTY, "bts 0", "supp-meas-info toa256");
2603 for (var integer ss := 0; ss <= 1; ss := ss+1) {
2604 pars := valueof(t_Pars(t_RslChanNr_Lm(5, ss), ts_RSL_ChanMode_SIGN));
2605 pars.l1_pars.toa256_enabled := true;
2606 vc_conn := f_start_handler(refers(f_TC_meas_res_periodic), pars);
2607 vc_conn.done;
2608 }
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02002609 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welte685d5982018-02-27 20:42:05 +01002610}
2611
Philipp Maier4d1e9c92018-12-20 11:11:56 +01002612/* establish DChan, and send MS POWER CONTROL messages via RSL, verify that
2613 * the BTS is forwarding those values to the MS via the SACCH L1 header. */
2614function f_tc_rsl_ms_pwr_ctrl(charstring id) runs on ConnHdlr {
2615 var L1ctlDlMessage l1_dl;
2616 var RSL_IE_MS_Power ms_power;
2617 var RSL_Message rsl;
2618 var uint5_t power_level := 0;
2619
2620 f_l1_tune(L1CTL);
2621 RSL.clear;
2622
2623 f_est_dchan();
2624
2625 ms_power.reserved := 0;
2626 ms_power.fpc_epc := false;
2627
2628 /* Send the first power control command. This will disable any BTS/TRX
2629 * internal power control and switch the MS (which is not in scope of
2630 * this test) to a constant power level. We start with a power level
2631 * of 0 */
2632 ms_power.power_level := power_level;
2633 rsl := valueof(ts_RSL_MS_PWR_CTRL(g_chan_nr, ms_power));
2634 RSL.send(rsl);
2635
2636 alt {
2637
2638 /* Pick all SACCH blocks for checking */
2639 [] L1CTL.receive(tr_L1CTL_DATA_IND(g_chan_nr, tr_RslLinkID_SACCH(?))) -> value l1_dl {
2640
2641 /* The first byte of the L1 header contains the power level.
2642 * The reserved bits and the fpc bit is set to 0, so we may
2643 * compare directly. */
2644 if (not (l1_dl.payload.data_ind.payload[0] == int2oct(power_level, 1))) {
2645 setverdict(fail, "Power level in L1 header does not match the signaled (RSL) power level.");
2646 }
2647
2648 /* Signal a new power level via RSL for the next turn. */
2649 if (power_level < 31) {
2650 power_level := power_level + 1;
2651 ms_power.power_level := power_level;
2652 rsl := valueof(ts_RSL_MS_PWR_CTRL(g_chan_nr, ms_power));
2653 RSL.send(rsl);
2654 repeat;
2655 }
2656
2657 }
2658
2659 /* Ignore all other blocks */
2660 [] L1CTL.receive { repeat; }
2661
2662 }
2663
2664 f_rsl_chan_deact();
2665 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
2666
2667 setverdict(pass);
2668}
2669
2670testcase TC_rsl_ms_pwr_ctrl() runs on test_CT {
2671 var ConnHdlr vc_conn;
2672 var ConnHdlrPars pars;
Harald Welte10474062019-05-30 16:48:17 +02002673 f_init();
Philipp Maier4d1e9c92018-12-20 11:11:56 +01002674
2675 for (var integer tn := 1; tn <= 4; tn := tn+1) {
2676 pars := valueof(t_Pars(t_RslChanNr_Bm(tn), ts_RSL_ChanMode_SIGN));
2677 vc_conn := f_start_handler(refers(f_tc_rsl_ms_pwr_ctrl), pars);
2678 vc_conn.done;
2679 }
2680 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
2681}
Harald Welte70767382018-02-21 12:16:40 +01002682
Eric Wild6833cc92019-05-23 19:34:44 +02002683/* establish DChan, verify that the BTS sets the TA in the first SACCH L1 header.
2684TA for the IMM ASS messages is still controlled by g_pars.l1_pars.ms_actual_ta! */
2685function f_tc_rsl_chan_initial_ta(charstring id) runs on ConnHdlr {
2686 var L1ctlDlMessage l1_dl;
2687 var uint5_t ta_to_test := 16;
2688
2689
2690 f_l1_tune(L1CTL);
2691 RSL.clear;
2692
2693 /* tell fake_trx to use a given timing offset for all bursts */
Vadim Yanitskiydc8db922019-06-04 21:58:15 +07002694 f_trxc_fake_toffs256(ta_to_test*256);
Eric Wild6833cc92019-05-23 19:34:44 +02002695
2696 f_est_dchan(more_ies :={valueof(t_RSL_IE(RSL_IE_TIMING_ADVANCE, RSL_IE_Body:{timing_adv := ta_to_test}))} );
2697
2698
2699 alt {
2700
2701 /* Pick all SACCH blocks for checking */
2702 [] L1CTL.receive(tr_L1CTL_DATA_IND(g_chan_nr, tr_RslLinkID_SACCH(?))) -> value l1_dl {
2703
2704 /* The second byte of the L1 header contains the TA. */
2705 if (not (l1_dl.payload.data_ind.payload[1] == int2oct(ta_to_test, 1))) {
2706 setverdict(fail, "TA in L1 header does not match the signaled (RSL) TA.");
2707 }
2708
2709 }
2710
2711 /* Ignore all other blocks */
2712 [] L1CTL.receive { repeat; }
2713
2714 }
2715
2716 f_rsl_chan_deact();
2717 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
2718
2719 setverdict(pass);
2720}
2721
2722testcase TC_rsl_chan_initial_ta() runs on test_CT {
2723 var ConnHdlr vc_conn;
2724 var ConnHdlrPars pars;
Harald Welte10474062019-05-30 16:48:17 +02002725 f_init();
Eric Wild6833cc92019-05-23 19:34:44 +02002726 pars := valueof(t_Pars(t_RslChanNr_Bm(1), ts_RSL_ChanMode_SIGN));
Vadim Yanitskiyf4e997c2019-06-04 21:40:33 +07002727 vc_conn := f_start_handler(refers(f_tc_rsl_chan_initial_ta), pars,
2728 pcu_comp := false, trxc_comp := true);
Eric Wild6833cc92019-05-23 19:34:44 +02002729 vc_conn.done;
2730 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
2731}
2732
Eric Wilde57e1a62019-05-28 13:30:55 +02002733/* establish DChan, verify that the BTS sets MS power in the first SACCH L1 header. */
2734function f_tc_rsl_chan_initial_ms_pwr(charstring id) runs on ConnHdlr {
2735 var L1ctlDlMessage l1_dl;
2736 var uint5_t ms_power_level := 7;
2737
2738 var RSL_IE_MS_Power ms_power;
2739 ms_power.reserved := 0;
2740 ms_power.fpc_epc := false;
2741 ms_power.power_level := ms_power_level;
2742
2743 f_l1_tune(L1CTL);
2744 RSL.clear;
2745
2746 f_est_dchan(more_ies :={valueof(t_RSL_IE(RSL_IE_MS_POWER, RSL_IE_Body:{ms_power := ms_power}))} );
2747
2748 timer T := 1.0;
2749 T.start;
2750 alt {
2751 /* Pick all SACCH blocks for checking */
2752 [] L1CTL.receive(tr_L1CTL_DATA_IND(g_chan_nr, tr_RslLinkID_SACCH(?))) -> value l1_dl {
2753 /* The first byte of the L1 header contains the power level.. */
2754 if (not (l1_dl.payload.data_ind.payload[0] == int2oct(ms_power_level, 1))) {
2755 setverdict(fail, "Power Level in L1 header does not match the signaled (RSL) MS Power Level.");
2756 }
2757 }
2758 /* Ignore all other blocks */
2759 [] L1CTL.receive { repeat; }
2760 [] T.timeout {
2761 setverdict(fail, "Power Level in L1 header does not match the signaled (RSL) MS Power Level.");
2762 }
2763 }
2764
2765 f_rsl_chan_deact();
2766 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
2767 setverdict(pass);
2768}
2769
2770testcase TC_rsl_chan_initial_ms_pwr() runs on test_CT {
2771 var ConnHdlrPars pars := valueof(t_Pars(t_RslChanNr_Bm(1), ts_RSL_ChanMode_SIGN));
2772 f_testmatrix_each_chan(pars, refers(f_tc_rsl_chan_initial_ms_pwr));
2773}
2774
Harald Welte0472ab42018-03-12 15:02:26 +01002775/* Test if a channel without valid uplink bursts generates RSL CONN FAIL IND (TS 48.058 4.10) */
Harald Welte70767382018-02-21 12:16:40 +01002776private function f_TC_conn_fail_crit(charstring id) runs on ConnHdlr {
Harald Welte68e495b2018-02-25 00:05:57 +01002777 f_l1_tune(L1CTL);
Harald Welte70767382018-02-21 12:16:40 +01002778 RSL.clear;
2779
2780 f_est_dchan();
2781 f_sleep(2.0);
Harald Weltef8df4cb2018-03-10 15:15:08 +01002782 L1CTL.send(ts_L1CTL_DM_REL_REQ(g_chan_nr));
Harald Welte70767382018-02-21 12:16:40 +01002783
2784 timer T := 40.0;
2785 T.start;
2786 alt {
2787 [] RSL.receive(tr_RSL_CONN_FAIL_IND(g_chan_nr, ?)) {
2788 setverdict(pass)
2789 }
2790 [] RSL.receive { repeat };
2791 [] T.timeout {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02002792 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "No CONN FAIL IND received");
Harald Welte70767382018-02-21 12:16:40 +01002793 }
2794 }
2795 f_rsl_chan_deact();
2796}
2797testcase TC_conn_fail_crit() runs on test_CT {
2798 var ConnHdlr vc_conn;
2799 var ConnHdlrPars pars;
Harald Welte10474062019-05-30 16:48:17 +02002800 f_init();
Harald Welte70767382018-02-21 12:16:40 +01002801 pars := valueof(t_Pars(t_RslChanNr_SDCCH8(6, 3), ts_RSL_ChanMode_SIGN));
2802 pars.t_guard := 60.0;
2803 vc_conn := f_start_handler(refers(f_TC_conn_fail_crit), pars);
2804 vc_conn.done;
2805}
2806
Harald Welte93640c62018-02-25 16:59:33 +01002807/***********************************************************************
2808 * Paging
2809 ***********************************************************************/
2810
Harald Welte68e495b2018-02-25 00:05:57 +01002811function tmsi_is_dummy(TMSIP_TMSI_V tmsi) return boolean {
2812 if (tmsi == 'FFFFFFFF'O) {
2813 return true;
2814 } else {
2815 return false;
2816 }
2817}
Harald Welte70767382018-02-21 12:16:40 +01002818
Philipp Maier82cb0b12018-08-31 14:41:39 +02002819type record allowedFn { integer frame_nr }
2820template allowedFn bs_ag_blks_res_0 := { frame_nr := (6, 12, 16, 22, 26, 32, 36, 42, 46) }
2821template allowedFn bs_ag_blks_res_1 := { frame_nr := (12, 16, 22, 26, 32, 36, 42, 46) }
2822template allowedFn bs_ag_blks_res_2 := { frame_nr := (16, 22, 26, 32, 36, 42, 46) }
2823template allowedFn bs_ag_blks_res_3 := { frame_nr := (22, 26, 32, 36, 42, 46) }
2824template allowedFn bs_ag_blks_res_4 := { frame_nr := (26, 32, 36, 42, 46) }
2825template allowedFn bs_ag_blks_res_5 := { frame_nr := (32, 36, 42, 46) }
2826template allowedFn bs_ag_blks_res_6 := { frame_nr := (36, 42, 46) }
2827template allowedFn bs_ag_blks_res_7 := { frame_nr := (42, 46) }
2828function check_pch_fn(integer frame_nr, integer bs_ag_blks_res) runs on test_CT
2829{
2830 var integer frame_nr_51;
2831 frame_nr_51 := frame_nr mod 51
2832
2833 var allowedFn fn_check;
2834 fn_check.frame_nr := frame_nr_51;
2835
2836 if (bs_ag_blks_res < 0 or bs_ag_blks_res > 7) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02002837 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "bs_ag_blks_res out of valid range (0..7)");
Philipp Maier82cb0b12018-08-31 14:41:39 +02002838 return;
2839 }
2840
2841 if (bs_ag_blks_res == 0 and match(fn_check, bs_ag_blks_res_0)) {
2842 return;
2843 }
2844 if (bs_ag_blks_res == 1 and match(fn_check, bs_ag_blks_res_1)) {
2845 return;
2846 }
2847 if (bs_ag_blks_res == 2 and match(fn_check, bs_ag_blks_res_2)) {
2848 return;
2849 }
2850 if (bs_ag_blks_res == 3 and match(fn_check, bs_ag_blks_res_3)) {
2851 return;
2852 }
2853 if (bs_ag_blks_res == 4 and match(fn_check, bs_ag_blks_res_4)) {
2854 return;
2855 }
2856 if (bs_ag_blks_res == 5 and match(fn_check, bs_ag_blks_res_5)) {
2857 return;
2858 }
2859 if (bs_ag_blks_res == 6 and match(fn_check, bs_ag_blks_res_6)) {
2860 return;
2861 }
2862 if (bs_ag_blks_res == 7 and match(fn_check, bs_ag_blks_res_7)) {
2863 return;
2864 }
2865
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02002866 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "received paging on AGCH");
Philipp Maier82cb0b12018-08-31 14:41:39 +02002867 return;
2868}
2869
2870altstep as_l1_count_paging(inout integer num_paging_rcv_msgs, inout integer num_paging_rcv_ids, PagingTestCfg cfg)
Harald Welte68e495b2018-02-25 00:05:57 +01002871runs on test_CT {
2872 var L1ctlDlMessage dl;
Harald Weltef8df4cb2018-03-10 15:15:08 +01002873 [] L1CTL.receive(tr_L1CTL_DATA_IND(t_RslChanNr_PCH_AGCH(0), ?, c_DummyUI)) {
Harald Welte68e495b2018-02-25 00:05:57 +01002874 repeat;
2875 }
Harald Weltef8df4cb2018-03-10 15:15:08 +01002876 [] L1CTL.receive(tr_L1CTL_DATA_IND(t_RslChanNr_PCH_AGCH(0))) -> value dl {
Harald Welte68e495b2018-02-25 00:05:57 +01002877 var octetstring without_plen :=
2878 substr(dl.payload.data_ind.payload, 1, lengthof(dl.payload.data_ind.payload)-1);
2879 var PDU_ML3_NW_MS rr := dec_PDU_ML3_NW_MS(without_plen);
Philipp Maier82cb0b12018-08-31 14:41:39 +02002880
2881 check_pch_fn(dl.dl_info.frame_nr, cfg.bs_ag_blks_res);
2882
Vadim Yanitskiy36aa07c2020-03-31 14:33:43 +07002883 if (match(rr, tr_PAGING_REQ1(tr_MI_LV(t_MI_NoIdentity(?))))) {
2884 /* Ignore empty RR Paging Request (PCH filling) messages.
2885 * TODO: does it make sense to count them? */
2886 } else if (match(rr, tr_PAGING_REQ1)) {
Harald Welte68e495b2018-02-25 00:05:57 +01002887 num_paging_rcv_msgs := num_paging_rcv_msgs + 1;
2888 num_paging_rcv_ids := num_paging_rcv_ids + 1;
Vadim Yanitskiyd665c232020-03-30 14:40:41 +07002889 if (ispresent(rr.msgs.rrm.pagingReq_Type1.mobileIdentity2)) {
Harald Welte68e495b2018-02-25 00:05:57 +01002890 num_paging_rcv_ids := num_paging_rcv_ids + 1;
2891 }
2892 } else if (match(rr, tr_PAGING_REQ2)) {
2893 num_paging_rcv_msgs := num_paging_rcv_msgs + 1;
2894 if (not tmsi_is_dummy(rr.msgs.rrm.pagingReq_Type2.mobileIdentity1)) {
2895 num_paging_rcv_ids := num_paging_rcv_ids + 1;
2896 }
2897 if (not tmsi_is_dummy(rr.msgs.rrm.pagingReq_Type2.mobileIdentity2)) {
2898 num_paging_rcv_ids := num_paging_rcv_ids + 1;
2899 }
Vadim Yanitskiyd665c232020-03-30 14:40:41 +07002900 if (ispresent(rr.msgs.rrm.pagingReq_Type2.mobileIdentity3)) {
Harald Welte68e495b2018-02-25 00:05:57 +01002901 num_paging_rcv_ids := num_paging_rcv_ids + 1;
2902 }
2903 } else if (match(rr, tr_PAGING_REQ3)) {
2904 num_paging_rcv_msgs := num_paging_rcv_msgs + 1;
2905 if (not tmsi_is_dummy(rr.msgs.rrm.pagingReq_Type3.mobileIdentity1)) {
2906 num_paging_rcv_ids := num_paging_rcv_ids + 1;
2907 }
2908 if (not tmsi_is_dummy(rr.msgs.rrm.pagingReq_Type3.mobileIdentity2)) {
2909 num_paging_rcv_ids := num_paging_rcv_ids + 1;
2910 }
2911 if (not tmsi_is_dummy(rr.msgs.rrm.pagingReq_Type3.mobileIdentity3)) {
2912 num_paging_rcv_ids := num_paging_rcv_ids + 1;
2913 }
2914 if (not tmsi_is_dummy(rr.msgs.rrm.pagingReq_Type3.mobileIdentity4)) {
2915 num_paging_rcv_ids := num_paging_rcv_ids + 1;
2916 }
2917 }
2918 repeat;
2919 }
2920}
2921
2922type record PagingTestCfg {
2923 boolean combined_ccch,
2924 integer bs_ag_blks_res,
2925 float load_factor,
2926 boolean exp_load_ind,
2927 boolean exp_overload,
2928 boolean use_tmsi
2929}
2930
2931type record PagingTestState {
2932 integer num_paging_sent,
2933 integer num_paging_rcv_msgs,
2934 integer num_paging_rcv_ids,
2935 integer num_overload
2936}
2937
2938/* receive + ignore RSL RF RES IND */
2939altstep as_rsl_res_ind() runs on test_CT {
Vadim Yanitskiy493abe72020-05-25 22:03:48 +07002940 [] RSL_CCHAN.receive(tr_ASP_RSL_UD(tr_RSL_RF_RES_IND)) {
Harald Welte68e495b2018-02-25 00:05:57 +01002941 repeat;
2942 }
2943}
2944
2945/* Helper function for paging related testing */
2946private function f_TC_paging(PagingTestCfg cfg) runs on test_CT return PagingTestState {
Harald Welte10474062019-05-30 16:48:17 +02002947 f_init();
Harald Welte68e495b2018-02-25 00:05:57 +01002948 f_init_l1ctl();
2949 f_l1_tune(L1CTL);
2950
2951 var PagingTestState st := {
2952 num_paging_sent := 0,
2953 num_paging_rcv_msgs := 0,
2954 num_paging_rcv_ids := 0,
2955 num_overload := 0
2956 };
2957
2958 var float max_pch_blocks_per_sec := f_pch_block_rate_est(cfg.combined_ccch, cfg.bs_ag_blks_res);
2959 var float max_pch_imsi_per_sec;
2960 if (cfg.use_tmsi) {
2961 max_pch_imsi_per_sec := max_pch_blocks_per_sec * 4.0; /* Type 3 */
2962 } else {
2963 max_pch_imsi_per_sec := max_pch_blocks_per_sec * 2.0; /* Type 1 */
2964 }
2965 var float pch_blocks_per_sec := max_pch_imsi_per_sec * cfg.load_factor;
2966 var float interval := 1.0 / pch_blocks_per_sec;
Pau Espin Pedrol9c3ff4e2018-09-26 18:30:16 +02002967 var float time_total := 20.0;
2968 var integer pkt_total := float2int(time_total * pch_blocks_per_sec);
2969 log("pch_blocks_total=", pkt_total," pch_blocks_per_sec=", pch_blocks_per_sec, " interval=", interval);
Harald Welte68e495b2018-02-25 00:05:57 +01002970
Pau Espin Pedrol9c3ff4e2018-09-26 18:30:16 +02002971 timer T_total := 300.0; /* big value (far bigger than time_total), used to count elapsed time */
2972 T_total.start;
Harald Welte68e495b2018-02-25 00:05:57 +01002973
Pau Espin Pedrol9c3ff4e2018-09-26 18:30:16 +02002974 timer T_itv := 0.0;
2975 T_itv.start;
2976 while (st.num_paging_sent < pkt_total) {
Harald Welte68e495b2018-02-25 00:05:57 +01002977 alt {
2978 /* check for presence of CCCH LOAD IND (paging load) */
Vadim Yanitskiy493abe72020-05-25 22:03:48 +07002979 [cfg.exp_overload] RSL_CCHAN.receive(tr_ASP_RSL_UD(tr_RSL_PAGING_LOAD_IND(0))) {
Harald Welte68e495b2018-02-25 00:05:57 +01002980 st.num_overload := st.num_overload + 1;
2981 repeat;
2982 }
Vadim Yanitskiy493abe72020-05-25 22:03:48 +07002983 [not cfg.exp_overload] RSL_CCHAN.receive(tr_ASP_RSL_UD(tr_RSL_PAGING_LOAD_IND(0))) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02002984 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Unexpected PCH Overload");
Harald Welte68e495b2018-02-25 00:05:57 +01002985 }
Vadim Yanitskiy493abe72020-05-25 22:03:48 +07002986 [cfg.exp_load_ind] RSL_CCHAN.receive(tr_ASP_RSL_UD(tr_RSL_PAGING_LOAD_IND)) {
Harald Welte68e495b2018-02-25 00:05:57 +01002987 log("Rx LOAD_IND");
2988 /* FIXME: analyze/verify interval + contents */
2989 repeat;
2990 }
2991 /* check if paging requests arrive on Um side */
Philipp Maier82cb0b12018-08-31 14:41:39 +02002992 [] as_l1_count_paging(st.num_paging_rcv_msgs, st.num_paging_rcv_ids, cfg);
Harald Welte68e495b2018-02-25 00:05:57 +01002993 [] L1CTL.receive { repeat; }
Pau Espin Pedrol9c3ff4e2018-09-26 18:30:16 +02002994 [] T_itv.timeout {
2995 /* Send paging cmds based on elapsed time */
2996 var integer new_sent := f_min(pkt_total, float2int(T_total.read * pch_blocks_per_sec) + 1);
2997 while (st.num_paging_sent < new_sent) {
Vadim Yanitskiycc4623d2020-03-28 06:14:06 +07002998 var MobileIdentityV mi;
2999
Pau Espin Pedrol9c3ff4e2018-09-26 18:30:16 +02003000 /* build mobile Identity */
Pau Espin Pedrol9c3ff4e2018-09-26 18:30:16 +02003001 if (cfg.use_tmsi) {
Vadim Yanitskiycc4623d2020-03-28 06:14:06 +07003002 mi := valueof(t_MI_TMSI(f_rnd_octstring(4)));
Pau Espin Pedrol9c3ff4e2018-09-26 18:30:16 +02003003 } else {
Vadim Yanitskiycc4623d2020-03-28 06:14:06 +07003004 mi := valueof(ts_MI_IMSI(f_gen_imsi(st.num_paging_sent)));
Pau Espin Pedrol9c3ff4e2018-09-26 18:30:16 +02003005 }
Pau Espin Pedrol9c3ff4e2018-09-26 18:30:16 +02003006
3007 /* Send RSL PAGING COMMAND */
Vadim Yanitskiy493abe72020-05-25 22:03:48 +07003008 RSL_CCHAN.send(ts_ASP_RSL_UD(ts_RSL_PAGING_CMD(mi, st.num_paging_sent mod 4)));
Pau Espin Pedrol9c3ff4e2018-09-26 18:30:16 +02003009
3010 st.num_paging_sent := st.num_paging_sent + 1;
3011 }
3012 if (st.num_paging_sent < pkt_total) {
3013 /* Wait for interval to next PAGING COMMAND */
3014 var float time_now := T_total.read;
3015 var float next_sched := int2float(st.num_paging_sent)*interval;
3016 if (next_sched > time_now) {
3017 T_itv.start(next_sched - time_now);
3018 } else {
3019 T_itv.start(0.0);
3020 }
3021 } else {
3022 /* We are done, no need to keep counting */
3023 T_total.stop;
3024 }
3025 }
3026 [] T_total.timeout { }
Harald Welte68e495b2018-02-25 00:05:57 +01003027 [] as_rsl_res_ind();
3028 }
3029 }
3030
3031 /* wait for max 18s for paging queue to drain (size: 200, ~ 13 per s -> 15s) */
3032 timer T_wait := 18.0;
3033 T_wait.start;
3034 alt {
Philipp Maier82cb0b12018-08-31 14:41:39 +02003035 [] as_l1_count_paging(st.num_paging_rcv_msgs, st.num_paging_rcv_ids, cfg);
Harald Welte68e495b2018-02-25 00:05:57 +01003036 [] L1CTL.receive { repeat; }
3037 /* 65535 == empty paging queue, we can terminate*/
Vadim Yanitskiy493abe72020-05-25 22:03:48 +07003038 [] RSL_CCHAN.receive(tr_ASP_RSL_UD(tr_RSL_PAGING_LOAD_IND(65535))) { }
3039 [] RSL_CCHAN.receive(tr_ASP_RSL_UD(tr_RSL_PAGING_LOAD_IND)) { repeat; }
Harald Welte68e495b2018-02-25 00:05:57 +01003040 [] T_wait.timeout {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003041 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Waiting for empty paging queue");
Harald Welte68e495b2018-02-25 00:05:57 +01003042 }
3043 [] as_rsl_res_ind();
3044 }
3045
3046 log("num_paging_sent=", st.num_paging_sent, " rcvd_msgs=", st.num_paging_rcv_msgs,
3047 " rcvd_ids=", st.num_paging_rcv_ids);
3048 return st;
3049}
3050
3051/* Create ~ 80% paging load (IMSI only) sustained for about 20s, verifying that
3052 * - the number of Mobile Identities on Um PCH match the number of pages on RSL
3053 * - that CCCH LOAD IND (PCH) are being generated
3054 * - that CCCH LOAD IND (PCH) [no load] is received after paging flood is over */
3055testcase TC_paging_imsi_80percent() runs on test_CT {
Philipp Maierd65d0562018-08-30 16:25:47 +02003056 var SystemInformation si3 := valueof(ts_SI3_default);
Harald Welte68e495b2018-02-25 00:05:57 +01003057 var PagingTestCfg cfg := {
3058 combined_ccch := true,
Philipp Maierd65d0562018-08-30 16:25:47 +02003059 bs_ag_blks_res := si3.payload.si3.ctrl_chan_desc.bs_ag_blks_res,
Harald Welte68e495b2018-02-25 00:05:57 +01003060 load_factor := 0.8,
3061 exp_load_ind := true,
3062 exp_overload := false,
3063 use_tmsi := false
3064 };
3065 var PagingTestState st := f_TC_paging(cfg);
3066 if (st.num_paging_sent != st.num_paging_rcv_ids) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003067 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, log2str("Expected ", st.num_paging_sent, " pagings but have ",
3068 st.num_paging_rcv_ids));
Harald Welte68e495b2018-02-25 00:05:57 +01003069 } else {
3070 setverdict(pass);
3071 }
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003072 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welte68e495b2018-02-25 00:05:57 +01003073}
3074
3075/* Create ~ 80% paging load (TMSI only) sustained for about 20s, verifying that
3076 * - the number of Mobile Identities on Um PCH match the number of pages on RSL
3077 * - that CCCH LOAD IND (PCH) are being generated
3078 * - that CCCH LOAD IND (PCH) [no load] is received after paging flood is over */
3079testcase TC_paging_tmsi_80percent() runs on test_CT {
Philipp Maierd65d0562018-08-30 16:25:47 +02003080 var SystemInformation si3 := valueof(ts_SI3_default);
Harald Welte68e495b2018-02-25 00:05:57 +01003081 var PagingTestCfg cfg := {
3082 combined_ccch := true,
Philipp Maierd65d0562018-08-30 16:25:47 +02003083 bs_ag_blks_res := si3.payload.si3.ctrl_chan_desc.bs_ag_blks_res,
Harald Welte68e495b2018-02-25 00:05:57 +01003084 load_factor := 0.8,
3085 exp_load_ind := true,
3086 exp_overload := false,
3087 use_tmsi := true
3088 };
3089 var PagingTestState st := f_TC_paging(cfg);
3090 if (st.num_paging_sent != st.num_paging_rcv_ids) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003091 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, log2str("Expected ", st.num_paging_sent, " pagings but have ",
3092 st.num_paging_rcv_ids));
Harald Welte68e495b2018-02-25 00:05:57 +01003093 } else {
3094 setverdict(pass);
3095 }
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003096 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welte68e495b2018-02-25 00:05:57 +01003097}
3098
3099/* Create ~ 200% paging load (IMSI only) sustained for about 20s, verifying that
3100 * - the number of Mobile Identities on Um PCH are ~ 82% of the number of pages on RSL
3101 * - that CCCH LOAD IND (PCH) are being generated and reach 0 at some point
3102 * - that CCCH LOAD IND (PCH) [no load] is received after paging flood is over */
3103testcase TC_paging_imsi_200percent() runs on test_CT {
Philipp Maierd65d0562018-08-30 16:25:47 +02003104 var SystemInformation si3 := valueof(ts_SI3_default);
Harald Welte68e495b2018-02-25 00:05:57 +01003105 var PagingTestCfg cfg := {
3106 combined_ccch := true,
Philipp Maierd65d0562018-08-30 16:25:47 +02003107 bs_ag_blks_res := si3.payload.si3.ctrl_chan_desc.bs_ag_blks_res,
Harald Welte68e495b2018-02-25 00:05:57 +01003108 load_factor := 2.0,
3109 exp_load_ind := true,
3110 exp_overload := true,
3111 use_tmsi := false
3112 };
3113 var PagingTestState st := f_TC_paging(cfg);
3114 /* We expect about 80-85% to pass, given that we can fill the paging buffer of 200
3115 * slots and will fully drain that buffer before returning */
Pau Espin Pedrol9c3ff4e2018-09-26 18:30:16 +02003116 var template integer tpl := (st.num_paging_sent*78/100 .. st.num_paging_sent *85/100);
Harald Welte68e495b2018-02-25 00:05:57 +01003117 if (not match(st.num_paging_rcv_ids, tpl)) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003118 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, log2str("Expected ", tpl, " pagings but have ", st.num_paging_rcv_ids));
Harald Welte68e495b2018-02-25 00:05:57 +01003119 } else {
3120 setverdict(pass);
3121 }
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003122 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welte68e495b2018-02-25 00:05:57 +01003123}
3124
3125/* Create ~ 200% paging load (TMSI only) sustained for about 20s, verifying that
3126 * - the number of Mobile Identities on Um PCH are ~ 82% of the number of pages on RSL
3127 * - that CCCH LOAD IND (PCH) are being generated and reach 0 at some point
3128 * - that CCCH LOAD IND (PCH) [no load] is received after paging flood is over */
3129testcase TC_paging_tmsi_200percent() runs on test_CT {
Philipp Maierd65d0562018-08-30 16:25:47 +02003130 var SystemInformation si3 := valueof(ts_SI3_default);
Harald Welte68e495b2018-02-25 00:05:57 +01003131 var PagingTestCfg cfg := {
3132 combined_ccch := true,
Philipp Maierd65d0562018-08-30 16:25:47 +02003133 bs_ag_blks_res := si3.payload.si3.ctrl_chan_desc.bs_ag_blks_res,
Harald Welte68e495b2018-02-25 00:05:57 +01003134 load_factor := 2.0,
3135 exp_load_ind := true,
3136 exp_overload := true,
3137 use_tmsi := true
3138 };
3139 var PagingTestState st := f_TC_paging(cfg);
3140 /* We expect about 70% to pass, given that we can fill the paging buffer of 200
3141 * slots and will fully drain that buffer before returning */
Pau Espin Pedrol9c3ff4e2018-09-26 18:30:16 +02003142 var template integer tpl := (st.num_paging_sent*64/100 .. st.num_paging_sent *72/100);
Harald Welte68e495b2018-02-25 00:05:57 +01003143 if (not match(st.num_paging_rcv_ids, tpl)) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003144 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, log2str("Expected ", tpl, " pagings but have ", st.num_paging_rcv_ids));
Harald Welte68e495b2018-02-25 00:05:57 +01003145 } else {
3146 setverdict(pass);
3147 }
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003148 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welte68e495b2018-02-25 00:05:57 +01003149}
3150
3151
Harald Welte93640c62018-02-25 16:59:33 +01003152/***********************************************************************
3153 * Immediate Assignment / AGCH
3154 ***********************************************************************/
Vadim Yanitskiya9eeb7b2020-05-27 01:42:49 +07003155private const MobileAllocation c_MA_null := {
Harald Weltee8d750e2018-06-10 21:41:35 +02003156 len := 0,
3157 ma := ''B
3158}
Harald Welte93640c62018-02-25 16:59:33 +01003159
Harald Weltee8d750e2018-06-10 21:41:35 +02003160template (value) ChannelDescription ts_ChanDesc(template (value) RslChannelNr chan_nr, uint3_t tsc := 7,
3161 uint12_t arfcn := 871) := {
3162 chan_nr := chan_nr,
3163 tsc := tsc,
3164 h := false,
3165 arfcn := arfcn,
3166 maio_hsn := omit
3167}
3168
3169private function f_fmt_ia_stats(integer num_tx, integer num_rx, integer num_del) return charstring {
3170 return int2str(num_tx) & " sent, "
3171 & int2str(num_rx) & " received, "
3172 & int2str(num_del) & " deleted";
3173}
3174
3175private function f_TC_imm_ass(integer num_total, float sleep_s, float exp_pass) runs on test_CT {
3176 var L1ctlDlMessage l1_dl;
3177 timer T := 10.0;
3178 var integer num_tx := 0;
3179 var integer num_rx := 0;
3180 var integer num_del := 0;
3181 var charstring res_str;
3182 var float rx_ratio;
3183
Harald Welte10474062019-05-30 16:48:17 +02003184 f_init();
Harald Weltee8d750e2018-06-10 21:41:35 +02003185 f_init_l1ctl();
3186 f_l1_tune(L1CTL);
3187
3188 for (var integer i := 0; i < num_total; i := i+1) {
3189 var ChannelDescription ch_desc := valueof(ts_ChanDesc(valueof(t_RslChanNr_SDCCH4(0, 0))));
3190 var GsmRrMessage ia := valueof(ts_IMM_ASS(42, i, 5, ch_desc, c_MA_null));
3191 var octetstring ia_enc := enc_GsmRrMessage(ia);
Vadim Yanitskiy493abe72020-05-25 22:03:48 +07003192 RSL_CCHAN.send(ts_ASP_RSL_UD(ts_RSL_IMM_ASSIGN(ia_enc, 0)));
Harald Weltee8d750e2018-06-10 21:41:35 +02003193 num_tx := num_tx+1;
3194 f_sleep(sleep_s);
Harald Welte68e495b2018-02-25 00:05:57 +01003195 }
3196 /* FIXME: check if imm.ass arrive on Um side */
Harald Weltee8d750e2018-06-10 21:41:35 +02003197 T.start;
3198 alt {
Vadim Yanitskiy493abe72020-05-25 22:03:48 +07003199 [] RSL_CCHAN.receive(tr_ASP_RSL_UD(tr_RSL_DELETE_IND(?, 0))) {
Harald Weltee8d750e2018-06-10 21:41:35 +02003200 num_del := num_del+1;
3201 repeat;
3202 }
3203 [] RSL_CCHAN.receive {
3204 repeat;
3205 }
3206 [] L1CTL.receive(tr_L1CTL_DATA_IND(t_RslChanNr_PCH_AGCH(0), ?)) -> value l1_dl {
3207 /* somehow dec_SystemInformation will try to decode even non-RR as SI */
3208 var GsmRrMessage rr := dec_GsmRrMessage(l1_dl.payload.data_ind.payload);
3209 if (not match(rr, tr_IMM_ASS(42, ?, 5, ?, ?))) {
3210 /* FIXME: Why are we seeing paging requests on PCH/AGCH? */
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003211 //Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, log2str("Unexpected IMM-ASS values on AGCH: ", rr));
Harald Weltee8d750e2018-06-10 21:41:35 +02003212 } else {
3213 num_rx := num_rx+1;
3214 }
3215 repeat;
3216 }
3217 [] L1CTL.receive { repeat; }
3218 [] T.timeout { }
3219 }
3220 res_str := f_fmt_ia_stats(num_tx, num_rx, num_del);
3221 log("AGCH test: " & res_str);
3222 if (num_rx + num_del != num_tx) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003223 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "RX + DEL != TX ?!?: " & res_str);
Harald Weltee8d750e2018-06-10 21:41:35 +02003224 }
3225 rx_ratio := int2float(num_rx) / int2float(num_tx);
3226 if (rx_ratio < exp_pass*0.8 or rx_ratio > exp_pass*1.2) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003227 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "RX ratio ("&float2str(rx_ratio)&") far from expected ("&float2str(exp_pass)&") " & res_str);
Harald Weltee8d750e2018-06-10 21:41:35 +02003228 } else {
3229 setverdict(pass);
3230 }
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003231 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welte68e495b2018-02-25 00:05:57 +01003232}
3233
Harald Weltee8d750e2018-06-10 21:41:35 +02003234/* send a long burst of 1000 IMM.ASS with 20ms spacing (50 per s); expect 75% of them to be deleted */
3235testcase TC_imm_ass_1000_20ms() runs on test_CT {
3236 f_TC_imm_ass(1000, 0.02, 0.25);
3237}
3238
3239/* send a short burst of 200 IMM.ASS without any spacing; expect 95% of them to be deleted */
3240testcase TC_imm_ass_200_0ms() runs on test_CT {
3241 f_TC_imm_ass(200, 0.0, 0.05);
3242}
3243
3244/* send 150 IMM.ASS at rate of 13/s; expect none of them to be deleted */
3245testcase TC_imm_ass_200_76ms() runs on test_CT {
3246 f_TC_imm_ass(150, 0.076, 1.00);
3247}
3248
3249
3250
Harald Welte48494ca2018-02-25 16:59:50 +01003251/***********************************************************************
3252 * BCCH
3253 ***********************************************************************/
3254
3255/* tuple of Frame Number + decoded SI */
3256type record SystemInformationFn {
3257 GsmFrameNumber frame_number,
3258 SystemInformation si
3259}
3260
3261/* an arbitrary-length vector of decoded SI + gsmtap header */
3262type record of SystemInformationFn SystemInformationVector;
3263
3264/* an array of SI-vectors indexed by TC value */
3265type SystemInformationVector SystemInformationVectorPerTc[8];
3266
3267/* determine if a given SI vector contains given SI type at least once */
3268function f_si_vecslot_contains(SystemInformationVector arr, RrMessageType key, boolean bcch_ext := false) return boolean {
3269 for (var integer i:= 0; i< sizeof(arr); i := i + 1) {
3270 var integer fn_mod51 := arr[i].frame_number mod 51;
3271 if (not bcch_ext and fn_mod51 == 2 or
3272 bcch_ext and fn_mod51 == 6) {
3273 if (arr[i].si.header.message_type == key) {
3274 return true;
3275 }
3276 }
3277 }
3278 return false;
3279}
3280
3281/* ensure a given TC slot of the SI vector contains given SI type at least once at TC */
3282function f_ensure_si_vec_contains(SystemInformationVectorPerTc arr, integer tc, RrMessageType key, boolean ext_bcch := false) {
3283 if (not f_si_vecslot_contains(arr[tc], key, ext_bcch)) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003284 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, log2str("No ", key, " in TC=", tc, "!"));
Harald Welte48494ca2018-02-25 16:59:50 +01003285 }
3286}
3287
3288/* check if a given SI vector contains given SI type at least once on any TC */
3289function f_si_vec_contains(SystemInformationVectorPerTc arr, RrMessageType key) return boolean {
3290 for (var integer tc:= 0; tc < sizeof(arr); tc := tc + 1) {
3291 if (f_si_vecslot_contains(arr[tc], key) or
3292 f_si_vecslot_contains(arr[tc], key, true)) {
3293 return true;
3294 }
3295 }
3296 return false;
3297}
3298
3299/* determine if a given SI vector contains given SI type at least N of M times */
3300function f_si_vecslot_contains_n_of_m(SystemInformationVector arr, RrMessageType key, boolean bcch_ext := false, integer n := 1, integer m := 4) return boolean {
3301 var integer count := 0;
3302 if (sizeof(arr) < m) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003303 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Error: Insufficient SI in array");
Harald Welte48494ca2018-02-25 16:59:50 +01003304 }
3305 for (var integer i:= 0; i < m; i := i + 1) {
3306 var integer fn_mod51 := arr[i].frame_number mod 51;
3307 if (not bcch_ext and fn_mod51 == 2 or
3308 bcch_ext and fn_mod51 == 6) {
3309 if (arr[i].si.header.message_type == key) {
3310 count := count + 1;
3311 }
3312 }
3313 }
3314 if (count >= n) {
3315 return true;
3316 } else {
3317 return false;
3318 }
3319}
3320
3321/* ensure a given TC slot of the SI vector contains given SI type at least N out of M times at TC */
3322function f_ensure_si_vec_contains_n_of_m(SystemInformationVectorPerTc arr, integer tc, RrMessageType key, boolean ext_bcch := false, integer n, integer m) {
3323 if (not f_si_vecslot_contains_n_of_m(arr[tc], key, ext_bcch, n, m)) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003324 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, log2str("Not ", n, "/", m, " of ", key, " in TC=", tc, "!"));
Harald Welte48494ca2018-02-25 16:59:50 +01003325 }
3326}
3327
3328/* determine if a given SI vector contains given SI type at least once */
3329function f_si_vecslot_contains_only(SystemInformationVector arr, RrMessageType key, boolean bcch_ext := false) return boolean {
3330 for (var integer i:= 0; i< sizeof(arr); i := i + 1) {
3331 var integer fn_mod51 := arr[i].frame_number mod 51;
3332 if (not bcch_ext and fn_mod51 == 2 or
3333 bcch_ext and fn_mod51 == 6) {
3334 if (arr[i].si.header.message_type != key) {
3335 return false;
3336 }
3337 }
3338 }
3339 return true;
3340}
3341
3342/* ensure a given TC slot of the SI vector contains only given SI type */
3343function f_ensure_si_vec_contains_only(SystemInformationVectorPerTc arr, integer tc, RrMessageType key, boolean ext_bcch := false) {
3344 if (not f_si_vecslot_contains_only(arr[tc], key, ext_bcch)) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003345 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, log2str("Not all ", key, " in TC=", tc, "!"));
Harald Welte48494ca2018-02-25 16:59:50 +01003346 }
3347}
3348
3349/* SI configuration of cell, against which we validate actual SI messages */
3350type set SystemInformationConfig {
3351 boolean bcch_extended,
3352 boolean si1_present,
3353 boolean si2bis_present,
3354 boolean si2ter_present,
3355 boolean si2quater_present,
3356 boolean si7_present,
3357 boolean si8_present,
3358 boolean si9_present,
3359 boolean si13_present,
3360 boolean si13alt_present,
3361 boolean si15_present,
3362 boolean si16_present,
3363 boolean si17_present,
3364 boolean si2n_present,
3365 boolean si21_present,
3366 boolean si22_present
3367}
3368
3369/* validate the SI scheduling according to TS 45.002 version 14.1.0 Release 14, Section 6.3.1.3 */
3370function f_validate_si_scheduling(SystemInformationConfig cfg, SystemInformationVectorPerTc si_per_tc) {
3371 var integer i;
3372 for (i := 0; i < sizeof(si_per_tc); i := i + 1) {
3373 if (sizeof(si_per_tc[i]) == 0) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003374 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, log2str("No SI messages for TC=", i));
Harald Welte48494ca2018-02-25 16:59:50 +01003375 }
3376 }
3377 if (cfg.si1_present) {
3378 /* ii) System Information Type 1 needs to be sent if frequency hopping is in use or
3379 * when the NCH is present in a cell. If the MS finds another message on BCCH Norm
3380 * when TC = 0, it can assume that System Information Type 1 is not in use. */
3381 f_ensure_si_vec_contains(si_per_tc, 0, SYSTEM_INFORMATION_TYPE_1);
3382 /* make sure *ALL* contain SI1 */
3383 f_ensure_si_vec_contains_only(si_per_tc, 0, SYSTEM_INFORMATION_TYPE_1);
3384 }
3385 f_ensure_si_vec_contains(si_per_tc, 1, SYSTEM_INFORMATION_TYPE_2);
3386 /* iii) A SI 2 message will be sent at least every time TC = 1 */
3387 f_ensure_si_vec_contains(si_per_tc, 2, SYSTEM_INFORMATION_TYPE_3);
3388 f_ensure_si_vec_contains(si_per_tc, 6, SYSTEM_INFORMATION_TYPE_3);
3389 f_ensure_si_vec_contains(si_per_tc, 3, SYSTEM_INFORMATION_TYPE_4);
3390 f_ensure_si_vec_contains(si_per_tc, 7, SYSTEM_INFORMATION_TYPE_4);
3391
3392 /* iii) System information type 2 bis or 2 ter messages are sent if needed, as determined by the
3393 * system operator. If only one of them is needed, it is sent when TC = 5. If both are
3394 * needed, 2bis is sent when TC = 5 and 2ter is sent at least once within any of 4
3395 * consecutive occurrences of TC = 4. */
3396 if (cfg.si2bis_present and not cfg.si2ter_present) {
3397 f_ensure_si_vec_contains(si_per_tc, 5, SYSTEM_INFORMATION_TYPE_2bis);
3398 } else if (cfg.si2ter_present and not cfg.si2bis_present) {
3399 f_ensure_si_vec_contains(si_per_tc, 5, SYSTEM_INFORMATION_TYPE_2ter);
3400 } else if (cfg.si2ter_present and cfg.si2bis_present) {
3401 f_ensure_si_vec_contains(si_per_tc, 5, SYSTEM_INFORMATION_TYPE_2bis);
3402 f_ensure_si_vec_contains_n_of_m(si_per_tc, 4, SYSTEM_INFORMATION_TYPE_2ter, false, 1, 4);
3403 }
3404
3405 if (cfg.si7_present or cfg.si8_present) {
3406 /* vi) Use of System Information type 7 and 8 is not always necessary. It is necessary
3407 * if System Information type 4 does not contain all information needed for cell
3408 * selection and reselection. */
3409 if (not cfg.bcch_extended) {
3410 testcase.stop("Error: SI7/SI8 require BCCH Extd.");
3411 }
3412 if (cfg.si7_present) {
3413 f_ensure_si_vec_contains(si_per_tc, 7, SYSTEM_INFORMATION_TYPE_7, true);
3414 }
3415 if (cfg.si8_present) {
3416 f_ensure_si_vec_contains(si_per_tc, 3, SYSTEM_INFORMATION_TYPE_8, true);
3417 }
3418 }
3419
3420 if (cfg.si2quater_present) {
3421 /* iii) System information type 2 quater is sent if needed, as determined by the system
3422 * operator. If sent on BCCH Norm, it shall be sent when TC = 5 if neither of 2bis
3423 * and 2ter are used, otherwise it shall be sent at least once within any of 4
3424 * consecutive occurrences of TC = 4. If sent on BCCH Ext, it is sent at least once
3425 * within any of 4 consecutive occurrences of TC = 5. */
3426 if (not (cfg.bcch_extended)) {
3427 if (not (cfg.si2bis_present or cfg.si2ter_present)) {
3428 f_ensure_si_vec_contains(si_per_tc, 5, SYSTEM_INFORMATION_TYPE_2quater);
3429 } else {
3430 f_ensure_si_vec_contains_n_of_m(si_per_tc, 4, SYSTEM_INFORMATION_TYPE_2quater, false, 1, 4);
3431 }
3432 } else {
3433 f_ensure_si_vec_contains_n_of_m(si_per_tc, 5, SYSTEM_INFORMATION_TYPE_2quater, true, 1, 4);
3434 }
3435 }
3436 if (cfg.si9_present) {
3437 /* vi) System Information type 9 is sent in those blocks with TC = 4 which are specified
3438 * in system information type 3 as defined in 3GPP TS 44.018. */
3439 f_ensure_si_vec_contains(si_per_tc, 4, SYSTEM_INFORMATION_TYPE_9); // FIXME SI3
3440 }
3441 if (cfg.si13_present) {
3442 /* vii) System Information type 13 is only related to the GPRS service. System Information
3443 * Type 13 need only be sent if GPRS support is indicated in one or more of System
3444 * Information Type 3 or 4 or 7 or 8 messages. These messages also indicate if the
3445 * message is sent on the BCCH Norm or if the message is transmitted on the BCCH Ext.
3446 * In the case that the message is sent on the BCCH Norm, it is sent at least once
3447 * within any of 4 consecutive occurrences of TC=4. */
3448 if (not cfg.bcch_extended) {
3449 log("not-bccch-extended");
3450 f_ensure_si_vec_contains_n_of_m(si_per_tc, 4, SYSTEM_INFORMATION_TYPE_13, false, 1, 4);
3451 } else {
3452 log("bccch-extended");
3453 f_ensure_si_vec_contains(si_per_tc, 0, SYSTEM_INFORMATION_TYPE_13, true);
3454 }
3455 if (f_si_vec_contains(si_per_tc, SYSTEM_INFORMATION_TYPE_13alt)) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003456 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Cannot have SI13alt and SI13");
Harald Welte48494ca2018-02-25 16:59:50 +01003457 }
3458 }
3459 if (cfg.si16_present or cfg.si17_present) {
3460 /* viii) System Information type 16 and 17 are only related to the SoLSA service. They
3461 * should not be sent in a cell where network sharing is used (see rule xv). */
3462 if (cfg.si22_present) {
3463 testcase.stop("Error: Cannot have SI16/SI17 and SI22!");
3464 }
3465 if (f_si_vec_contains(si_per_tc, SYSTEM_INFORMATION_TYPE_22)) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003466 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Cannot have SI16/SI17 and SI22!");
Harald Welte48494ca2018-02-25 16:59:50 +01003467 }
3468 if (not cfg.bcch_extended) {
3469 testcase.stop("Error: SI16/SI17 requires BCCH Extd!");
3470 }
3471 if (cfg.si16_present) {
3472 f_ensure_si_vec_contains(si_per_tc, 6, SYSTEM_INFORMATION_TYPE_16, true);
3473 }
3474 if (cfg.si17_present) {
3475 f_ensure_si_vec_contains(si_per_tc, 2, SYSTEM_INFORMATION_TYPE_17, true);
3476 }
3477 }
3478
3479 /* ix) System Information type 18 and 20 are sent in order to transmit non-GSM
3480 * broadcast information. The frequency with which they are sent is determined by the
3481 * system operator. System Information type 9 identifies the scheduling of System
3482 * Information type 18 and 20 messages. */
3483
3484 /* x) System Information Type 19 is sent if COMPACT neighbours exist. If System
3485 * Information Type 19 is present, then its scheduling shall be indicated in System
3486 * Information Type 9. */
3487
3488 if (cfg.si15_present) {
3489 /* xi) System Information Type 15 is broadcast if dynamic ARFCN mapping is used in the
3490 * PLMN. If sent on BCCH Norm, it is sent at least once within any of 4 consecutive
3491 * occurrences of TC = 4. If sent on BCCH Ext, it is sent at least once within any of
3492 * 4 consecutive occurrences of TC = 1. */
3493 if (not cfg.bcch_extended) {
3494 f_ensure_si_vec_contains_n_of_m(si_per_tc, 4, SYSTEM_INFORMATION_TYPE_15, false, 1, 4);
3495 } else {
3496 f_ensure_si_vec_contains_n_of_m(si_per_tc, 1, SYSTEM_INFORMATION_TYPE_15, true, 1, 4);
3497 }
3498 }
3499 if (cfg.si13alt_present) {
3500 /* xii) System Information type 13 alt is only related to the GERAN Iu mode. System
3501 * Information Type 13 alt need only be sent if GERAN Iu mode support is indicated in
3502 * one or more of System Information Type 3 or 4 or 7 or 8 messages and SI 13 is not
3503 * broadcast. These messages also indicate if the message is sent on the BCCH Norm or
3504 * if the message is transmitted on the BCCH Ext. In the case that the message is sent
3505 * on the BCCH Norm, it is sent at least once within any of 4 consecutive occurrences
3506 * of TC = 4. */
3507 if (cfg.si13_present) {
3508 testcase.stop("Error: Cannot have SI13alt and SI13");
3509 }
3510 if (f_si_vec_contains(si_per_tc, SYSTEM_INFORMATION_TYPE_13)) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003511 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Cannot have SI13alt and SI13");
Harald Welte48494ca2018-02-25 16:59:50 +01003512 }
3513 if (not cfg.bcch_extended) {
3514 f_ensure_si_vec_contains_n_of_m(si_per_tc, 4, SYSTEM_INFORMATION_TYPE_13alt, false, 1, 4);
3515 } else {
3516 f_ensure_si_vec_contains(si_per_tc, 0, SYSTEM_INFORMATION_TYPE_13alt, true);
3517 }
3518 }
3519 if (cfg.si2n_present) {
3520 /* xiii) System Information Type 2n is optionally sent on BCCH Norm or BCCH Ext if needed,
3521 * as determined by the system operator. In the case that the message is sent on the
3522 * BCCH Norm, it is sent at least once within any of 4 consecutive occurrences of TC =
3523 * 4. If the message is sent on BCCH Ext, it is sent at least once within any of 2
3524 * consecutive occurrences of TC = 4. */
3525 if (not cfg.bcch_extended) {
3526 f_ensure_si_vec_contains_n_of_m(si_per_tc, 4, SYSTEM_INFORMATION_TYPE_2n, false, 1, 4);
3527 } else {
3528 f_ensure_si_vec_contains_n_of_m(si_per_tc, 4, SYSTEM_INFORMATION_TYPE_2n, true, 2, 4);
3529 }
3530 }
3531 if (cfg.si21_present) {
3532 /* xiv) System Information Type 21 is optionally sent on BCCH Norm or BCCH Ext, as
3533 * determined by the system operator. If Extended Access Barring is in use in the cell
3534 * then this message is sent at least once within any of 4 consecutive occurrences of
3535 * TC = 4 regardless if it is sent on BCCH Norm or BCCH Ext. If BCCH Ext is used in a
3536 * cell then this message shall only be sent on BCCH Ext. */
3537 if (not cfg.bcch_extended) {
3538 f_ensure_si_vec_contains_n_of_m(si_per_tc, 4, SYSTEM_INFORMATION_TYPE_21, false, 1, 4);
3539 } else {
3540 f_ensure_si_vec_contains_n_of_m(si_per_tc, 4, SYSTEM_INFORMATION_TYPE_21, true, 1, 4);
3541 if (f_si_vecslot_contains(si_per_tc[4], SYSTEM_INFORMATION_TYPE_21)) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003542 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Cannot have SI21 on BCCH Norm if BCCH Extd enabled!");
Harald Welte48494ca2018-02-25 16:59:50 +01003543 }
3544 }
3545 }
3546 if (cfg.si22_present) {
3547 /* xv) System Information Type 22 is sent if network sharing is in use in the cell. It
3548 * should not be sent in a cell where SoLSA is used (see rule viii). System
3549 * Information Type 22 instances shall be sent on BCCH Ext within any occurrence of TC
3550 * =2 and TC=6. */
3551 if (cfg.si16_present or cfg.si17_present) {
3552 testcase.stop("Error: Cannot have SI16/SI17 and SI22!");
3553 }
3554 if (f_si_vec_contains(si_per_tc, SYSTEM_INFORMATION_TYPE_16) or
3555 f_si_vec_contains(si_per_tc, SYSTEM_INFORMATION_TYPE_17)) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003556 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Cannot have SI16/SI17 and SI22!");
Harald Welte48494ca2018-02-25 16:59:50 +01003557 }
3558 if (not cfg.bcch_extended) {
3559 testcase.stop("Error: SI22 requires BCCH Extd!");
3560 } else {
3561 f_ensure_si_vec_contains_only(si_per_tc, 2, SYSTEM_INFORMATION_TYPE_22, true);
3562 f_ensure_si_vec_contains_only(si_per_tc, 6, SYSTEM_INFORMATION_TYPE_22, true);
3563 }
3564 }
3565}
3566
3567/* sample Systme Information for specified duration via L1CTL */
3568function f_l1_sample_si(L1CTL_PT pt, float duration := 8.0) return SystemInformationVectorPerTc {
3569 timer T := duration;
3570 var SystemInformationVectorPerTc si_per_tc;
3571 var L1ctlDlMessage l1_dl;
3572
3573 /* initialize all per-TC vectors empty */
3574 for (var integer i:= 0; i < sizeof(si_per_tc); i := i+1) {
3575 si_per_tc[i] := {};
3576 }
3577
3578 /* flush all previous L1 queued msgs */
3579 pt.clear;
3580
3581 T.start;
3582 alt {
Harald Weltef8df4cb2018-03-10 15:15:08 +01003583 [] pt.receive(tr_L1CTL_DATA_IND(t_RslChanNr_BCCH(0), ?)) -> value l1_dl {
Harald Welte48494ca2018-02-25 16:59:50 +01003584 /* somehow dec_SystemInformation will try to decode even non-RR as SI */
3585 if (not (l1_dl.payload.data_ind.payload[1] == '06'O)) {
3586 log("Ignoring non-RR SI ", l1_dl);
3587 repeat;
3588 }
3589 var SystemInformationFn sig := {
3590 frame_number := l1_dl.dl_info.frame_nr,
3591 si := dec_SystemInformation(l1_dl.payload.data_ind.payload)
3592 }
3593 var integer tc := f_gsm_compute_tc(sig.frame_number);
3594 log("SI received at TC=", tc, ": ", sig.si);
3595 /* append to the per-TC bucket */
3596 si_per_tc[tc] := si_per_tc[tc] & { sig };
3597 repeat;
3598 }
3599 [] pt.receive { repeat; }
3600 [] T.timeout { }
3601 }
3602
3603 for (var integer i:= 0; i < sizeof(si_per_tc); i := i+1) {
3604 log(testcasename(), ": TC=", i, " has #of SI=", sizeof(si_per_tc[i]));
3605 }
3606 log("si_per_tc=", si_per_tc);
3607 return si_per_tc;
3608}
3609
3610/* helper function: Set given SI via RSL + validate scheduling.
3611 * CALLER MUST MAKE SURE TO CHANGE GLOBAL si_cfg! */
3612function f_TC_si_sched() runs on test_CT {
3613 var SystemInformationVectorPerTc si_per_tc;
3614 f_init_l1ctl();
3615 f_l1_tune(L1CTL);
3616
3617 /* Sample + Validate Scheduling */
3618 si_per_tc := f_l1_sample_si(L1CTL);
3619 f_validate_si_scheduling(si_cfg, si_per_tc);
3620
3621 setverdict(pass);
3622}
3623
3624testcase TC_si_sched_default() runs on test_CT {
3625 f_init();
Harald Welte0cae4552018-03-09 22:20:26 +01003626 /* 2+3+4 are mandatory and set in f_init() */
3627 f_TC_si_sched();
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003628 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welte0cae4552018-03-09 22:20:26 +01003629}
3630
3631testcase TC_si_sched_1() runs on test_CT {
3632 f_init();
3633 si_cfg.si1_present := true;
3634 f_rsl_bcch_fill_raw(RSL_SYSTEM_INFO_1, '5506198fb38000000000000000000000000000e504002b'O);
Harald Welte48494ca2018-02-25 16:59:50 +01003635 f_TC_si_sched();
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003636 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welte48494ca2018-02-25 16:59:50 +01003637}
3638
3639testcase TC_si_sched_2bis() runs on test_CT {
3640 f_init();
3641 si_cfg.si2bis_present := true;
3642 f_rsl_bcch_fill_raw(RSL_SYSTEM_INFO_2bis, '550602bfe809b3ff00000000000000000000007900002b'O);
3643 f_TC_si_sched();
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003644 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welte48494ca2018-02-25 16:59:50 +01003645}
3646
3647testcase TC_si_sched_2ter() runs on test_CT {
3648 f_init();
3649 si_cfg.si2ter_present := true;
3650 f_rsl_bcch_fill_raw(RSL_SYSTEM_INFO_2ter, '010603bf66b0aa0a00000002000000000000002b2b2b2b'O);
3651 f_TC_si_sched();
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003652 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welte48494ca2018-02-25 16:59:50 +01003653}
3654
3655testcase TC_si_sched_2ter_2bis() runs on test_CT {
3656 f_init();
3657 si_cfg.si2bis_present := true;
3658 f_rsl_bcch_fill_raw(RSL_SYSTEM_INFO_2bis, '550602bfe809b3ff00000000000000000000007900002b'O);
3659 si_cfg.si2ter_present := true;
3660 f_rsl_bcch_fill_raw(RSL_SYSTEM_INFO_2ter, '010603bf66b0aa0a00000002000000000000002b2b2b2b'O);
3661 f_TC_si_sched();
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003662 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welte48494ca2018-02-25 16:59:50 +01003663}
3664
3665testcase TC_si_sched_2quater() runs on test_CT {
3666 f_init();
3667 si_cfg.si2quater_present := true;
3668 f_rsl_bcch_fill_raw(RSL_SYSTEM_INFO_2quater, '050607a8a0364aa698d72ff424feee0506d5e7fff02043'O);
3669 f_TC_si_sched();
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003670 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welte48494ca2018-02-25 16:59:50 +01003671}
3672
3673testcase TC_si_sched_13() runs on test_CT {
3674 f_init();
3675 si_cfg.si13_present := true;
Harald Welte5618c2a2018-04-15 16:24:46 +02003676 f_rsl_bcch_fill_raw(RSL_SYSTEM_INFO_13, '0106009000185a6fc9e08410ab2b2b2b2b2b2b2b2b2b2b'O);
Harald Welte48494ca2018-02-25 16:59:50 +01003677 f_TC_si_sched();
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003678 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welte48494ca2018-02-25 16:59:50 +01003679}
3680
3681testcase TC_si_sched_13_2bis_2ter_2quater() runs on test_CT {
3682 f_init();
3683 si_cfg.si2bis_present := true;
3684 f_rsl_bcch_fill_raw(RSL_SYSTEM_INFO_2bis, '550602bfe809b3ff00000000000000000000007900002b'O);
3685 si_cfg.si2ter_present := true;
3686 f_rsl_bcch_fill_raw(RSL_SYSTEM_INFO_2ter, '010603bf66b0aa0a00000002000000000000002b2b2b2b'O);
3687 si_cfg.si2quater_present := true;
3688 f_rsl_bcch_fill_raw(RSL_SYSTEM_INFO_2quater, '050607a8a0364aa698d72ff424feee0506d5e7fff02043'O);
3689 si_cfg.si13_present := true;
Harald Welte5618c2a2018-04-15 16:24:46 +02003690 f_rsl_bcch_fill_raw(RSL_SYSTEM_INFO_13, '0106009000185a6fc9e08410ab2b2b2b2b2b2b2b2b2b2b'O);
Harald Welte48494ca2018-02-25 16:59:50 +01003691 f_TC_si_sched();
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003692 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welte48494ca2018-02-25 16:59:50 +01003693}
3694
3695
Harald Welte68e495b2018-02-25 00:05:57 +01003696testcase TC_bcch_info() runs on test_CT {
Harald Welte10474062019-05-30 16:48:17 +02003697 f_init();
Harald Welte68e495b2018-02-25 00:05:57 +01003698 /* FIXME: enable / disable individual BCCH info */
3699 //ts_RSL_BCCH_INFO(si_type, info);
3700 /* expect no ERROR REPORT after either of them *
3701 /* negative test: ensure ERROR REPORT on unsupported types */
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003702 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welte68e495b2018-02-25 00:05:57 +01003703}
3704
Harald Welte93640c62018-02-25 16:59:33 +01003705/***********************************************************************
3706 * Low-Level Protocol Errors / ERROR REPORT
3707 ***********************************************************************/
3708
Harald Welte01d982c2018-02-25 01:31:40 +01003709private function f_exp_err_rep(template RSL_Cause cause) runs on test_CT {
3710 timer T := 5.0;
3711 T.start;
3712 alt {
Vadim Yanitskiy493abe72020-05-25 22:03:48 +07003713 [] RSL_CCHAN.receive(tr_ASP_RSL_UD(tr_RSL_ERROR_REPORT(cause))) {
Harald Welte01d982c2018-02-25 01:31:40 +01003714 setverdict(pass);
3715 }
Vadim Yanitskiy493abe72020-05-25 22:03:48 +07003716 [] RSL_CCHAN.receive(tr_ASP_RSL_UD(tr_RSL_ERROR_REPORT(?))) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003717 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Wrong cause in RSL ERR REP");
Harald Welte01d982c2018-02-25 01:31:40 +01003718 }
3719 [] RSL_CCHAN.receive {
3720 repeat;
3721 }
3722 [] T.timeout {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003723 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Timeout waiting for RSL ERR REP");
Harald Welte01d982c2018-02-25 01:31:40 +01003724 }
3725 }
3726}
3727
3728/* Provoke a protocol error (message too short) and match on ERROR REPORT */
3729testcase TC_rsl_protocol_error() runs on test_CT {
Harald Welte10474062019-05-30 16:48:17 +02003730 f_init();
Harald Welte01d982c2018-02-25 01:31:40 +01003731 var RSL_Message rsl := valueof(ts_RSL_BCCH_INFO(RSL_SYSTEM_INFO_1, ''O));
3732 rsl.ies := omit;
Vadim Yanitskiy493abe72020-05-25 22:03:48 +07003733 RSL_CCHAN.send(ts_ASP_RSL_UD(rsl));
Harald Welte01d982c2018-02-25 01:31:40 +01003734
3735 f_exp_err_rep(RSL_ERR_PROTO);
3736}
3737
3738/* Provoke a mandatory IE error and match on ERROR REPORT */
3739testcase TC_rsl_mand_ie_error() runs on test_CT {
Harald Welte10474062019-05-30 16:48:17 +02003740 f_init();
Harald Welte01d982c2018-02-25 01:31:40 +01003741
3742 var RSL_Message rsl := valueof(ts_RSL_BCCH_INFO(RSL_SYSTEM_INFO_1, ''O));
3743 rsl.ies := { rsl.ies[0] };
Vadim Yanitskiy493abe72020-05-25 22:03:48 +07003744 RSL_CCHAN.send(ts_ASP_RSL_UD(rsl));
Harald Welte01d982c2018-02-25 01:31:40 +01003745
3746 f_exp_err_rep(RSL_ERR_MAND_IE_ERROR);
3747}
3748
3749/* Provoke an IE content error and match on ERROR REPORT */
3750testcase TC_rsl_ie_content_error() runs on test_CT {
Harald Welte10474062019-05-30 16:48:17 +02003751 f_init();
Harald Welte01d982c2018-02-25 01:31:40 +01003752 var RSL_Message rsl := valueof(ts_RSL_BCCH_INFO(RSL_SYSTEM_INFO_1, ''O));
3753 rsl.ies[1].body.sysinfo_type := RSL_SYSTEM_INFO_5;
Vadim Yanitskiy493abe72020-05-25 22:03:48 +07003754 RSL_CCHAN.send(ts_ASP_RSL_UD(rsl));
Harald Welte01d982c2018-02-25 01:31:40 +01003755
3756 f_exp_err_rep(RSL_ERR_IE_CONTENT);
3757}
3758
Harald Welteee25aae2019-05-19 14:32:37 +02003759/* attempt to activate channel with wrong RSL Message Discriminator IE */
3760function f_TC_chan_act_wrong_mdisc(charstring id) runs on ConnHdlr {
3761 var template RSL_Message rsl := ts_RSL_CHAN_ACT(g_chan_nr, g_pars.chan_mode);
3762 rsl.msg_disc := ts_RSL_MsgDisc(RSL_MDISC_RESERVED, false);
3763 RSL.send(rsl);
3764 f_rslem_unregister(0, g_chan_nr);
3765}
3766testcase TC_err_rep_wrong_mdisc() runs on test_CT {
3767 var ConnHdlr vc_conn;
3768 var ConnHdlrPars pars := valueof(t_Pars(ts_RslChanNr_SDCCH4(0,0), ts_RSL_ChanMode_SIGN));
3769
Harald Welte10474062019-05-30 16:48:17 +02003770 f_init();
Harald Welteee25aae2019-05-19 14:32:37 +02003771
3772 vc_conn := f_start_handler(refers(f_TC_chan_act_wrong_mdisc), pars);
3773 vc_conn.done;
3774 f_exp_err_rep(RSL_ERR_MSG_DISCR);
3775
3776 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
3777}
3778
3779/* Send messages with wrong message type */
3780function f_TC_wrong_msg_type_dchan(charstring id) runs on ConnHdlr {
3781 var template (value) RSL_Message rsl_tx;
3782 rsl_tx := ts_RSL_CHAN_ACT(g_chan_nr, g_pars.chan_mode);
3783 rsl_tx.msg_type := RSL_MT_NOT_CMD;
3784 RSL.send(rsl_tx);
3785 f_rslem_unregister(0, g_chan_nr);
3786}
3787function f_TC_wrong_msg_type_rll(charstring id) runs on ConnHdlr {
3788 var template (value) RSL_Message rsl_tx;
3789 /* we first have to activate the dedicated channel */
3790 f_rsl_chan_act(g_pars.chan_mode);
3791 /* ... to then send an invalid RLL message */
3792 rsl_tx := ts_RSL_UNITDATA_REQ(g_chan_nr, ts_RslLinkID_DCCH(0), '0102'O);
3793 rsl_tx.msg_type := RSL_MT_CBCH_LOAD_IND;
3794 RSL.send(rsl_tx);
3795 f_rslem_unregister(0, g_chan_nr);
3796}
3797testcase TC_err_rep_wrong_msg_type() runs on test_CT {
3798 var ConnHdlr vc_conn;
3799 var ConnHdlrPars pars := valueof(t_Pars(ts_RslChanNr_SDCCH4(0,0), ts_RSL_ChanMode_SIGN));
3800 var template (value) RSL_Message rsl_tx;
3801
Harald Welte10474062019-05-30 16:48:17 +02003802 f_init();
Harald Welteee25aae2019-05-19 14:32:37 +02003803
3804 /* Common Channel with wrong message type */
3805 RSL_CCHAN.clear;
3806 rsl_tx := valueof(ts_RSL_BCCH_INFO(RSL_SYSTEM_INFO_1, ''O));
3807 rsl_tx.msg_type := RSL_MT_LOCATION_INFO;
Vadim Yanitskiy493abe72020-05-25 22:03:48 +07003808 RSL_CCHAN.send(ts_ASP_RSL_UD(rsl_tx));
Harald Welteee25aae2019-05-19 14:32:37 +02003809 f_exp_err_rep(RSL_ERR_MSG_TYPE);
3810
3811 /* TRX Management */
3812 RSL_CCHAN.clear;
3813 rsl_tx := ts_RSL_SACCH_FILL(RSL_SYSTEM_INFO_5, ''O);
3814 rsl_tx.msg_type := RSL_MT_UNIT_DATA_IND;
Vadim Yanitskiy493abe72020-05-25 22:03:48 +07003815 RSL_CCHAN.send(ts_ASP_RSL_UD(rsl_tx));
Harald Welteee25aae2019-05-19 14:32:37 +02003816 f_exp_err_rep(RSL_ERR_MSG_TYPE);
3817
3818 /* Dedicated Channel */
3819 RSL_CCHAN.clear;
3820 vc_conn := f_start_handler(refers(f_TC_wrong_msg_type_dchan), pars);
3821 vc_conn.done;
3822 f_exp_err_rep(RSL_ERR_MSG_TYPE);
3823
3824 /* RLL */
3825 RSL_CCHAN.clear;
3826 vc_conn := f_start_handler(refers(f_TC_wrong_msg_type_rll), pars);
3827 vc_conn.done;
3828 f_exp_err_rep(RSL_ERR_MSG_TYPE);
3829}
3830
3831/* Send messages in wrong sequence (RLL to an inactive lchan) */
3832function f_TC_err_rep_wrong_sequence(charstring id) runs on ConnHdlr {
3833 RSL.send(ts_RSL_UNITDATA_REQ(g_chan_nr, ts_RslLinkID_DCCH(0), '0102'O));
3834 f_rslem_unregister(0, g_chan_nr);
3835}
3836testcase TC_err_rep_wrong_sequence() runs on test_CT {
3837 var ConnHdlr vc_conn;
3838 var ConnHdlrPars pars := valueof(t_Pars(ts_RslChanNr_SDCCH4(0,0), ts_RSL_ChanMode_SIGN));
3839
Harald Welte10474062019-05-30 16:48:17 +02003840 f_init();
Harald Welteee25aae2019-05-19 14:32:37 +02003841
3842 RSL_CCHAN.clear;
3843 vc_conn := f_start_handler(refers(f_TC_err_rep_wrong_sequence), pars);
3844 vc_conn.done;
3845 f_exp_err_rep(RSL_ERR_MSG_SEQ);
3846}
3847
Harald Welte93640c62018-02-25 16:59:33 +01003848/***********************************************************************
3849 * IPA CRCX/MDCX/DLCS media stream handling
3850 ***********************************************************************/
3851
Harald Weltea871a382018-02-25 02:03:14 +01003852/* Send IPA DLCX to inactive lchan */
3853function f_TC_ipa_dlcx_not_active(charstring id) runs on ConnHdlr {
Harald Welte1eba3742018-02-25 12:48:14 +01003854 f_rsl_transceive(ts_RSL_IPA_DLCX(g_chan_nr, 0), tr_RSL_IPA_DLCX_ACK(g_chan_nr, ?, ?),
3855 "IPA DLCX ACK");
Harald Weltea871a382018-02-25 02:03:14 +01003856}
3857testcase TC_ipa_dlcx_not_active() runs on test_CT {
3858 var ConnHdlrPars pars := valueof(t_Pars(t_RslChanNr_Bm(1), ts_RSL_ChanMode_SIGN));
Harald Welte10474062019-05-30 16:48:17 +02003859 f_init();
Harald Weltea871a382018-02-25 02:03:14 +01003860 var ConnHdlr vc_conn := f_start_handler(refers(f_TC_ipa_dlcx_not_active), pars);
3861 vc_conn.done;
3862}
Harald Welte68e495b2018-02-25 00:05:57 +01003863
Harald Weltea3f1df92018-02-25 12:49:55 +01003864/* Send IPA CRCX twice to inactive lchan */
3865function f_TC_ipa_crcx_twice_not_active(charstring id) runs on ConnHdlr {
3866 f_rsl_transceive(ts_RSL_IPA_CRCX(g_chan_nr), tr_RSL_IPA_CRCX_ACK(g_chan_nr, ?, ?, ?),
3867 "IPA CRCX ACK");
3868 f_rsl_transceive(ts_RSL_IPA_CRCX(g_chan_nr), tr_RSL_IPA_CRCX_NACK(g_chan_nr, RSL_ERR_RES_UNAVAIL),
3869 "IPA CRCX NACK");
3870}
3871testcase TC_ipa_crcx_twice_not_active() runs on test_CT {
3872 var ConnHdlrPars pars := valueof(t_Pars(t_RslChanNr_Bm(1), ts_RSL_ChanMode_SIGN));
Harald Welte10474062019-05-30 16:48:17 +02003873 f_init();
Harald Weltea3f1df92018-02-25 12:49:55 +01003874 var ConnHdlr vc_conn := f_start_handler(refers(f_TC_ipa_crcx_twice_not_active), pars);
3875 vc_conn.done;
3876}
3877
3878/* Regular sequence of CRCX/MDCX/DLCX */
3879function f_TC_ipa_crcx_mdcx_dlcx_not_active(charstring id) runs on ConnHdlr {
3880 f_rsl_transceive(ts_RSL_IPA_CRCX(g_chan_nr), tr_RSL_IPA_CRCX_ACK(g_chan_nr, ?, ?, ?),
3881 "IPA CRCX ACK");
3882 var uint32_t remote_ip := f_rnd_int(c_UINT32_MAX);
3883 var uint16_t remote_port := f_rnd_int(c_UINT16_MAX);
3884 var uint7_t rtp_pt2 := f_rnd_int(127);
3885 var uint16_t fake_conn_id := 23; /* we're too lazy to read it out from the CRCX ACK above */
3886 f_rsl_transceive(ts_RSL_IPA_MDCX(g_chan_nr, fake_conn_id, remote_ip, remote_port, rtp_pt2),
3887 tr_RSL_IPA_MDCX_ACK(g_chan_nr, ?, ?, ?, rtp_pt2),
3888 "IPA MDCX ACK");
3889 f_rsl_transceive(ts_RSL_IPA_DLCX(g_chan_nr, fake_conn_id), tr_RSL_IPA_DLCX_ACK(g_chan_nr, ?, ?),
3890 "IPA DLCX ACK");
3891}
3892testcase TC_ipa_crcx_mdcx_dlcx_not_active() runs on test_CT {
3893 var ConnHdlrPars pars := valueof(t_Pars(t_RslChanNr_Bm(1), ts_RSL_ChanMode_SIGN));
Harald Welte10474062019-05-30 16:48:17 +02003894 f_init();
Harald Weltea3f1df92018-02-25 12:49:55 +01003895 var ConnHdlr vc_conn := f_start_handler(refers(f_TC_ipa_crcx_mdcx_dlcx_not_active), pars);
3896 vc_conn.done;
3897}
3898
Harald Welte3ae11da2018-02-25 13:36:06 +01003899/* Sequence of CRCX, 2x MDCX, DLCX */
3900function f_TC_ipa_crcx_mdcx_mdcx_dlcx_not_active(charstring id) runs on ConnHdlr {
3901 f_rsl_transceive(ts_RSL_IPA_CRCX(g_chan_nr), tr_RSL_IPA_CRCX_ACK(g_chan_nr, ?, ?, ?),
3902 "IPA CRCX ACK");
3903 var uint32_t remote_ip := f_rnd_int(c_UINT32_MAX);
3904 var uint16_t remote_port := f_rnd_int(c_UINT16_MAX);
3905 var uint7_t rtp_pt2 := f_rnd_int(127);
3906 var uint16_t fake_conn_id := 23; /* we're too lazy to read it out from the CRCX ACK above */
3907 f_rsl_transceive(ts_RSL_IPA_MDCX(g_chan_nr, fake_conn_id, remote_ip, remote_port, rtp_pt2),
3908 tr_RSL_IPA_MDCX_ACK(g_chan_nr, ?, ?, ?, rtp_pt2),
3909 "IPA MDCX ACK");
3910 /* Second MDCX */
3911 remote_ip := f_rnd_int(c_UINT32_MAX);
3912 remote_port := f_rnd_int(c_UINT16_MAX);
3913 f_rsl_transceive(ts_RSL_IPA_MDCX(g_chan_nr, fake_conn_id, remote_ip, remote_port, rtp_pt2),
3914 tr_RSL_IPA_MDCX_ACK(g_chan_nr, ?, ?, ?, rtp_pt2),
3915 "IPA MDCX ACK");
3916 f_rsl_transceive(ts_RSL_IPA_DLCX(g_chan_nr, fake_conn_id), tr_RSL_IPA_DLCX_ACK(g_chan_nr, ?, ?),
3917 "IPA DLCX ACK");
3918}
3919testcase TC_ipa_crcx_mdcx_mdcx_dlcx_not_active() runs on test_CT {
3920 var ConnHdlrPars pars := valueof(t_Pars(t_RslChanNr_Bm(1), ts_RSL_ChanMode_SIGN));
Harald Welte10474062019-05-30 16:48:17 +02003921 f_init();
Harald Welte3ae11da2018-02-25 13:36:06 +01003922 var ConnHdlr vc_conn := f_start_handler(refers(f_TC_ipa_crcx_mdcx_mdcx_dlcx_not_active), pars);
3923 vc_conn.done;
3924}
3925
Harald Welte9912eb52018-02-25 13:30:15 +01003926/* IPA CRCX on SDCCH/4 and SDCCH/8 (doesn't make sense) */
3927function f_TC_ipa_crcx_sdcch_not_active(charstring id) runs on ConnHdlr {
3928 f_rsl_transceive(ts_RSL_IPA_CRCX(g_chan_nr), tr_RSL_IPA_CRCX_NACK(g_chan_nr, ?),
3929 "IPA CRCX NACK");
3930}
3931testcase TC_ipa_crcx_sdcch_not_active() runs on test_CT {
3932 var ConnHdlrPars pars;
3933 var ConnHdlr vc_conn;
Harald Welte10474062019-05-30 16:48:17 +02003934 f_init();
Harald Welte9912eb52018-02-25 13:30:15 +01003935
3936 pars := valueof(t_Pars(t_RslChanNr_SDCCH4(0,1), ts_RSL_ChanMode_SIGN));
3937 vc_conn := f_start_handler(refers(f_TC_ipa_crcx_sdcch_not_active), pars);
3938 vc_conn.done;
3939
3940 pars := valueof(t_Pars(t_RslChanNr_SDCCH8(6,5), ts_RSL_ChanMode_SIGN));
3941 vc_conn := f_start_handler(refers(f_TC_ipa_crcx_sdcch_not_active), pars);
3942 vc_conn.done;
3943}
3944
Harald Weltea3f1df92018-02-25 12:49:55 +01003945
Harald Welte883340c2018-02-28 18:59:29 +01003946/***********************************************************************
3947 * PCU Socket related tests
3948 ***********************************************************************/
3949
Harald Welte07bd2d22019-05-25 11:03:30 +02003950/* Verify no RTS before ACT_REQ; verify RTS after ACT_REQ */
Harald Weltead033dc2019-05-25 17:28:16 +02003951friend function f_TC_pcu_act_req(uint8_t bts_nr, uint8_t trx_nr, uint8_t ts_nr, boolean exp_success)
Harald Welte883340c2018-02-28 18:59:29 +01003952runs on test_CT {
3953 timer T := 3.0;
3954
3955 /* we don't expect any RTS.req before PDCH are active */
3956 T.start;
3957 alt {
3958 [] PCU.receive(t_SD_PCUIF(g_pcu_conn_id, tr_PCUIF_RTS_REQ(bts_nr))) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003959 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "PCU RTS.req before PDCH active?");
Harald Welte883340c2018-02-28 18:59:29 +01003960 }
3961 [] PCU.receive { repeat; }
3962 [] T.timeout { }
3963 }
3964
3965 /* Send PDCH activate request for known PDCH timeslot */
3966 PCU.send(t_SD_PCUIF(g_pcu_conn_id, ts_PCUIF_ACT_REQ(bts_nr, trx_nr, ts_nr)));
3967
3968 /* we now expect RTS.req for this timeslot (only) */
3969 T.start;
3970 alt {
3971 [exp_success] PCU.receive(t_SD_PCUIF(g_pcu_conn_id, tr_PCUIF_RTS_REQ(bts_nr, trx_nr, ts_nr))) {
3972 setverdict(pass);
3973 }
3974 [not exp_success] PCU.receive(t_SD_PCUIF(g_pcu_conn_id,
3975 tr_PCUIF_RTS_REQ(bts_nr, trx_nr, ts_nr))) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003976 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Unexpected RTS.req for supposedly failing activation");
Harald Welte883340c2018-02-28 18:59:29 +01003977 }
3978 [] PCU.receive(t_SD_PCUIF(g_pcu_conn_id, tr_PCUIF_RTS_REQ)) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003979 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "RTS.req for wrong TRX/TS");
Harald Welte883340c2018-02-28 18:59:29 +01003980 }
3981 [] PCU.receive { repeat; }
3982 [exp_success] T.timeout {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02003983 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Timeout waiting for PCU RTS.req");
Harald Welte883340c2018-02-28 18:59:29 +01003984 }
3985 [not exp_success] T.timeout {
3986 setverdict(pass);
3987 }
3988 }
3989}
3990
Harald Welte07bd2d22019-05-25 11:03:30 +02003991/* verify no more RTS after DEACT_REQ */
Harald Weltead033dc2019-05-25 17:28:16 +02003992friend function f_TC_pcu_deact_req(uint8_t bts_nr, uint8_t trx_nr, uint8_t ts_nr)
Harald Welte883340c2018-02-28 18:59:29 +01003993runs on test_CT {
3994 timer T := 3.0;
3995
3996 /* Send PDCH activate request for known PDCH timeslot */
3997 PCU.send(t_SD_PCUIF(g_pcu_conn_id, ts_PCUIF_DEACT_REQ(bts_nr, trx_nr, ts_nr)));
3998
3999 PCU.clear;
4000 /* we now expect no RTS.req for this timeslot */
4001 T.start;
4002 alt {
4003 [] PCU.receive(t_SD_PCUIF(g_pcu_conn_id, tr_PCUIF_RTS_REQ(bts_nr, trx_nr, ts_nr))) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02004004 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Received unexpected PCU RTS.req");
Harald Welte883340c2018-02-28 18:59:29 +01004005 }
4006 [] PCU.receive { repeat; }
4007 [] T.timeout {
4008 setverdict(pass);
4009 }
4010 }
4011}
4012
Harald Weltead033dc2019-05-25 17:28:16 +02004013friend function f_init_pcu_test() runs on test_CT {
Max2c6f5632019-03-18 17:25:17 +01004014 f_init();
4015 PCU.send(t_SD_PCUIF(g_pcu_conn_id, ts_PCUIF_TXT_IND(0, PCU_VERSION, testcasename())));
4016}
4017
Harald Welte883340c2018-02-28 18:59:29 +01004018/* PDCH activation via PCU socket; check for presence of RTS.req */
4019testcase TC_pcu_act_req() runs on test_CT {
Max2c6f5632019-03-18 17:25:17 +01004020 f_init_pcu_test();
4021
Harald Welte883340c2018-02-28 18:59:29 +01004022 f_TC_pcu_act_req(0, 0, 7, true);
4023}
4024
4025/* PDCH activation via PCU socket on non-PDCU timeslot */
4026testcase TC_pcu_act_req_wrong_ts() runs on test_CT {
Max2c6f5632019-03-18 17:25:17 +01004027 f_init_pcu_test();
4028
Harald Welte883340c2018-02-28 18:59:29 +01004029 f_TC_pcu_act_req(0, 0, 1, false);
4030}
4031
4032/* PDCH activation via PCU socket on wrong BTS */
4033testcase TC_pcu_act_req_wrong_bts() runs on test_CT {
Max2c6f5632019-03-18 17:25:17 +01004034 f_init_pcu_test();
4035
Harald Welte883340c2018-02-28 18:59:29 +01004036 f_TC_pcu_act_req(23, 0, 7, false);
4037}
4038
4039/* PDCH activation via PCU socket on wrong TRX */
4040testcase TC_pcu_act_req_wrong_trx() runs on test_CT {
Max2c6f5632019-03-18 17:25:17 +01004041 f_init_pcu_test();
4042
Harald Welte883340c2018-02-28 18:59:29 +01004043 f_TC_pcu_act_req(0, 23, 7, false);
4044}
4045
4046/* PDCH deactivation via PCU socket; check for absence of RTS.req */
4047testcase TC_pcu_deact_req() runs on test_CT {
Max2c6f5632019-03-18 17:25:17 +01004048 f_init_pcu_test();
4049
Harald Welte883340c2018-02-28 18:59:29 +01004050 /* Activate PDCH */
4051 f_TC_pcu_act_req(0, 0, 7, true);
4052 f_sleep(1.0);
4053 /* and De-Activate again */
4054 f_TC_pcu_deact_req(0, 0, 7);
4055}
4056
4057/* Attempt to deactivate a PDCH on a non-PDCH timeslot */
4058testcase TC_pcu_deact_req_wrong_ts() runs on test_CT {
Max2c6f5632019-03-18 17:25:17 +01004059 f_init_pcu_test();
4060
Harald Welte883340c2018-02-28 18:59:29 +01004061 f_TC_pcu_deact_req(0, 0, 1);
4062}
4063
4064/* Test the PCU->BTS Version and BTS->PCU SI13 handshake */
4065testcase TC_pcu_ver_si13() runs on test_CT {
4066 const octetstring si13 := '00010203040506070909'O;
4067 var PCUIF_send_data sd;
4068 timer T:= 3.0;
Max2c6f5632019-03-18 17:25:17 +01004069 f_init_pcu_test();
Harald Welte883340c2018-02-28 18:59:29 +01004070
4071 /* Set SI13 via RSL */
4072 f_rsl_bcch_fill_raw(RSL_SYSTEM_INFO_13, si13);
Max2c6f5632019-03-18 17:25:17 +01004073
Harald Welte883340c2018-02-28 18:59:29 +01004074 T.start;
4075 alt {
4076 [] PCU.receive(t_SD_PCUIF(g_pcu_conn_id, tr_PCUIF_DATA_IND(0, 0, 0, ?, PCU_IF_SAPI_BCCH))) -> value sd {
4077 if (substr(sd.data.u.data_ind.data, 0, lengthof(si13)) == si13) {
4078 setverdict(pass);
4079 } else {
4080 repeat;
4081 }
4082 }
4083 [] PCU.receive { repeat; }
4084 [] T.timeout {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02004085 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Timeout waiting for SI13");
Harald Welte883340c2018-02-28 18:59:29 +01004086 }
4087 }
4088}
4089
4090private const octetstring c_PCU_DATA := '000102030405060708090a0b0c0d0e0f10111213141516'O;
4091
4092/* helper function to send a PCU DATA.req */
Harald Weltead033dc2019-05-25 17:28:16 +02004093friend function f_pcu_data_req(uint8_t bts_nr, uint8_t trx_nr, uint8_t ts_nr,
Harald Welte883340c2018-02-28 18:59:29 +01004094 uint8_t block_nr, uint32_t fn, PCUIF_Sapi sapi, octetstring data)
4095runs on test_CT
4096{
4097 PCU.send(t_SD_PCUIF(g_pcu_conn_id,
4098 ts_PCUIF_DATA_REQ(bts_nr, trx_nr, ts_nr, block_nr, fn, sapi, data)));
4099}
4100
4101/* helper function to wait for RTS.ind for given SAPI on given BTS/TRX/TS and then send */
Harald Weltead033dc2019-05-25 17:28:16 +02004102friend function f_pcu_wait_rts_and_data_req(uint8_t bts_nr, uint8_t trx_nr, uint8_t ts_nr,
4103 PCUIF_Sapi sapi, octetstring data)
Harald Welte883340c2018-02-28 18:59:29 +01004104runs on test_CT
4105{
4106 var PCUIF_send_data sd;
4107
4108 timer T := 3.0;
4109 T.start;
4110 alt {
4111 [] PCU.receive(t_SD_PCUIF(g_pcu_conn_id,
4112 tr_PCUIF_RTS_REQ(bts_nr, trx_nr, ts_nr, sapi))) -> value sd {
4113 f_pcu_data_req(bts_nr, trx_nr, ts_nr, sd.data.u.rts_req.block_nr,
4114 sd.data.u.rts_req.fn, sapi, data);
4115 }
4116 [] PCU.receive { repeat; }
4117 [] T.timeout {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02004118 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Timeout waiting for RTS.ind");
Harald Welte883340c2018-02-28 18:59:29 +01004119 }
4120 }
4121}
4122
4123/* Send DATA.req on invalid BTS */
4124testcase TC_pcu_data_req_wrong_bts() runs on test_CT {
Harald Welte7162a612019-05-26 12:56:09 +02004125 var TfiUsfArr tua := f_TfiUsfArrInit();
4126 var octetstring data := '0000'O & f_rnd_octstring(21);
4127
4128 f_virtphy_common();
Max2c6f5632019-03-18 17:25:17 +01004129
Harald Welte883340c2018-02-28 18:59:29 +01004130 f_TC_pcu_act_req(0, 0, 7, true);
Harald Welte7162a612019-05-26 12:56:09 +02004131 f_TfiUsfArrSet(tua, 7, 0);
4132 f_L1CTL_TBF_CFG(L1CTL, false, tua);
4133 f_sleep(1.0);
4134
4135 f_pcu_to_l1(23, 0, 7, PCU_IF_SAPI_PDTCH, data, false, false);
Harald Welte883340c2018-02-28 18:59:29 +01004136}
4137
4138/* Send DATA.req on invalid TRX */
4139testcase TC_pcu_data_req_wrong_trx() runs on test_CT {
Harald Welte7162a612019-05-26 12:56:09 +02004140 var TfiUsfArr tua := f_TfiUsfArrInit();
4141 var octetstring data := '0000'O & f_rnd_octstring(21);
4142
4143 f_virtphy_common();
Max2c6f5632019-03-18 17:25:17 +01004144
Harald Welte883340c2018-02-28 18:59:29 +01004145 f_TC_pcu_act_req(0, 0, 7, true);
Harald Welte7162a612019-05-26 12:56:09 +02004146 f_TfiUsfArrSet(tua, 7, 0);
4147 f_L1CTL_TBF_CFG(L1CTL, false, tua);
4148 f_sleep(1.0);
4149
4150 f_pcu_to_l1(0, 100, 7, PCU_IF_SAPI_PDTCH, data, false, false);
Harald Welte883340c2018-02-28 18:59:29 +01004151}
4152
4153/* Send DATA.req on invalid timeslot */
4154testcase TC_pcu_data_req_wrong_ts() runs on test_CT {
Harald Welte7162a612019-05-26 12:56:09 +02004155 var TfiUsfArr tua := f_TfiUsfArrInit();
4156 var octetstring data := '0000'O & f_rnd_octstring(21);
4157
4158 f_virtphy_common();
Max2c6f5632019-03-18 17:25:17 +01004159
Harald Welte883340c2018-02-28 18:59:29 +01004160 f_TC_pcu_act_req(0, 0, 7, true);
Harald Welte7162a612019-05-26 12:56:09 +02004161 f_TfiUsfArrSet(tua, 7, 0);
4162 f_L1CTL_TBF_CFG(L1CTL, false, tua);
4163 f_sleep(1.0);
4164
4165 f_pcu_to_l1(0, 0, 70, PCU_IF_SAPI_PDTCH, data, false, false);
Harald Welte883340c2018-02-28 18:59:29 +01004166}
4167
4168/* Send DATA.req on timeslot that hasn't been activated */
4169testcase TC_pcu_data_req_ts_inactive() runs on test_CT {
Harald Welte7162a612019-05-26 12:56:09 +02004170 var TfiUsfArr tua := f_TfiUsfArrInit();
4171 var octetstring data := '0000'O & f_rnd_octstring(21);
Max2c6f5632019-03-18 17:25:17 +01004172
Harald Welte7162a612019-05-26 12:56:09 +02004173 f_virtphy_common();
4174
4175 f_TfiUsfArrSet(tua, 7, 0);
4176 f_L1CTL_TBF_CFG(L1CTL, false, tua);
4177 f_sleep(1.0);
4178
4179 f_pcu_to_l1(0, 0, 7, PCU_IF_SAPI_PDTCH, data, false, false);
Harald Welte883340c2018-02-28 18:59:29 +01004180}
4181
Harald Weltead033dc2019-05-25 17:28:16 +02004182private function f_pcu_to_l1(uint8_t bts_nr, uint8_t trx_nr, uint8_t ts_nr,
Harald Welte7162a612019-05-26 12:56:09 +02004183 PCUIF_Sapi sapi, octetstring data, boolean expect_data := true,
4184 boolean wait_rts := true)
4185runs on test_CT {
Harald Weltead033dc2019-05-25 17:28:16 +02004186 timer T := 5.0;
Harald Welte7162a612019-05-26 12:56:09 +02004187 var L1ctlDlMessage rx_dl;
Harald Weltead033dc2019-05-25 17:28:16 +02004188
4189 PCU.clear;
Harald Welte7162a612019-05-26 12:56:09 +02004190 if (wait_rts) {
4191 f_pcu_wait_rts_and_data_req(bts_nr, trx_nr, ts_nr, sapi, data);
4192 } else {
4193 f_pcu_data_req(bts_nr, trx_nr, ts_nr, 0, 0, sapi, data);
4194 }
Harald Weltead033dc2019-05-25 17:28:16 +02004195
4196 T.start;
4197 alt {
Harald Welte7162a612019-05-26 12:56:09 +02004198 [expect_data] L1CTL.receive(tr_L1CTL_DATA_IND(t_RslChanNr_PDCH(ts_nr), ?, data)) {
Harald Weltead033dc2019-05-25 17:28:16 +02004199 /* FIXME: why is fn of DATA_IND different to fn of RTS / DATA_REQ above? */
4200 setverdict(pass);
4201 }
Harald Welte7162a612019-05-26 12:56:09 +02004202 [not expect_data] L1CTL.receive(tr_L1CTL_DATA_IND(t_RslChanNr_PDCH(ts_nr), ?, data)) -> value rx_dl {
4203 setverdict(fail, "Received unexpected ", rx_dl);
4204 }
Harald Weltead033dc2019-05-25 17:28:16 +02004205 [] L1CTL.receive {
4206 repeat;
4207 }
Harald Welte7162a612019-05-26 12:56:09 +02004208 [expect_data] T.timeout {
Harald Weltead033dc2019-05-25 17:28:16 +02004209 setverdict(fail, "Timeout waiting for ", data);
4210 }
Harald Welte7162a612019-05-26 12:56:09 +02004211 [not expect_data] T.timeout {
4212 setverdict(pass);
4213 }
Harald Weltead033dc2019-05-25 17:28:16 +02004214 }
4215}
4216
4217private function f_disable_dynamic_ts() runs on test_CT
4218{
4219 f_init_vty_bsc();
4220 /* I'm not quite sure why we need this with osmo-bts-virtual. Somehow it deosn't seem to
4221 * support dynamic timeslots? But it uses the same scheduler as osmo-bts-trx ?!? */
4222 f_vty_config2(BSCVTY, {"network", "bts 0", "trx 0", "timeslot 3"}, "phys_chan_config TCH/F");
4223 f_vty_config2(BSCVTY, {"network", "bts 0", "trx 0", "timeslot 4"}, "phys_chan_config TCH/F");
Max2c6f5632019-03-18 17:25:17 +01004224 f_init_pcu_test();
Harald Weltead033dc2019-05-25 17:28:16 +02004225}
4226
4227private function f_virtphy_common() runs on test_CT {
4228 f_disable_dynamic_ts();
4229 f_init_l1ctl();
4230 f_l1_tune(L1CTL);
4231}
4232
4233testcase TC_pcu_data_req_pdtch() runs on test_CT {
4234 var TfiUsfArr tua := f_TfiUsfArrInit();
4235 var octetstring data := '0000'O & f_rnd_octstring(21);
4236
4237 f_virtphy_common();
Max2c6f5632019-03-18 17:25:17 +01004238
Harald Welte883340c2018-02-28 18:59:29 +01004239 f_TC_pcu_act_req(0, 0, 7, true);
Harald Weltead033dc2019-05-25 17:28:16 +02004240 f_TfiUsfArrSet(tua, 7, 0);
4241 f_L1CTL_TBF_CFG(L1CTL, false, tua);
4242 f_sleep(1.0);
4243
4244 f_pcu_to_l1(0, 0, 7, PCU_IF_SAPI_PDTCH, data); //c_PCU_DATA);
Harald Welte883340c2018-02-28 18:59:29 +01004245}
4246
Vadim Yanitskiy8c242f02019-10-13 15:25:54 +07004247/* FIXME: PTTCH has nothing to do with TBFs */
Harald Welte883340c2018-02-28 18:59:29 +01004248testcase TC_pcu_data_req_ptcch() runs on test_CT {
Harald Weltead033dc2019-05-25 17:28:16 +02004249 var TfiUsfArr tua := f_TfiUsfArrInit();
4250 var octetstring data := '0000'O & f_rnd_octstring(21);
4251
4252 f_virtphy_common();
Max2c6f5632019-03-18 17:25:17 +01004253
Harald Welte883340c2018-02-28 18:59:29 +01004254 f_TC_pcu_act_req(0, 0, 7, true);
Harald Weltead033dc2019-05-25 17:28:16 +02004255 f_TfiUsfArrSet(tua, 7, 0);
4256 f_L1CTL_TBF_CFG(L1CTL, false, tua);
4257 f_sleep(1.0);
4258
4259 f_pcu_to_l1(0, 0, 7, PCU_IF_SAPI_PTCCH, data);
Harald Welte883340c2018-02-28 18:59:29 +01004260}
4261
Vadim Yanitskiy8c242f02019-10-13 15:25:54 +07004262private function f_TC_pcu_ptcch_ul(uint16_t ra)
4263runs on test_CT {
4264 var template PCUIF_Message pcu_rach_ind;
4265 var PCUIF_send_data sd;
4266 var GsmFrameNumber fn;
4267 timer T;
4268
4269 /* Send an Access Burst on PTCCH/U over the Um-interface */
4270 fn := f_L1CTL_RACH(L1CTL, ra := ra, combined := 0, offset := 0,
4271 chan_nr := ts_RslChanNr_PDCH(7),
4272 link_id := ts_RslLinkID_OSMO_PTCCH(0));
4273
Vadim Yanitskiy36558d92019-11-17 02:23:51 +07004274 pcu_rach_ind := tr_PCUIF_RACH_IND(bts_nr := 0, trx_nr := 0, ts_nr := 7,
4275 ra := ra, fn := fn, sapi := PCU_IF_SAPI_PTCCH);
Vadim Yanitskiy8c242f02019-10-13 15:25:54 +07004276
4277 /* Expect a RACH.ind on the PCU interface (timeout is one multi-frame) */
4278 T.start(52.0 * 4.615 / 1000.0);
4279 alt {
4280 [] PCU.receive(t_SD_PCUIF(g_pcu_conn_id, pcu_rach_ind)) -> value sd {
4281 log("Rx an Access Burst on the PCU interface: ", sd.data);
4282 setverdict(pass);
4283 T.stop;
4284 }
4285 [] PCU.receive { repeat; }
4286 [] T.timeout {
4287 setverdict(fail, "Timeout waiting for RACH.ind on the PCU interface");
4288 /* Keep going, that's not the end of the world */
4289 }
4290 }
4291}
4292
4293testcase TC_pcu_ptcch() runs on test_CT {
4294 var L1ctlDlMessage dl;
4295 var octetstring data;
4296 timer T;
4297
4298 f_init_pcu_test();
4299 f_init_l1ctl();
4300 f_l1_tune(L1CTL);
4301
4302 /* Activate PDCH channel on TS7 */
4303 f_TC_pcu_act_req(0, 0, 7, true);
4304
4305 /* Tune trxcon to that PDCH channel */
4306 L1CTL.send(ts_L1CTL_DM_EST_REQ(arfcn := { false, mp_trx0_arfcn },
4307 chan_nr := valueof(ts_RslChanNr_PDCH(7)),
4308 tsc := 7));
4309
4310 /* Verify PTCCH/U: send several access bursts, make sure they're received */
4311 for (var integer i := 0; i < 16; i := i + 1) {
4312 log("Sending an Access Burst towards the L1CTL interface");
4313 f_TC_pcu_ptcch_ul(oct2int(f_rnd_ra_ps()));
4314 }
4315
4316 /* Generate a random payload for PTCCH/D (23 octets, CS-1) */
4317 data := f_rnd_octstring(23);
4318
4319 /* Verify PTCCH/D: send a random data block, make sure it's received */
4320 log("Sending a PTCCH/D block towards the PCU interface: ", data);
4321 f_pcu_wait_rts_and_data_req(0, 0, 7, PCU_IF_SAPI_PTCCH, data);
4322
4323 /* PTCCH/D period is 2 multi-frames (2 * 52 * 4.615 ms), but
4324 * let's give it more time in case if we miss the beginning. */
4325 T.start(2.0 * 2.0 * 52.0 * 4.615 / 1000.0);
4326 alt {
4327 /* PDCH is considered as traffic in trxcon => expect TRAFFIC.ind */
4328 [] L1CTL.receive(tr_L1CTL_TRAFFIC_IND(chan_nr := t_RslChanNr_PDCH(7),
4329 link_id := tr_RslLinkID_OSMO_PTCCH(?),
4330 frame := data)) -> value dl {
4331 log("Rx PTCCH/D data (traffic) block on L1CTL: ", dl);
4332 setverdict(pass);
4333 T.stop;
4334 }
4335 /* Other PHYs (e.g. virt_phy) may consider PDCH as data => expect DATA.ind */
4336 [] L1CTL.receive(tr_L1CTL_DATA_IND(chan_nr := t_RslChanNr_PDCH(7),
4337 link_id := tr_RslLinkID_OSMO_PTCCH(?),
4338 l2_data := data)) -> value dl {
4339 log("Rx PTCCH/D data block on L1CTL: ", dl);
4340 setverdict(pass);
4341 T.stop;
4342 }
4343 [] L1CTL.receive { repeat; }
4344 [] T.timeout {
4345 setverdict(fail, "Timeout waiting for DATA.ind on L1CTL");
4346 }
4347 }
4348}
4349
Harald Welte883340c2018-02-28 18:59:29 +01004350/* Send AGCH from PCU; check it appears on Um side */
4351testcase TC_pcu_data_req_agch() runs on test_CT {
4352 timer T := 3.0;
Max2c6f5632019-03-18 17:25:17 +01004353 f_init_pcu_test();
Harald Welte883340c2018-02-28 18:59:29 +01004354 f_init_l1ctl();
4355 f_l1_tune(L1CTL);
4356
4357 f_TC_pcu_act_req(0, 0, 7, true);
4358 f_pcu_data_req(0, 0, 7, 0, 0, PCU_IF_SAPI_AGCH, c_PCU_DATA);
4359
4360 T.start;
4361 alt {
Harald Weltef8df4cb2018-03-10 15:15:08 +01004362 [] L1CTL.receive(tr_L1CTL_DATA_IND(t_RslChanNr_PCH_AGCH(0), ?, c_PCU_DATA)) {
Harald Welte883340c2018-02-28 18:59:29 +01004363 setverdict(pass);
4364 }
4365 [] L1CTL.receive { repeat; }
4366 [] T.timeout {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02004367 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Timeout waiting for PCU-originated AGCH block on Um");
Harald Welte883340c2018-02-28 18:59:29 +01004368 }
4369 }
4370}
4371
Harald Welte928622b2019-05-26 13:22:59 +02004372/* Send AGCH from PCU; check it appears on Um side */
4373testcase TC_pcu_data_req_pch() runs on test_CT {
4374 timer T := 3.0;
4375 f_init_pcu_test();
4376 f_init_l1ctl();
4377 f_l1_tune(L1CTL);
4378
4379 f_TC_pcu_act_req(0, 0, 7, true);
4380 /* three characters prefix: last 3 digits of IMSI as ASCII */
4381 f_pcu_data_req(0, 0, 7, 0, 0, PCU_IF_SAPI_PCH, '313233'O & c_PCU_DATA);
4382
4383 T.start;
4384 alt {
4385 [] L1CTL.receive(tr_L1CTL_DATA_IND(t_RslChanNr_PCH_AGCH(0), ?, c_PCU_DATA)) {
4386 setverdict(pass);
4387 }
4388 [] L1CTL.receive { repeat; }
4389 [] T.timeout {
4390 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Timeout waiting for PCU-originated PCH block on Um");
4391 }
4392 }
4393}
4394
Harald Welte883340c2018-02-28 18:59:29 +01004395/* Send IMM.ASS from PCU for PCH; check it appears on Um side */
4396testcase TC_pcu_data_req_imm_ass_pch() runs on test_CT {
4397 var octetstring imm_ass := f_rnd_octstring(23);
Max2c6f5632019-03-18 17:25:17 +01004398 f_init_pcu_test();
Harald Welte883340c2018-02-28 18:59:29 +01004399 f_init_l1ctl();
4400 f_l1_tune(L1CTL);
4401
4402 /* append 3 last imsi digits so BTS can compute pagng group */
4403 var uint32_t fn := f_PCUIF_tx_imm_ass_pch(PCU, g_pcu_conn_id, imm_ass, '123459987'H);
4404
4405 timer T := 0.5;
4406 T.start;
4407 alt {
Harald Weltef8df4cb2018-03-10 15:15:08 +01004408 [] L1CTL.receive(tr_L1CTL_DATA_IND(t_RslChanNr_PCH_AGCH(0), ?, imm_ass)) {
Harald Welte883340c2018-02-28 18:59:29 +01004409 /* TODO: verify paging group */
4410 setverdict(pass);
4411 }
4412 [] L1CTL.receive { repeat; }
4413 [] T.timeout {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02004414 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Timeout waiting for PCU-originated AGCH block on Um");
Harald Welte883340c2018-02-28 18:59:29 +01004415 }
4416 }
4417}
4418
4419/* Send RACH from Um side, expect it to show up on PCU socket */
4420testcase TC_pcu_rach_content() runs on test_CT {
Max2c6f5632019-03-18 17:25:17 +01004421 f_init_pcu_test();
Harald Welte883340c2018-02-28 18:59:29 +01004422 f_init_l1ctl();
4423 f_l1_tune(L1CTL);
4424
4425 var GsmFrameNumber fn_last := 0;
4426 for (var integer i := 0; i < 1000; i := i+1) {
4427 var OCT1 ra := f_rnd_ra_ps();
4428 var GsmFrameNumber fn := f_L1CTL_RACH(L1CTL, oct2int(ra));
4429 if (fn == fn_last) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02004430 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Two RACH in same FN?!?");
Harald Welte883340c2018-02-28 18:59:29 +01004431 }
4432 fn_last := fn;
4433
4434 timer T := 2.0;
4435 T.start;
4436 alt {
Vadim Yanitskiy36558d92019-11-17 02:23:51 +07004437 [] PCU.receive(t_SD_PCUIF(g_pcu_conn_id, tr_PCUIF_RACH_IND(0, 0, 0, oct2int(ra), 0, ?, fn))) {
Harald Welte883340c2018-02-28 18:59:29 +01004438 T.stop;
4439 }
4440 [] PCU.receive(t_SD_PCUIF(g_pcu_conn_id, tr_PCUIF_RACH_IND)) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02004441 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Unexpected RACH IND");
Harald Welte883340c2018-02-28 18:59:29 +01004442 }
4443 [] PCU.receive { repeat; }
4444 [] T.timeout {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02004445 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Timeout waiting for RACH IND");
Harald Welte883340c2018-02-28 18:59:29 +01004446 }
4447 }
4448 }
4449 setverdict(pass);
4450}
4451
Vadim Yanitskiy51cbc102019-04-22 06:37:30 +07004452/* Send extended (11-bit, TS1 & TS2) RACH bursts from the Um side,
4453 * expect them to show up on PCU socket (with proper BURST_TYPE_*). */
4454testcase TC_pcu_ext_rach_content() runs on test_CT {
4455 var template PCUIF_Message pcu_rach_ind;
4456 var GsmFrameNumber fn_last := 0;
4457 var L1ctlRachSynchSeq synch_seq;
4458 var PCUIF_BurstType pcu_bt;
4459 var GsmFrameNumber fn;
4460 var BIT11 ra11;
4461
4462 f_init_pcu_test();
4463 f_init_l1ctl();
4464 f_l1_tune(L1CTL);
4465
4466 for (var integer i := 0; i < 1000; i := i+1) {
4467 /* We need to test both TS1 & TS2 */
4468 if (i rem 2 == 0) {
4469 synch_seq := RACH_SYNCH_SEQ_TS1;
4470 pcu_bt := BURST_TYPE_1;
4471 } else {
4472 synch_seq := RACH_SYNCH_SEQ_TS2;
4473 pcu_bt := BURST_TYPE_2;
4474 }
4475
4476 ra11 := f_rnd_ra11_ps();
4477 fn := f_L1CTL_EXT_RACH(L1CTL, bit2int(ra11), synch_seq);
4478 if (fn == fn_last) {
4479 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail,
4480 "Two RACH in same FN?!?");
4481 }
4482 fn_last := fn;
4483
4484 /* Compose the expected message */
4485 pcu_rach_ind := tr_PCUIF_RACH_IND(
Vadim Yanitskiy36558d92019-11-17 02:23:51 +07004486 bts_nr := 0, trx_nr := 0, ts_nr := 0,
Vadim Yanitskiy51cbc102019-04-22 06:37:30 +07004487 ra := bit2int(ra11),
4488 is_11bit := 1,
4489 burst_type := pcu_bt,
4490 fn := fn);
4491
4492 timer T := 2.0;
4493 T.start;
4494 alt {
4495 [] PCU.receive(t_SD_PCUIF(g_pcu_conn_id, pcu_rach_ind)) {
4496 T.stop;
4497 }
4498 [] PCU.receive(t_SD_PCUIF(g_pcu_conn_id, tr_PCUIF_RACH_IND)) {
4499 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Unexpected RACH IND");
4500 }
4501 [] PCU.receive { repeat; }
4502 [] T.timeout {
4503 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Timeout waiting for RACH IND");
4504 }
4505 }
4506 }
4507 setverdict(pass);
4508}
4509
Vadim Yanitskiya2c68e82019-07-03 13:07:20 +07004510private function f_TC_pcu_data_ind_lqual_cb(int16_t lqual_cb_exp, int16_t thresh)
4511runs on test_CT {
4512 var template PCUIF_send_data sdt;
4513 var PCUIF_send_data sd;
4514 var int16_t lqual_cb;
4515 timer T := 1.0;
4516
4517 /* PCUIF_DATA.ind is encapsulated into a supplementary record */
4518 sdt := t_SD_PCUIF_MSGT(g_pcu_conn_id, PCU_IF_MSG_DATA_IND);
4519
4520 /* Send a random PDTCH frame over Um */
4521 L1CTL.send(ts_L1CTL_TRAFFIC_REQ(ts_RslChanNr_PDCH(7), ts_RslLinkID_DCCH(0),
4522 '0000'O & f_rnd_octstring(21)));
4523
4524 T.start;
4525 alt {
4526 /* If expected link quality is above the threshold */
4527 [lqual_cb_exp >= thresh] PCU.receive(sdt) -> value sd {
4528 lqual_cb := sd.data.u.data_ind.lqual_cb;
4529 log("Rx PCUIF_DATA.ind (lqual_cb=", lqual_cb, ")");
4530
4531 /* Make sure the actual link quality matches the expected value */
4532 if (not match(lqual_cb, lqual_cb_exp)) {
4533 setverdict(fail, log2str("Link quality ", lqual_cb, " does not match ",
4534 "expected value ", lqual_cb_exp));
4535 } else {
4536 setverdict(pass);
4537 }
4538 }
4539 /* If expected link quality is below the threshold */
4540 [lqual_cb_exp < thresh] PCU.receive(sdt) -> value sd {
4541 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail,
4542 log2str("Rx unexpected PCUIF_DATA.ind: ", sd.data));
4543 }
4544 /* Ignore PCUIF_RTS.req and PCUIF_TIME.ind */
4545 [] PCU.receive { repeat; }
4546 [lqual_cb_exp < thresh] T.timeout {
4547 log("Rx nothing, as expected");
4548 setverdict(pass);
4549 }
4550 [lqual_cb_exp >= thresh] T.timeout {
4551 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail,
4552 "Timeout waiting for PCUIF_DATA.ind");
4553 }
4554 }
4555}
4556
4557/* Verify C/I (Carrier-to-Interference ratio) processing of PDTCH frames */
4558testcase TC_pcu_data_ind_lqual_cb() runs on test_CT {
4559 f_init_pcu_test();
4560 PCU.clear;
4561
4562 f_init_l1ctl();
4563 f_l1_tune(L1CTL);
4564
4565 /* Activate a PDCH channel on TS7 */
4566 f_TC_pcu_act_req(0, 0, 7, true);
4567
4568 /* Tune trxcon to that PDCH channel on TS7 */
4569 f_L1CTL_DM_EST_REQ(L1CTL, { false, mp_trx0_arfcn },
4570 valueof(ts_RslChanNr_PDCH(7)), 7);
4571
4572 /* C/I in centiBels, test range: -256 .. +1280, step 128 */
4573 for (var int16_t i := -256; i <= 1280; i := i + 128) {
4574 var TrxcMessage ret;
4575
4576 ret := f_TRXC_transceive(BTS_TRXC, g_bts_trxc_conn_id,
4577 valueof(ts_TRXC_FAKE_CI(i)));
4578
4579 /* FIXME: OsmoBTS may have different threshold (see MIN_QUAL_NORM) */
4580 f_TC_pcu_data_ind_lqual_cb(i, thresh := 0);
4581 }
4582}
4583
Harald Welte883340c2018-02-28 18:59:29 +01004584/* Send PAGING via RSL, expect it to shw up on PCU socket */
4585testcase TC_pcu_paging_from_rsl() runs on test_CT {
Max2c6f5632019-03-18 17:25:17 +01004586 f_init_pcu_test();
Harald Welte883340c2018-02-28 18:59:29 +01004587
4588 for (var integer i := 0; i < 100; i := i+1) {
Vadim Yanitskiycc4623d2020-03-28 06:14:06 +07004589 var MobileIdentityLV mi_lv;
4590 var octetstring mi_lv_enc;
4591 var MobileIdentityV mi;
Harald Welte883340c2018-02-28 18:59:29 +01004592 timer T := 3.0;
Vadim Yanitskiycc4623d2020-03-28 06:14:06 +07004593
Harald Welte883340c2018-02-28 18:59:29 +01004594 if (i < 50) {
Vadim Yanitskiycc4623d2020-03-28 06:14:06 +07004595 mi := valueof(t_MI_TMSI(f_rnd_octstring(4)));
Harald Welte883340c2018-02-28 18:59:29 +01004596 } else {
Vadim Yanitskiycc4623d2020-03-28 06:14:06 +07004597 mi := valueof(ts_MI_IMSI(f_gen_imsi(i)));
Harald Welte883340c2018-02-28 18:59:29 +01004598 }
Vadim Yanitskiycc4623d2020-03-28 06:14:06 +07004599
4600 /* Fancy encoding for PCUIF */
4601 mi_lv := valueof(ts_MI_LV(mi));
4602 mi_lv_enc := enc_MobileIdentityLV(mi_lv);
4603 mi_lv_enc := f_pad_oct(mi_lv_enc, 9, '00'O);
Harald Welte883340c2018-02-28 18:59:29 +01004604
4605 /* Send RSL PAGING COMMAND */
Vadim Yanitskiy493abe72020-05-25 22:03:48 +07004606 RSL_CCHAN.send(ts_ASP_RSL_UD(ts_RSL_PAGING_CMD(mi, i mod 4)));
Harald Welte883340c2018-02-28 18:59:29 +01004607 T.start;
4608 alt {
Vadim Yanitskiycc4623d2020-03-28 06:14:06 +07004609 [] PCU.receive(t_SD_PCUIF(g_pcu_conn_id, tr_PCUIF_PAG_REQ(0, mi_lv_enc))) {
Harald Welte883340c2018-02-28 18:59:29 +01004610 }
4611 [] PCU.receive(t_SD_PCUIF(g_pcu_conn_id, tr_PCUIF_PAG_REQ)) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02004612 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Unexpected PAGING REQ");
Harald Welte883340c2018-02-28 18:59:29 +01004613 }
4614 [] PCU.receive { repeat; }
4615 [] T.timeout {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02004616 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Timeout waiting for PAGING REQ");
Harald Welte883340c2018-02-28 18:59:29 +01004617 }
4618 }
4619 }
4620 setverdict(pass);
4621}
4622
Harald Welted66c9b82019-05-25 09:03:15 +02004623/* test for periodic TIME_IND; check number of FN expired and number of TIME_IND within frames */
4624testcase TC_pcu_time_ind() runs on test_CT {
4625 var PCUIF_send_data pcu_sd;
4626 var integer num_time_ind := 0;
4627 var integer first_fn, last_fn;
4628 var float test_duration := 5.0;
4629 timer T;
4630
4631 f_init_pcu_test();
4632 f_TC_pcu_act_req(0, 0, 7, true);
4633
4634 PCU.clear;
4635 T.start(test_duration);
4636 alt {
4637 [] PCU.receive(t_SD_PCUIF(g_pcu_conn_id, tr_PCUIF_TIME_IND(0, ?))) -> value pcu_sd {
4638 num_time_ind := num_time_ind + 1;
4639 if (not isbound(first_fn)) {
4640 first_fn := pcu_sd.data.u.time_ind.fn;
4641 }
4642 last_fn := pcu_sd.data.u.time_ind.fn;
4643 repeat;
4644 }
4645 [] PCU.receive(t_SD_PCUIF(g_pcu_conn_id, tr_PCUIF_TIME_IND(?, ?))) -> value pcu_sd {
4646 setverdict(fail, "Received unexpected PCUIF_TIME_IND: ", pcu_sd.data);
4647 repeat;
4648 }
4649 [] PCU.receive {
4650 repeat;
4651 }
4652 [] T.timeout {}
4653 }
4654 var integer fn_expired := last_fn - first_fn;
4655 log(fn_expired, " fn expired with ", num_time_ind, " PCU_TIME.ind");
4656
4657 /* verify the number of frames expired matches our expectation */
4658 const float c_GSM_FN_DURATION_MS := 4.61538;
4659 var float fn_expected := test_duration * 1000.0 / c_GSM_FN_DURATION_MS;
Harald Weltec761c542019-05-28 11:59:57 +02004660 var template integer t_fn_expected := f_tolerance(float2int(fn_expected), 1, 100000, 20);
Harald Welted66c9b82019-05-25 09:03:15 +02004661 if (not match(fn_expired, t_fn_expected)) {
4662 setverdict(fail, "Number of TDMA Frames (", fn_expired, ") not matching ", t_fn_expected);
4663 }
4664
4665 /* There are three TIME.ind in every fn MOD 13 */
4666 var float time_ind_expected := int2float(fn_expired) * 3.0 / 13.0;
4667 /* Add some tolerance */
4668 var template integer t_time_ind_exp := f_tolerance(float2int(time_ind_expected), 1, 100000, 5);
4669 if (not match(num_time_ind, t_time_ind_exp)) {
4670 setverdict(fail, "Number of TIME.ind (", num_time_ind, ") not matching ", t_time_ind_exp);
4671 }
4672
4673 setverdict(pass);
4674}
4675
Harald Welte4832c862019-05-25 14:57:18 +02004676/* test for periodic RTS_REQ; check number of FN expired and number of RTS_IND per SAPI */
4677testcase TC_pcu_rts_req() runs on test_CT {
4678 var PCUIF_send_data pcu_sd;
4679 var integer first_fn, last_fn;
4680 var integer num_rts_pdtch := 0;
4681 var integer num_rts_ptcch := 0;
4682 var float test_duration := 5.0;
4683 timer T;
4684
4685 f_init_pcu_test();
4686 f_TC_pcu_act_req(0, 0, 7, true);
4687
4688 PCU.clear;
4689 T.start(test_duration);
4690 alt {
4691 [] PCU.receive(t_SD_PCUIF(g_pcu_conn_id, tr_PCUIF_RTS_REQ(0, 0, 7, PCU_IF_SAPI_PDTCH, ?, ?)))
4692 -> value pcu_sd {
4693 num_rts_pdtch := num_rts_pdtch + 1;
4694 if (not isbound(first_fn)) {
4695 first_fn := pcu_sd.data.u.rts_req.fn;
4696 }
4697 last_fn := pcu_sd.data.u.rts_req.fn;
4698 repeat;
4699 }
4700 [] PCU.receive(t_SD_PCUIF(g_pcu_conn_id, tr_PCUIF_RTS_REQ(0, 0, 7, PCU_IF_SAPI_PTCCH, ?, ?)))
4701 -> value pcu_sd {
4702 num_rts_ptcch := num_rts_ptcch + 1;
4703 if (not isbound(first_fn)) {
4704 first_fn := pcu_sd.data.u.rts_req.fn;
4705 }
4706 last_fn := pcu_sd.data.u.rts_req.fn;
4707 repeat;
4708 }
4709 [] PCU.receive(t_SD_PCUIF(g_pcu_conn_id, tr_PCUIF_RTS_REQ)) -> value pcu_sd {
4710 setverdict(fail, "Received unexpected PCUIF_RTS_REQ: ", pcu_sd.data);
4711 repeat;
4712 }
4713 [] PCU.receive {
4714 repeat;
4715 }
4716 [] T.timeout {}
4717 }
4718 var integer fn_expired := last_fn - first_fn;
4719 log(fn_expired, " fn expired with num_rts_pdtch=", num_rts_pdtch,
4720 ", num_rts_ptcch=", num_rts_ptcch);
4721
4722 /* verify the number of frames expired matches our expectation */
4723 const float c_GSM_FN_DURATION_MS := 4.61538;
4724 var float fn_expected := test_duration * 1000.0 / c_GSM_FN_DURATION_MS;
Harald Weltec761c542019-05-28 11:59:57 +02004725 var template integer t_fn_expected := f_tolerance(float2int(fn_expected), 1, 100000, 20);
Harald Welte4832c862019-05-25 14:57:18 +02004726 if (not match(fn_expired, t_fn_expected)) {
4727 setverdict(fail, "Number of TDMA Frames (", fn_expired, ") not matching ", t_fn_expected);
4728 }
4729
4730 /* PTCCH is in pos. 12 + 38 of 52-multiframe, but four slots/bursts required per block */
4731 var float ptcch_expected := int2float(fn_expired) / 52.0 * 0.5;
4732 var template integer t_ptcch_exp := f_tolerance(float2int(ptcch_expected), 1, 100000, 1);
4733 if (not match(num_rts_ptcch, t_ptcch_exp)) {
4734 setverdict(fail, "Number of RTS.ind for PTCCH (", num_rts_ptcch, ") not matching ",
4735 t_ptcch_exp);
4736 }
4737
4738 /* We have 12 PDTCH blocks every 52-multiframe */
4739 var float pdtch_expected := int2float(fn_expired) / 52.0 * 12.0;
4740 var template integer t_pdtch_exp := f_tolerance(float2int(pdtch_expected), 1, 100000, 2);
4741 if (not match(num_rts_pdtch, t_pdtch_exp)) {
4742 setverdict(fail, "Number of RTS.ind for PDTCH (", num_rts_pdtch, ") not matching ",
4743 t_pdtch_exp);
4744 }
4745
4746 setverdict(pass);
4747}
4748
Harald Welte07bd2d22019-05-25 11:03:30 +02004749/* test for generating Abis side OML ALERT from the PCU */
4750testcase TC_pcu_oml_alert() runs on test_CT {
4751 var PCUIF_send_data pcu_sd;
4752 var integer num_time_ind := 0;
4753 var integer first_fn, last_fn;
4754 var float test_duration := 5.0;
4755 timer T;
4756
4757 f_init_pcu_test();
4758 f_TC_pcu_act_req(0, 0, 7, true);
4759
4760 /* re-connect CTRL port from BTS to BSC */
4761 f_ipa_ctrl_stop();
4762 f_ipa_ctrl_start(mp_bsc_ctrl_ip, mp_bsc_ctrl_port);
4763
4764 /* Send that OML Alert */
4765 PCU.send(t_SD_PCUIF(g_pcu_conn_id, ts_PCUIF_TXT_IND(0, PCU_OML_ALERT, testcasename())));
4766
4767 /* This requires https://gerrit.osmocom.org/#/c/osmo-bsc/+/14177 to be merged */
4768 f_ctrl_exp_trap(IPA_CTRL, "bts.0.oml_failure_report", ?);
4769 setverdict(pass);
4770}
4771
Harald Welteeaa9a862019-05-26 23:01:08 +02004772template (value) PDU_ML3_MS_NW ts_RRM_GprsSuspReq(template (value) OCT4 tlli,
4773 template (value) RoutingAreaIdentificationV rai,
4774 template (value) OCT1 cause) := {
4775 discriminator := '0000'B, /* overwritten */
4776 tiOrSkip := {
4777 skipIndicator := '0000'B
4778 },
4779 msgs := {
4780 rrm := {
4781 gPRS_suspensionRequest := {
4782 messageType := '00110100'B,
4783 tLLI := tlli,
4784 routingAreaIdentification := rai,
4785 suspensionCause := cause,
4786 service_Support := omit
4787 }
4788 }
4789 }
4790}
4791
4792/* test for forwarding of RR SUSPEND from CS lchan to PCU via PCU socket */
4793private function f_TC_rr_suspend_req(charstring id) runs on ConnHdlr {
4794 var PCUIF_Message first_info;
4795 var integer pcu_conn_id := -1;
4796 var RslLinkId link_id := valueof(ts_RslLinkID_DCCH(0));
4797 var RoutingAreaIdentificationV rai := f_RAI('262'H, '42F'H, '2342'O, '55'O);
4798 var OCT4 tlli := '01020304'O;
4799 var OCT1 cause := '23'O;
4800 timer T := 5.0;
4801
4802 f_init_pcu(PCU, id, pcu_conn_id, first_info);
4803
4804 f_l1_tune(L1CTL);
4805 RSL.clear;
4806
4807 f_est_dchan();
4808 L1CTL.clear;
4809
4810 f_est_rll_mo(link_id.sapi, link_id, '23420815'O);
4811
4812 var PDU_ML3_MS_NW susp_req := valueof(ts_RRM_GprsSuspReq(tlli, rai, cause));
4813 var octetstring l3 := enc_PDU_ML3_MS_NW(susp_req);
4814 f_tx_lapdm(ts_LAPDm_I(link_id.sapi, cr_MO_CMD, true, 1, 0, l3), link_id);
4815
4816 /* ConnHdlr has terminated after sending the RR SUSP REQ over a dedicaed channel */
4817 T.start;
4818 alt {
4819 [] PCU.receive(t_SD_PCUIF(pcu_conn_id, tr_PCUIF_SUSP_REQ(0, tlli, ?, oct2int(cause)))) {
4820 setverdict(pass);
4821 }
4822 [] PCU.receive(t_SD_PCUIF(pcu_conn_id, tr_PCUIF_SUSP_REQ(?, ?, ?, ?))) {
4823 setverdict(fail, "Received unexpected PCUIF SUSPE REQ: ");
4824 }
4825 [] PCU.receive {
4826 repeat;
4827 }
4828 [] T.timeout {
4829 setverdict(fail, "Timeout waiting for SUSP REQ on PCUIF");
4830 }
4831 }
Alexander Couzensa0634832019-06-07 00:28:56 +02004832
4833 /* release the channel */
4834 f_rsl_chan_deact();
4835 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
4836 f_rslem_unregister(0, g_chan_nr);
Harald Welteeaa9a862019-05-26 23:01:08 +02004837}
4838testcase TC_pcu_rr_suspend() runs on test_CT {
4839 var ConnHdlrPars pars;
4840 var ConnHdlr vc_conn;
4841
4842 f_init();
4843
4844 pars := valueof(t_Pars(t_RslChanNr_SDCCH4(0,3), ts_RSL_ChanMode_SIGN));
4845 vc_conn := f_start_handler(refers(f_TC_rr_suspend_req), pars, true);
4846 vc_conn.done;
4847}
Harald Welte07bd2d22019-05-25 11:03:30 +02004848
Harald Weltea2e0e942019-05-27 18:12:53 +02004849/* Ensure that PCUIF socket can accept only a single connection */
4850testcase TC_pcu_socket_connect_multi() runs on test_CT {
4851 timer T := 5.0;
4852
4853 /* this (among other things) establishes the first connection to the PCUIF socket */
4854 f_init();
4855
4856 /* try to establish a second connection, expect it to fail */
4857 PCU.send(UD_connect:{mp_pcu_socket, -1});
4858 T.start;
4859 alt {
4860 [] PCU.receive(UD_connect_result:{id := ?, result := { result_code := ERROR, err := ? }}) {
4861 setverdict(pass);
4862 }
4863 [] PCU.receive(UD_connect_result:?) {
4864 setverdict(fail, "Unexpected unix domain connect result");
4865 }
4866 [] T.timeout {
4867 setverdict(pass);
4868 }
4869 }
4870 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
4871}
4872
Harald Weltec8effb72019-05-27 18:23:04 +02004873/* Ensure that PCUIF socket can disconnect + reconnect */
4874testcase TC_pcu_socket_reconnect() runs on test_CT {
4875 /* this (among other things) establishes the first connection to the PCUIF socket */
4876 f_init();
4877
4878 f_sleep(1.0);
4879
4880 f_pcuif_close(PCU, g_pcu_conn_id);
4881 g_pcu_conn_id := -1;
4882
4883 f_sleep(1.0);
4884
4885 /* re-connect */
4886 PCU.clear;
4887 f_init_pcu(PCU, testcasename(), g_pcu_conn_id, g_pcu_last_info);
4888 setverdict(pass);
4889
4890 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
4891}
4892
Harald Weltebe030482019-05-27 22:29:35 +02004893/* Ensure that GPRS capability is not advertised before PCU socket conncet */
Vadim Yanitskiy3c185382020-05-04 14:55:02 +07004894private function f_get_si(L1CTL_PT pt, RrMessageType si_type)
4895runs on test_CT return SystemInformation {
Harald Weltebe030482019-05-27 22:29:35 +02004896 var L1ctlDlMessage l1_dl;
4897 var SystemInformation si;
4898 timer T := 5.0;
4899 T.start;
4900 alt {
4901 [] pt.receive(tr_L1CTL_DATA_IND(t_RslChanNr_BCCH(0), ?)) -> value l1_dl {
4902 /* somehow dec_SystemInformation will try to decode even non-RR as SI */
4903 if (not (l1_dl.payload.data_ind.payload[1] == '06'O)) {
4904 log("Ignoring non-RR SI ", l1_dl);
4905 repeat;
4906 }
4907 si := dec_SystemInformation(l1_dl.payload.data_ind.payload)
Vadim Yanitskiy3c185382020-05-04 14:55:02 +07004908 if (si.header.message_type != si_type) {
Harald Weltebe030482019-05-27 22:29:35 +02004909 repeat;
4910 }
4911 }
4912 [] pt.receive {
4913 repeat;
4914 }
4915 [] T.timeout {
Vadim Yanitskiy3c185382020-05-04 14:55:02 +07004916 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail,
4917 log2str("Timeout waiting for ", si_type));
Harald Weltebe030482019-05-27 22:29:35 +02004918 }
4919 }
Vadim Yanitskiy3c185382020-05-04 14:55:02 +07004920 return si;
Harald Weltebe030482019-05-27 22:29:35 +02004921}
4922
Vadim Yanitskiya8e83a82020-05-04 16:05:12 +07004923/* Check if GPRS Indicator is present in RR System Information of a given type */
4924private function f_si_has_gprs_indicator(RrMessageType si_type)
4925runs on test_CT return boolean {
4926 var SystemInformation si := f_get_si(L1CTL, si_type);
4927
4928 if (si_type == SYSTEM_INFORMATION_TYPE_3) {
4929 var RestOctets ro := si.payload.si3.rest_octets;
4930 var SI3RestOctets rest := dec_SI3RestOctets(ro);
4931 return rest.gprs_ind.presence == '1'B;
4932 } else if (si_type == SYSTEM_INFORMATION_TYPE_4) {
4933 var RestOctets ro := si.payload.si4.rest_octets;
4934 var SI4RestOctets rest := dec_SI4RestOctets(ro);
4935 return rest.gprs_ind.presence == '1'B;
4936 }
4937
4938 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Unhandled SI type");
4939 return false;
Harald Weltebe030482019-05-27 22:29:35 +02004940}
4941
Vadim Yanitskiya8e83a82020-05-04 16:05:12 +07004942/* Make sure that GPRS Indicator is absent when the PCU is not connected */
4943private function f_TC_pcu_socket_noconnect(RrMessageType si_type)
4944runs on test_CT {
Harald Weltebe030482019-05-27 22:29:35 +02004945 /* don't call f_init() as this would connect PCU socket */
4946 f_init_rsl(testcasename());
Vadim Yanitskiya8e83a82020-05-04 16:05:12 +07004947
4948 /* Send both System Information Type 3 and 4 (with GPRS Indicator) */
Harald Weltebe030482019-05-27 22:29:35 +02004949 f_rsl_bcch_fill(RSL_SYSTEM_INFO_3, ts_SI3_default);
Vadim Yanitskiya8e83a82020-05-04 16:05:12 +07004950 f_rsl_bcch_fill(RSL_SYSTEM_INFO_4, ts_SI4_default);
Harald Weltebe030482019-05-27 22:29:35 +02004951
4952 f_init_l1ctl();
4953 f_l1_tune(L1CTL);
Harald Weltebe030482019-05-27 22:29:35 +02004954 f_sleep(2.0);
4955 L1CTL.clear;
Vadim Yanitskiya8e83a82020-05-04 16:05:12 +07004956
4957 if (f_si_has_gprs_indicator(si_type)) {
4958 setverdict(fail, si_type, " indicates GPRS even before PCU socket connected");
Harald Weltebe030482019-05-27 22:29:35 +02004959 } else {
4960 setverdict(pass);
4961 }
Vadim Yanitskiya8e83a82020-05-04 16:05:12 +07004962
Harald Weltebe030482019-05-27 22:29:35 +02004963 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
4964}
4965
Vadim Yanitskiya8e83a82020-05-04 16:05:12 +07004966testcase TC_pcu_socket_noconnect_nosi3gprs() runs on test_CT {
4967 f_TC_pcu_socket_noconnect(SYSTEM_INFORMATION_TYPE_3);
4968}
Harald Weltebe030482019-05-27 22:29:35 +02004969
Vadim Yanitskiya8e83a82020-05-04 16:05:12 +07004970testcase TC_pcu_socket_noconnect_nosi4gprs() runs on test_CT {
4971 f_TC_pcu_socket_noconnect(SYSTEM_INFORMATION_TYPE_4);
4972}
4973
4974/* Ensure that GPRS capability is advertised after PCU socket connect */
4975private function f_TC_pcu_socket_connect(RrMessageType si_type)
4976runs on test_CT {
Harald Weltebe030482019-05-27 22:29:35 +02004977 /* this (among other things) establishes the first connection to the PCUIF socket */
4978 f_init();
4979 f_init_l1ctl();
4980 f_l1_tune(L1CTL);
4981
4982 f_sleep(2.0);
4983 L1CTL.clear;
Vadim Yanitskiya8e83a82020-05-04 16:05:12 +07004984
4985 if (not f_si_has_gprs_indicator(si_type)) {
4986 setverdict(fail, si_type, " indicates no GPRS despite PCU socket connected");
Harald Weltebe030482019-05-27 22:29:35 +02004987 } else {
4988 setverdict(pass);
4989 }
Vadim Yanitskiya8e83a82020-05-04 16:05:12 +07004990
Harald Weltebe030482019-05-27 22:29:35 +02004991 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
4992}
4993
Vadim Yanitskiya8e83a82020-05-04 16:05:12 +07004994testcase TC_pcu_socket_connect_si3gprs() runs on test_CT {
4995 f_TC_pcu_socket_connect(SYSTEM_INFORMATION_TYPE_3);
4996}
Harald Weltebe030482019-05-27 22:29:35 +02004997
Vadim Yanitskiya8e83a82020-05-04 16:05:12 +07004998testcase TC_pcu_socket_connect_si4gprs() runs on test_CT {
4999 f_TC_pcu_socket_connect(SYSTEM_INFORMATION_TYPE_4);
5000}
5001
5002/* Ensure that GPRS capability is no longer advertised after PCU socket disconnect */
5003private function f_TC_pcu_socket_disconnect(RrMessageType si_type)
5004runs on test_CT {
Harald Weltebe030482019-05-27 22:29:35 +02005005 /* this (among other things) establishes the first connection to the PCUIF socket */
5006 f_init();
5007 f_init_l1ctl();
5008 f_l1_tune(L1CTL);
5009
5010 f_pcuif_close(PCU, g_pcu_conn_id);
5011 g_pcu_conn_id := -1;
5012
5013 f_sleep(1.0);
5014
5015 /* re-connect */
5016 PCU.clear;
5017 f_init_pcu(PCU, testcasename(), g_pcu_conn_id, g_pcu_last_info);
5018
5019 f_sleep(2.0);
5020 L1CTL.clear;
Vadim Yanitskiya8e83a82020-05-04 16:05:12 +07005021
5022 if (f_si_has_gprs_indicator(si_type)) {
5023 setverdict(fail, si_type, " indicates GPRS after PCU socket disconnected");
Harald Weltebe030482019-05-27 22:29:35 +02005024 } else {
5025 setverdict(pass);
5026 }
5027
5028 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
5029}
5030
Vadim Yanitskiya8e83a82020-05-04 16:05:12 +07005031testcase TC_pcu_socket_disconnect_nosi3gprs() runs on test_CT {
5032 f_TC_pcu_socket_disconnect(SYSTEM_INFORMATION_TYPE_3);
5033}
5034
5035testcase TC_pcu_socket_disconnect_nosi4gprs() runs on test_CT {
5036 f_TC_pcu_socket_disconnect(SYSTEM_INFORMATION_TYPE_4);
5037}
5038
Oliver Smithf5239c72019-08-28 10:01:25 +02005039/* Verify that the cell_id of SI3 (TS 04.08 9.1.35) and other values are passed properly to the PCU socket (OS#3854) */
5040testcase TC_pcu_socket_verify_info_ind() runs on test_CT {
5041 var SystemInformation si3 := valueof(ts_SI3_default);
5042
5043 f_init();
5044
5045 /* Verify cell_id */
5046 var uint16_t cell_id_si3 := si3.payload.si3.cell_id;
5047 var uint16_t cell_id_pcu := g_pcu_last_info.u.info_ind.cell_id;
5048 if (cell_id_si3 != cell_id_pcu) {
Oliver Smithe1c00f02019-09-04 11:35:56 +02005049 setverdict(fail, "Expected cell_id '", cell_id_si3, "' and got '", cell_id_pcu, "'. This either means,",
5050 " that the BTS is sending the wrong cell_id, or that the BTS sent it too early",
5051 " (OS#4179)");
Oliver Smithf5239c72019-08-28 10:01:25 +02005052 }
5053
5054 /* Verify LAC */
5055 var uint16_t lac_si3 := si3.payload.si3.lai.lac;
5056 var uint16_t lac_pcu := g_pcu_last_info.u.info_ind.lac;
5057 if (lac_si3 != lac_pcu) {
5058 setverdict(fail, "Expected LAC ", lac_si3, " got: ", lac_pcu);
5059 }
5060
5061 setverdict(pass);
5062}
Harald Welted66c9b82019-05-25 09:03:15 +02005063
Harald Welte3d04ae62018-04-04 20:29:05 +02005064/***********************************************************************
Harald Welte9bbbfb52018-04-05 09:33:19 +02005065 * Osmocom Style Dynamic Timeslot Support
Harald Welte3d04ae62018-04-04 20:29:05 +02005066 ***********************************************************************/
5067
5068private function f_dyn_osmo_pdch_act(integer pcu_conn_id, integer bts_nr, integer trx_nr)
5069runs on ConnHdlr {
5070 var PCUIF_send_data sd;
5071 /* Expect BTS to immediately acknowledge activation as PDCH */
5072 PCU.clear;
5073 f_rsl_chan_act(g_pars.chan_mode);
5074 /* expect INFO_IND on PCU interface listing TS as PDCH */
Pau Espin Pedrol202c2f72019-10-08 13:11:05 +02005075 timer T_wait := 2.0;
5076 T_wait.start;
Harald Welte3d04ae62018-04-04 20:29:05 +02005077 alt {
5078 [] PCU.receive(t_SD_PCUIF(pcu_conn_id, tr_PCUIF_INFO_IND(bts_nr, ?))) -> value sd {
5079 if (substr(sd.data.u.info_ind.trx[trx_nr].pdch_mask, g_chan_nr.tn, 1) != '1'B) {
Pau Espin Pedrol202c2f72019-10-08 13:11:05 +02005080 log("PCUIF_INFO_IND PDCH_MASK not yet '1' after PDCH ACT on TS", g_chan_nr.tn,
5081 " mask:", sd.data.u.info_ind.trx[trx_nr].pdch_mask);
5082 repeat;
Harald Welte3d04ae62018-04-04 20:29:05 +02005083 }
5084 }
5085 [] PCU.receive { repeat; }
Pau Espin Pedrol202c2f72019-10-08 13:11:05 +02005086 [] T_wait.timeout {
5087 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail,
5088 log2str("Timeout waiting for PCUIF_INFO_IND PDCH_MASK to be '1' on TS", g_chan_nr.tn));
5089 }
Harald Welte3d04ae62018-04-04 20:29:05 +02005090 }
5091 /* try to activate this PDCH from the PCU point of view */
5092 PCU.send(t_SD_PCUIF(pcu_conn_id, ts_PCUIF_ACT_REQ(bts_nr, trx_nr, g_chan_nr.tn)));
5093 /* FIXME: is there a response? */
5094}
5095
5096private function f_dyn_osmo_pdch_deact(integer pcu_conn_id, integer bts_nr, integer trx_nr)
5097runs on ConnHdlr {
5098 var PCUIF_send_data sd;
5099 /* Send RSL CHAN REL (deactivate) */
5100 PCU.clear;
5101 RSL.send(ts_RSL_RF_CHAN_REL(g_chan_nr));
5102 /* expect BTS to ask PCU to deactivate the channel */
Pau Espin Pedrol202c2f72019-10-08 13:11:05 +02005103 timer T_wait := 2.0;
5104 T_wait.start;
Harald Welte3d04ae62018-04-04 20:29:05 +02005105 alt {
5106 [] PCU.receive(t_SD_PCUIF(pcu_conn_id, tr_PCUIF_INFO_IND(bts_nr, ?))) -> value sd {
5107 if (substr(sd.data.u.info_ind.trx[trx_nr].pdch_mask, g_chan_nr.tn, 1) != '0'B) {
Pau Espin Pedrol202c2f72019-10-08 13:11:05 +02005108 log("PCUIF_INFO_IND PDCH_MASK not yet '0' after PDCH DEACT on TS", g_chan_nr.tn,
5109 " mask:", sd.data.u.info_ind.trx[trx_nr].pdch_mask);
5110 repeat;
Harald Welte3d04ae62018-04-04 20:29:05 +02005111 }
5112 }
5113 [] PCU.receive { repeat; }
Pau Espin Pedrol202c2f72019-10-08 13:11:05 +02005114 [] T_wait.timeout {
5115 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail,
5116 log2str("Timeout waiting for PCUIF_INFO_IND PDCH_MASK to be '0' on TS", g_chan_nr.tn));
5117 }
Harald Welte3d04ae62018-04-04 20:29:05 +02005118 }
5119 /* Emulate PCU asking BTS to deactivate PDCH */
5120 PCU.send(t_SD_PCUIF(pcu_conn_id, ts_PCUIF_DEACT_REQ(bts_nr, trx_nr, g_chan_nr.tn)));
5121 alt {
5122 [] RSL.receive(tr_RSL_RF_CHAN_REL_ACK(g_chan_nr)) {
5123 setverdict(pass);
5124 }
5125 [] RSL.receive { repeat; }
5126 }
5127}
5128
5129/* Activate Osmocom-style dynamic PDCH from BSC side */
5130function f_TC_dyn_osmo_pdch_act_deact(charstring id) runs on ConnHdlr {
5131 var PCUIF_Message first_info;
5132 var integer ts_nr := g_chan_nr.tn;
5133 var integer trx_nr := 0;
5134 var integer bts_nr := 0;
5135 var integer pcu_conn_id := -1;
5136
5137 f_init_pcu(PCU, id, pcu_conn_id, first_info);
5138
5139 f_dyn_osmo_pdch_act(pcu_conn_id, bts_nr, trx_nr);
5140 f_sleep(3.0);
5141 f_dyn_osmo_pdch_deact(pcu_conn_id, bts_nr, trx_nr);
5142 setverdict(pass);
5143}
5144testcase TC_dyn_osmo_pdch_act_deact() runs on test_CT {
5145 var ConnHdlrPars pars;
5146 var ConnHdlr vc_conn;
Harald Welte10474062019-05-30 16:48:17 +02005147 f_init();
Harald Welte3d04ae62018-04-04 20:29:05 +02005148
5149 pars := valueof(t_Pars(t_RslChanNr_PDCH(4), ts_RSL_ChanMode_SIGN));
5150 vc_conn := f_start_handler(refers(f_TC_dyn_osmo_pdch_act_deact), pars, true);
5151 vc_conn.done;
5152}
5153
5154/* send a RF CHAN REL for PDCH on an osmocom dynamci PDCH that's already inactive */
5155function f_TC_dyn_osmo_pdch_unsol_deact(charstring id) runs on ConnHdlr {
5156 var PCUIF_Message first_info;
Harald Welte3d04ae62018-04-04 20:29:05 +02005157 var integer pcu_conn_id := -1;
5158
5159 f_init_pcu(PCU, id, pcu_conn_id, first_info);
5160
Neels Hofmeyr9c50ca52018-05-08 20:37:54 +02005161 RSL.send(ts_RSL_RF_CHAN_REL(g_chan_nr));
5162 /* since the lchan is already released, we don't expect any PCU changes, just a rel ack. */
5163 RSL.receive(tr_RSL_RF_CHAN_REL_ACK(g_chan_nr));
Harald Welte3d04ae62018-04-04 20:29:05 +02005164 setverdict(pass);
5165}
5166testcase TC_dyn_osmo_pdch_unsol_deact() runs on test_CT {
5167 var ConnHdlrPars pars;
5168 var ConnHdlr vc_conn;
Harald Welte10474062019-05-30 16:48:17 +02005169 f_init();
Harald Welte3d04ae62018-04-04 20:29:05 +02005170
5171 pars := valueof(t_Pars(t_RslChanNr_PDCH(4), ts_RSL_ChanMode_SIGN));
5172 vc_conn := f_start_handler(refers(f_TC_dyn_osmo_pdch_unsol_deact), pars, true);
5173 vc_conn.done;
5174}
5175
5176/* try to RSL CHAN ACT a PDCH on an osmocom-style PDCH that's already active */
5177function f_TC_dyn_osmo_pdch_double_act(charstring id) runs on ConnHdlr {
5178 var PCUIF_Message first_info;
5179 var integer ts_nr := g_chan_nr.tn;
5180 var integer trx_nr := 0;
5181 var integer bts_nr := 0;
5182 var integer pcu_conn_id := -1;
5183
5184 f_init_pcu(PCU, id, pcu_conn_id, first_info);
5185
5186 f_dyn_osmo_pdch_act(pcu_conn_id, bts_nr, trx_nr);
Neels Hofmeyrdf936a22018-05-08 22:07:57 +02005187 /* Send a second Chan Activ and expect it to be NACKed */
5188 f_rsl_transceive(ts_RSL_CHAN_ACT(g_chan_nr, g_pars.chan_mode), tr_RSL_CHAN_ACT_NACK(g_chan_nr),
5189 "RSL CHAN ACT NACK");
Harald Welte3d04ae62018-04-04 20:29:05 +02005190 setverdict(pass);
5191}
5192testcase TC_dyn_osmo_pdch_double_act() runs on test_CT {
5193 var ConnHdlrPars pars;
5194 var ConnHdlr vc_conn;
Harald Welte10474062019-05-30 16:48:17 +02005195 f_init();
Harald Welte3d04ae62018-04-04 20:29:05 +02005196
5197 pars := valueof(t_Pars(t_RslChanNr_PDCH(4), ts_RSL_ChanMode_SIGN));
5198 vc_conn := f_start_handler(refers(f_TC_dyn_osmo_pdch_double_act), pars, true);
5199 vc_conn.done;
5200}
5201
5202/* try to RSL CHAN ACT a TCH/F on an osmocom-style PDCH */
5203function f_TC_dyn_osmo_pdch_tchf_act(charstring id) runs on ConnHdlr {
5204 var PCUIF_Message first_info;
5205 var integer ts_nr := g_chan_nr.tn;
5206 var integer trx_nr := 0;
5207 var integer bts_nr := 0;
5208 var integer pcu_conn_id := -1;
5209 var RslChannelNr chan_nr := valueof(t_RslChanNr_Bm(g_chan_nr.tn));
5210
5211 /* register for the TCH/F channel number */
5212 f_rslem_register(0, chan_nr);
5213
5214 f_init_pcu(PCU, id, pcu_conn_id, first_info);
5215
5216 f_rsl_transceive(ts_RSL_CHAN_ACT(chan_nr, g_pars.chan_mode), tr_RSL_CHAN_ACT_ACK(chan_nr),
5217 "RSL CHAN ACT");
5218 setverdict(pass);
5219}
5220testcase TC_dyn_osmo_pdch_tchf_act() runs on test_CT {
5221 var ConnHdlrPars pars;
5222 var ConnHdlr vc_conn;
Harald Welte10474062019-05-30 16:48:17 +02005223 f_init();
Harald Welte3d04ae62018-04-04 20:29:05 +02005224
5225 pars := valueof(t_Pars(t_RslChanNr_PDCH(4), ts_RSL_ChanMode_SIGN));
5226 vc_conn := f_start_handler(refers(f_TC_dyn_osmo_pdch_tchf_act), pars, true);
5227 vc_conn.done;
5228}
5229
5230/* try to RSL CHAN ACT the TCH/H on an osmocom-style PDCH */
5231function f_TC_dyn_osmo_pdch_tchh_act(charstring id) runs on ConnHdlr {
5232 var PCUIF_Message first_info;
5233 var integer ts_nr := g_chan_nr.tn;
5234 var integer trx_nr := 0;
5235 var integer bts_nr := 0;
5236 var integer pcu_conn_id := -1;
5237 var RslChannelNr chan_nr[2] := { valueof(t_RslChanNr_Lm(g_chan_nr.tn, 0)),
5238 valueof(t_RslChanNr_Lm(g_chan_nr.tn, 1)) };
5239
5240 /* register for the TCH/H channel numbers */
5241 f_rslem_register(0, chan_nr[0]);
5242 f_rslem_register(0, chan_nr[1]);
5243
5244 f_init_pcu(PCU, id, pcu_conn_id, first_info);
5245
5246 f_rsl_transceive(ts_RSL_CHAN_ACT(chan_nr[1], g_pars.chan_mode),
5247 tr_RSL_CHAN_ACT_ACK(chan_nr[1]), "RSL CHAN ACT [1]");
5248 f_rsl_transceive(ts_RSL_CHAN_ACT(chan_nr[0], g_pars.chan_mode),
5249 tr_RSL_CHAN_ACT_ACK(chan_nr[0]), "RSL CHAN ACT [0]");
5250 setverdict(pass);
5251}
5252testcase TC_dyn_osmo_pdch_tchh_act() runs on test_CT {
5253 var ConnHdlrPars pars;
5254 var ConnHdlr vc_conn;
Harald Welte10474062019-05-30 16:48:17 +02005255 f_init();
Harald Welte3d04ae62018-04-04 20:29:05 +02005256
5257 pars := valueof(t_Pars(t_RslChanNr_PDCH(4), ts_RSL_ChanMode_SIGN));
5258 vc_conn := f_start_handler(refers(f_TC_dyn_osmo_pdch_tchh_act), pars, true);
5259 vc_conn.done;
5260}
5261
Harald Welte9bbbfb52018-04-05 09:33:19 +02005262/***********************************************************************
5263 * IPA Style Dynamic Timeslot Support
5264 ***********************************************************************/
5265
5266private function f_dyn_ipa_pdch_act(integer pcu_conn_id, integer bts_nr, integer trx_nr)
5267runs on ConnHdlr {
5268 var PCUIF_send_data sd;
5269 /* Expect BTS to immediately acknowledge activation as PDCH */
5270 PCU.clear;
5271 RSL.send(ts_RSL_IPA_PDCH_ACT(g_chan_nr));
5272 /* expect INFO_IND on PCU interface listing TS as PDCH */
Pau Espin Pedrol446e07b2019-02-18 21:18:36 +01005273 timer T_wait := 2.0;
5274 T_wait.start;
Harald Welte9bbbfb52018-04-05 09:33:19 +02005275 alt {
5276 [] PCU.receive(t_SD_PCUIF(pcu_conn_id, tr_PCUIF_INFO_IND(bts_nr, ?))) -> value sd {
5277 if (substr(sd.data.u.info_ind.trx[trx_nr].pdch_mask, g_chan_nr.tn, 1) != '1'B) {
Pau Espin Pedrol446e07b2019-02-18 21:18:36 +01005278 log("PCUIF_INFO_IND PDCH_MASK not yet '1' after PDCH ACT on TS", g_chan_nr.tn,
5279 " mask:", sd.data.u.info_ind.trx[trx_nr].pdch_mask);
5280 repeat;
Harald Welte9bbbfb52018-04-05 09:33:19 +02005281 }
5282 }
5283 [] PCU.receive { repeat; }
Pau Espin Pedrol446e07b2019-02-18 21:18:36 +01005284 [] T_wait.timeout {
5285 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail,
5286 log2str("Timeout waiting for PCUIF_INFO_IND PDCH_MASK to be '1' on TS", g_chan_nr.tn));
5287 }
Harald Welte9bbbfb52018-04-05 09:33:19 +02005288 }
5289 /* try to activate this PDCH from the PCU point of view */
5290 PCU.send(t_SD_PCUIF(pcu_conn_id, ts_PCUIF_ACT_REQ(bts_nr, trx_nr, g_chan_nr.tn)));
5291 /* FIXME: is there a response? */
5292
5293 RSL.receive(tr_RSL_IPA_PDCH_ACT_ACK(g_chan_nr, ?));
5294}
5295
5296private function f_dyn_ipa_pdch_deact(integer pcu_conn_id, integer bts_nr, integer trx_nr)
5297runs on ConnHdlr {
5298 var PCUIF_send_data sd;
5299 /* Send RSL CHAN REL (deactivate) */
5300 RSL.send(ts_RSL_IPA_PDCH_DEACT(g_chan_nr));
5301 PCU.clear;
5302 /* expect BTS to ask PCU to deactivate the channel */
Pau Espin Pedrol446e07b2019-02-18 21:18:36 +01005303 timer T_wait := 2.0;
5304 T_wait.start;
Harald Welte9bbbfb52018-04-05 09:33:19 +02005305 alt {
5306 [] PCU.receive(t_SD_PCUIF(pcu_conn_id, tr_PCUIF_INFO_IND(bts_nr, ?))) -> value sd {
5307 if (substr(sd.data.u.info_ind.trx[trx_nr].pdch_mask, g_chan_nr.tn, 1) != '0'B) {
Pau Espin Pedrol446e07b2019-02-18 21:18:36 +01005308 log("PCUIF_INFO_IND PDCH_MASK not yet '0' after PDCH DEACT on TS", g_chan_nr.tn,
5309 " mask:", sd.data.u.info_ind.trx[trx_nr].pdch_mask);
5310 repeat;
Harald Welte9bbbfb52018-04-05 09:33:19 +02005311 }
5312 }
5313 [] PCU.receive { repeat; }
Pau Espin Pedrol446e07b2019-02-18 21:18:36 +01005314 [] T_wait.timeout {
5315 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail,
5316 log2str("Timeout waiting for PCUIF_INFO_IND PDCH_MASK to be '0' on TS", g_chan_nr.tn));
5317 }
Harald Welte9bbbfb52018-04-05 09:33:19 +02005318 }
5319 /* Emulate PCU asking BTS to deactivate PDCH */
5320 PCU.send(t_SD_PCUIF(pcu_conn_id, ts_PCUIF_DEACT_REQ(bts_nr, trx_nr, g_chan_nr.tn)));
5321 alt {
5322 [] RSL.receive(tr_RSL_IPA_PDCH_DEACT_ACK(g_chan_nr)) {
5323 setverdict(pass);
5324 }
5325 [] RSL.receive { repeat; }
5326 }
5327}
5328
5329/* Activate and de-activate an IPA-style dynamic TCH/F + PDCH */
5330function f_TC_dyn_ipa_pdch_act_deact(charstring id) runs on ConnHdlr {
5331 var PCUIF_Message first_info;
5332 var integer ts_nr := g_chan_nr.tn;
5333 var integer trx_nr := 0;
5334 var integer bts_nr := 0;
5335 var integer pcu_conn_id := -1;
5336
5337 f_init_pcu(PCU, id, pcu_conn_id, first_info);
5338
5339 f_dyn_ipa_pdch_act(pcu_conn_id, bts_nr, trx_nr);
5340 f_sleep(3.0);
5341 f_dyn_ipa_pdch_deact(pcu_conn_id, bts_nr, trx_nr);
5342
5343 setverdict(pass);
5344
5345}
5346testcase TC_dyn_ipa_pdch_act_deact() runs on test_CT {
5347 var ConnHdlrPars pars;
5348 var ConnHdlr vc_conn;
5349 f_init();
5350
5351 pars := valueof(t_Pars(t_RslChanNr_Bm(3), ts_RSL_ChanMode_SIGN));
5352 vc_conn := f_start_handler(refers(f_TC_dyn_ipa_pdch_act_deact), pars, true);
5353 vc_conn.done;
5354}
5355
5356/* try to RSL CHAN ACT a TCH/F on an IPA-style PDCH */
5357function f_TC_dyn_ipa_pdch_tchf_act(charstring id) runs on ConnHdlr {
5358 var PCUIF_Message first_info;
5359 var integer ts_nr := g_chan_nr.tn;
5360 var integer trx_nr := 0;
5361 var integer bts_nr := 0;
5362 var integer pcu_conn_id := -1;
5363
5364 f_init_pcu(PCU, id, pcu_conn_id, first_info);
5365
5366 f_rsl_transceive(ts_RSL_CHAN_ACT(g_chan_nr, g_pars.chan_mode), tr_RSL_CHAN_ACT_ACK(g_chan_nr),
5367 "RSL CHAN ACT");
5368 f_rsl_transceive(ts_RSL_RF_CHAN_REL(g_chan_nr), tr_RSL_RF_CHAN_REL_ACK(g_chan_nr),
5369 "RF CHAN REL", true);
5370 setverdict(pass);
5371}
5372testcase TC_dyn_ipa_pdch_tchf_act() runs on test_CT {
5373 var ConnHdlrPars pars;
5374 var ConnHdlr vc_conn;
Harald Welte10474062019-05-30 16:48:17 +02005375 f_init();
Harald Welte9bbbfb52018-04-05 09:33:19 +02005376
5377 pars := valueof(t_Pars(t_RslChanNr_Bm(3), ts_RSL_ChanMode_SIGN));
5378 vc_conn := f_start_handler(refers(f_TC_dyn_ipa_pdch_tchf_act), pars, true);
5379 vc_conn.done;
5380}
5381
5382/* Activate IPA style dyn PDCH as TCH/F and then illegally try to activate it as PDCH, too */
5383function f_TC_dyn_ipa_pdch_tchf_act_pdch_act_nack(charstring id) runs on ConnHdlr {
5384 var PCUIF_Message first_info;
5385 var integer ts_nr := g_chan_nr.tn;
5386 var integer trx_nr := 0;
5387 var integer bts_nr := 0;
5388 var integer pcu_conn_id := -1;
5389
5390 f_init_pcu(PCU, id, pcu_conn_id, first_info);
5391
5392 f_rsl_transceive(ts_RSL_CHAN_ACT(g_chan_nr, g_pars.chan_mode), tr_RSL_CHAN_ACT_ACK(g_chan_nr),
5393 "RSL CHAN ACT");
5394
5395 RSL.send(ts_RSL_IPA_PDCH_ACT(g_chan_nr));
5396 alt {
5397 [] RSL.receive(tr_RSL_IPA_PDCH_ACT_NACK(g_chan_nr, ?));
5398 [] RSL.receive(tr_RSL_IPA_PDCH_ACT_ACK(g_chan_nr, ?)) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02005399 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Unexpected PDCH ACT ACK");
Harald Welte9bbbfb52018-04-05 09:33:19 +02005400 }
5401 [] RSL.receive { repeat; }
5402 }
5403
5404 f_rsl_transceive(ts_RSL_RF_CHAN_REL(g_chan_nr), tr_RSL_RF_CHAN_REL_ACK(g_chan_nr),
5405 "RF CHAN REL", true);
5406 setverdict(pass);
5407}
5408testcase TC_dyn_ipa_pdch_tchf_act_pdch_act_nack() runs on test_CT {
5409 var ConnHdlrPars pars;
5410 var ConnHdlr vc_conn;
Harald Welte10474062019-05-30 16:48:17 +02005411 f_init();
Harald Welte9bbbfb52018-04-05 09:33:19 +02005412
5413 pars := valueof(t_Pars(t_RslChanNr_Bm(3), ts_RSL_ChanMode_SIGN));
5414 vc_conn := f_start_handler(refers(f_TC_dyn_ipa_pdch_tchf_act_pdch_act_nack), pars, true);
5415 vc_conn.done;
5416}
5417
5418/* try to RSL CHAN ACT a TCH/F on an IPA-style PDCH that's already in PDCH mode; expect NACK */
5419function f_TC_dyn_ipa_pdch_act_tchf_act_nack(charstring id) runs on ConnHdlr {
5420 var PCUIF_Message first_info;
5421 var integer ts_nr := g_chan_nr.tn;
5422 var integer trx_nr := 0;
5423 var integer bts_nr := 0;
5424 var integer pcu_conn_id := -1;
5425
5426 /* register for the TCH/F channel number */
5427 f_rslem_register(0, g_chan_nr);
5428
5429 f_init_pcu(PCU, id, pcu_conn_id, first_info);
5430
5431 f_dyn_ipa_pdch_act(pcu_conn_id, bts_nr, trx_nr);
5432
5433 f_rsl_transceive(ts_RSL_CHAN_ACT(g_chan_nr, g_pars.chan_mode), tr_RSL_CHAN_ACT_NACK(g_chan_nr),
5434 "RSL CHAN ACT");
5435
5436 f_dyn_ipa_pdch_deact(pcu_conn_id, bts_nr, trx_nr);
5437
5438 setverdict(pass);
5439}
5440testcase TC_dyn_ipa_pdch_act_tchf_act_nack() runs on test_CT {
5441 var ConnHdlrPars pars;
5442 var ConnHdlr vc_conn;
Harald Welte10474062019-05-30 16:48:17 +02005443 f_init();
Harald Welte9bbbfb52018-04-05 09:33:19 +02005444
5445 pars := valueof(t_Pars(t_RslChanNr_Bm(3), ts_RSL_ChanMode_SIGN));
5446 vc_conn := f_start_handler(refers(f_TC_dyn_ipa_pdch_act_tchf_act_nack), pars, true);
5447 vc_conn.done;
5448}
5449
5450
Harald Welte0472ab42018-03-12 15:02:26 +01005451/***********************************************************************
5452 * LAPDm / RLL related
5453 ***********************************************************************/
5454
5455private function f_tx_lapdm(template (value) LapdmFrame l,
5456 template (value) RslLinkId link_id) runs on ConnHdlr {
5457 var octetstring l2 := enc_LapdmFrame(valueof(l));
Vadim Yanitskiy0a8d6da2019-05-28 22:18:28 +07005458 var template (value) SacchL1Header l1h;
5459
5460 /* TODO: we can use an extension of TTCN-3 for padding, i.e. PADDING('2B'O) */
Harald Welte0472ab42018-03-12 15:02:26 +01005461 if (valueof(link_id.c) == SACCH) {
Vadim Yanitskiy0a8d6da2019-05-28 22:18:28 +07005462 /* Compose dummy L1 header */
5463 l1h := ts_SacchL1Header(g_pars.l1_pars.ms_power_level, false, g_pars.l1_pars.ms_actual_ta);
5464 L1CTL.send(ts_L1CTL_DATA_REQ_SACCH(g_chan_nr, link_id, l1h, f_pad_oct(l2, 21, '2B'O)));
Pau Espin Pedrola0fb42a2018-10-10 15:56:39 +02005465 } else {
5466 /* If required, pad L2 frame with constant 0x2b filling */
Vadim Yanitskiy0a8d6da2019-05-28 22:18:28 +07005467 L1CTL.send(ts_L1CTL_DATA_REQ(g_chan_nr, link_id, f_pad_oct(l2, 23, '2B'O)));
Harald Welte0472ab42018-03-12 15:02:26 +01005468 }
Harald Welte0472ab42018-03-12 15:02:26 +01005469}
5470
5471type record RllTestCase {
5472 uint3_t sapi,
5473 RslLinkId link_id,
5474 octetstring l3,
5475 boolean exp
5476}
5477type record of RllTestCase RllTestCases;
5478template RllTestCase t_EITC(uint3_t sapi, RslLinkId id, octetstring l3, boolean exp) := {
5479 sapi := sapi,
5480 link_id := id,
5481 l3 := l3,
5482 exp := exp
5483}
5484
5485/* execute the same callback function with a set of different parameters (tcs) on a
5486 * variety of logical channels */
5487private function f_rll_testmatrix(RllTestCases tcs, void_fn fn) runs on test_CT {
5488 var ConnHdlrPars pars;
5489 var ConnHdlr vc_conn;
Harald Welte10474062019-05-30 16:48:17 +02005490 f_init();
Harald Welte0472ab42018-03-12 15:02:26 +01005491
5492 /* test on each of the channels we have */
5493 for (var integer i := 0; i < sizeof(g_AllChanTypes); i := i+1) {
5494 pars := valueof(t_Pars(g_AllChanTypes[i], ts_RSL_ChanMode_SIGN));
5495
5496 /* test each of the test cases on the current channel */
5497 for (var integer j := 0; j < sizeof(tcs); j := j+1) {
5498 pars.spec.rll := tcs[j];
5499 log(testcasename(), ": XXX Starting ", tcs[j] , " on ", g_AllChanTypes[i]);
5500 vc_conn := f_start_handler(fn, pars);
5501 vc_conn.done;
5502 }
5503 }
5504
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02005505 Misc_Helpers.f_shutdown(__BFILE__, __LINE__);
Harald Welte0472ab42018-03-12 15:02:26 +01005506}
5507
5508/* test if SABM on Um triggers EST IND (TS 48.058 3.1) */
5509private function f_TC_rll_est_ind(charstring id) runs on ConnHdlr {
5510 var RllTestCase tc := g_pars.spec.rll;
5511 timer T := 3.0;
5512
5513 f_l1_tune(L1CTL);
5514 RSL.clear;
5515
5516 /* activate the logical channel */
5517 f_est_dchan();
5518 L1CTL.clear;
5519
5520 f_tx_lapdm(ts_LAPDm_SABM(tc.sapi, cr_MO_CMD, true, tc.l3), tc.link_id);
5521 T.start;
5522 alt {
5523 [tc.l3 != ''O] RSL.receive(tr_RSL_EST_IND(g_chan_nr, tc.link_id, tc.l3)) {
5524 if (tc.exp) {
5525 setverdict(pass);
5526 } else {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02005527 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, log2str("Unexpected EST IND with L3 in ", tc));
Harald Welte0472ab42018-03-12 15:02:26 +01005528 }
5529 }
5530 [tc.l3 == ''O] RSL.receive(tr_RSL_EST_IND_NOL3(g_chan_nr, tc.link_id)) {
5531 if (tc.exp) {
5532 setverdict(pass);
5533 } else {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02005534 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, log2str("Unexpected EST IND without L3 in ", tc));
Harald Welte0472ab42018-03-12 15:02:26 +01005535 }
5536 }
Vadim Yanitskiy35677872018-10-04 17:30:21 +07005537 /* We also expect to receive the measurements */
5538 [] as_meas_res(verify_meas := false);
Harald Welte0472ab42018-03-12 15:02:26 +01005539 [tc.exp] T.timeout {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02005540 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Timeout waiting for EST IND");
Harald Welte0472ab42018-03-12 15:02:26 +01005541 }
5542 [not tc.exp] T.timeout {
5543 setverdict(pass);
5544 }
5545 }
5546
5547 f_rsl_chan_deact();
5548 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
5549 f_rslem_unregister(0, g_chan_nr);
5550}
5551testcase TC_rll_est_ind() runs on test_CT {
5552 var RllTestCases tcs := {
Harald Welte7aacbbf2018-05-09 16:56:41 +02005553 /* SAPI0 establishment (contention resolution) */
Harald Welte0472ab42018-03-12 15:02:26 +01005554 valueof(t_EITC(0, valueof(ts_RslLinkID_DCCH(0)), '01020304'O, true)),
Harald Welte7aacbbf2018-05-09 16:56:41 +02005555 /* normal SAPI0 establishment */
5556 valueof(t_EITC(0, valueof(ts_RslLinkID_DCCH(0)), ''O, true)),
Harald Welte0472ab42018-03-12 15:02:26 +01005557 /* SAPI 3 doesn't support contention resolution */
5558 valueof(t_EITC(3, valueof(ts_RslLinkID_DCCH(3)), '01020304'O, false)),
5559 valueof(t_EITC(3, valueof(ts_RslLinkID_SACCH(3)), '01020304'O, false)),
5560 /* normal SAPI3 establishment on main DCCH */
5561 valueof(t_EITC(3, valueof(ts_RslLinkID_DCCH(3)), ''O, true)),
5562 /* normal SAPI3 establishment on SACCH */
5563 valueof(t_EITC(3, valueof(ts_RslLinkID_SACCH(3)), ''O, true))
5564 };
5565 f_rll_testmatrix(tcs, refers(f_TC_rll_est_ind));
5566}
5567
5568/* test if RLL EST REQ trigeres SABM on Um; UA on Um triggers EST CONF (TS 48.058 3.2) */
5569private function f_TC_rll_est_req(charstring id) runs on ConnHdlr {
5570 var RllTestCase tc := g_pars.spec.rll;
5571 var L1ctlDlMessage dl;
5572 timer T := 3.0;
5573
5574 f_l1_tune(L1CTL);
5575 RSL.clear;
5576
5577 /* activate the logical channel */
5578 f_est_dchan();
5579 L1CTL.clear;
5580
5581 /* Send a RSL EST REQ for SAPI3 on main DCCH */
5582 RSL.send(ts_RSL_EST_REQ(g_chan_nr, tc.link_id));
5583 T.start;
5584 alt {
5585 [] L1CTL.receive(tr_L1CTL_DATA_IND(g_chan_nr, ?)) -> value dl {
5586 var LapdmFrame lapdm;
5587 var octetstring l2 := dl.payload.data_ind.payload;
5588 if (dl.dl_info.link_id.c == SACCH) {
5589 /* remove L1 header */
5590 l2 := substr(l2, 2, lengthof(l2)-2);
5591 }
5592 lapdm.ab := dec_LapdmFrameAB(l2);
5593 if (match(lapdm, tr_LAPDm_SABM(tc.sapi, cr_MT_CMD, true, ''O))) {
5594 setverdict(pass);
5595 } else {
5596 repeat;
5597 }
5598 }
5599 [] L1CTL.receive { repeat; }
5600 [] T.timeout {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02005601 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Timeout waiting for SABM");
Harald Welte0472ab42018-03-12 15:02:26 +01005602 }
5603 }
5604
5605 f_rsl_chan_deact();
5606 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
5607 f_rslem_unregister(0, g_chan_nr);
5608}
5609testcase TC_rll_est_req_DCCH_3() runs on test_CT {
5610 var RllTestCases tcs := {
5611 /* normal SAPI3 establishment on main DCCH */
5612 valueof(t_EITC(3, valueof(ts_RslLinkID_DCCH(3)), ''O, true))//,
5613 };
5614 f_rll_testmatrix(tcs, refers(f_TC_rll_est_req));
5615}
5616testcase TC_rll_est_req_ACCH_3() runs on test_CT {
5617 var RllTestCases tcs := {
5618 /* normal SAPI3 establishment on SACCH */
5619 valueof(t_EITC(3, valueof(ts_RslLinkID_SACCH(3)), ''O, true))
5620 }
5621 f_rll_testmatrix(tcs, refers(f_TC_rll_est_req));
5622}
5623
5624/* altstep to receive a LAPDm frame matching the given template */
5625private altstep as_l1_exp_lapdm(template LapdmFrame exp) runs on ConnHdlr {
5626 var L1ctlDlMessage dl;
5627 [] L1CTL.receive(tr_L1CTL_DATA_IND(g_chan_nr, ?)) -> value dl {
5628 var LapdmFrame lapdm;
5629 var octetstring l2 := dl.payload.data_ind.payload;
5630 if (dl.dl_info.link_id.c == SACCH) {
5631 /* remove L1 header */
5632 l2 := substr(l2, 2, lengthof(l2)-2);
5633 }
5634 if (ischosen(exp.ab)) {
5635 lapdm.ab := dec_LapdmFrameAB(l2);
5636 } else if (ischosen(exp.b4)) {
5637 lapdm.b4 := dec_LapdmFrameB4(l2);
5638 } else if (ischosen(exp.bbis)) {
5639 lapdm.bbis := dec_LapdmFrameBbis(l2);
5640 }
5641 log("Rx LAPDm ", lapdm);
5642 if (match(lapdm, exp)) {
5643 setverdict(pass);
5644 } else {
5645 repeat;
5646 }
5647 }
5648 [] L1CTL.receive { repeat; }
5649}
5650private function f_l1_exp_lapdm(template LapdmFrame exp, float t := 3.0) runs on ConnHdlr {
5651 timer T := t;
5652 T.start;
5653 alt {
5654 [] T.timeout {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02005655 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, log2str("Timeout waiting for LAPDm ", exp));
Harald Welte0472ab42018-03-12 15:02:26 +01005656 }
5657 [] as_l1_exp_lapdm(exp);
5658 }
5659}
5660
5661/* establish one Radio Link Layer via SABM -> UA. Use l3 for contention resolution */
5662private function f_est_rll_mo(uint3_t sapi, RslLinkId link_id, octetstring l3) runs on ConnHdlr {
5663 /* send SABM from MS -> BTS */
5664 f_tx_lapdm(ts_LAPDm_SABM(sapi, cr_MO_CMD, true, l3), link_id);
5665 /* expect RLL EST IND on Abis */
5666 alt {
5667 [l3 != ''O] RSL.receive(tr_RSL_EST_IND(g_chan_nr, link_id, l3));
5668 [l3 == ''O] RSL.receive(tr_RSL_EST_IND_NOL3(g_chan_nr, link_id));
5669 [] RSL.receive(tr_RSL_ERROR_IND(g_chan_nr, link_id, ?)) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02005670 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Failing due to RSL_ERROR_IND");
Harald Welte0472ab42018-03-12 15:02:26 +01005671 }
5672 [] RSL.receive { repeat; }
5673 }
5674 /* expect UA from BTS -> MS */
5675 f_l1_exp_lapdm(tr_LAPDm_UA(sapi, cr_MT_RSP, true, l3));
5676}
5677
5678/* test if DISC on Um triggers RLL REL IND (TS 48.058 3.3) */
5679private function f_TC_rll_rel_ind(charstring id) runs on ConnHdlr {
5680 var RllTestCase tc := g_pars.spec.rll;
5681
5682 f_l1_tune(L1CTL);
5683 RSL.clear;
5684
5685 /* activate the logical channel */
5686 f_est_dchan();
5687 L1CTL.clear;
5688
5689 /* first establish the link-layer */
5690 f_est_rll_mo(tc.sapi, tc.link_id, tc.l3);
5691
5692 /* then send the DISC */
5693 f_tx_lapdm(ts_LAPDm_DISC(tc.sapi, cr_MO_CMD, true), tc.link_id);
5694 /* ... and expect the REL IND on the RSL side */
5695 alt {
5696 [] RSL.receive(tr_RSL_REL_IND(g_chan_nr, tc.link_id)) {
5697 setverdict(pass);
5698 }
Vadim Yanitskiy35677872018-10-04 17:30:21 +07005699 /* We also expect to receive the measurements */
5700 [] as_meas_res(verify_meas := false);
Harald Welte0472ab42018-03-12 15:02:26 +01005701 }
5702
5703 /* release the channel */
5704 f_rsl_chan_deact();
5705 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
5706 f_rslem_unregister(0, g_chan_nr);
5707}
5708testcase TC_rll_rel_ind_DCCH_0() runs on test_CT {
5709 var RllTestCases tcs := {
5710 valueof(t_EITC(0, valueof(ts_RslLinkID_DCCH(0)), '01020304'O, true))
5711 };
5712 f_rll_testmatrix(tcs, refers(f_TC_rll_rel_ind));
5713}
5714
5715testcase TC_rll_rel_ind_ACCH_0() runs on test_CT {
5716 var RllTestCases tcs := {
5717 valueof(t_EITC(0, valueof(ts_RslLinkID_SACCH(0)), ''O, true))
5718 };
5719 f_rll_testmatrix(tcs, refers(f_TC_rll_rel_ind));
5720}
5721testcase TC_rll_rel_ind_DCCH_3() runs on test_CT {
5722 var RllTestCases tcs := {
5723 valueof(t_EITC(3, valueof(ts_RslLinkID_DCCH(3)), ''O, true))
5724 };
5725 f_rll_testmatrix(tcs, refers(f_TC_rll_rel_ind));
5726}
5727testcase TC_rll_rel_ind_ACCH_3() runs on test_CT {
5728 var RllTestCases tcs := {
5729 valueof(t_EITC(3, valueof(ts_RslLinkID_SACCH(3)), ''O, true))
5730 };
5731 f_rll_testmatrix(tcs, refers(f_TC_rll_rel_ind));
5732}
5733
5734/* test if RLL REL REQ triggers DISC on Um; UA/DM triggers RLL REL CONF (TS 48.058 3.4) */
5735private function f_TC_rll_rel_req(charstring id) runs on ConnHdlr {
5736 var RllTestCase tc := g_pars.spec.rll;
5737 f_l1_tune(L1CTL);
5738 RSL.clear;
5739
5740 /* activate the logical channel */
5741 f_est_dchan();
5742 L1CTL.clear;
5743
5744 /* first establish the link-layer */
5745 f_est_rll_mo(tc.sapi, tc.link_id, tc.l3);
5746
5747 /* then send the REL REQ via RSL */
5748 RSL.send(ts_RSL_REL_REQ(g_chan_nr, tc.link_id, RSL_REL_MODE_NORMAL));
5749 /* ... and expect the DISC on the Um side */
5750 alt {
Harald Weltebc6199f2018-05-10 19:38:18 +02005751 [] as_l1_exp_lapdm(tr_LAPDm_DISC(tc.sapi, cr_MT_CMD, true)) {
Harald Welte0472ab42018-03-12 15:02:26 +01005752 /* FIXME: send a UA in resposne to the DISC */
5753 }
5754 }
5755
5756 /* release the channel */
5757 f_rsl_chan_deact();
5758 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
5759 f_rslem_unregister(0, g_chan_nr);
5760}
5761testcase TC_rll_rel_req() runs on test_CT {
5762 var RllTestCases tcs := {
5763 valueof(t_EITC(0, valueof(ts_RslLinkID_DCCH(0)), '01020304'O, true)),
5764 valueof(t_EITC(0, valueof(ts_RslLinkID_SACCH(0)), ''O, true)),
5765 valueof(t_EITC(3, valueof(ts_RslLinkID_DCCH(3)), ''O, true)),
5766 valueof(t_EITC(3, valueof(ts_RslLinkID_SACCH(3)), ''O, true))
5767 };
5768 f_rll_testmatrix(tcs, refers(f_TC_rll_rel_req));
5769}
5770
5771/* test if RLL DATA REQ triggers I-frames on Um (TS 48.058 3.5) */
5772testcase TC_rll_data_req() runs on test_CT {
5773}
5774
5775/* test if I-frames on Um trigger RLL DATA IND (TS 48.058 3.6) */
5776testcase TC_rll_data_ind() runs on test_CT {
5777}
5778
5779/* test if RLL UNIT DATA REQ triggers UI-frame on Um (TS 48.058 3.7) */
5780private function f_TC_rll_ud_req(charstring id) runs on ConnHdlr {
5781 var RllTestCase tc := g_pars.spec.rll;
5782
5783 f_l1_tune(L1CTL);
5784 RSL.clear;
5785
5786 f_est_dchan();
5787 L1CTL.clear;
5788
5789 /* Send UNITDATA REQ on RSL side */
5790 RSL.send(ts_RSL_UNITDATA_REQ(g_chan_nr, tc.link_id, tc.l3));
5791 /* Expect it to arrive on the other side */
5792 if (tc.link_id.c == SACCH) {
Harald Weltee613f962018-04-18 22:38:16 +02005793 f_l1_exp_lapdm(tr_LAPDm_B4_UI(tc.sapi, cr_MT_CMD, tc.l3));
Harald Welte0472ab42018-03-12 15:02:26 +01005794 } else {
Harald Weltee613f962018-04-18 22:38:16 +02005795 f_l1_exp_lapdm(tr_LAPDm_UI(tc.sapi, cr_MT_CMD, tc.l3));
Harald Welte0472ab42018-03-12 15:02:26 +01005796 }
5797
5798 /* release the channel */
5799 f_rsl_chan_deact();
5800 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
5801 f_rslem_unregister(0, g_chan_nr);
5802}
5803testcase TC_rll_unit_data_req_DCCH() runs on test_CT {
5804 var octetstring l3 := f_rnd_octstring(15);
5805 var RllTestCases tcs := {
5806 valueof(t_EITC(0, valueof(ts_RslLinkID_DCCH(0)), l3, true)),
5807 valueof(t_EITC(3, valueof(ts_RslLinkID_DCCH(3)), l3, true))
5808 };
5809 f_rll_testmatrix(tcs, refers(f_TC_rll_ud_req));
5810}
5811testcase TC_rll_unit_data_req_ACCH() runs on test_CT {
5812 var octetstring l3 := f_rnd_octstring(19);
5813 var RllTestCases tcs := {
5814 valueof(t_EITC(0, valueof(ts_RslLinkID_SACCH(0)), l3, true)),
5815 valueof(t_EITC(3, valueof(ts_RslLinkID_SACCH(3)), l3, true))
5816 };
5817 f_rll_testmatrix(tcs, refers(f_TC_rll_ud_req));
5818}
5819
5820/* test if UI-frames on Um trigger RLL UNIT DATA IND (TS 48.058 3.8) */
5821private function f_TC_rll_ud_ind(charstring id) runs on ConnHdlr {
5822 var RllTestCase tc := g_pars.spec.rll;
5823
5824 f_l1_tune(L1CTL);
5825 RSL.clear;
5826
5827 f_est_dchan();
5828 L1CTL.clear;
5829
5830 /* Send LAPDm UI frame. There is no B4 format in uplink! */
Harald Weltee613f962018-04-18 22:38:16 +02005831 f_tx_lapdm(ts_LAPDm_UI(tc.sapi, cr_MO_CMD, tc.l3), tc.link_id);
Harald Welte0472ab42018-03-12 15:02:26 +01005832 /* Expdct RLL UNITDATA IND on RSL side */
5833 alt {
5834 [] RSL.receive(tr_RSL_UNITDATA_IND(g_chan_nr, tc.link_id, tc.l3)) {
5835 setverdict(pass);
5836 }
5837 [] RSL.receive { repeat; }
5838 }
5839
5840 /* release the channel */
5841 f_rsl_chan_deact();
5842 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
5843 f_rslem_unregister(0, g_chan_nr);
5844}
5845testcase TC_rll_unit_data_ind_DCCH() runs on test_CT {
Stefan Sperlingc4181912018-07-25 17:03:08 +02005846 var octetstring l3 := f_rnd_octstring(20);
Harald Welte0472ab42018-03-12 15:02:26 +01005847 var RllTestCases tcs := {
5848 valueof(t_EITC(0, valueof(ts_RslLinkID_DCCH(0)), l3, true)),
5849 valueof(t_EITC(3, valueof(ts_RslLinkID_DCCH(3)), l3, true))
5850 };
5851 f_rll_testmatrix(tcs, refers(f_TC_rll_ud_ind));
5852}
5853testcase TC_rll_unit_data_ind_ACCH() runs on test_CT {
5854 var octetstring l3 := f_rnd_octstring(18);
5855 var RllTestCases tcs := {
5856 valueof(t_EITC(0, valueof(ts_RslLinkID_SACCH(0)), l3, true)),
5857 valueof(t_EITC(3, valueof(ts_RslLinkID_SACCH(3)), l3, true))
5858 };
5859 f_rll_testmatrix(tcs, refers(f_TC_rll_ud_ind));
5860}
5861
Harald Weltee613f962018-04-18 22:38:16 +02005862/***********************************************************************
5863 * Encryption Related
5864 ***********************************************************************/
5865
5866/* send UNITDATA_REQ from BTS to MS and expect it to arrive */
5867function f_unitdata_mt(RslLinkId link_id, octetstring l3) runs on ConnHdlr {
5868 RSL.send(ts_RSL_UNITDATA_REQ(g_chan_nr, link_id, l3));
5869 if (link_id.c == SACCH) {
5870 f_l1_exp_lapdm(tr_LAPDm_B4_UI(link_id.sapi, cr_MT_CMD, l3));
5871 } else {
5872 f_l1_exp_lapdm(tr_LAPDm_UI(link_id.sapi, cr_MT_CMD, l3));
5873 }
5874}
5875
Vadim Yanitskiyad131c82018-10-04 06:18:59 +07005876/* Expect (or not expect) other kinds of messages */
5877private altstep as_rsl_any_ind(boolean exp_any) runs on ConnHdlr {
5878 [exp_any] RSL.receive { repeat; }
5879 [not exp_any] RSL.receive {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02005880 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Unexpected RSL message!");
Vadim Yanitskiyad131c82018-10-04 06:18:59 +07005881 }
5882}
5883
Harald Weltee613f962018-04-18 22:38:16 +02005884/* Send UI frame from MS and expect it to arrive as RLL UNITDATA IND on Abis */
Vadim Yanitskiy8d8f91c2018-10-04 06:19:45 +07005885private function f_unitdata_mo(
Vadim Yanitskiy98e03152018-10-03 18:06:06 +07005886 RslLinkId link_id,
5887 octetstring l3,
5888 boolean exp_sacch := true, /* Should tolerate SACCH messages? */
Vadim Yanitskiyb9920502018-10-03 18:29:51 +07005889 boolean exp_any := false /* Should tolerate any other RSL messages? */
Vadim Yanitskiy98e03152018-10-03 18:06:06 +07005890) runs on ConnHdlr {
Harald Weltee613f962018-04-18 22:38:16 +02005891 timer T := 3.0;
5892 f_tx_lapdm(ts_LAPDm_UI(link_id.sapi, cr_MO_CMD, l3), link_id);
5893 T.start;
5894 /* Expect RLL UNITDATA IND on RSL side */
5895 alt {
5896 [] RSL.receive(tr_RSL_UNITDATA_IND(g_chan_nr, link_id, l3)) {
5897 setverdict(pass);
5898 }
Vadim Yanitskiye0b91a72018-10-04 15:44:40 +07005899 [exp_sacch] as_meas_res(verify_meas := false);
Vadim Yanitskiyad131c82018-10-04 06:18:59 +07005900 [] as_rsl_any_ind(exp_any);
Harald Weltee613f962018-04-18 22:38:16 +02005901 [] T.timeout {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02005902 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Timeout waiting for UNIT_DATA_IND");
Harald Weltee613f962018-04-18 22:38:16 +02005903 }
Harald Weltee613f962018-04-18 22:38:16 +02005904 }
5905}
5906
Vadim Yanitskiy4d78a702018-10-03 03:59:34 +07005907/* Send I-frame from MS and expect it to arrive as RLL DATA IND on Abis */
5908private function f_data_mo(
5909 RslLinkId link_id,
5910 boolean p, uint3_t nr, uint3_t ns,
5911 octetstring l3,
5912 boolean exp_sacch := true, /* Should tolerate SACCH messages? */
Vadim Yanitskiyb9920502018-10-03 18:29:51 +07005913 boolean exp_any := false /* Should tolerate any other RSL messages? */
Vadim Yanitskiy4d78a702018-10-03 03:59:34 +07005914) runs on ConnHdlr {
5915 timer T := 3.0;
5916 f_tx_lapdm(ts_LAPDm_I(link_id.sapi, cr_MO_CMD, p, nr, ns, l3), link_id);
5917 T.start;
5918 /* Expect RLL DATA IND on RSL side */
5919 alt {
5920 [] RSL.receive(tr_RSL_DATA_IND(g_chan_nr, link_id, l3)) {
5921 setverdict(pass);
5922 }
Vadim Yanitskiye0b91a72018-10-04 15:44:40 +07005923 [exp_sacch] as_meas_res(verify_meas := false);
Vadim Yanitskiy4d78a702018-10-03 03:59:34 +07005924 [] as_rsl_any_ind(exp_any);
5925 [] T.timeout {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02005926 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Timeout waiting for DATA_IND");
Vadim Yanitskiy4d78a702018-10-03 03:59:34 +07005927 }
5928 }
5929}
5930
Harald Weltee613f962018-04-18 22:38:16 +02005931/* Test channel activation with A5/n right from the beginning (like in assignment + hand-over) */
5932function f_TC_chan_act_encr(charstring id) runs on ConnHdlr {
5933 f_l1_tune(L1CTL);
5934 f_est_dchan(true);
5935
5936 /* now we actually need to transmit some data both ways to check if the encryption works */
5937 var L1ctlDlMessage dl;
5938
Stefan Sperling603d98e2018-07-25 16:47:28 +02005939 var octetstring l3 := f_rnd_octstring(20);
Harald Weltee613f962018-04-18 22:38:16 +02005940 var RslLinkId link_id := valueof(ts_RslLinkID_DCCH(0));
5941
5942 /* send UNITDATA_REQ from BTS to MS and expect it to arrive */
5943 f_unitdata_mt(link_id, l3);
5944
5945 /* Send UI frame from MS and expect it to arrive as RLL UNITDATA IND on Abis */
5946 f_unitdata_mo(link_id, l3);
5947
5948 /* release the channel */
5949 f_rsl_chan_deact();
5950 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
5951 f_rslem_unregister(0, g_chan_nr);
5952}
5953testcase TC_chan_act_a51() runs on test_CT {
5954 var ConnHdlrPars pars := valueof(t_Pars(t_RslChanNr_Bm(1), ts_RSL_ChanMode_SIGN));
5955 pars.encr := valueof(ts_RSL_IE_EncrInfo(RSL_ALG_ID_A5_1, f_rnd_octstring(8)));
5956 f_testmatrix_each_chan(pars, refers(f_TC_chan_act_encr));
5957}
5958testcase TC_chan_act_a52() runs on test_CT {
5959 var ConnHdlrPars pars := valueof(t_Pars(t_RslChanNr_Bm(1), ts_RSL_ChanMode_SIGN));
5960 pars.encr := valueof(ts_RSL_IE_EncrInfo(RSL_ALG_ID_A5_2, f_rnd_octstring(8)));
5961 f_testmatrix_each_chan(pars, refers(f_TC_chan_act_encr));
5962}
5963testcase TC_chan_act_a53() runs on test_CT {
5964 var ConnHdlrPars pars := valueof(t_Pars(t_RslChanNr_Bm(1), ts_RSL_ChanMode_SIGN));
5965 pars.encr := valueof(ts_RSL_IE_EncrInfo(RSL_ALG_ID_A5_3, f_rnd_octstring(8)));
5966 f_testmatrix_each_chan(pars, refers(f_TC_chan_act_encr));
5967}
5968
Eric Wildf1827a72019-05-28 17:37:35 +02005969/* Test channel activation with A5/n right from the beginning and RSL MODE MODIFY
5970 which should break the en/decryption on purpose by supplying a new key that is unknown to the MS*/
5971function f_TC_rsl_modify_encr(charstring id) runs on ConnHdlr {
5972 f_l1_tune(L1CTL);
5973 f_est_dchan(true);
5974
5975 /* now we actually need to transmit some data both ways to check if the encryption works */
5976 var L1ctlDlMessage dl;
5977
5978 var octetstring l3 := f_rnd_octstring(20);
5979 var RslLinkId link_id := valueof(ts_RslLinkID_DCCH(0));
5980
5981 /* send UNITDATA_REQ from BTS to MS and expect it to arrive */
5982 f_unitdata_mt(link_id, l3);
5983
5984 /* Send UI frame from MS and expect it to arrive as RLL UNITDATA IND on Abis */
5985 f_unitdata_mo(link_id, l3);
5986
5987 var RSL_Message rsl;
5988 rsl := valueof(ts_RSL_MODE_MODIFY_REQ(g_chan_nr, valueof(ts_RSL_ChanMode_SIGN(false))));
5989
5990 /* modify key to break proper encryption */
5991 g_pars.encr.key := f_rnd_octstring(8);
5992 var RSL_IE ei := valueof(t_RSL_IE(RSL_IE_ENCR_INFO, RSL_IE_Body:{encr_info := g_pars.encr}));
5993 rsl.ies := rsl.ies & { ei };
5994 RSL.send(rsl);
5995
5996 timer T0 := 1.0;
5997 T0.start;
5998 /* Expect RSL MODIFY ACK */
5999 alt {
6000 [] RSL.receive(tr_RSL_MODE_MODIFY_ACK(g_chan_nr)) {}
6001 [] RSL.receive(tr_RSL_MODE_MODIFY_NACK(g_chan_nr, ?)) {
6002 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail,"MODE MODIFY NACK");
6003 }
6004 [] T0.timeout {
6005 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Timeout waiting for MODE MODIFY (N)ACK");
6006 }
6007 }
6008
6009 var octetstring l3msg := f_rnd_octstring(15);
6010 timer T1 := 3.0;
6011 /* Send UI frame from MS, do not expect it to arrive as RLL UNITDATA IND on Abis
6012 due to broken encryption */
6013 f_tx_lapdm(ts_LAPDm_UI(link_id.sapi, cr_MO_CMD, l3msg), link_id);
6014 T1.start;
6015 alt {
6016 [] RSL.receive(tr_RSL_UNITDATA_IND(g_chan_nr, link_id, l3msg)) {
6017 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "BTS shouldn't be able to decrypt after key change")
6018 }
6019 [] T1.timeout {
6020 setverdict(pass);
6021 }
6022 }
6023
6024 /* release the channel */
6025 f_rsl_chan_deact();
6026 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
6027 f_rslem_unregister(0, g_chan_nr);
6028}
6029testcase TC_rsl_modify_encr() runs on test_CT {
6030 var ConnHdlrPars pars := valueof(t_Pars(t_RslChanNr_Bm(1), ts_RSL_ChanMode_SIGN));
6031 pars.encr := valueof(ts_RSL_IE_EncrInfo(RSL_ALG_ID_A5_1, f_rnd_octstring(8)));
6032 f_testmatrix_each_chan(pars, refers(f_TC_rsl_modify_encr));
6033}
Harald Weltee613f962018-04-18 22:38:16 +02006034
6035/* Test unencrypted channel activation followed by explicit ENCR CMD later */
6036function f_TC_encr_cmd(charstring id) runs on ConnHdlr {
6037 /* L3 payload doesn't matter, as it is passed transparently */
6038 var BIT3 l3_alg_id := f_alg_id_to_l3(g_pars.encr.alg_id);
6039 var octetstring l3 := enc_PDU_ML3_NW_MS(valueof(ts_RRM_CiphModeCmd(l3_alg_id)));
6040 var RslLinkId link_id := valueof(ts_RslLinkID_DCCH(0));
6041
6042 f_l1_tune(L1CTL);
6043
6044 /* first establish a dedicated channel in the clear */
6045 f_est_dchan(false);
6046
6047 /* Establish ABM */
6048 f_est_rll_mo(link_id.sapi, link_id, '23420815'O);
6049
6050 /* then send the RSL ENCR CMD with an actual RR CIPH MOD CMD inside */
6051 RSL.send(ts_RSL_ENCR_CMD(g_chan_nr, link_id, g_pars.encr.alg_id, g_pars.encr.key, l3));
6052 /* expect the L3 to arrive still unencrypted on the MS side */
6053 f_l1_exp_lapdm(tr_LAPDm_I(link_id.sapi, cr_MT_CMD, ?, ?, ?, l3));
6054
6055 /* configure L1 to apply ciphering */
6056 var uint8_t alg_id := f_alg_id_to_l1ctl(g_pars.encr.alg_id);
6057 f_L1CTL_CRYPTO_REQ(L1CTL, g_pars.chan_nr, alg_id, g_pars.encr.key);
6058
Vadim Yanitskiy4d78a702018-10-03 03:59:34 +07006059 /* send first ciphered I-frame in response and expect it on RSL */
6060 f_data_mo(link_id, true, 1, 0, '0a0b0c0d'O, exp_sacch := true);
Harald Weltee613f962018-04-18 22:38:16 +02006061
6062 /* now the BTS code should have detected the first properly encrypted uplink I-frame,
6063 * and hence enable encryption also on the downlink */
6064
6065 /* expect bi-directional communication work in encrypted mode */
6066 f_unitdata_mo(link_id, f_rnd_octstring(15));
6067 f_unitdata_mt(link_id, f_rnd_octstring(15));
6068
6069 /* release the channel */
6070 f_rsl_chan_deact();
6071 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
6072 f_rslem_unregister(0, g_chan_nr);
6073}
6074testcase TC_encr_cmd_a51() runs on test_CT {
6075 var ConnHdlrPars pars := valueof(t_Pars(t_RslChanNr_Bm(1), ts_RSL_ChanMode_SIGN));
6076 pars.encr := valueof(ts_RSL_IE_EncrInfo(RSL_ALG_ID_A5_1, f_rnd_octstring(8)));
6077 f_testmatrix_each_chan(pars, refers(f_TC_encr_cmd));
6078}
6079testcase TC_encr_cmd_a52() runs on test_CT {
6080 var ConnHdlrPars pars := valueof(t_Pars(t_RslChanNr_Bm(1), ts_RSL_ChanMode_SIGN));
6081 pars.encr := valueof(ts_RSL_IE_EncrInfo(RSL_ALG_ID_A5_2, f_rnd_octstring(8)));
6082 f_testmatrix_each_chan(pars, refers(f_TC_encr_cmd));
6083}
6084testcase TC_encr_cmd_a53() runs on test_CT {
6085 var ConnHdlrPars pars := valueof(t_Pars(t_RslChanNr_Bm(1), ts_RSL_ChanMode_SIGN));
6086 pars.encr := valueof(ts_RSL_IE_EncrInfo(RSL_ALG_ID_A5_3, f_rnd_octstring(8)));
6087 f_testmatrix_each_chan(pars, refers(f_TC_encr_cmd));
6088}
6089
6090private function f_assert_lapdm(octetstring enc, template LapdmFrame exp_match, charstring name := "") {
6091 var LapdmFrame lf;
6092 var octetstring reenc;
6093
6094 /* decode the LAPDm frame */
6095 if (ischosen(exp_match.ab)) {
6096 lf.ab := dec_LapdmFrameAB(enc);
6097 } else {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02006098 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "unsupported frame type");
Harald Weltee613f962018-04-18 22:38:16 +02006099 }
6100
6101 /* check if decoder result matches expectation */
6102 if (not match(lf, exp_match)) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02006103 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, log2str(name, ": decoded LAPDm doesn't match"));
Harald Weltee613f962018-04-18 22:38:16 +02006104 } else {
6105 log(name, ": matched");
6106 setverdict(pass);
6107 }
6108
6109 /* test if re-encoded frame equals original input */
6110 reenc := enc_LapdmFrame(lf);
6111 if (enc != reenc) {
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02006112 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, log2str(name, ": re-encoded LAPDm frame doesn't match"));
Harald Weltee613f962018-04-18 22:38:16 +02006113 } else {
6114 setverdict(pass);
6115 }
6116}
6117
6118testcase TC_lapdm_selftest() runs on test_CT {
6119 f_assert_lapdm('030301'O, tr_LAPDm_UI(0, true, ''O), "ui_s0_empty");
6120 f_assert_lapdm('0F0301'O, tr_LAPDm_UI(3, true, ''O), "ui_s3_empty");
6121 f_assert_lapdm('013F01'O, tr_LAPDm_SABM(0, false, true, ''O), "sabm_s0_empty");
6122 f_assert_lapdm('013F1123420815'O, tr_LAPDm_SABM(0, false, true, '23420815'O), "sabm_s0_l3");
6123 f_assert_lapdm('03E101'O, tr_LAPDm_RR(0, true, false, 7), "rr_s0_7");
6124 f_assert_lapdm('03000d063505'O, tr_LAPDm_I(0, true, false, 0, 0, '063505'O), "I/0/0");
6125 f_assert_lapdm('03e00d063505'O, tr_LAPDm_I(0, true, false, 7, 0, '063505'O), "I/7/0");
6126}
6127
Stefan Sperling4880be42018-08-07 18:12:59 +02006128/***********************************************************************
6129 * DTX Related (see GSM 05.08, section 8.3)
6130 ***********************************************************************/
6131
6132/* XXX These functions must be kept in sync with g_AllChannels defined on test_CT. */
6133function f_g_chan_is_tchf() runs on ConnHdlr return boolean {
6134 return (g_chan_nr == valueof(ts_RslChanNr_Bm(1)) or
6135 g_chan_nr == valueof(ts_RslChanNr_Bm(2)) or
6136 g_chan_nr == valueof(ts_RslChanNr_Bm(3)) or
6137 g_chan_nr == valueof(ts_RslChanNr_Bm(4)));
6138}
6139function f_g_chan_is_tchh() runs on ConnHdlr return boolean {
6140 return (g_chan_nr == valueof(ts_RslChanNr_Lm(5,0)) or
6141 g_chan_nr == valueof(ts_RslChanNr_Lm(5,1)));
6142}
6143function f_g_chan_is_sdcch4() runs on ConnHdlr return boolean {
6144 return (g_chan_nr == valueof(ts_RslChanNr_SDCCH4(0,0)) or
6145 g_chan_nr == valueof(ts_RslChanNr_SDCCH4(0,1)) or
6146 g_chan_nr == valueof(ts_RslChanNr_SDCCH4(0,2)) or
6147 g_chan_nr == valueof(ts_RslChanNr_SDCCH4(0,3)));
6148}
6149function f_g_chan_is_sdcch8() runs on ConnHdlr return boolean {
6150 return (g_chan_nr == valueof(ts_RslChanNr_SDCCH8(6,0)) or
6151 g_chan_nr == valueof(ts_RslChanNr_SDCCH8(6,1)) or
6152 g_chan_nr == valueof(ts_RslChanNr_SDCCH8(6,2)) or
6153 g_chan_nr == valueof(ts_RslChanNr_SDCCH8(6,3)) or
6154 g_chan_nr == valueof(ts_RslChanNr_SDCCH8(6,4)) or
6155 g_chan_nr == valueof(ts_RslChanNr_SDCCH8(6,5)) or
6156 g_chan_nr == valueof(ts_RslChanNr_SDCCH8(6,6)) or
6157 g_chan_nr == valueof(ts_RslChanNr_SDCCH8(6,7)));
6158}
6159
6160function f_test_l2_fill_frames(boolean dtxd) runs on ConnHdlr {
6161 var L1ctlDlMessage dl;
6162 var octetstring l2_fill_frame := '0303012B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B'O;
6163 var octetstring l2_fill_frame_sacch := substr(l2_fill_frame, 0, lengthof(l2_fill_frame) - 2);
6164 var GsmFrameNumber first_fn;
6165 var boolean is_first_frame := true;
Stefan Sperling91d4c9d2018-08-09 20:03:08 +02006166 var integer nfill_frames_sacch := 0;
6167 var integer nfill_frames_nonsacch := 0;
6168 var integer expected_fill_frames := 10000; /* initial value causes test failure if not overridden */
Stefan Sperling4880be42018-08-07 18:12:59 +02006169 /* Frames numbers (mod 104) for which a fill frame is expected on TCHF if DTX is enabled. */
6170 var Integers required_tdma_frames_dtx_tchf := { 52, 53, 54, 55, 56, 57, 58, 59 };
Stefan Sperling91d4c9d2018-08-09 20:03:08 +02006171 const integer frame_dtx_tchf_mod := 104;
6172 /* Frame numbers (mod 104) for which a fill frame is expected at the L1SAP level,
6173 * which operates in terms of blocks rather than frames. */
6174 var Integers required_tdma_blocks_dtx_tchf := { 52, 56 };
6175 const integer block_dtx_tchf_mod := 26;
Stefan Sperling4880be42018-08-07 18:12:59 +02006176 timer T := 5.0;
6177
6178 f_l1_tune(L1CTL);
6179 RSL.clear;
6180 L1CTL.clear;
6181
6182 /* activate TCHF signalling channel */
6183 f_est_dchan(false);
6184
6185 T.start;
6186 alt {
6187 [] L1CTL.receive(tr_L1CTL_DATA_IND(g_chan_nr, ?)) -> value dl {
6188 var GsmFrameNumber fn := dl.dl_info.frame_nr;
6189 var octetstring l2 := dl.payload.data_ind.payload;
6190
6191 if (is_first_frame) {
6192 is_first_frame := false;
6193 first_fn := dl.dl_info.frame_nr;
6194 }
6195
6196 if (dl.dl_info.link_id.c == SACCH) {
6197 l2 := substr(l2, 2, lengthof(l2) - 2); /* remove L1 header */
6198 if (not match(l2_fill_frame_sacch, l2)) {
6199 repeat;
6200 }
6201 } else if (not match(l2_fill_frame, l2)) {
6202 repeat;
6203 }
6204
6205 if (dtxd) {
6206 if (not f_g_chan_is_tchf()) {
6207 T.stop;
6208 f_rsl_chan_deact();
6209 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02006210 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Received fill frame on non-TCH/F channel; DTX is only allowed on TCH/F!");
Stefan Sperling4880be42018-08-07 18:12:59 +02006211 }
Stefan Sperling91d4c9d2018-08-09 20:03:08 +02006212 if (fn > first_fn + frame_dtx_tchf_mod) {
Stefan Sperling4880be42018-08-07 18:12:59 +02006213 T.stop;
6214 f_rsl_chan_deact();
6215 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
Stefan Sperling91d4c9d2018-08-09 20:03:08 +02006216
6217 /* With DTX enabled we can expect at least 3 fill frames for every 104 frames.
6218 * 2 SACCH, 1 TCH/F */
6219 expected_fill_frames := 3;
6220
6221 if (nfill_frames_sacch + nfill_frames_nonsacch < expected_fill_frames) {
6222 log("received only ", nfill_frames_sacch, "+", nfill_frames_nonsacch,
6223 " (SACCH+other) out of ", expected_fill_frames, " expected fill frames");
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02006224 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Not enough fill frames received");
Stefan Sperling4880be42018-08-07 18:12:59 +02006225 } else {
6226 setverdict(pass);
6227 }
Stefan Sperling91d4c9d2018-08-09 20:03:08 +02006228 } else {
6229 if (dl.dl_info.link_id.c == SACCH) {
6230 nfill_frames_sacch := nfill_frames_sacch + 1;
Stefan Sperling4880be42018-08-07 18:12:59 +02006231 repeat;
6232 }
Stefan Sperling91d4c9d2018-08-09 20:03:08 +02006233 /* On DTX TCH/F channels, fill frames occur only for specific frame numbers mod 104.
6234 * Furthermore, the L1SAP layer gives us frame numbers for the start of a block so
6235 * we should only see the subset of frames numbers which correspond to a block boundary.
6236 * TCH/F blocks are defined to start at 0,4,8,13,17,21 (modulo 26) */
6237 for (var integer i := 0; i < lengthof(required_tdma_blocks_dtx_tchf); i := i + 1) {
6238 if (fn mod frame_dtx_tchf_mod == required_tdma_blocks_dtx_tchf[i]) {
6239 nfill_frames_nonsacch := nfill_frames_nonsacch + 1;
6240 repeat;
6241 }
6242 }
6243 log("Received DTX TCH fill frame with bad frame number: ", fn,
6244 " (mod ", frame_dtx_tchf_mod, ": ", fn mod frame_dtx_tchf_mod, ")",
6245 " (mod ", block_dtx_tchf_mod, ": ", fn mod block_dtx_tchf_mod, ")");
6246 f_rsl_chan_deact();
6247 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02006248 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Unexpected L2 fill frame received on Um");
Stefan Sperling4880be42018-08-07 18:12:59 +02006249 }
Stefan Sperling4880be42018-08-07 18:12:59 +02006250 } else {
Stefan Sperling91d4c9d2018-08-09 20:03:08 +02006251 if (dl.dl_info.link_id.c == SACCH) {
6252 nfill_frames_sacch := nfill_frames_sacch + 1;
6253 } else {
6254 nfill_frames_nonsacch := nfill_frames_nonsacch + 1;
6255 }
6256 if (fn > first_fn + frame_dtx_tchf_mod) {
Stefan Sperling4880be42018-08-07 18:12:59 +02006257 T.stop;
6258 if (f_g_chan_is_tchf()) {
6259 /* Without DTX we can expect 25 fill frames for every 104 frames.
6260 * (24 FACCH + 1 SACCH filling) */
6261 expected_fill_frames := 25;
6262 } else if (f_g_chan_is_tchh()) {
6263 /* We can expect 2 fill frames for every 104 frames. */
6264 expected_fill_frames := 2;
6265 } else if (f_g_chan_is_sdcch4() or f_g_chan_is_sdcch8()) {
6266 /* We can expect 5 fill frames for every 104 frames. */
6267 expected_fill_frames := 5;
6268 } else {
6269 f_rsl_chan_deact();
6270 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02006271 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Unknown channel type");
Stefan Sperling4880be42018-08-07 18:12:59 +02006272 }
6273
6274 f_rsl_chan_deact();
6275 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
Stefan Sperling91d4c9d2018-08-09 20:03:08 +02006276
6277 if (nfill_frames_sacch + nfill_frames_nonsacch >= expected_fill_frames) {
Stefan Sperling4880be42018-08-07 18:12:59 +02006278 setverdict(pass);
6279 } else {
Stefan Sperling91d4c9d2018-08-09 20:03:08 +02006280 log("received only ", nfill_frames_sacch, "+", nfill_frames_nonsacch,
6281 " (SACCH+other) out of ", expected_fill_frames, " expected fill frames");
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02006282 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Not enough fill frames received");
Stefan Sperling4880be42018-08-07 18:12:59 +02006283 }
6284 } else {
6285 repeat;
6286 }
6287 }
6288 }
6289 [] L1CTL.receive { repeat; }
6290 [] T.timeout {
6291 f_rsl_chan_deact();
6292 f_L1CTL_DM_REL_REQ(L1CTL, g_chan_nr);
Daniel Willmann0fcc4d32018-10-23 20:32:19 +02006293 Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Timeout waiting for L2 fill frames on Um");
Stefan Sperling4880be42018-08-07 18:12:59 +02006294 }
6295 }
6296}
6297
6298function f_TC_tch_sign_l2_fill_frame(charstring id) runs on ConnHdlr {
6299 f_test_l2_fill_frames(false);
6300}
6301
6302function f_TC_tch_sign_l2_fill_frame_dtxd(charstring id) runs on ConnHdlr {
6303 f_test_l2_fill_frames(true);
6304}
6305
6306function f_tch_sign_l2_fill_frame(boolean dtxd) runs on test_CT {
6307 var ConnHdlr vc_conn;
6308 var ConnHdlrPars pars;
6309 pars.t_guard := 60.0;
Harald Welte10474062019-05-30 16:48:17 +02006310 f_init();
Stefan Sperling4880be42018-08-07 18:12:59 +02006311 for (var integer i := 0; i < sizeof(g_AllChannels); i := i + 1) {
6312 pars := valueof(t_Pars(g_AllChannels[i], ts_RSL_ChanMode_SIGN(dtxd)));
6313 if (dtxd) {
6314 if (i >= 4) { /* DTX is only allowed on TCH/F */
6315 break;
6316 }
6317 vc_conn := f_start_handler(refers(f_TC_tch_sign_l2_fill_frame_dtxd), pars);
6318 } else {
6319 vc_conn := f_start_handler(refers(f_TC_tch_sign_l2_fill_frame), pars);
6320 }
6321 vc_conn.done;
6322 }
6323}
6324
6325/* Verify that L2 fill frames are sent on TCH in signaling mode if
6326 * there is nothing to transmit while DTX is disabled on downlink. */
6327testcase TC_tch_sign_l2_fill_frame() runs on test_CT {
6328 f_tch_sign_l2_fill_frame(false);
6329}
6330
6331/* Verify that particular L2 fill frames are sent on TCH in signaling mode if
6332 * there is nothing to transmit while DTX is enabled on downlink. */
6333testcase TC_tch_sign_l2_fill_frame_dtxd() runs on test_CT {
6334 f_tch_sign_l2_fill_frame(true);
6335}
Harald Welte0472ab42018-03-12 15:02:26 +01006336
Stefan Sperling0ec1c262018-10-15 15:12:52 +02006337testcase TC_chopped_ipa_ping() runs on test_CT {
6338 IPA_Testing.f_run_TC_chopped_ipa_ping(mp_rsl_ip, mp_rsl_port, LISTEN_FOR_CLIENT);
6339}
6340
Stefan Sperlingaa1e60f2018-10-15 16:34:07 +02006341testcase TC_chopped_ipa_payload() runs on test_CT {
6342 IPA_Testing.f_run_TC_chopped_ipa_payload(mp_rsl_ip, mp_rsl_port, LISTEN_FOR_CLIENT);
6343}
6344
Harald Welte0472ab42018-03-12 15:02:26 +01006345/* test generation of RLL ERR IND based on Um errors (TS 48.058 3.9) */
6346/* protocol error as per 44.006 */
6347/* link layer failure (repetition of I-frame N200 times without ACK */
6348/* repetition of SABM or DISC N200 times without ACK */
6349/* receptiom of SABM in multi-frame established state */
6350
6351
Harald Welte68e495b2018-02-25 00:05:57 +01006352/* TODO Areas:
6353
6354* channel activation
6355** with BS_Power / MS_Power, bypassing power control loop
6356** on primary vs. secondary TRX
Harald Welte68e495b2018-02-25 00:05:57 +01006357** with timing advance from initial activation on
6358* mode modify
6359** encryption
6360** multirate
6361* check DEACTIVATE SACCH
Harald Welte68e495b2018-02-25 00:05:57 +01006362** unsupported algorithm
6363* handover detection
Harald Welte68e495b2018-02-25 00:05:57 +01006364* BS Power Control
6365* Physical Context
Harald Welte68e495b2018-02-25 00:05:57 +01006366* RF resource ind
Harald Welte68e495b2018-02-25 00:05:57 +01006367* error handling
Harald Welte68e495b2018-02-25 00:05:57 +01006368** IE duplicated?
Harald Welte883340c2018-02-28 18:59:29 +01006369* PCU interface
Harald Welte883340c2018-02-28 18:59:29 +01006370** DATA_IND from BTS->PCU
6371** verification of PCU-originated DATA_REQ arrival on Um/MS side
Harald Welte68e495b2018-02-25 00:05:57 +01006372
6373*/
Harald Welte70767382018-02-21 12:16:40 +01006374
6375control {
6376 execute( TC_chan_act_stress() );
6377 execute( TC_chan_act_react() );
6378 execute( TC_chan_deact_not_active() );
6379 execute( TC_chan_act_wrong_nr() );
Harald Welte629cc6b2018-03-11 17:19:05 +01006380 execute( TC_deact_sacch() );
Harald Welteea17b912018-03-11 22:29:31 +01006381 execute( TC_sacch_filling() );
6382 execute( TC_sacch_info_mod() );
Harald Welte075d84c2018-03-12 13:07:24 +01006383 execute( TC_sacch_multi() );
Harald Welte55700662018-03-12 13:15:43 +01006384 execute( TC_sacch_multi_chg() );
Harald Weltec8d363c2019-05-19 20:36:48 +02006385 execute( TC_sacch_chan_act() );
Harald Welte8b01c792019-05-19 22:51:25 +02006386 execute( TC_sacch_chan_act_ho_async() );
6387 execute( TC_sacch_chan_act_ho_sync() );
Harald Welte8c24c2b2018-02-26 08:31:31 +01006388 execute( TC_rach_content() );
6389 execute( TC_rach_count() );
Harald Welte54a2a2d2018-02-26 09:14:05 +01006390 execute( TC_rach_max_ta() );
Vadim Yanitskiy7c2c10c2019-05-31 20:42:01 +07006391 execute( TC_ho_rach() );
Harald Welte3453ab42019-05-24 21:19:58 +02006392 execute( TC_rach_load_idle_thresh0() );
6393 execute( TC_rach_load_idle_below_thresh() );
6394 execute( TC_rach_load_count() );
Harald Welte70767382018-02-21 12:16:40 +01006395 execute( TC_meas_res_sign_tchf() );
6396 execute( TC_meas_res_sign_tchh() );
6397 execute( TC_meas_res_sign_sdcch4() );
6398 execute( TC_meas_res_sign_sdcch8() );
Harald Welte685d5982018-02-27 20:42:05 +01006399 execute( TC_meas_res_sign_tchh_toa256() );
Eric Wildae8f2622019-06-18 17:05:11 +02006400 execute( TC_rsl_bs_pwr_static_ass() );
6401 execute( TC_rsl_bs_pwr_static_power_control() );
Philipp Maier4d1e9c92018-12-20 11:11:56 +01006402 execute( TC_rsl_ms_pwr_ctrl() );
Eric Wild280ccb82019-06-17 11:11:52 +02006403 execute( TC_rsl_ms_pwr_dyn_active() );
Eric Wild095024b2019-06-17 15:08:57 +02006404 execute( TC_rsl_ms_pwr_dyn_active2() );
Eric Wild61edb7e2019-06-03 12:38:31 +02006405 execute( TC_rsl_ms_pwr_dyn_up() );
6406 execute( TC_rsl_ms_pwr_dyn_down() );
6407 execute( TC_rsl_ms_pwr_dyn_ass_updown() );
6408 execute( TC_rsl_ms_pwr_dyn_max() );
Eric Wilde57e1a62019-05-28 13:30:55 +02006409 execute( TC_rsl_chan_initial_ms_pwr() );
Eric Wild6833cc92019-05-23 19:34:44 +02006410 execute( TC_rsl_chan_initial_ta() );
Eric Wildf1827a72019-05-28 17:37:35 +02006411 execute( TC_rsl_modify_encr() );
Harald Welte70767382018-02-21 12:16:40 +01006412 execute( TC_conn_fail_crit() );
Harald Welte68e495b2018-02-25 00:05:57 +01006413 execute( TC_paging_imsi_80percent() );
6414 execute( TC_paging_tmsi_80percent() );
6415 execute( TC_paging_imsi_200percent() );
6416 execute( TC_paging_tmsi_200percent() );
Harald Welte01d982c2018-02-25 01:31:40 +01006417 execute( TC_rsl_protocol_error() );
6418 execute( TC_rsl_mand_ie_error() );
6419 execute( TC_rsl_ie_content_error() );
Harald Welte48494ca2018-02-25 16:59:50 +01006420 execute( TC_si_sched_default() );
Harald Welte0cae4552018-03-09 22:20:26 +01006421 execute( TC_si_sched_1() );
Harald Welte48494ca2018-02-25 16:59:50 +01006422 execute( TC_si_sched_2bis() );
6423 execute( TC_si_sched_2ter() );
6424 execute( TC_si_sched_2ter_2bis() );
6425 execute( TC_si_sched_2quater() );
6426 execute( TC_si_sched_13() );
6427 execute( TC_si_sched_13_2bis_2ter_2quater() );
Harald Weltea871a382018-02-25 02:03:14 +01006428 execute( TC_ipa_dlcx_not_active() );
Harald Weltea3f1df92018-02-25 12:49:55 +01006429 execute( TC_ipa_crcx_twice_not_active() );
6430 execute( TC_ipa_crcx_mdcx_dlcx_not_active() );
Harald Welte3ae11da2018-02-25 13:36:06 +01006431 execute( TC_ipa_crcx_mdcx_mdcx_dlcx_not_active() );
Harald Welte9912eb52018-02-25 13:30:15 +01006432 execute( TC_ipa_crcx_sdcch_not_active() );
Harald Welte883340c2018-02-28 18:59:29 +01006433
Pau Espin Pedrola14a8af2018-11-20 13:12:22 +01006434 if (mp_pcu_socket != "") {
6435 execute( TC_pcu_act_req() );
6436 execute( TC_pcu_act_req_wrong_ts() );
6437 execute( TC_pcu_act_req_wrong_bts() );
6438 execute( TC_pcu_act_req_wrong_trx() );
6439 execute( TC_pcu_deact_req() );
6440 execute( TC_pcu_deact_req_wrong_ts() );
6441 execute( TC_pcu_ver_si13() );
Harald Weltead033dc2019-05-25 17:28:16 +02006442 if (mp_l1_supports_gprs) {
6443 execute( TC_pcu_data_req_pdtch() );
6444 execute( TC_pcu_data_req_ptcch() );
Harald Welte7162a612019-05-26 12:56:09 +02006445 execute( TC_pcu_data_req_wrong_bts() );
6446 execute( TC_pcu_data_req_wrong_trx() );
6447 execute( TC_pcu_data_req_wrong_ts() );
6448 execute( TC_pcu_data_req_ts_inactive() );
Harald Weltead033dc2019-05-25 17:28:16 +02006449 }
Vadim Yanitskiy970b1532019-10-24 15:22:19 +07006450 execute( TC_pcu_ptcch() );
Pau Espin Pedrola14a8af2018-11-20 13:12:22 +01006451 execute( TC_pcu_data_req_agch() );
Harald Welte928622b2019-05-26 13:22:59 +02006452 execute( TC_pcu_data_req_pch() );
Pau Espin Pedrola14a8af2018-11-20 13:12:22 +01006453 execute( TC_pcu_data_req_imm_ass_pch() );
6454 execute( TC_pcu_rach_content() );
Vadim Yanitskiy51cbc102019-04-22 06:37:30 +07006455 execute( TC_pcu_ext_rach_content() );
Vadim Yanitskiya2c68e82019-07-03 13:07:20 +07006456 execute( TC_pcu_data_ind_lqual_cb() );
Pau Espin Pedrola14a8af2018-11-20 13:12:22 +01006457 execute( TC_pcu_paging_from_rsl() );
Harald Welted66c9b82019-05-25 09:03:15 +02006458 execute( TC_pcu_time_ind() );
Harald Welte4832c862019-05-25 14:57:18 +02006459 execute( TC_pcu_rts_req() );
Harald Welte07bd2d22019-05-25 11:03:30 +02006460 execute( TC_pcu_oml_alert() );
Harald Welteeaa9a862019-05-26 23:01:08 +02006461 execute( TC_pcu_rr_suspend() );
Harald Weltea2e0e942019-05-27 18:12:53 +02006462 execute( TC_pcu_socket_connect_multi() );
Harald Weltec8effb72019-05-27 18:23:04 +02006463 execute( TC_pcu_socket_reconnect() );
Harald Weltebe030482019-05-27 22:29:35 +02006464 execute( TC_pcu_socket_noconnect_nosi3gprs() );
Vadim Yanitskiya8e83a82020-05-04 16:05:12 +07006465 execute( TC_pcu_socket_noconnect_nosi4gprs() );
Harald Weltebe030482019-05-27 22:29:35 +02006466 execute( TC_pcu_socket_connect_si3gprs() );
Vadim Yanitskiya8e83a82020-05-04 16:05:12 +07006467 execute( TC_pcu_socket_connect_si4gprs() );
Harald Weltebe030482019-05-27 22:29:35 +02006468 execute( TC_pcu_socket_disconnect_nosi3gprs() );
Vadim Yanitskiya8e83a82020-05-04 16:05:12 +07006469 execute( TC_pcu_socket_disconnect_nosi4gprs() );
Oliver Smithf5239c72019-08-28 10:01:25 +02006470 execute( TC_pcu_socket_verify_info_ind() );
Philipp Maier15cd6872020-01-08 13:41:41 +01006471 execute( TC_dyn_osmo_pdch_act_deact() );
6472 execute( TC_dyn_osmo_pdch_double_act() );
6473 execute( TC_dyn_ipa_pdch_act_deact() );
6474 execute( TC_dyn_ipa_pdch_act_tchf_act_nack() );
6475
Pau Espin Pedrola14a8af2018-11-20 13:12:22 +01006476 } else {
6477 log("PCU socket path not available, skipping PCU tests");
6478 }
Harald Welte3d04ae62018-04-04 20:29:05 +02006479
Harald Welte3d04ae62018-04-04 20:29:05 +02006480 execute( TC_dyn_osmo_pdch_unsol_deact() );
Harald Welte3d04ae62018-04-04 20:29:05 +02006481 execute( TC_dyn_osmo_pdch_tchf_act() );
6482 execute( TC_dyn_osmo_pdch_tchh_act() );
Harald Welte9bbbfb52018-04-05 09:33:19 +02006483 execute( TC_dyn_ipa_pdch_tchf_act() );
6484 execute( TC_dyn_ipa_pdch_tchf_act_pdch_act_nack() );
Harald Welte0472ab42018-03-12 15:02:26 +01006485
6486 execute( TC_rll_est_ind() );
6487 execute( TC_rll_est_req_DCCH_3() );
6488 execute( TC_rll_est_req_ACCH_3() );
6489 execute( TC_rll_rel_ind_DCCH_0() );
6490 execute( TC_rll_rel_ind_DCCH_3() );
6491 execute( TC_rll_rel_ind_ACCH_0() );
6492 execute( TC_rll_rel_ind_ACCH_3() );
6493 execute( TC_rll_rel_req() );
6494 execute( TC_rll_unit_data_req_DCCH() );
6495 execute( TC_rll_unit_data_req_ACCH() );
6496 execute( TC_rll_unit_data_ind_DCCH() );
6497 execute( TC_rll_unit_data_ind_ACCH() );
Harald Weltee613f962018-04-18 22:38:16 +02006498
6499 execute( TC_chan_act_a51() );
6500 execute( TC_chan_act_a52() );
6501 execute( TC_chan_act_a53() );
6502 execute( TC_encr_cmd_a51() );
6503 execute( TC_encr_cmd_a52() );
6504 execute( TC_encr_cmd_a53() );
6505
Harald Welteee25aae2019-05-19 14:32:37 +02006506 execute( TC_err_rep_wrong_mdisc() );
6507 execute( TC_err_rep_wrong_msg_type() );
6508 execute( TC_err_rep_wrong_sequence() );
6509
Harald Weltee613f962018-04-18 22:38:16 +02006510 execute( TC_lapdm_selftest() );
Stefan Sperling4880be42018-08-07 18:12:59 +02006511
6512 execute( TC_tch_sign_l2_fill_frame() );
6513 execute( TC_tch_sign_l2_fill_frame_dtxd() );
Stefan Sperling0ec1c262018-10-15 15:12:52 +02006514
6515 execute( TC_chopped_ipa_ping() );
Stefan Sperlingaa1e60f2018-10-15 16:34:07 +02006516 execute( TC_chopped_ipa_payload() );
Harald Welte70767382018-02-21 12:16:40 +01006517}
6518
6519
6520}