Commit 2285aae9 authored by Robert Schmidt's avatar Robert Schmidt

Update documentation

parent bbd76ec0
...@@ -60,7 +60,7 @@ Use the `o1 stats` command. The output is in JSON format: ...@@ -60,7 +60,7 @@ Use the `o1 stats` command. The output is in JSON format:
"bwp3gpp:isInitialBwp": true, "bwp3gpp:isInitialBwp": true,
"bwp3gpp:numberOfRBs": 106, "bwp3gpp:numberOfRBs": 106,
"bwp3gpp:startRB": 0, "bwp3gpp:startRB": 0,
"bwp3gpp:subCarrierSpacing": 1 "bwp3gpp:subCarrierSpacing": 30
} }
], ],
"ul": [ "ul": [
...@@ -68,7 +68,7 @@ Use the `o1 stats` command. The output is in JSON format: ...@@ -68,7 +68,7 @@ Use the `o1 stats` command. The output is in JSON format:
"bwp3gpp:isInitialBwp": true, "bwp3gpp:isInitialBwp": true,
"bwp3gpp:numberOfRBs": 106, "bwp3gpp:numberOfRBs": 106,
"bwp3gpp:startRB": 0, "bwp3gpp:startRB": 0,
"bwp3gpp:subCarrierSpacing": 1 "bwp3gpp:subCarrierSpacing": 30
} }
] ]
}, },
...@@ -86,7 +86,7 @@ Use the `o1 stats` command. The output is in JSON format: ...@@ -86,7 +86,7 @@ Use the `o1 stats` command. The output is in JSON format:
"nrcelldu3gpp:sst": 1 "nrcelldu3gpp:sst": 1
}, },
"device": { "device": {
"gnbId": 3584, "gnbId": 1,
"gnbName": "gNB-Eurecom-5GNRBox", "gnbName": "gNB-Eurecom-5GNRBox",
"vendor": "OpenAirInterface" "vendor": "OpenAirInterface"
} }
...@@ -94,12 +94,18 @@ Use the `o1 stats` command. The output is in JSON format: ...@@ -94,12 +94,18 @@ Use the `o1 stats` command. The output is in JSON format:
"O1-Operational": { "O1-Operational": {
"frame-type": "tdd", "frame-type": "tdd",
"band-number": 78, "band-number": 78,
"num-ues": 2, "num-ues": 1,
"ues": [ "ues": [
1717, 6876
28734
], ],
"load": 12 "load": 9,
"ues-thp": [
{
"rnti": 6876,
"dl": 3279,
"ul": 2725
}
]
} }
} }
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment