I want to read the DACS Lock from a RSSL Update Message for News RIC NFCP_UBMS
At best I can get the Byte Array ( byte dacsLock[] ) from the Byte Buffer. Have you an example how to deal with Byte Buffer vaules?
Here is what I can see so far:
Decode RSSL Update Message Byte Buffer
public void onUpdateMsg(UpdateMsg updateMsg, OmmConsumerEvent event)
{
System.out.println("hasPermissionData: " + updateMsg.hasPermissionData());
System.out.println("permissionData: " + updateMsg.permissionData().toString());
}
Output
hasPermissionData: true
permissionData: java.nio.HeapByteBuffer[pos=0 lim=5 cap=2000]
Best Regards
Michael