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
Hello, forgive me for submitting a similar issue, I'm confused about decoding the data in E2AP PDU since I don't know how to get right numbers sent from NS3 and the "E2SM strings" in issue#2
For RICindicationMessage (the part after RICindication-IEs ::= { id: 26 ), I know some bytes represent ASCII code, but I don't know how to handle the rest
Hi @lightxy233, you can find an example of the decoding on the O-RAN documentation.
In the next release, we will share also a C++ example.
I'm gonna keep this thread open until the next release.
Hello, forgive me for submitting a similar issue, I'm confused about decoding the data in E2AP PDU since I don't know how to get right numbers sent from NS3 and the "E2SM strings" in issue#2
For example, the
Decoded E2AP PDU
in log isFor RICindicationMessage (the part after
RICindication-IEs ::= { id: 26
), I know some bytes represent ASCII code, but I don't know how to handle the restIs there any recommended way to obtain original information from
Decoded E2AP PDU
?The text was updated successfully, but these errors were encountered: