aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/abis_nm.c
diff options
context:
space:
mode:
authorDaniel Willmann <daniel@totalueberwachung.de>2010-01-07 00:46:26 +0100
committerDaniel Willmann <daniel@totalueberwachung.de>2010-01-07 14:03:22 +0100
commit4b054c8788f008e948c0d75057a74655a6c427fe (patch)
treeac6668db802546eb9e341dcc27ddbd286eb089fb /openbsc/src/abis_nm.c
parent493db4ee3db9d10b4af931972bd505f8d5cbb9b7 (diff)
[abis_nm] Add abis_nm_bs11_infield_logon to logon as user field
As this user you are able to set the PLL work value which is especially useful if your BS11 got detuned by an inaccurate oscillator in your E1 card.
Diffstat (limited to 'openbsc/src/abis_nm.c')
-rw-r--r--openbsc/src/abis_nm.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbsc/src/abis_nm.c b/openbsc/src/abis_nm.c
index bfc3de2c9..bcfce681b 100644
--- a/openbsc/src/abis_nm.c
+++ b/openbsc/src/abis_nm.c
@@ -2423,6 +2423,11 @@ int abis_nm_bs11_factory_logon(struct gsm_bts *bts, int on)
return abis_nm_bs11_logon(bts, 0x02, "FACTORY", on);
}
+int abis_nm_bs11_infield_logon(struct gsm_bts *bts, int on)
+{
+ return abis_nm_bs11_logon(bts, 0x03, "FIELD ", on);
+}
+
int abis_nm_bs11_logon(struct gsm_bts *bts, u_int8_t level, const char *name, int on)
{
struct abis_om_hdr *oh;