-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Does Hampi currently support (or is there any plan to support) a mechanism to output decoded PDUs in the ASN.1 value notation?
Ie. something like this:
value UL-CCCH-Message ::=
{
message c1 : rrcConnectionRequest :
{
criticalExtensions rrcConnectionRequest-r8 :
{
ue-Identity s-TMSI :
{
mmec '10101000'B,
m-TMSI '11101110 01010000 10010111 11111100'B
},
establishmentCause mo-Data,
spare '0'B
}
}
}
I know I can print them via the Debug trait, but that comes out in a rust debug format which is quite different to the above.
Metadata
Metadata
Assignees
Labels
No labels