comment: clarify L3 Info processing

Related: SYS#5066
Change-Id: Ia9180eeb88b31a2cf7dea72b43affd0c7b239ccb
This commit is contained in:
Neels Hofmeyr 2022-01-13 18:13:15 +01:00
parent 4b53b035b8
commit 6a8b590ded
2 changed files with 2 additions and 1 deletions

View File

@ -1532,6 +1532,7 @@ int msc_a_ran_dec_from_msc_i(struct msc_a *msc_a, struct msc_a_ran_dec_data *d)
sdp_audio_codecs_to_str(&ac));
}
}
/* Submit the Complete Layer 3 Information DTAP */
rc = msc_a_up_l3(msc_a, msg->compl_l3.msg);
if (!rc) {
struct ran_conn *conn = msub_ran_conn(msc_a->c.msub);

View File

@ -104,7 +104,7 @@ static int ran_a_decode_l3_compl(struct ran_dec *ran_dec, struct msgb *msg, stru
.id = cil.id_list[0],
};
/* Parse Layer 3 Information element */
/* Parse Layer 3 Information element; point ran_dec_msg->compl_l3.msg to the L3 Info data */
msg->l3h = (uint8_t*)ie_l3_info->val;
msgb_l3trim(msg, ie_l3_info->len);