bsc: TC_paging_resp_unsol: Avoid encoding l3 twice

Change-Id: I4c5ea6272325671e47a91124a7efe0321c9f3a02
This commit is contained in:
Pau Espin 2023-01-03 11:59:59 +01:00
parent cc77b49fe7
commit e8a51010d7
1 changed files with 1 additions and 1 deletions

View File

@ -3668,7 +3668,7 @@ testcase TC_paging_resp_unsol() runs on test_CT {
dt.idx := {0, 0};
/* Send unsolicited Paging response (no matching Paging CMD stored in BSC) */
f_ipa_tx(ts_RSL_EST_IND(dt.rsl_chan_nr, valueof(ts_RslLinkID_DCCH(0)), enc_PDU_ML3_MS_NW(l3)));
f_ipa_tx(ts_RSL_EST_IND(dt.rsl_chan_nr, valueof(ts_RslLinkID_DCCH(0)), rr_pag_resp));
/* Expevct a CR with a matching Paging response on the A-Interface */