Does anybody have a set of daily routine commands to check parameters and KPIs for 5g NSA via moshell?
How to see struct parameters one by one?
Does anybody have a set of daily routine commands to check parameters and KPIs for 5g NSA via moshell?
How to see struct parameters one by one?
You can check , for example 4 hours of Aggregated volume of downlink with this:
pmx -m 4 NRCellDU pmMacVolDLDrb$
or right away with this:
pmxt . pmMacVolDlDrb$y
| NR Cell status at CU level | st NrCellCU |
|---|---|
| NR Cell status at DU level | st NrCellDU |
| 5G PCI | get . nRPCI |
| 5G TAC | get . nRTAC |
| 5G Carriers | get . nRSectorCarrier |
| 5G CGI | get . nrCGI |
| 5G Cell ID | get . nRCellDUId |
| 5G Cell Reserve status | get . cellReservedForOperator |
| Check 5G DL Volume | pget . pmMacvolDl$ |
| Check 5G UL Volume | pget . pmMacvolUl$ |
| Check 5G Frequency | get . ssbfrequency |
| Check Bandwidth DL | get . Bschannelbwdl |
| Check Bandwidth UL | get . bschannelbwul |
| Check Internal Parameters | scg |
| Check 4G 5G handover Relation | st togn |
| S1 Link - LTE ENB to LTE EPC | st termpointToMME |
| X2 Link - LTE to LTE | st termpointToENB |
| All Termpoint Status (X2 and S1) | st termpoint |
| X2 Link - LTE to NR | st termpointToGNB |
| NG link - 5G GNB to 5GC | st termPointToAMF |
| XN Link - NR to NR | st termpointToGNodeB |
| X2 Link - NR to LTE | st termpointToENodeB |
| 5G RET | get . digitalTilt |
| SSB Power | get . Ssbpowerboost |