-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
when I use nmcli.py in NodeManager to config openbts, I have a problem. When I config GSM.Radio.Band and GSM.Radio.C0,the issuse is as follows:
$ ./nmcli.py openbts config update GSM.Radio.Band 850
raw request: {"command":"config","action":"update","key":"GSM.Radio.Band","value":"850"}
raw response: {
"code" : 204,
"dirty" : 2
}
$ ./nmcli.py openbts config update GSM.Radio.C0 200
raw request: {"command":"config","action":"update","key":"GSM.Radio.C0","value":"200"}
raw response: {
"code" : 406
}
After I config GSM.Radio.Band successfully,then I config GSM.Radio.C0,but the C0 is always invalid。
Is there any way to solve it?
Metadata
Metadata
Assignees
Labels
No labels