Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

  1. In case of Go modules enabled run the next command outside of GOPATH where project (go mod) is located:

R4:  $ go get gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader@v1.0.39.35

R5:  $ go get gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader@v1.0.44


$ go build ./…

  1. In case of Go modules disabled run the next command inside of GOPATH:

...

List of Output Type Protobuf

...


Proto message

...

Proto fileLast updated

...

NodebInfo

NbIdentity

Info

Last updated  

...

2020-04-20
NbIdentitynb_identity.proto2020-04-05

Enb

...

...

2020-07-02
Gnb
Info

Last updated  

Proto file: gnb.proto

RanFunction

Info

Last updated  

...

2020-07-02
AdditionalCellInformation2020-07-02
RanFunctionran_function.proto2020-06-17
Cells

...

...

Last updated  

...

cells.proto2020-04-05
Cell

...

...

x2 setup failure response

Info

Last updated  

...

2020-04-05
X2SetupFailureResponsex2_setup_failure_response.proto2020-04-05
RanLoadInformation

...

...

GnbListJsonResponse

ResponseJsonExample
Successed Success Response 

{
"gnb_list": [
{
"inventory_name": "",
"global_nb_id": {
"plmn_id": "",
"nb_id": ""}}

]}

{
"gnb_list": [
{
"inventory_name": "test2",
"global_nb_id": {
"plmn_id": "42f490",
"nb_id": "000004"}}

]}

Successed Success Response Empty Gnb List{
"gnb_list": null
}
{
"gnb_list": null
}
Failed Response{
"gnb_list": null,
"error_msg": ""
}
{
"gnb_list": null,
"error_msg": "dial tcp 127.0.0.1:6379: connect: connection refused"
}

...