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

Change-Id: Ia609b67c28ce07fa3bf33e3c4a5658046474d60a
This commit is contained in:
Neels Hofmeyr 2018-07-14 21:56:51 +02:00
parent 0a5d7e7920
commit b0e7365974
1 changed files with 1 additions and 1 deletions

View File

@ -650,7 +650,7 @@ altstep as_assignment(inout AssignmentState st) runs on MSC_ConnHdlr {
f_rslem_register(0, new_chan_nr);
var PDU_ML3_MS_NW l3_tx := valueof(ts_RRM_AssignmentComplete('00'O));
/* send assignment complete over the new channel */
RSL.send(ts_RSL_DATA_IND(new_chan_nr, valueof(ts_RslLinkID_DCCH(0)),
RSL.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;