pcu: Fix typo in variable name

Change-Id: I8233b0b7f425fba4cbea9859a13b6e612cccede2
This commit is contained in:
Pau Espin 2021-04-19 17:11:07 +02:00
parent c08d552544
commit 02a6d0c489
1 changed files with 2 additions and 2 deletions

View File

@ -5519,8 +5519,8 @@ testcase TC_rim_ran_info_req_single_rep() runs on RAW_PCU_Test_CT {
BTS.send(si1_data_ind);
var template PCUIF_Message si3_data_ind := ts_PCUIF_DATA_IND(0, 0, 0, 0, PCU_IF_SAPI_BCCH, '4906'O & si3_default, 0, 0, 0, 0, 32767);
BTS.send(si3_data_ind);
var template PCUIF_Message si16_data_ind := ts_PCUIF_DATA_IND(0, 0, 0, 0, PCU_IF_SAPI_BCCH, '0106'O & si13_default, 0, 0, 0, 0, 32767);
BTS.send(si16_data_ind);
var template PCUIF_Message si13_data_ind := ts_PCUIF_DATA_IND(0, 0, 0, 0, PCU_IF_SAPI_BCCH, '0106'O & si13_default, 0, 0, 0, 0, 32767);
BTS.send(si13_data_ind);
f_sleep(1.0);
var RIM_Routing_Address dst_addr;