aboutsummaryrefslogtreecommitdiffstats
path: root/OsmoNITB/chapters/control.adoc
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2018-11-29 10:50:16 +0100
committerOliver Smith <osmith@sysmocom.de>2018-11-29 10:50:16 +0100
commitb7f198f08709fcc7a202bd446beeb17623c5cfea (patch)
tree46446ffa9e5a273c16be53db36c625858008b187 /OsmoNITB/chapters/control.adoc
parentf8bddfae1553eb0902b7fa5f2b8bff75e48b3ab8 (diff)
remove OsmoNITB files (now avail in openbsc.git)
Files were added in openbsc.git Change-Id I4466d820cb3a5609a4a8534b1581684f891a04cd Depends: openbsc.git Change-Id I4466d820cb3a5609a4a8534b1581684f891a04cd Related: OS#3385 Change-Id: I2d4f4d6dc5a70e27de464921f4fe0aab4ca8ec72
Diffstat (limited to 'OsmoNITB/chapters/control.adoc')
-rw-r--r--OsmoNITB/chapters/control.adoc57
1 files changed, 0 insertions, 57 deletions
diff --git a/OsmoNITB/chapters/control.adoc b/OsmoNITB/chapters/control.adoc
deleted file mode 100644
index db12bbb..0000000
--- a/OsmoNITB/chapters/control.adoc
+++ /dev/null
@@ -1,57 +0,0 @@
-[[control]]
-== Control interface
-
-The actual protocol is described in <<common-control-if>>, the variables
-common to all programs using it are described in <<ctrl_common_vars>>. The
-variables shared with OsmoBSC are described in corresponding section of
-OsmoBSC documentation.Here we describe variables specific to OsmoNITB.
-
-.Variables available over control interface
-[options="header",width="100%",cols="20%,5%,5%,50%,20%"]
-|===
-|Name|Access|Trap|Value|Comment
-|subscriber-modify-v1|WO|No|"<imsi>,<msisdn>,<alg>,<ki>"|See <<sub1>> for details.
-|subscriber-delete-v1|WO|No|"<imsi>"|See <<subdel>> for details.
-|subscriber-list-active-v1|RO|No||Return list of active subscribers.
-|===
-
-[[sub1]]
-=== subscriber-modify-v1
-
-Modify (or add if missing) subscriber entry with the give IMSI, MSISDN, Ki and
-algorithm (valid values are "none", "xor" and "comp128v1"). The subscriber is
-automatically marked as authorized.
-
-[[subdel]]
-=== subscriber-delete-v1
-
-Delete the subscriber with the given IMSI. Returns "Removed active subscriber"
-or "Removed" depending on the subscriber's use status.
-
-[[osmo-bsc_nat]]
-
-The following variables are only available over control interface of
-osmo-bsc_nat program.
-
-.Variables available over control interface of osmo-bsc_nat
-[options="header",width="100%",cols="20%,5%,5%,50%,20%"]
-|===
-|Name|Access|Trap|Value|Comment
-|net.0.bsc.N.*|RW|Yes|Arbitrary variable|Forward given command to BSC N control interface.
-|net.0.bsc_cfg.N.access-list-name|RW|No|"<name>"|Set/Get ACL for a given BSC N.
-|net.0.bsc_cfg.N.no-access-list-name|WO|No|Ignored|Remove ACL for a given BSC N.
-|net.0.add.allow.access-list.A|WO|No|"<regexp>"|See <<nacl>> for details.
-|net.0.save-configuration|WO|No|Ignored|Save current running config into file.
-|net.0.bsc.N.notification-rejection-v1|NA|Yes|"imsi=<imis>"|See <<narej>> for details.
-|===
-
-[[nacl]]
-=== allow.access-list
-
-Add given regular expression for matching IMSI(s) to allowed access list A.
-
-[[narej]]
-=== notification-rejection-v1
-
-This TRAP event notifies all connected clients about IMSI which was rejected by
-BSC N.