Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Last updated  

Proto file:TBD -  nodeb_info.proto

nb identity

Info

Last updated  

Proto file:TBD -  nb_identity.proto

enb

Info

Last updated  

Proto file:TBD -  enb.proto

gnb

Info

Last updated  

Proto file: TBD - gnb.proto

cells

Info

Last updated  

Proto file:TBD -  cells.proto

cell

Info

Last updated  

Proto file:TBD -  cell.proto

x2 setup failure response

Info

Last updated  

Proto file: x2_setup_failure_response.proto

RanLoadInformation

Info

Last updated  

Proto file:TBD - RanLoadInformation ran_load_information.proto

GnbListJsonResponse

ResponseJsonExample
Successed 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 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"
}

...