Hi,
Does someone know python enough to extend asn2wrs to distinguish between CODE local: and CODE global:?
In asn/isdn_sup if
Freephone-Operations.asn is added to makefile.common “table” (packet-isdn-sup-table10.c and
packet-isdn-sup-table11.c
) will be generated with
{ fPHOID".1",
"callFPH" },
and
/* callFPH */ { fPHOID".1", dissect_CalledFreephoneNrArg_PDU, NULL },
So basically the parsing is working but it should be two different tables one for local and one for global CODEs. It would also be good if the tables where sorted in numerical order.
Best regards
Anders