Skip to content

use nmcli.py config Band and C0 #3

@flowerbone

Description

@flowerbone

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions