You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
Some IP address type elements in NGAP and NAS message is not easy to read, like PDUAddress and TransportLayerAddress, is it possible to show it in readable format like 192.168.1.1? appreciate your reply
The text was updated successfully, but these errors were encountered:
Custom representation of IP addresses in NAS and ASN.1-based protocols (such as NGAP) is not implemented, they are just handled as bytes buffer. You can easily add it by just using socket.inet_ntoa or socket.inet_ntop however.
Some IP address type elements in NGAP and NAS message is not easy to read, like PDUAddress and TransportLayerAddress, is it possible to show it in readable format like 192.168.1.1? appreciate your reply
The text was updated successfully, but these errors were encountered: