Does anybody know how to change struct parameter vie ENM CLI Ericcson?
Hi, @tanec, check this:
Set a single struct attribute on an MO Instance.
cmedit set MeContext=ERBS001,ManagedElement=1,ENodeBFunction=1 enodebplmnid:(mcc=999,mnc=666,mnclength=2)
Set a single member of a struct attribute on an MO Instance.
cmedit set MeContext=ERBS001,ManagedElement=1,ENodeBFunction=1 enodebplmnid.(mnclength=2)
Help for commands in ENM https://your.enm.example.com/#help/app/cliapp/concept/syntax_cmedit/set
2 Likes
Thanks a lot.
And how to add MCC and MNC for more networks?
@tanec try this:
paramname:[{mcc=999,mnc=666,mnclength=2},{mcc=999,mnc=777,mnclength=2}]
2 Likes