Difference between revisions of "NiPC mode and Roaming mode are enabled at the same time"
From YateBTS
(No difference)
|
Revision as of 16:06, 21 August 2017
If you have both NIB and Roaming modes enabled at the same time you will get this alarm:
NIB mode and Roaming mode are enabled at the same time. Please edit javascript.conf and disable one of them. It is recommened to set mode=nib/roaming in [ybts] section in ybts.conf.
To fix this you have to decide which mode you want to run and disable the other one.
A ybts mode can be loaded in two ways:
- by setting mode=nib/roaming in [ybts] section in ybts.conf.
Note! If mode setting is missing then NIB mode is loaded by default
[ybts] mode=nib
- by setting the mode to be loaded as a script in javascript.conf in [scripts] section
[scripts] roaming=roaming.js ;OR nib=nib.js