Skip to content
Snippets Groups Projects
Commit 509fb5d3 authored by Pau Espin Pedrol's avatar Pau Espin Pedrol
Browse files

M3UA_Types.ttcn: Fix decoding of M3UA_NOTIFY

Without this, a received M3UA_NTOIFY without ASP Identifier and with
Routing Context is parsed incorrectly, ending up with the former field
being filled in instead of the later one.
parent 85668ecb
Branches master
No related tags found
1 merge request!4M3UA_Types.ttcn: Fix decoding of M3UA_NOTIFY
......@@ -394,7 +394,10 @@ type set M3UA_NOTIFY_MessageParameters
M3UA_ASP_Identifier aSP_Identifier optional,
M3UA_Routing_Context routing_Context optional,
M3UA_Info_String info_String optional
}
} with { variant "TAG(aSP_Identifier, tag = '0011'O;
routing_Context, tag = '0006'O;
info_String, tag = '0004'O; )"
}
// M3UA_DATA PDU
//++++++++++++++++++++++++++++++++++++++++++++++++++
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment