log: ran_msg_a: tweak a message name

Change-Id: I691025cb957e9b87c8af2dc8eb741dcba6ca26e2
This commit is contained in:
Neels Hofmeyr 2019-10-21 03:12:58 +02:00
parent fe5ae8ef5b
commit 0c1ed15336
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ static int ran_a_decode_l3_compl(struct ran_dec *ran_dec, struct msgb *msg, stru
struct tlv_p_entry *ie_l3_info = TLVP_GET(tp, GSM0808_IE_LAYER_3_INFORMATION);
struct ran_msg ran_dec_msg = {
.msg_type = RAN_MSG_COMPL_L3,
.msg_name = "BSSMAP Complete Layer 3",
.msg_name = "BSSMAP Complete Layer 3 Information",
.compl_l3 = {
.cell_id = &cell_id,
.msg = msg,