Skip to content

wineslab/oai-oran-protolib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oai-oran-protolib

Protocol buffer definitions for custom xapps with OAI support.

Protocol architecture

The protocol is based on request-response transactions. Any request or response is identified by a RAN_message_type found in enum.proto. Requests and responses are not to be exchanged directly. They are instead encoded as submessages in RAN_message, whose fields contain the submessage ID and the payload. This way, every received protobuf message can always be unambiguously decoded as a RAN_message and then the submessage type can be inferred by the ID.

About

Custom protobuf definitions for oai ric support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages