From 2e904b13854480733d37790dadb8a1fc01c17398 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 4 May 2016 14:30:49 +0200 Subject: Add OsmoBSC control interface description --- doc/manuals/chapters/overview.adoc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'doc/manuals') diff --git a/doc/manuals/chapters/overview.adoc b/doc/manuals/chapters/overview.adoc index b6cc2e888..6577df823 100644 --- a/doc/manuals/chapters/overview.adoc +++ b/doc/manuals/chapters/overview.adoc @@ -67,3 +67,25 @@ codec frames are passed through transparently. In order to achieve this with E1 based BTS, OsmoBSC contains a E1 sub-channel de- and re-multiplexer as well as a TRAU mapper that can map uplink to downlink frames and vice versa. + +=== Control interface + +The actual protocol is described in <> section. Here we +describe variables specific to OsmoBSC. + +.Variables available over control interface +[options="header",width="100%",cols="20%,5%,5%,50%,20%"] +|=== +|Name|Access|Trap|Value|Comment +|msc_connection_status|RO|Yes|"connected", "disconnected"|Indicate the status of connection to MSC. +|bts_connection_status|RO|Yes|"connected", "disconnected"|Indicate the status of connection to BTS. +|location|RW|Yes|",(invalid\|fix2d\|fix3d),,,"|Set/Get location data. +|timezone|RW|No|",,", "off"|-19 <= hours <= 19, mins in {0, 15, 30, 45}, and 0 <= dst <= 2 +|notification|WO|Yes|| +|inform-msc-v1|WO|Yes|| +|ussd-notify-v1|WO|Yes|| +|=== + +Some comments. +FIXME: commands defined in src/ctrl/control_if.c? Nodes? Traps? + -- cgit v1.2.3