bsc: fix as_handover(): first RSL should be EST IND, not DATA

Change-Id: I41b395eb7dbdd56796706722d79c7a3bc5a0b5b0
This commit is contained in:
Neels Hofmeyr 2018-07-14 22:28:29 +02:00
parent b0e7365974
commit d07ee1396f
1 changed files with 1 additions and 1 deletions

View File

@ -998,7 +998,7 @@ altstep as_handover(inout HandoverState st) runs on MSC_ConnHdlr {
/* send handover complete over the new channel */
var PDU_ML3_MS_NW l3_tx := valueof(ts_RRM_HandoverComplete('00'O));
RSL1.send(ts_RSL_DATA_IND(new_chan_nr, valueof(ts_RslLinkID_DCCH(0)),
RSL1.send(ts_RSL_EST_IND(new_chan_nr, valueof(ts_RslLinkID_DCCH(0)),
enc_PDU_ML3_MS_NW(l3_tx)));
/* by default, send via the new channel from now */
st.old_chan_nr := g_chan_nr;