aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--Makefile.am1
-rw-r--r--OsmoNITB/Makefile.am15
-rw-r--r--OsmoNITB/chapters/bts-examples.adoc281
-rw-r--r--OsmoNITB/chapters/control.adoc57
-rw-r--r--OsmoNITB/chapters/hlr.adoc331
-rw-r--r--OsmoNITB/chapters/net.adoc139
-rw-r--r--OsmoNITB/chapters/overview.adoc196
-rw-r--r--OsmoNITB/chapters/running.adoc104
-rw-r--r--OsmoNITB/osmonitb-usermanual-docinfo.xml66
-rw-r--r--OsmoNITB/osmonitb-usermanual.adoc48
-rw-r--r--OsmoNITB/osmonitb-vty-reference.xml44
-rw-r--r--OsmoNITB/vty/bsc_vty_additions.xml10
-rw-r--r--OsmoNITB/vty/nitb_vty_additions.xml24
-rw-r--r--OsmoNITB/vty/nitb_vty_reference.xml4724
-rw-r--r--configure.ac1
15 files changed, 0 insertions, 6041 deletions
diff --git a/Makefile.am b/Makefile.am
index 3552541..26a06a3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,6 @@ EXTRA_DIST = git-version-gen .version check-depends.sh $(share_files)
SUBDIRS = tests \
OsmoMGCP \
OsmoNAT \
- OsmoNITB \
OsmocomBB
$(top_srcdir)/.version:
diff --git a/OsmoNITB/Makefile.am b/OsmoNITB/Makefile.am
deleted file mode 100644
index 3735c5b..0000000
--- a/OsmoNITB/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-OSMO_GSM_MANUALS_DIR = $(top_srcdir)
-EXTRA_DIST = osmonitb-usermanual.adoc \
- osmonitb-usermanual-docinfo.xml \
- osmonitb-vty-reference.xml \
- chapters \
- vty
-
-ASCIIDOC = osmonitb-usermanual.adoc
-ASCIIDOC_DEPS = $(srcdir)/chapters/*.adoc
-include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.asciidoc.inc
-
-VTY_REFERENCE = osmonitb-vty-reference.xml
-include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.vty-reference.inc
-
-include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc
diff --git a/OsmoNITB/chapters/bts-examples.adoc b/OsmoNITB/chapters/bts-examples.adoc
deleted file mode 100644
index b15fb99..0000000
--- a/OsmoNITB/chapters/bts-examples.adoc
+++ /dev/null
@@ -1,281 +0,0 @@
-[[bts-examples]]
-== OsmoNITB example configuration files
-
-The `openbsc/doc/examples/osmo-nitb` directory in the OpenBSC source
-tree contains a collection of example configuration files, sorted by BTS
-type.
-
-This chapter is illustrating some excerpts from those examples
-
-[[bts_example_bs11]]
-=== Example configuration for OsmoNITB with one dual-TRX BS-11
-
-.OsmoNITB with BS11, 2 TRX, no frequency hopping
-====
-
-----
-e1_input
- e1_line 0 driver misdn
-network
- network country code 1
- mobile network code 1
- short name OpenBSC
- long name OpenBSC
- timer t3101 10
- timer t3113 60
- bts 0
- type bs11 <1>
- band GSM900
- cell_identity 1
- location_area_code 1
- training_sequence_code 7
- base_station_id_code 63
- oml e1 line 0 timeslot 1 sub-slot full <2>
- oml e1 tei 25 <3>
- trx 0
- arfcn 121
- max_power_red 0
- rsl e1 line 0 timeslot 1 sub-slot full <4>
- rsl e1 tei 1 <5>
- timeslot 0
- phys_chan_config CCCH+SDCCH4
- e1 line 0 timeslot 1 sub-slot full
- timeslot 1
- phys_chan_config TCH/F
- e1 line 0 timeslot 2 sub-slot 1 <6>
- timeslot 2
- phys_chan_config TCH/F
- e1 line 0 timeslot 2 sub-slot 2
- timeslot 3
- phys_chan_config TCH/F
- e1 line 0 timeslot 2 sub-slot 3
- timeslot 4
- phys_chan_config TCH/F
- e1 line 0 timeslot 3 sub-slot 0
- timeslot 5
- phys_chan_config TCH/F
- e1 line 0 timeslot 3 sub-slot 1
- timeslot 6
- phys_chan_config TCH/F
- e1 line 0 timeslot 3 sub-slot 2
- timeslot 7
- phys_chan_config TCH/F
- e1 line 0 timeslot 3 sub-slot 3
- trx 1
- arfcn 123
- max_power_red 0
- rsl e1 line 0 timeslot 1 sub-slot full <4>
- rsl e1 tei 2 <5>
- timeslot 0
- phys_chan_config TCH/F
- e1 line 0 timeslot 4 sub-slot 0 <6>
- timeslot 1
- phys_chan_config TCH/F
- e1 line 0 timeslot 4 sub-slot 1
- timeslot 2
- phys_chan_config TCH/F
- e1 line 0 timeslot 4 sub-slot 2
- timeslot 3
- phys_chan_config TCH/F
- e1 line 0 timeslot 4 sub-slot 3
- timeslot 4
- phys_chan_config TCH/F
- e1 line 0 timeslot 5 sub-slot 0
- timeslot 5
- phys_chan_config TCH/F
- e1 line 0 timeslot 5 sub-slot 1
- timeslot 6
- phys_chan_config TCH/F
- e1 line 0 timeslot 5 sub-slot 2
- timeslot 7
- phys_chan_config TCH/F
- e1 line 0 timeslot 5 sub-slot 3
-----
-====
-
-<1> The BTS type must be set to __bs11__
-<2> The OML E1 timeslot needs to be identical with what was on the BTS side using LMT.
-<3> The OML TEI value needs to be identical with what was configured on the BTS side using LMT.
-<4> The RSL E1 timeslot can be identical for all TRX.
-<5> The RSL TEI values __must__ be different if multiple TRX share one E1 signalling timeslot.
-<6> The TCH all need to be allocated one 16k sub-slot on the E1
-
-[[bts_example_nbts]]
-=== Example configuration for OsmoNITB with one single-TRX nanoBTS
-
-.OsmoNITB with one single-TRX nanoBTS
-====
-
-----
-e1_input
- e1_line 0 driver ipa <1>
-network
- network country code 1
- mobile network code 1
- short name OpenBSC
- long name OpenBSC
- auth policy closed
- location updating reject cause 13
- encryption a5 0
- neci 1
- rrlp mode none
- mm info 1
- handover 0
- bts 0
- type nanobts <2>
- band DCS1800 <3>
- cell_identity 0
- location_area_code 1
- training_sequence_code 7
- base_station_id_code 63
- ms max power 15
- cell reselection hysteresis 4
- rxlev access min 0
- channel allocator ascending
- rach tx integer 9
- rach max transmission 7
- ip.access unit_id 1801 0 <4>
- oml ip.access stream_id 255 line 0
- gprs mode none
- trx 0
- rf_locked 0
- arfcn 871 <5>
- nominal power 23
- max_power_red 20 <6>
- rsl e1 tei 0
- timeslot 0
- phys_chan_config CCCH+SDCCH4
- timeslot 1
- phys_chan_config SDCCH8
- timeslot 2
- phys_chan_config TCH/F
- timeslot 3
- phys_chan_config TCH/F
- timeslot 4
- phys_chan_config TCH/F
- timeslot 5
- phys_chan_config TCH/F
- timeslot 6
- phys_chan_config TCH/F
- timeslot 7
- phys_chan_config TCH/F
-----
-====
-
-<1> You have to configure one virtual E1 line with the
- IPA driver in order to use Abis/IP. One e1_line is
- sufficient for any number of A-bis/IP BTSs, there is no
- limit like in physical E1 lines.
-<2> The BTS type must be set using `type nanobts`
-<3> The GSM band must be set according to the BTS hardware.
-<4> The IPA Unit ID parameter must be set to what has been configured on
- the BTS side using the __BTS Manager__ or `ipaccess-config`.
-<5> The ARFCN of the BTS.
-<6> All known nanoBTS units have a nominal transmit power of 23 dBm. If
- a `max_power_red` of 20 (dB) is configured, the resulting output
- power at the BTS Tx port is 23 - 20 = 3 dBm.
-
-[NOTE]
-====
-The `nominal_power` setting does __not__ influence the transmitted power
-to the BTS! It is a setting by which the system administrator tells the
-BSC about the nominal output power of the BTS. The BSC uses this as
-basis for calculations.
-====
-
-
-[[bts_example_nbts_multi]]
-=== Example configuration for OsmoNITB with multi-TRX nanoBTS
-
-.OsmoNITB configured for dual-TRX (stacked) nanoBTS
-====
-
-----
-e1_input
- e1_line 0 driver ipa
-network
- network country code 1
- mobile network code 1
- short name OpenBSC
- long name OpenBSC
- auth policy closed
- location updating reject cause 13
- encryption a5 0
- neci 1
- rrlp mode none
- mm info 0
- handover 0
- bts 0
- type nanobts
- band DCS1800
- cell_identity 0
- location_area_code 1
- training_sequence_code 7
- base_station_id_code 63
- ms max power 15
- cell reselection hysteresis 4
- rxlev access min 0
- channel allocator ascending
- rach tx integer 9
- rach max transmission 7
- ip.access unit_id 1800 0 <1>
- oml ip.access stream_id 255 line 0
- gprs mode none
- trx 0
- rf_locked 0
- arfcn 871
- nominal power 23
- max_power_red 0
- rsl e1 tei 0
- timeslot 0
- phys_chan_config CCCH+SDCCH4
- timeslot 1
- phys_chan_config SDCCH8
- timeslot 2
- phys_chan_config TCH/F
- timeslot 3
- phys_chan_config TCH/F
- timeslot 4
- phys_chan_config TCH/F
- timeslot 5
- phys_chan_config TCH/F
- timeslot 6
- phys_chan_config TCH/F
- timeslot 7
- phys_chan_config TCH/F
- trx 1
- rf_locked 0
- arfcn 873
- nominal power 23
- max_power_red 0
- rsl e1 tei 0
- timeslot 0
- phys_chan_config SDCCH8
- timeslot 1
- phys_chan_config TCH/F
- timeslot 2
- phys_chan_config TCH/F
- timeslot 3
- phys_chan_config TCH/F
- timeslot 4
- phys_chan_config TCH/F
- timeslot 5
- phys_chan_config TCH/F
- timeslot 6
- phys_chan_config TCH/F
- timeslot 7
- phys_chan_config TCH/F
-----
-====
-
-<1> In this example, the IPA Unit ID is specified as `1800 0`. Thus, the
- first nanoBTS unit (`trx 0`) needs to be configured to 1800/0/0 and
- the second nanoBTS unit (`trx 1`) needs to be configured to 1800/0/1.
- You can configure the BTS unit IDs using the `ipaccess-config`
- utility included in OpenBSC.
-
-[NOTE]
-====
-For building a multi-TRX setup, you also need to connect the TIB cables
-between the two nanoBTS units, as well as the coaxial/RF AUX cabling.
-====
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.
diff --git a/OsmoNITB/chapters/hlr.adoc b/OsmoNITB/chapters/hlr.adoc
deleted file mode 100644
index 8f2840a..0000000
--- a/OsmoNITB/chapters/hlr.adoc
+++ /dev/null
@@ -1,331 +0,0 @@
-[[hlr]]
-== OsmoNITB HLR subsystem
-
-
-As OsmoNITB is a fully autonomous system, it also includes a
-minimal/simplistic HLR and AUC. Compared to real GSM networks, it does
-not implement any of the external interfaces of a real HLR, such as the
-MAP/TCAP/SCCP protocol. It can only be used inside the OsmoNITB.
-
-While functionally maintaining the subscriber database and
-authentication keys, it offers a much reduced feature set. For example,
-it is not possible to configure bearer service permission lists, or
-BAOC.
-
-At this time, the only supported database back end for the OsmoNITB
-internal HLR/AUC is the file-based SQL database SQLite3.
-
-=== Authorization Policy
-
-Authorization determines how subscribers can access your network. This
-is unrelated to authentication, which verifies the authenticity of SIM
-cards that register with the network.
-
-OsmoNITB supports three different authorization policies:
-
-closed::
- This mode requires subscribers to have a record with their IMSI
- in the HLR, and it requires that their status is set to
- `authorized 1`
- +
- This reflects the most typical operation of GSM networks, where
- subscribers have to obtain a SIM card issued by the operator. At the
- time the SIM gets issued, it is provisioned in the HLR to enable the
- subscriber to use the services of the network.
-
-accept-all::
- This policy accepts any and all subscribers that every try to
- register to the network. Non-existent subscribers are
- automatically and dynamically created in the HLR, and they
- immediately have full access to the network. Any IMSI can
- register, no matter what SIM card they are using in their
- phones.
- +
- This mode is mostly useful for lab testing or for demonstrating
- the lack of mutual authentication and the resulting security
- problems in the GSM system.
-
-NOTE: As you do not know the Ki of dynamically created subscribers with
-SIM cards of unknown origin, you cannot use cryptographic authentication
-and/or encryption!
-
-CAUTION: Never run a network in accept-all mode, unless you know exactly
-what you are doing. You are very likely causing service interruption to
-mobile phones in the coverage area of your BTSs, which is punishable
-under criminal law in most countries!
-
-token::
- This method was created for special-purpose configurations at
- certain events. It tries to combine the benefits of automatic
- enrollment with foreign IMSI while trying to prevent causing disruption
- to phones that register to the network by accident.
- +
- This policy is currently not actively supported.
-
-The currently active policy can be selected using the
-`auth policy (closed|accept-all|token)` at the `network` configuration
-node of the VTY.
-
-=== Location Update Reject Cause
-
-When a 'Location Update Request' is to be rejected by the network (e.g.
-due to an unknown or unauthorized subscriber), the 'Location Update
-Reject' message will contain a 'Reject Cause'.
-
-You can configure the numeric value of that cause by means of the
-`location updating reject cause <2-111>` command at the network node.
-
-
-=== Querying information about a subscriber
-
-Information about a specific subscriber can be obtained from the HLR by
-issuing `show subscriber` command.
-
-For example, to display information about a subscriber with the IMSI
-602022080345046, you can use the following command:
-
-.Displaying information about a subscriber
-----
-OpenBSC> show subscriber imsi 602022080345046
- ID: 1, Authorized: 1 <1>
- Name: 'Frank'
- Extension: 2342 <2>
- LAC: 1/0x1 <3>
- IMSI: 602022080345046
- TMSI: 4DB8B4D8
- Pending: 0
- Use count: 1
-----
-
-<1> Whether or not the subscriber is authorized for access
-<2> OsmoNITB is often treated like a PBX, this is why phone numbers are called extensions
-<3> The Location Area Code (LAC) indicates where in the network the
- subscriber has last performed a LOCATION UPDATE. Detached subscribers
- indicate a LAC of 0.
-
-Subscribers don't have to be identified/referenced by their IMSI, but
-they can also be identified by their extension (phone number), their
-TMSI as well as their internal database ID. Example alternatives
-showing the same subscriber record are:
-----
-OpenBSC> show subscriber id 1
-----
-
-or
-
-----
-OpenBSC> show subscriber extension 2342
-----
-
-
-=== Enrolling a subscriber
-
-A subscriber can be added to the network in different ways:
-
-. authorizing an auto-generated subscriber
-. manually creating a subscriber using VTY commands
-. manually creating subscriber by insert into SQL database by external program
-
-==== Authorizing an auto-generated subscriber
-
-If the `subscriber-create-on-demand` configuration option is set in the `nitb`
-VTY config node, then OsmoNITB will automatically create a subscriber record
-for every IMSI that ever tries to perform a LOCATION UPDATE with the network.
-However, those subscriber records are marked as "not authorized", i.e. they
-will not be able to use your network.
-
-You can latter on _authorize_ any such a subscriber using the `subscriber IMSI
-... authorized 1` command at the VTY enable node.
-
-.Example: Authorizing an auto-generated subscriber
-----
-OpenBSC> enable
-OpenBSC# configure terminal
-OpenBSC(config)# nitb
-OpenBSC(config-nitb)# subscriber-create-on-demand <1>
-OpenBSC(config-nitb)# end
-OpenBSC# <2>
-OpenBSC# subscriber imsi 262420123456789 authorized 1 <3>
-----
-<1> We first ensure that `subscriber-create-on-demand` is active
-<2> At this time we ensure that the MS with IMSI 262420123456789 performs a
- location update to our network, e.g. by powering up the associated phone
- followed by manual operator selection
-<3> Here we authorize that ISMI
-
-The above method implies that you know the IMSI stored on the SIM card of the
-subscriber that you want to to authorize. Unfortunately there is no easy/standard
-way to obtain the IMSI on most phones. If the phone has an AT-command
-interface, you may try `AT+CIMI`. You can also read the IMSI off the SIM using
-a PC-attached smart card reader.
-
-NOTE: Contrary to classic GSM networks and for historic reasons, this behavior
-is the default behavior of OsmoNITB. For production networks with a closed
-subscriber base, it is strongly recommended to use the `no
-subscriber-create-on-demand` option at the `nitb` VTY config node.
-
-==== Manually creating a subscriber from the VTY
-
-You can manually add a subscriber to the HLR by VTY commands. To do so, yo
-will need to know at the minimum the IMSI of the subscriber.
-
-.Example: Create a new subscriber for IMSI 262429876543210
-----
-OpenBSC# subscriber create imsi 262429876543210
- ID: 3, Authorized: 0 <1>
- Extension: 22150 <2>
- LAC: 0/0x0 <3>
- IMSI: 262429876543210
- Expiration Time: Thu, 01 Jan 1970 01:00:00 +0100
- Paging: not paging Requests: 0
- Use count: 1
-OpenBSC# subscriber imsi 262429876543210 authorized 1 <4>
-OpenBSC# subscriber imsi 262429876543210 extension 23234242 <5>
-OpenBSC# subscriber imsi 262429876543210 name Sub Scriber <6>
-OpenBSC# show subscriber imsi 262429876543210 <7>
- ID: 3, Authorized: 1
- Name: 'Sub Scriber'
- Extension: 23234242
- LAC: 0/0x0
- IMSI: 262429876543210
- Expiration Time: Thu, 01 Jan 1970 01:00:00 +0100
- Paging: not paging Requests: 0
- Use count: 1
-----
-<1> as you can see, a newly-created subscriber is not automatically authorized.
- We will change this in the next step.
-<2> the NITB has automatically allocated a random 5-digit extension (MSISDN)
-<3> Location Area Code 0 means that this subscriber is currently not registered on the network
-<4> Authorize the subscriber
-<5> Change the extension (MSISDN) to 23234242 (optional)
-<6> Give the subscriber a human-readable name (optional)
-<7> Review the content of your new subscriber record
-
-NOTE: If you are running a network with A5 encryption enabled, you must also
-configure the secret key (Ki) of the SIM card in the HLR.
-
-You can change further properties on your just-created subscriber as explained
-in <<hlr-subscr-properties>>.
-
-==== Creating subscribers in the SQL database
-
-In most applications, the network operator issues his own SIM cards, and
-the subscriber records corresponding to each SIM will be pre-provisioned by
-direct insertion into the SQL database. This is performed long before the
-SIM cards are issued towards the actual end-users.
-
-This can be done by a custom program, the SQL schema is visible from the
-`.schema` command on the sqlite3 command-line program, and there are several
-scripts included in the OpenBSC source code, written in both Python as well as
-Perl language.
-
-In case you are obtaining a starter kit with pre-provisioned SIM cards from
-sysmocom: They will ship with a HLR SQL database containing the subscriber
-records.
-
-==== Provisioning SIM cards
-
-In most applications, the operator obtains pre-provisioned SIM cards from a SIM
-card supplier.
-
-If you prefer to provision the SIM cards yourself, you can use the pySim
-tool available from http://cgit.osmocom.org/cgit/pysim/. It has the
-ability to append the newly-provisioned SIM cards to an existing HLR
-database, please check its `--write-hlr` command line argument.
-
-
-[[hlr-subscr-properties]]
-=== Changing subscriber properties
-
-Once a subscriber exists in the HLR, his properties can be set
-interactively from the VTY. Modifying subscriber properties requires
-the VTY to be in the privileged (`enable`) mode.
-
-All commands are single-line commands and always start with identifying
-the subscriber on which the operation shall be performed. Such
-identification can be performed by
-
-* IMSI
-* TMSI
-* extension number
-* ID (internal identifier)
-
-
-==== Changing the subscriber phone number
-
-
-You can set the phone number of the subscriber with IMSI 602022080345046
-to 12345 by issuing the following VTY command from the enable node:
-
-.Changing the phone number of a subscriber
-----
-OpenBSC# subscriber imsi 602022080345046 extension 12345
-----
-
-
-==== Changing the subscriber name
-
-The subscriber name is an internal property of OsmoNITB. The name will
-never be transmitted over the air interface or used by the GSM protocol.
-The sole purpose of the name is to make log output more intuitive, as
-human readers of log files tend to remember names easier than IMSIs or
-phone numbers.
-
-In order to set the name of subscriber with extension number 12345 to
-"Frank", you can issue the following command on the VTY enable node:
-`subscriber extension 12345 name Frank`
-
-The name may contain spaces and special characters. You can verify the
-modified subscriber record by issuing the `show subscriber extension
-12345` command.
-
-
-==== Changing the authorization status
-
-As the HLR automatically adds records for all subscribers it sees, those
-that are actually permitted to use the network have to be authorized by
-setting the authorized property of the subscriber.
-
-You can set the authorized property by issuing the following VTY command
-from the enable node:
-
-.Authorizing a subscriber
-----
-OpenBSC# subscriber extension 12345 authorized 1
-----
-
-Similarly, you can remove the authorized status from
-a subscriber by issuing the following command:
-
-.Un-authorizing a subscriber
-----
-OpenBSC# subscriber extension 12345 authorized 0
-----
-
-
-==== Changing the GSM authentication algorithm and Ki
-
-In order to perform cryptographic authentication of the subscriber, his
-Ki needs to be known to the HLR/AUC. Furthermore, the authentication
-algorithm implemented on the SIM card (A3/A8) must match that of the
-algorithm configured in the HLR.
-
-Currently, OsmoNITB supports the following authentication algorithms:
-
-none:: No authentication is performed
-xor:: Authentication is performed using the XOR algorithm (for test/debugging purpose)
-comp128v1:: Authentication is performed according to the COMP128v1 algorithm
-
-WARNING: None of the supported authentication algorithms are
-cryptographically very strong. Development is proceeding to include
-support for stronger algorithms like GSM-MILENAGE. Please contact
-sysmocom if you require strong authentication support.
-
-In order to configure a subscriber for COMP128v1 and to set his Ki, you
-can use the following VTY command from the enable node:
-
-.Configuring a subscriber for COMP128v1 and setting Ki
-----
-OpenBSC# subscriber extension 2342 a3a8 comp128v1 000102030405060708090a0b0c0d0e0f
-----
-
diff --git a/OsmoNITB/chapters/net.adoc b/OsmoNITB/chapters/net.adoc
deleted file mode 100644
index 455e1a6..0000000
--- a/OsmoNITB/chapters/net.adoc
+++ /dev/null
@@ -1,139 +0,0 @@
-[[net]]
-== OsmoNITB Core Network Subsystem
-
-The OsmoNITB Core Network is a minimalistic implementation of the
-classic MSC/VLR/HLR/AUC/SMSC components. None of the standardized core
-network protocols (such as SCCP/TCAP/MAP) are used, interfaces between
-VLR and HLR are simple function calls inside the same software package.
-
-OsmoNITB can thus provide autonomous voice and SMS services to its
-coverage area, but it cannot provide roaming interfaces to classic GSM
-operators. To support this configuration, it is suggested to use the
-OsmoBSC variant of OpenBSC and interface it with a conventional MSC
-using A-over-IP protocol.
-
-If you have classic GSM network/operator background, many of the
-concepts used in OsmoNITB will appear foreign to you, as they are very
-unlike the conventional GSM networks that you have worked with.
-
-
-=== Configuring the Core Network
-
-Like everything else, the core network related parameters are configured
-using the VTY. The respective parameters are underneath the
-`network` config node.
-
-You can get to that node by issuing the following commands:
-
-.Entering the config network node
-----
-OpenBSC> enable
-OpenBSC# configure terminal
-OpenBSC(config)# network
-OpenBSC(config-net)#
-----
-
-A full reference to them can be found in the _OsmoNITB VTY reference
-manual_ <<vty-ref-osmonitb>>. This section will only introduce the most
-commonly used settings in detail.
-
-[TIP]
-====
-You can always use the `list` VTY command to get a list of all possible
-commands at the current node.
-====
-
-
-=== Configuring the MCC/MNC
-
-The key identities of every GSM PLMN is the MCC and MNC. They are
-identical over the entire network. In most cases, the MCC/MNC will be
-allocated to the operator by the respective local regulatory authority.
-For example, to set the MCC/MNC of 262-89, you may enter:
-
-.Configuring the MCC/MNC
-----
-OpenBSC(config-net)# network country code 262
-OpenBSC(config-net)# mobile network code 89
-----
-
-
-=== Configuring MM INFO
-
-The __MM INFO__ procedure can be used after a successful __LOCATION
-UPDATE__ in order to transmit the human-readable network name as well as
-local time zone information to the MS.
-
-By default, MM INFO is not active. You can activate it, and set its
-configuration using the VTY. An example is provided below.
-
-.Configuring MM INFO
-----
-OpenBSC(config-net)# mm info 1
-OpenBSC(config-net)# short name OpenBSC
-OpenBSC(config-net)# long name OpenBSC
-----
-
-[NOTE]
-====
-Not all phone support the MM INFO procedure. Unless they already are
-factory-programmed to contain the name for your MCC/MNC, then they will
-likely only provide a numeric display of the network name, such as
-__262-89__ or with the country code transformed into a letter, such as
-__D 89__.
-====
-
-The time information transmitted is determined by the local system time
-of the operating system on which OsmoNITB is running. As BTSs attached
-to one OsmoNITB can reside in different time zones, it is possible to
-use the `timezone` command at each BTS node to set different time
-zone offsets in hours and quarter hours.
-
-
-=== Setting the NECI bit
-
-NECI (New Establishment Cause Indication) is an optional change of the
-definition for establishment cause in the RACH burst. Among other
-things, in a network with NECI, a MS can explicitly indicate its TCH/H
-capability while asking for a dedicated radio channel.
-
-It is strongly recommended to use NECI. You can do so by issuing the following command:
-.Enabling NECI
-----
-OpenBSC(config-net)# neci 1
-----
-
-
-=== Configuring Handover
-
-As opposed to cell re-selection in idle mode, handover refers to the
-explicit transfer of a MS dedicated channel from one radio channel to
-another. This typically happens due to a MS moving from one cell to
-another while in an active call.
-
-OsmoNITB has a number of hand-over related parameters by which the
-hand-over algorithm can be tuned. Logically, those settings are settings
-of the BSC component, but for historic reasons, they are also configured
-under the __network__ VTY node.
-
-.Configuring Handover
-----
-OpenBSC(config-net)# handover 1
-OpenBSC(config-net)# handover window rxlev averaging 10
-OpenBSC(config-net)# handover window rxqual averaging 1
-OpenBSC(config-net)# handover window rxlev neighbor averaging 10
-OpenBSC(config-net)# handover power budget interval 6
-OpenBSC(config-net)# handover power budget hysteresis 3
-OpenBSC(config-net)# handover maximum distance 9999
-----
-
-[NOTE]
-====
-If you are receiving the following error message:
-----
-OpenBSC(config-net)# handover 1
-% Cannot enable handover unless RTP Proxy mode is enabled by using the -P command line option
-----
-then you should do as indicated and make sure to start your `osmo-nitb` process using
-the `-P` command line option.
-====
diff --git a/OsmoNITB/chapters/overview.adoc b/OsmoNITB/chapters/overview.adoc
deleted file mode 100644
index d161af3..0000000
--- a/OsmoNITB/chapters/overview.adoc
+++ /dev/null
@@ -1,196 +0,0 @@
-[[overview]]
-== Overview
-
-This manual should help you getting started with OsmoNITB. It will cover
-aspects of configuring and running the OsmoNITB.
-
-[[intro_overview]]
-=== About OsmoNITB
-
-OsmoNITB is one particular version of the OpenBSC software suite.
-Unlike classic, distributed, hierarchical GSM networks, OsmoNITB
-implements all parts of a GSM Network (BSC, MSC, VLR, HLR, AUC, SMSC)
-__in the box__, i.e. in one element.
-
-The difference between classic GSM network architecture and the OsmoNITB
-based GSM network architecture is illustrated in <<fig-gsm-classic>> and
-<<fig-gsm-nitb>>.
-
-[[fig-gsm-classic]]
-.Classic GSM network architecture (simplified)
-[graphviz]
-----
-digraph G {
- rankdir=LR;
- MS0 [label="MS"]
- MS1 [label="MS"]
- MS2 [label="MS"]
- MS3 [label="MS"]
- BTS0 [label="BTS"]
- BTS1 [label="BTS"]
- MSC [label="MSC/VLR"]
- HLR [label="HLR/AUC"]
- MS0->BTS0 [label="Um"]
- MS1->BTS0 [label="Um"]
- MS2->BTS1 [label="Um"]
- MS3->BTS1 [label="Um"]
- BTS0->BSC [label="Abis"]
- BTS1->BSC [label="Abis"]
- BSC->MSC [label="A"]
- MSC->HLR [label="C"]
- MSC->EIR [label="F"]
- MSC->SMSC
-}
-----
-
-[[fig-gsm-nitb]]
-.GSM system architecture using OsmoNITB
-[graphviz]
-----
-digraph G {
- rankdir=LR;
- MS0 [label="MS"]
- MS1 [label="MS"]
- MS2 [label="MS"]
- MS3 [label="MS"]
- BTS0 [label="BTS"]
- BTS1 [label="BTS"]
- MS0->BTS0 [label="Um"]
- MS1->BTS0 [label="Um"]
- MS2->BTS1 [label="Um"]
- MS3->BTS1 [label="Um"]
- BTS0->BSC [label="Abis"]
- BTS1->BSC [label="Abis"]
- subgraph cluster_nitb {
- label = "OsmoNITB";
- BSC
- MSC [label="MSC/VLR"]
- HLR [label="HLR/AUC"]
- BSC->MSC [label="A"]
- MSC->HLR [label="C"]
- MSC->EIR [label="F"]
- MSC->SMSC;
- }
-}
-----
-
-
-=== Software Components
-
-OsmoNITB contains a variety of different software components, which
-we'll quickly describe in this section.
-
-==== A-bis Implementation
-
-OsmoNITB implements the ETSI/3GPP specified A-bis interface, including
-_3GPP TS 48.056_ <<3gpp-ts-48-056>> (LAPD), _3GPP TS 48.058_
-<<3gpp-ts-48-058>> (RSL) and 3GPP TS 52.021 <<3gpp-ts-52-021>> (OML). In
-addition, it supports a variety of vendor-specific extensions and
-dialects in order to communicate with BTSs from Siemens, Nokia,
-Ericsson, ip.access and sysmocom.
-
-For more information, see <<bts>> and <<bts-examples>>.
-
-
-==== BSC Implementation
-
-The BSC implementation covers the classic functionality of a GSM Base
-Station Controller, i.e.
-
-* configuring and bringing up BTSs with their TRXs and TSs
-* implementing the A-bis interface / protocols for signalling and actual
- voice data (TRAU frames).
-* processing measurement results from the mobile stations in dedicated
- mode, performing hand-over decision and execution.
-* Terminating the _3GPP TS 24.008_ <<3gpp-ts-24-008>> RR (Radio Resource)
- sub-layer from the MS.
-
-For more information, see <<net>>, <<bts>> and <<bts-examples>>.
-
-
-==== HLR/AUC
-
-A minimalistic implementation of the subscriber database (HLR) and
-subscriber secret key storage (AUC).
-
-For more information, see <<hlr>>.
-
-
-==== SMSC
-
-A minimal store-and-forward server for SMS, supporting both MO and MT
-SMS service, as well as multi-part messages.
-
-The built-in SMSC also supports an external SMSC interface. For more
-information, see <<smpp>>.
-
-
-==== MSC
-
-The MSC component of OsmoNITB implements the mobility management (MM)
-functions of the TS 04.08, as well as the optional security related
-procedures for cryptographic authentication and encryption.
-
-Furthermore, it can handle TS 04.08 Call Control (CC), either by use of
-an internal MNCC handler, or by use of an external MNCC agent. For more
-information see <<mncc>>.
-
-
-==== TRAU mapper / E1 sub-channel muxer
-
-Unlike classic GSM networks, OsmoNITB does not perform any transcoding.
-Rather, a compatible codec is selected for both legs of a call, and
-codec frames are passed through transparently. In order to achieve this
-with E1 based BTS, OsmoNITB 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.
-
-
-==== RTP proxy
-
-BTS models implementing A-bis over IP don't use classic TRAU frames but
-typically transport the voice codec frames as RTP/UDP/IP protocol.
-OsmoNITB can either instruct the BTSs to send those voice streams
-directly to each other (BTS to BTS without any intermediary), or it can
-run an internal RTP proxy for passing frames from one BTS to another.
-
-.RTP flow without RTP proxy mode (default)
-[graphviz]
-----
-digraph G {
- rankdir=LR;
-
- MS0 [label="MS A"];
- MS1 [label="MS B"];
- BTS0 [label="BTS A"];
- BTS1 [label="BTS B"];
- NITB;
-
- MS0 -> BTS0;
- MS1 -> BTS1;
- BTS0 -> NITB [label="Abis OML+RSL",dir=both];
- BTS1 -> NITB [label="Abis OML+RSL",dir=both];
- BTS0 -> BTS1 [label="RTP",dir=both]
-}
-----
-
-.RTP flow with RTP proxy mode
-[graphviz]
-----
-digraph G {
- rankdir=LR;
-
- MS0 [label="MS A"];
- MS1 [label="MS B"];
- BTS0 [label="BTS A"];
- BTS1 [label="BTS B"];
- NITB;
-
- MS0 -> BTS0;
- MS1 -> BTS1;
- BTS0 -> NITB [label="Abis OML+RSL",dir=both];
- BTS1 -> NITB [label="Abis OML+RSL",dir=both];
- BTS0 -> NITB [label="RTP",dir=both]
- BTS1 -> NITB [label="RTP",dir=both]
-}
-----
diff --git a/OsmoNITB/chapters/running.adoc b/OsmoNITB/chapters/running.adoc
deleted file mode 100644
index 406c41c..0000000
--- a/OsmoNITB/chapters/running.adoc
+++ /dev/null
@@ -1,104 +0,0 @@
-== Running OsmoNITB
-
-The OsmoNITB executable (`osmo-nitb`) offers the following command-line
-arguments:
-
-=== SYNOPSIS
-
-*osmo-nitb* [-h|-V] [-d 'DBGMASK'] [-D] [-c 'CONFIGFILE'] [-s] [-T] [-e 'LOGLEVEL'] [-l 'DATABASE'] [-a] [-P] [-m] [-C] [-r 'RFCTL']
-
-=== OPTIONS
-
-*-h, --help*::
- Print a short help message about the supported options
-*-V, --version*::
- Print the compile-time version number of the OsmoBTS program
-*-d, --debug 'DBGMASK','DBGLEVELS'*::
- Set the log subsystems and levels for logging to stderr. This
- has mostly been superseded by VTY-based logging configuration,
- see <<logging>> for further information.
-*-D, --daemonize*::
- Fork the process as a daemon into background.
-*-c, --config-file 'CONFIGFILE'*::
- Specify the file and path name of the configuration file to be
- used. If none is specified, use `openbsc.cfg` in the current
- working directory.
-*-s, --disable-color*::
- Disable colors for logging to stderr. This has mostly been
- deprecated by VTY based logging configuration, see <<logging>>
- for more information.
-*-T, --timestamp*::
- Enable time-stamping of log messages to stderr. This has mostly
- been deprecated by VTY based logging configuration, see
- <<logging>> for more information.
-*-e, --log-level 'LOGLEVEL'*::
- Set the global log level for logging to stderr. This has mostly
- been deprecated by VTY based logging configuration, see
- <<logging>> for more information.
-*-l, --database 'DATABASE'*::
- Specify the file name of the SQLite3 database to use as HLR/AUC
- storage
-*-a, --authorize-everyone*::
- Authorize every subscriber to the network. This corresponds to
- the `auth-policy open` VTY configuration option.
- +
- WARNING:: This is dangerous as you may disrupt services to
- subscribers that are not part of your network! Don't use unless
- you absolutely know what you're doing!
-*-P, --rtp-proxy*::
- Enable the RTP proxy code inside OsmoNITB. This will force all
- voice RTP data to pass through OsmoNITB, rather than going
- directly from BTS to MGW, or BTS to BTS.
-*-M, --mncc-sock-path*::
- Enable the MNCC socket for an external MNCC handler. See
- <<mncc>> for further information.
-*-m, --mncc-sock*::
- Same as option -M (deprecated).
-*-C, --no-dbcounter*::
- Disable the regular periodic synchronization of statistics
- counters to the database.
-*-r, --rf-ctl 'RFCTL'*::
- Offer a Unix domain socket for RF control at the path/filename
- 'RFCTL' in the file system.
-
-
-=== Multiple instances
-
-Running multiple instances of `osmo-nitb` is possible if all interfaces (VTY,
-OML) are separated using the appropriate configuration options. The IP based
-interfaces are binding to local host by default. In order to separate the
-processes, the user has to bind those services to specific but different
-IP addresses.
-
-The VTY and the control interface can be bound to IP addresses from the loopback
-address range.
-
-.Example: Binding VTY and control interface to a specific ip-address
-----
-line vty
- bind 127.0.0.2
-ctrl
- bind 127.0.0.2
-----
-
-The OML interface also needs to be separated by binding it to different IP
-addresses. Usually it is not possible to use addresses from the loopback
-address range here since the OML interface needs to be reachable by an external
-BTS. If only one ethernet interface is available, sub-devices with different IP
-addresses can be created.
-
-.Example: Binding OML to a specific IP address
-----
-e1_input
- ipa bind 10.9.1.101
-----
-
-NOTE: Depending on the application, it is necessary to have different ARFCN,
-MCC, MNC and network name settings. It might also be necessary to point to
-different database and config files using command line options (see option
--l and -c).
-
-NOTE: If an external MNCC handler is used, the user has to assign a different
-socket path to reach osmo-nitb instance using commandline option -M. If option
--M is left out, the internal MNCC handler is used and no further configuration
-is required
diff --git a/OsmoNITB/osmonitb-usermanual-docinfo.xml b/OsmoNITB/osmonitb-usermanual-docinfo.xml
deleted file mode 100644
index 87d72da..0000000
--- a/OsmoNITB/osmonitb-usermanual-docinfo.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-<revhistory>
- <revision>
- <revnumber>1</revnumber>
- <date>August 13, 2012</date>
- <authorinitials>HF</authorinitials>
- <revremark>
- Initial version.
- </revremark>
- </revision>
- <revision>
- <revnumber>2</revnumber>
- <date>February 2016</date>
- <authorinitials>HW</authorinitials>
- <revremark>
- Conversion to asciidoc, removal of sysmoBTS specific parts.
- </revremark>
- </revision>
-</revhistory>
-
-<authorgroup>
- <author>
- <firstname>Holger</firstname>
- <surname>Freyther</surname>
- <email>hfreyther@sysmocom.de</email>
- <authorinitials>HF</authorinitials>
- <affiliation>
- <shortaffil>sysmocom</shortaffil>
- <orgname>sysmocom - s.f.m.c. GmbH</orgname>
- <jobtitle>former Managing Director</jobtitle>
- </affiliation>
- </author>
- <author>
- <firstname>Harald</firstname>
- <surname>Welte</surname>
- <email>hwelte@sysmocom.de</email>
- <authorinitials>HW</authorinitials>
- <affiliation>
- <shortaffil>sysmocom</shortaffil>
- <orgname>sysmocom - s.f.m.c. GmbH</orgname>
- <jobtitle>Managing Director</jobtitle>
- </affiliation>
- </author>
-</authorgroup>
-
-<copyright>
- <year>2012-2016</year>
- <holder>sysmocom - s.f.m.c. GmbH</holder>
-</copyright>
-
-<legalnotice>
- <para>
- Permission is granted to copy, distribute and/or modify this
- document under the terms of the GNU Free Documentation License,
- Version 1.3 or any later version published by the Free Software
- Foundation; with the Invariant Sections being just 'Foreword',
- 'Acknowledgements' and 'Preface', with no Front-Cover Texts,
- and no Back-Cover Texts. A copy of the license is included in
- the section entitled "GNU Free Documentation License".
- </para>
- <para>
- The Asciidoc source code of this manual can be found at
- <ulink url="http://git.osmocom.org/osmo-gsm-manuals/">
- http://git.osmocom.org/osmo-gsm-manuals/
- </ulink>
- </para>
-</legalnotice>
diff --git a/OsmoNITB/osmonitb-usermanual.adoc b/OsmoNITB/osmonitb-usermanual.adoc
deleted file mode 100644
index 42afe89..0000000
--- a/OsmoNITB/osmonitb-usermanual.adoc
+++ /dev/null
@@ -1,48 +0,0 @@
-:gfdl-enabled:
-:program-name: OsmoNITB
-
-OsmoNITB User Manual
-====================
-Harald Welte <hwelte@sysmocom.de>
-
-
-include::./common/chapters/preface.adoc[]
-
-include::{srcdir}/chapters/overview.adoc[]
-
-include::{srcdir}/chapters/running.adoc[]
-
-include::{srcdir}/chapters/control.adoc[]
-
-include::./common/chapters/vty.adoc[]
-
-include::./common/chapters/logging.adoc[]
-
-include::{srcdir}/chapters/net.adoc[]
-
-include::./common/chapters/bsc.adoc[]
-
-include::./common/chapters/bts.adoc[]
-
-include::{srcdir}/chapters/bts-examples.adoc[]
-
-include::{srcdir}/chapters/hlr.adoc[]
-
-include::./common/chapters/smpp.adoc[]
-
-include::./common/chapters/mncc.adoc[]
-
-include::./common/chapters/control_if.adoc[]
-
-include::./common/chapters/cell-broadcast.adoc[]
-
-include::./common/chapters/abis.adoc[]
-
-include::./common/chapters/port_numbers.adoc[]
-
-include::./common/chapters/bibliography.adoc[]
-
-include::./common/chapters/glossary.adoc[]
-
-include::./common/chapters/gfdl.adoc[]
-
diff --git a/OsmoNITB/osmonitb-vty-reference.xml b/OsmoNITB/osmonitb-vty-reference.xml
deleted file mode 100644
index da0e358..0000000
--- a/OsmoNITB/osmonitb-vty-reference.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- ex:ts=2:sw=42sts=2:et
- -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
--->
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML 5.0//EN"
-"http://docbook.org/xml/5.0/dtd/docbook.dtd" [
-<!ENTITY chapter-vty SYSTEM "./common/chapters/vty.xml" >
-<!ENTITY sections-vty SYSTEM "generated/docbook_vty.xml" >
-]>
-
-<book>
- <info>
- <revhistory>
- <revision>
- <revnumber>v1</revnumber>
- <date>13th August 2012</date>
- <authorinitials>hf</authorinitials>
- <revremark>Initial</revremark>
- </revision>
- <revision>
- <revnumber>v2</revnumber>
- <date>5th March 2014</date>
- <authorinitials>hf</authorinitials>
- <revremark>Update to match osmo-bsc version 0.13.0-305</revremark>
- </revision>
- </revhistory>
-
- <title>OsmoNITB VTY Reference</title>
-
- <copyright>
- <year>2012-2014</year>
- </copyright>
-
- <legalnotice>
- <para>This work is copyright by <orgname>sysmocom - s.f.m.c. GmbH</orgname>. All rights reserved.
- </para>
- </legalnotice>
- </info>
-
- <!-- Main chapters-->
- &chapter-vty;
-</book>
-
diff --git a/OsmoNITB/vty/bsc_vty_additions.xml b/OsmoNITB/vty/bsc_vty_additions.xml
deleted file mode 100644
index f62f8b1..0000000
--- a/OsmoNITB/vty/bsc_vty_additions.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<vtydoc xmlns='urn:osmocom:xml:libosmocore:vty:doc:1.0'>
- <node id='config-msc'>
- <description>This node allows to configure the MSC connection related
- settings.</description>
- </node>
- <node id='config-bsc'>
- <description>This node allows to configure the BSC connection related
- settings.</description>
- </node>
-</vtydoc>
diff --git a/OsmoNITB/vty/nitb_vty_additions.xml b/OsmoNITB/vty/nitb_vty_additions.xml
deleted file mode 100644
index 7ea60dc..0000000
--- a/OsmoNITB/vty/nitb_vty_additions.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<vtydoc xmlns='urn:osmocom:xml:libosmocore:vty:doc:1.0'>
- <node id='config-mncc-int'>
- <child_of nodeid='config' />
- <name>MNCC Internal Configuration</name>
- <description>This node allows to configure the default codecs for
- the internal call control handling.</description>
- </node>
- <node id='config-smpp'>
- <child_of nodeid='config' />
- <name>SMPP Configuration</name>
- <description>This node allows to configure the SMPP interface
- for interfacing with external SMS applications. This section
- contains generic/common SMPP related configuration, and no
- per-ESME specific parameters.</description>
- </node>
- <node id='config-smpp-esme'>
- <child_of nodeid='config-smpp' />
- <name>ESME Configuration</name>
- <description>This node allows to configure one particular SMPP
- ESME, which is an External SMS Entity such as a SMS based
- application server. You can define any number of ESME within
- the SMPP node of the OsmoNITB VTY.</description>
- </node>
-</vtydoc>
diff --git a/OsmoNITB/vty/nitb_vty_reference.xml b/OsmoNITB/vty/nitb_vty_reference.xml
deleted file mode 100644
index 2e30dd6..0000000
--- a/OsmoNITB/vty/nitb_vty_reference.xml
+++ /dev/null
@@ -1,4724 +0,0 @@
-<vtydoc xmlns='urn:osmocom:xml:libosmocore:vty:doc:1.0'>
- <node id='Password'>
- </node>
- <node id='_1'>
- <command id='show version'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='version' doc='Displays program version' />
- </params>
- </command>
- <command id='show online-help'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='online-help' doc='Online help' />
- </params>
- </command>
- <command id='list'>
- <params>
- <param name='list' doc='Print command list' />
- </params>
- </command>
- <command id='exit'>
- <params>
- <param name='exit' doc='Exit current mode and down to previous mode' />
- </params>
- </command>
- <command id='help'>
- <params>
- <param name='help' doc='Description of the interactive help system' />
- </params>
- </command>
- <command id='enable'>
- <params>
- <param name='enable' doc='Turn on privileged mode command' />
- </params>
- </command>
- <command id='terminal length &lt;0-512&gt;'>
- <params>
- <param name='terminal' doc='Set terminal line parameters' />
- <param name='length' doc='Set number of lines on a screen' />
- <param name='&lt;0-512&gt;' doc='Number of lines on screen (0 for no pausing)' />
- </params>
- </command>
- <command id='terminal no length'>
- <params>
- <param name='terminal' doc='Set terminal line parameters' />
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='length' doc='Set number of lines on a screen' />
- </params>
- </command>
- <command id='echo .MESSAGE'>
- <params>
- <param name='echo' doc='Echo a message back to the vty' />
- <param name='.MESSAGE' doc='The message to echo' />
- </params>
- </command>
- <command id='who'>
- <params>
- <param name='who' doc='Display who is on vty' />
- </params>
- </command>
- <command id='show history'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='history' doc='Display the session command history' />
- </params>
- </command>
- <command id='show network'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='network' doc='Display information about a GSM NETWORK' />
- </params>
- </command>
- <command id='show bts [&lt;0-255&gt;]'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='bts' doc='Display information about a BTS' />
- <param name='[&lt;0-255&gt;]' doc='BTS number' />
- </params>
- </command>
- <command id='show trx [&lt;0-255&gt;] [&lt;0-255&gt;]'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='trx' doc='Display information about a TRX' />
- <param name='[&lt;0-255&gt;]' doc='BTS Number' />
- <param name='[&lt;0-255&gt;]' doc='TRX Number' />
- </params>
- </command>
- <command id='show timeslot [&lt;0-255&gt;] [&lt;0-255&gt;] [&lt;0-7&gt;]'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='timeslot' doc='Display information about a TS' />
- <param name='[&lt;0-255&gt;]' doc='BTS Number' />
- <param name='[&lt;0-255&gt;]' doc='TRX Number' />
- <param name='[&lt;0-7&gt;]' doc='Timeslot Number' />
- </params>
- </command>
- <command id='show lchan [&lt;0-255&gt;] [&lt;0-255&gt;] [&lt;0-7&gt;] [lchan_nr]'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='lchan' doc='Display information about a logical channel' />
- <param name='[&lt;0-255&gt;]' doc='BTS Number' />
- <param name='[&lt;0-255&gt;]' doc='TRX Number' />
- <param name='[&lt;0-7&gt;]' doc='Timeslot Number' />
- <param name='[lchan_nr]' doc='Logical Channel Number' />
- </params>
- </command>
- <command id='show lchan summary [&lt;0-255&gt;] [&lt;0-255&gt;] [&lt;0-7&gt;] [lchan_nr]'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='lchan' doc='Display information about a logical channel' />
- <param name='summary' doc='Short summary' />
- <param name='[&lt;0-255&gt;]' doc='BTS Number' />
- <param name='[&lt;0-255&gt;]' doc='TRX Number' />
- <param name='[&lt;0-7&gt;]' doc='Timeslot Number' />
- <param name='[lchan_nr]' doc='Logical Channel Number' />
- </params>
- </command>
- <command id='show paging [&lt;0-255&gt;]'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='paging' doc='Display information about paging reuqests of a BTS' />
- <param name='[&lt;0-255&gt;]' doc='BTS Number' />
- </params>
- </command>
- <command id='show paging-group &lt;0-255&gt; IMSI'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='paging-group' doc='Display the paging group' />
- <param name='&lt;0-255&gt;' doc='BTS Number' />
- <param name='IMSI' doc='IMSI' />
- </params>
- </command>
- <command id='logging enable'>
- <params>
- <param name='logging' doc='Configure log message to this terminal' />
- <param name='enable' doc='Enables logging to this vty' />
- </params>
- </command>
- <command id='logging disable'>
- <params>
- <param name='logging' doc='Configure log message to this terminal' />
- <param name='disable' doc='Disables logging to this vty' />
- </params>
- </command>
- <command id='logging filter all (0|1)'>
- <params>
- <param name='logging' doc='Configure log message to this terminal' />
- <param name='filter' doc='Filter log messages' />
- <param name='all' doc='Do you want to log all messages?' />
- <param name='0' doc='Only print messages matched by other filters' />
- <param name='1' doc='Bypass filter and print all messages' />
- </params>
- </command>
- <command id='logging color (0|1)'>
- <params>
- <param name='logging' doc='Configure log message to this terminal' />
- <param name='color' doc='Configure color-printing for log messages' />
- <param name='0' doc='Don&apos;t use color for printing messages' />
- <param name='1' doc='Use color for printing messages' />
- </params>
- </command>
- <command id='logging timestamp (0|1)'>
- <params>
- <param name='logging' doc='Configure log message to this terminal' />
- <param name='timestamp' doc='Configure log message timestamping' />
- <param name='0' doc='Don&apos;t prefix each log message' />
- <param name='1' doc='Prefix each log message with current timestamp' />
- </params>
- </command>
- <command id='logging print extended-timestamp (0|1)'>
- <params>
- <param name='logging' doc='Configure log message to this terminal' />
- <param name='print' doc='Log output settings' />
- <param name='extended-timestamp' doc='Configure log message timestamping' />
- <param name='0' doc='Don&apos;t prefix each log message' />
- <param name='1' doc='Prefix each log message with current timestamp with YYYYMMDDhhmmssnnn' />
- </params>
- </command>
- <command id='logging print category (0|1)'>
- <params>
- <param name='logging' doc='Configure log message to this terminal' />
- <param name='print' doc='Log output settings' />
- <param name='category' doc='Configure log message' />
- <param name='0' doc='Don&apos;t prefix each log message' />
- <param name='1' doc='Prefix each log message with category/subsystem name' />
- </params>
- </command>
- <command id='logging set-log-mask MASK'>
- <params>
- <param name='logging' doc='Configure log message to this terminal' />
- <param name='set-log-mask' doc='Set the logmask of this logging target' />
- <param name='MASK' doc='The logmask to use' />
- </params>
- </command>
- <command id='logging set log mask MASK'>
- <params>
- <param name='logging' doc='Configure log message to this terminal' />
- <param name='set' doc='Decide which categories to output.' />
- <param name='log' doc='Log commands' />
- <param name='mask' doc='Mask commands' />
- <param name='MASK' doc='The logmask to use' />
- </params>
- </command>
- <command id='logging level (all|rll|cc|mm|rr|rsl|nm|mncc|pag|meas|sccp|msc|mgcp|ho|db|ref|gprs|ns|bssgp|llc|sndcp|nat|ctrl|smpp|filter|ranap|sua|pcu|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp) (everything|debug|info|notice|error|fatal)'>
- <params>
- <param name='logging' doc='Configure log message to this terminal' />
- <param name='level' doc='Set the log level for a specified category' />
- <param name='all' doc='Global setting for all subsystems' />
- <param name='rll' doc='A-bis Radio Link Layer (RLL)' />
- <param name='cc' doc='Layer3 Call Control (CC)' />
- <param name='mm' doc='Layer3 Mobility Management (MM)' />
- <param name='rr' doc='Layer3 Radio Resource (RR)' />
- <param name='rsl' doc='A-bis Radio Siganlling Link (RSL)' />
- <param name='nm' doc='A-bis Network Management / O&amp;M (NM/OML)' />
- <param name='mncc' doc='MNCC API for Call Control application' />
- <param name='pag' doc='Paging Subsystem' />
- <param name='meas' doc='Radio Measurement Processing' />
- <param name='sccp' doc='SCCP Protocol' />
- <param name='msc' doc='Mobile Switching Center' />
- <param name='mgcp' doc='Media Gateway Control Protocol' />
- <param name='ho' doc='Hand-Over' />
- <param name='db' doc='Database Layer' />
- <param name='ref' doc='Reference Counting' />
- <param name='gprs' doc='GPRS Packet Service' />
- <param name='ns' doc='GPRS Network Service (NS)' />
- <param name='bssgp' doc='GPRS BSS Gateway Protocol (BSSGP)' />
- <param name='llc' doc='GPRS Logical Link Control Protocol (LLC)' />
- <param name='sndcp' doc='GPRS Sub-Network Dependent Control Protocol (SNDCP)' />
- <param name='nat' doc='GSM 08.08 NAT/Multiplexer' />
- <param name='ctrl' doc='Control interface' />
- <param name='smpp' doc='SMPP interface for external SMS apps' />
- <param name='filter' doc='BSC/NAT IMSI based filtering' />
- <param name='ranap' doc='Radio Access Network Application Part Protocol' />
- <param name='sua' doc='SCCP User Adaptation Protocol' />
- <param name='pcu' doc='PCU Interface' />
- <param name='lglobal' doc='Library-internal global log family' />
- <param name='llapd' doc='LAPD in libosmogsm' />
- <param name='linp' doc='A-bis Intput Subsystem' />
- <param name='lmux' doc='A-bis B-Subchannel TRAU Frame Multiplex' />
- <param name='lmi' doc='A-bis Input Driver for Signalling' />
- <param name='lmib' doc='A-bis Input Driver for B-Channels (voice)' />
- <param name='lsms' doc='Layer3 Short Message Service (SMS)' />
- <param name='lctrl' doc='Control Interface' />
- <param name='lgtp' doc='GPRS GTP library' />
- <param name='lstats' doc='Statistics messages and logging' />
- <param name='lgsup' doc='Generic Subscriber Update Protocol' />
- <param name='loap' doc='Osmocom Authentication Protocol' />
- <param name='lss7' doc='libosmo-sigtran Signalling System 7' />
- <param name='lsccp' doc='libosmo-sigtran SCCP Implementation' />
- <param name='lsua' doc='libosmo-sigtran SCCP User Adaptation' />
- <param name='lm3ua' doc='libosmo-sigtran MTP3 User Adaptation' />
- <param name='lmgcp' doc='libosmo-mgcp Media Gateway Control Protocol' />
- <param name='everything' doc='Don&apos;t use. It doesn&apos;t log anything' />
- <param name='debug' doc='Log debug messages and higher levels' />
- <param name='info' doc='Log informational messages and higher levels' />
- <param name='notice' doc='Log noticeable messages and higher levels' />
- <param name='error' doc='Log error messages and higher levels' />
- <param name='fatal' doc='Log only fatal messages' />
- </params>
- </command>
- <command id='show logging vty'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='logging' doc='Show current logging configuration' />
- <param name='vty' doc='Show current logging configuration for this vty' />
- </params>
- </command>
- <command id='show alarms'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='alarms' doc='Show current logging configuration' />
- </params>
- </command>
- <command id='show stats'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='stats' doc='Show statistical values' />
- </params>
- </command>
- <command id='show stats level (global|peer|subscriber)'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='stats' doc='Show statistical values' />
- <param name='level' doc='Set the maximum group level' />
- <param name='global' doc='Show global groups only' />
- <param name='peer' doc='Show global and network peer related groups' />
- <param name='subscriber' doc='Show global, peer, and subscriber groups' />
- </params>
- </command>
- <command id='show asciidoc counters'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='asciidoc' doc='Asciidoc generation' />
- <param name='counters' doc='Generate table of all registered counters' />
- </params>
- </command>
- <command id='show e1_driver'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='e1_driver' doc='Display information about available E1 drivers' />
- </params>
- </command>
- <command id='show e1_line [line_nr] [stats]'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='e1_line' doc='Display information about a E1 line' />
- <param name='[line_nr]' doc='E1 Line Number' />
- <param name='[stats]' doc='Include statistics' />
- </params>
- </command>
- <command id='show e1_timeslot [line_nr] [ts_nr]'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='e1_timeslot' doc='Display information about a E1 timeslot' />
- <param name='[line_nr]' doc='E1 Line Number' />
- <param name='[ts_nr]' doc='E1 Timeslot Number' />
- </params>
- </command>
- <command id='show fsm NAME'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='fsm' doc='Show information about finite state machines' />
- <param name='NAME' doc='Display information about a single named finite state machine' />
- </params>
- </command>
- <command id='show fsm all'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='fsm' doc='Show information about finite state machines' />
- <param name='all' doc='Display a list of all registered finite state machines' />
- </params>
- </command>
- <command id='show fsm-instances NAME'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='fsm-instances' doc='Show information about finite state machine instances' />
- <param name='NAME' doc='Display a list of all FSM instances of the named finite state machine' />
- </params>
- </command>
- <command id='show fsm-instances all'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='fsm-instances' doc='Show information about finite state machine instances' />
- <param name='all' doc='Display a list of all FSM instances of all finite state machine' />
- </params>
- </command>
- <command id='show subscriber (extension|imsi|tmsi|id) ID'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='subscriber' doc='Operations on a Subscriber' />
- <param name='extension' doc='Identify subscriber by extension (phone number)' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='tmsi' doc='Identify subscriber by TMSI' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='ID' doc='Identifier for the subscriber' />
- </params>
- </command>
- <command id='show subscriber cache'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='subscriber' doc='Show information about subscribers' />
- <param name='cache' doc='Display contents of subscriber cache' />
- </params>
- </command>
- <command id='sms send pending'>
- <params>
- <param name='sms' doc='SMS related commands' />
- <param name='send' doc='SMS Sending related commands' />
- <param name='pending' doc='Send all pending SMS' />
- </params>
- </command>
- <command id='subscriber create imsi ID'>
- <params>
- <param name='subscriber' doc='Operations on a Subscriber' />
- <param name='create' doc='Create new subscriber' />
- <param name='imsi' doc='Identify the subscriber by his IMSI' />
- <param name='ID' doc='Identifier for the subscriber' />
- </params>
- </command>
- <command id='subscriber (extension|imsi|tmsi|id) ID sms sender (extension|imsi|tmsi|id) SENDER_ID send .LINE'>
- <params>
- <param name='subscriber' doc='Operations on a Subscriber' />
- <param name='extension' doc='Identify subscriber by extension (phone number)' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='tmsi' doc='Identify subscriber by TMSI' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='ID' doc='Identifier for the subscriber' />
- <param name='sms' doc='SMS Operations' />
- <param name='sender' doc='Operations on a Subscriber' />
- <param name='extension' doc='Identify subscriber by extension (phone number)' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='tmsi' doc='Identify subscriber by TMSI' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='SENDER_ID' doc='Identifier for the subscriber' />
- <param name='send' doc='Send SMS' />
- <param name='.LINE' doc='Actual SMS Text' />
- </params>
- </command>
- <command id='subscriber (extension|imsi|tmsi|id) ID silent-sms sender (extension|imsi|tmsi|id) SENDER_ID send .LINE'>
- <params>
- <param name='subscriber' doc='Operations on a Subscriber' />
- <param name='extension' doc='Identify subscriber by extension (phone number)' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='tmsi' doc='Identify subscriber by TMSI' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='ID' doc='Identifier for the subscriber' />
- <param name='silent-sms' doc='Silent SMS Operations' />
- <param name='sender' doc='Operations on a Subscriber' />
- <param name='extension' doc='Identify subscriber by extension (phone number)' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='tmsi' doc='Identify subscriber by TMSI' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='SENDER_ID' doc='Identifier for the subscriber' />
- <param name='send' doc='Send SMS' />
- <param name='.LINE' doc='Actual SMS Text' />
- </params>
- </command>
- <command id='subscriber (extension|imsi|tmsi|id) ID silent-call start (any|tch/f|tch/any|sdcch)'>
- <params>
- <param name='subscriber' doc='Operations on a Subscriber' />
- <param name='extension' doc='Identify subscriber by extension (phone number)' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='tmsi' doc='Identify subscriber by TMSI' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='ID' doc='Identifier for the subscriber' />
- <param name='silent-call' doc='Silent call operation' />
- <param name='start' doc='Start silent call' />
- <param name='any' doc='Any channel' />
- <param name='tch/f' doc='TCH/F channel' />
- <param name='tch/any' doc='Any TCH channel' />
- <param name='sdcch' doc='SDCCH channel' />
- </params>
- </command>
- <command id='subscriber (extension|imsi|tmsi|id) ID silent-call stop'>
- <params>
- <param name='subscriber' doc='Operations on a Subscriber' />
- <param name='extension' doc='Identify subscriber by extension (phone number)' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='tmsi' doc='Identify subscriber by TMSI' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='ID' doc='Identifier for the subscriber' />
- <param name='silent-call' doc='Silent call operation' />
- <param name='stop' doc='Stop silent call' />
- </params>
- </command>
- <command id='subscriber (extension|imsi|tmsi|id) ID ussd-notify (0|1|2) .TEXT'>
- <params>
- <param name='subscriber' doc='Operations on a Subscriber' />
- <param name='extension' doc='Identify subscriber by extension (phone number)' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='tmsi' doc='Identify subscriber by TMSI' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='ID' doc='Identifier for the subscriber' />
- <param name='ussd-notify' doc='Send a USSD notify to the subscriber' />
- <param name='0' doc='Alerting Level 0' />
- <param name='1' doc='Alerting Level 1' />
- <param name='2' doc='Alerting Level 2' />
- <param name='.TEXT' doc='Text of USSD message to send' />
- </params>
- </command>
- <command id='subscriber (extension|imsi|tmsi|id) ID ms-test close-loop (a|b|c|d|e|f|i)'>
- <params>
- <param name='subscriber' doc='Operations on a Subscriber' />
- <param name='extension' doc='Identify subscriber by extension (phone number)' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='tmsi' doc='Identify subscriber by TMSI' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='ID' doc='Identifier for the subscriber' />
- <param name='ms-test' doc='Send a TS 04.14 MS Test Command to subscriber' />
- <param name='close-loop' doc='Close a TCH Loop inside the MS' />
- <param name='a' doc='Loop Type A' />
- <param name='b' doc='Loop Type B' />
- <param name='c' doc='Loop Type C' />
- <param name='d' doc='Loop Type D' />
- <param name='e' doc='Loop Type E' />
- <param name='f' doc='Loop Type F' />
- <param name='i' doc='Loop Type I' />
- </params>
- </command>
- <command id='subscriber (extension|imsi|tmsi|id) ID ms-test open-loop'>
- <params>
- <param name='subscriber' doc='Operations on a Subscriber' />
- <param name='extension' doc='Identify subscriber by extension (phone number)' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='tmsi' doc='Identify subscriber by TMSI' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='ID' doc='Identifier for the subscriber' />
- <param name='ms-test' doc='Send a TS 04.14 MS Test Command to subscriber' />
- <param name='open-loop' doc='Open a TCH Loop inside the MS' />
- </params>
- </command>
- <command id='subscriber (extension|imsi|tmsi|id) ID update'>
- <params>
- <param name='subscriber' doc='Operations on a Subscriber' />
- <param name='extension' doc='Identify subscriber by extension (phone number)' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='tmsi' doc='Identify subscriber by TMSI' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='ID' doc='Identifier for the subscriber' />
- <param name='update' doc='Update the subscriber data from the dabase.' />
- </params>
- </command>
- <command id='show statistics'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='statistics' doc='Display network statistics' />
- </params>
- </command>
- <command id='show sms-queue'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='sms-queue' doc='Display SMSqueue statistics' />
- </params>
- </command>
- <command id='logging filter imsi IMSI'>
- <params>
- <param name='logging' doc='Configure log message to this terminal' />
- <param name='filter' doc='Filter log messages' />
- <param name='imsi' doc='Filter log messages by IMSI' />
- <param name='IMSI' doc='IMSI to be used as filter' />
- </params>
- </command>
- <command id='show smpp esme'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='smpp' doc='SMPP Interface' />
- <param name='esme' doc='SMPP Extrenal SMS Entity' />
- </params>
- </command>
- </node>
- <node id='Password_2'>
- </node>
- <node id='_2'>
- <command id='help'>
- <params>
- <param name='help' doc='Description of the interactive help system' />
- </params>
- </command>
- <command id='list'>
- <params>
- <param name='list' doc='Print command list' />
- </params>
- </command>
- <command id='write terminal'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='terminal' doc='Write to terminal' />
- </params>
- </command>
- <command id='write file'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='file' doc='Write to configuration file' />
- </params>
- </command>
- <command id='write memory'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='memory' doc='Write configuration to the file (same as write file)' />
- </params>
- </command>
- <command id='write'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- </params>
- </command>
- <command id='show running-config'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='running-config' doc='running configuration' />
- </params>
- </command>
- <command id='exit'>
- <params>
- <param name='exit' doc='Exit current mode and down to previous mode' />
- </params>
- </command>
- <command id='disable'>
- <params>
- <param name='disable' doc='Turn off privileged mode command' />
- </params>
- </command>
- <command id='configure terminal'>
- <params>
- <param name='configure' doc='Configuration from vty interface' />
- <param name='terminal' doc='Configuration terminal' />
- </params>
- </command>
- <command id='copy running-config startup-config'>
- <params>
- <param name='copy' doc='Copy configuration' />
- <param name='running-config' doc='Copy running config to... ' />
- <param name='startup-config' doc='Copy running config to startup config (same as write file)' />
- </params>
- </command>
- <command id='show startup-config'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='startup-config' doc='Contentes of startup configuration' />
- </params>
- </command>
- <command id='show version'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='version' doc='Displays program version' />
- </params>
- </command>
- <command id='show online-help'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='online-help' doc='Online help' />
- </params>
- </command>
- <command id='terminal length &lt;0-512&gt;'>
- <params>
- <param name='terminal' doc='Set terminal line parameters' />
- <param name='length' doc='Set number of lines on a screen' />
- <param name='&lt;0-512&gt;' doc='Number of lines on screen (0 for no pausing)' />
- </params>
- </command>
- <command id='terminal no length'>
- <params>
- <param name='terminal' doc='Set terminal line parameters' />
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='length' doc='Set number of lines on a screen' />
- </params>
- </command>
- <command id='echo .MESSAGE'>
- <params>
- <param name='echo' doc='Echo a message back to the vty' />
- <param name='.MESSAGE' doc='The message to echo' />
- </params>
- </command>
- <command id='who'>
- <params>
- <param name='who' doc='Display who is on vty' />
- </params>
- </command>
- <command id='show history'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='history' doc='Display the session command history' />
- </params>
- </command>
- <command id='terminal monitor'>
- <params>
- <param name='terminal' doc='Set terminal line parameters' />
- <param name='monitor' doc='Copy debug output to the current terminal line' />
- </params>
- </command>
- <command id='terminal no monitor'>
- <params>
- <param name='terminal' doc='Set terminal line parameters' />
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='monitor' doc='Copy debug output to the current terminal line' />
- </params>
- </command>
- <command id='show network'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='network' doc='Display information about a GSM NETWORK' />
- </params>
- </command>
- <command id='show bts [&lt;0-255&gt;]'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='bts' doc='Display information about a BTS' />
- <param name='[&lt;0-255&gt;]' doc='BTS number' />
- </params>
- </command>
- <command id='show trx [&lt;0-255&gt;] [&lt;0-255&gt;]'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='trx' doc='Display information about a TRX' />
- <param name='[&lt;0-255&gt;]' doc='BTS Number' />
- <param name='[&lt;0-255&gt;]' doc='TRX Number' />
- </params>
- </command>
- <command id='show timeslot [&lt;0-255&gt;] [&lt;0-255&gt;] [&lt;0-7&gt;]'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='timeslot' doc='Display information about a TS' />
- <param name='[&lt;0-255&gt;]' doc='BTS Number' />
- <param name='[&lt;0-255&gt;]' doc='TRX Number' />
- <param name='[&lt;0-7&gt;]' doc='Timeslot Number' />
- </params>
- </command>
- <command id='show lchan [&lt;0-255&gt;] [&lt;0-255&gt;] [&lt;0-7&gt;] [lchan_nr]'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='lchan' doc='Display information about a logical channel' />
- <param name='[&lt;0-255&gt;]' doc='BTS Number' />
- <param name='[&lt;0-255&gt;]' doc='TRX Number' />
- <param name='[&lt;0-7&gt;]' doc='Timeslot Number' />
- <param name='[lchan_nr]' doc='Logical Channel Number' />
- </params>
- </command>
- <command id='show lchan summary [&lt;0-255&gt;] [&lt;0-255&gt;] [&lt;0-7&gt;] [lchan_nr]'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='lchan' doc='Display information about a logical channel' />
- <param name='summary' doc='Short summary' />
- <param name='[&lt;0-255&gt;]' doc='BTS Number' />
- <param name='[&lt;0-255&gt;]' doc='TRX Number' />
- <param name='[&lt;0-7&gt;]' doc='Timeslot Number' />
- <param name='[lchan_nr]' doc='Logical Channel Number' />
- </params>
- </command>
- <command id='show paging [&lt;0-255&gt;]'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='paging' doc='Display information about paging reuqests of a BTS' />
- <param name='[&lt;0-255&gt;]' doc='BTS Number' />
- </params>
- </command>
- <command id='show paging-group &lt;0-255&gt; IMSI'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='paging-group' doc='Display the paging group' />
- <param name='&lt;0-255&gt;' doc='BTS Number' />
- <param name='IMSI' doc='IMSI' />
- </params>
- </command>
- <command id='logging enable'>
- <params>
- <param name='logging' doc='Configure log message to this terminal' />
- <param name='enable' doc='Enables logging to this vty' />
- </params>
- </command>
- <command id='logging disable'>
- <params>
- <param name='logging' doc='Configure log message to this terminal' />
- <param name='disable' doc='Disables logging to this vty' />
- </params>
- </command>
- <command id='logging filter all (0|1)'>
- <params>
- <param name='logging' doc='Configure log message to this terminal' />
- <param name='filter' doc='Filter log messages' />
- <param name='all' doc='Do you want to log all messages?' />
- <param name='0' doc='Only print messages matched by other filters' />
- <param name='1' doc='Bypass filter and print all messages' />
- </params>
- </command>
- <command id='logging color (0|1)'>
- <params>
- <param name='logging' doc='Configure log message to this terminal' />
- <param name='color' doc='Configure color-printing for log messages' />
- <param name='0' doc='Don&apos;t use color for printing messages' />
- <param name='1' doc='Use color for printing messages' />
- </params>
- </command>
- <command id='logging timestamp (0|1)'>
- <params>
- <param name='logging' doc='Configure log message to this terminal' />
- <param name='timestamp' doc='Configure log message timestamping' />
- <param name='0' doc='Don&apos;t prefix each log message' />
- <param name='1' doc='Prefix each log message with current timestamp' />
- </params>
- </command>
- <command id='logging print extended-timestamp (0|1)'>
- <params>
- <param name='logging' doc='Configure log message to this terminal' />
- <param name='print' doc='Log output settings' />
- <param name='extended-timestamp' doc='Configure log message timestamping' />
- <param name='0' doc='Don&apos;t prefix each log message' />
- <param name='1' doc='Prefix each log message with current timestamp with YYYYMMDDhhmmssnnn' />
- </params>
- </command>
- <command id='logging print category (0|1)'>
- <params>
- <param name='logging' doc='Configure log message to this terminal' />
- <param name='print' doc='Log output settings' />
- <param name='category' doc='Configure log message' />
- <param name='0' doc='Don&apos;t prefix each log message' />
- <param name='1' doc='Prefix each log message with category/subsystem name' />
- </params>
- </command>
- <command id='logging set-log-mask MASK'>
- <params>
- <param name='logging' doc='Configure log message to this terminal' />
- <param name='set-log-mask' doc='Set the logmask of this logging target' />
- <param name='MASK' doc='The logmask to use' />
- </params>
- </command>
- <command id='logging set log mask MASK'>
- <params>
- <param name='logging' doc='Configure log message to this terminal' />
- <param name='set' doc='Decide which categories to output.' />
- <param name='log' doc='Log commands' />
- <param name='mask' doc='Mask commands' />
- <param name='MASK' doc='The logmask to use' />
- </params>
- </command>
- <command id='logging level (all|rll|cc|mm|rr|rsl|nm|mncc|pag|meas|sccp|msc|mgcp|ho|db|ref|gprs|ns|bssgp|llc|sndcp|nat|ctrl|smpp|filter|ranap|sua|pcu|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp) (everything|debug|info|notice|error|fatal)'>
- <params>
- <param name='logging' doc='Configure log message to this terminal' />
- <param name='level' doc='Set the log level for a specified category' />
- <param name='all' doc='Global setting for all subsystems' />
- <param name='rll' doc='A-bis Radio Link Layer (RLL)' />
- <param name='cc' doc='Layer3 Call Control (CC)' />
- <param name='mm' doc='Layer3 Mobility Management (MM)' />
- <param name='rr' doc='Layer3 Radio Resource (RR)' />
- <param name='rsl' doc='A-bis Radio Siganlling Link (RSL)' />
- <param name='nm' doc='A-bis Network Management / O&amp;M (NM/OML)' />
- <param name='mncc' doc='MNCC API for Call Control application' />
- <param name='pag' doc='Paging Subsystem' />
- <param name='meas' doc='Radio Measurement Processing' />
- <param name='sccp' doc='SCCP Protocol' />
- <param name='msc' doc='Mobile Switching Center' />
- <param name='mgcp' doc='Media Gateway Control Protocol' />
- <param name='ho' doc='Hand-Over' />
- <param name='db' doc='Database Layer' />
- <param name='ref' doc='Reference Counting' />
- <param name='gprs' doc='GPRS Packet Service' />
- <param name='ns' doc='GPRS Network Service (NS)' />
- <param name='bssgp' doc='GPRS BSS Gateway Protocol (BSSGP)' />
- <param name='llc' doc='GPRS Logical Link Control Protocol (LLC)' />
- <param name='sndcp' doc='GPRS Sub-Network Dependent Control Protocol (SNDCP)' />
- <param name='nat' doc='GSM 08.08 NAT/Multiplexer' />
- <param name='ctrl' doc='Control interface' />
- <param name='smpp' doc='SMPP interface for external SMS apps' />
- <param name='filter' doc='BSC/NAT IMSI based filtering' />
- <param name='ranap' doc='Radio Access Network Application Part Protocol' />
- <param name='sua' doc='SCCP User Adaptation Protocol' />
- <param name='pcu' doc='PCU Interface' />
- <param name='lglobal' doc='Library-internal global log family' />
- <param name='llapd' doc='LAPD in libosmogsm' />
- <param name='linp' doc='A-bis Intput Subsystem' />
- <param name='lmux' doc='A-bis B-Subchannel TRAU Frame Multiplex' />
- <param name='lmi' doc='A-bis Input Driver for Signalling' />
- <param name='lmib' doc='A-bis Input Driver for B-Channels (voice)' />
- <param name='lsms' doc='Layer3 Short Message Service (SMS)' />
- <param name='lctrl' doc='Control Interface' />
- <param name='lgtp' doc='GPRS GTP library' />
- <param name='lstats' doc='Statistics messages and logging' />
- <param name='lgsup' doc='Generic Subscriber Update Protocol' />
- <param name='loap' doc='Osmocom Authentication Protocol' />
- <param name='lss7' doc='libosmo-sigtran Signalling System 7' />
- <param name='lsccp' doc='libosmo-sigtran SCCP Implementation' />
- <param name='lsua' doc='libosmo-sigtran SCCP User Adaptation' />
- <param name='lm3ua' doc='libosmo-sigtran MTP3 User Adaptation' />
- <param name='lmgcp' doc='libosmo-mgcp Media Gateway Control Protocol' />
- <param name='everything' doc='Don&apos;t use. It doesn&apos;t log anything' />
- <param name='debug' doc='Log debug messages and higher levels' />
- <param name='info' doc='Log informational messages and higher levels' />
- <param name='notice' doc='Log noticeable messages and higher levels' />
- <param name='error' doc='Log error messages and higher levels' />
- <param name='fatal' doc='Log only fatal messages' />
- </params>
- </command>
- <command id='show logging vty'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='logging' doc='Show current logging configuration' />
- <param name='vty' doc='Show current logging configuration for this vty' />
- </params>
- </command>
- <command id='show alarms'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='alarms' doc='Show current logging configuration' />
- </params>
- </command>
- <command id='show stats'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='stats' doc='Show statistical values' />
- </params>
- </command>
- <command id='show stats level (global|peer|subscriber)'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='stats' doc='Show statistical values' />
- <param name='level' doc='Set the maximum group level' />
- <param name='global' doc='Show global groups only' />
- <param name='peer' doc='Show global and network peer related groups' />
- <param name='subscriber' doc='Show global, peer, and subscriber groups' />
- </params>
- </command>
- <command id='show asciidoc counters'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='asciidoc' doc='Asciidoc generation' />
- <param name='counters' doc='Generate table of all registered counters' />
- </params>
- </command>
- <command id='drop bts connection &lt;0-65535&gt; (oml|rsl)'>
- <params>
- <param name='drop' doc='Debug/Simulation command to drop Abis/IP BTS' />
- <param name='bts' doc='Debug/Simulation command to drop Abis/IP BTS' />
- <param name='connection' doc='Debug/Simulation command to drop Abis/IP BTS' />
- <param name='&lt;0-65535&gt;' doc='BTS NR' />
- <param name='oml' doc='Drop OML Connection' />
- <param name='rsl' doc='Drop RSL Connection' />
- </params>
- </command>
- <command id='restart-bts &lt;0-65535&gt;'>
- <params>
- <param name='restart-bts' doc='Restart ip.access nanoBTS through OML' />
- <param name='&lt;0-65535&gt;' doc='BTS Number' />
- </params>
- </command>
- <command id='bts &lt;0-255&gt; resend-system-information'>
- <params>
- <param name='bts' doc='BTS Specific Commands' />
- <param name='&lt;0-255&gt;' doc='BTS Number' />
- <param name='resend-system-information' doc='Re-generate + re-send BCCH SYSTEM INFORMATION' />
- </params>
- </command>
- <command id='bts &lt;0-255&gt; trx &lt;0-255&gt; timeslot &lt;0-7&gt; pdch (activate|deactivate)'>
- <params>
- <param name='bts' doc='BTS related commands' />
- <param name='&lt;0-255&gt;' doc='BTS Number' />
- <param name='trx' doc='Transceiver' />
- <param name='&lt;0-255&gt;' doc='Transceiver Number' />
- <param name='timeslot' doc='TRX Timeslot' />
- <param name='&lt;0-7&gt;' doc='Timeslot Number' />
- <param name='pdch' doc='Packet Data Channel' />
- <param name='activate' doc='Activate Dynamic PDCH/TCH (-&gt; PDCH mode)' />
- <param name='deactivate' doc='Deactivate Dynamic PDCH/TCH (-&gt; TCH mode)' />
- </params>
- </command>
- <command id='bts &lt;0-255&gt; trx &lt;0-255&gt; timeslot &lt;0-7&gt; sub-slot &lt;0-7&gt; (activate|deactivate) (hr|fr|efr|amr) [&lt;0-7&gt;]'>
- <params>
- <param name='bts' doc='BTS related commands' />
- <param name='&lt;0-255&gt;' doc='BTS Number' />
- <param name='trx' doc='Transceiver' />
- <param name='&lt;0-255&gt;' doc='Transceiver Number' />
- <param name='timeslot' doc='TRX Timeslot' />
- <param name='&lt;0-7&gt;' doc='Timeslot Number' />
- <param name='sub-slot' doc='Sub-Slot Number' />
- <param name='&lt;0-7&gt;' doc='Sub-Slot Number' />
- <param name='activate' doc='Manual Channel Activation (e.g. for BER test)' />
- <param name='deactivate' doc='Manual Channel Deactivation (e.g. for BER test)' />
- <param name='hr' doc='Half-Rate v1' />
- <param name='fr' doc='Full-Rate' />
- <param name='efr' doc='Enhanced Full Rate' />
- <param name='amr' doc='Adaptive Multi-Rate' />
- <param name='[&lt;0-7&gt;]' doc='AMR Mode' />
- </params>
- </command>
- <command id='bts &lt;0-255&gt; trx &lt;0-255&gt; timeslot &lt;0-7&gt; sub-slot &lt;0-7&gt; mdcx A.B.C.D &lt;0-65535&gt;'>
- <params>
- <param name='bts' doc='BTS related commands' />
- <param name='&lt;0-255&gt;' doc='BTS Number' />
- <param name='trx' doc='Transceiver' />
- <param name='&lt;0-255&gt;' doc='Transceiver Number' />
- <param name='timeslot' doc='TRX Timeslot' />
- <param name='&lt;0-7&gt;' doc='Timeslot Number' />
- <param name='sub-slot' doc='Sub-Slot' />
- <param name='&lt;0-7&gt;' doc='Sub-Slot Number' />
- <param name='mdcx' doc='Modify RTP Connection' />
- <param name='A.B.C.D' doc='MGW IP Address' />
- <param name='&lt;0-65535&gt;' doc='MGW UDP Port' />
- </params>
- </command>
- <command id='bts &lt;0-255&gt; smscb-command &lt;1-4&gt; HEXSTRING'>
- <params>
- <param name='bts' doc='BTS related commands' />
- <param name='&lt;0-255&gt;' doc='BTS Number' />
- <param name='smscb-command' doc='SMS Cell Broadcast' />
- <param name='&lt;1-4&gt;' doc='Last Valid Block' />
- <param name='HEXSTRING' doc='Hex Encoded SMSCB message (up to 88 octets)' />
- </params>
- </command>
- <command id='ctrl-interface generate-trap TRAP VALUE'>
- <params>
- <param name='ctrl-interface' doc='Commands related to the CTRL Interface' />
- <param name='generate-trap' doc='Generate a TRAP for test purpose' />
- <param name='TRAP' doc='Identity/Name of the TRAP variable' />
- <param name='VALUE' doc='Value of the TRAP variable' />
- </params>
- </command>
- <command id='bts &lt;0-255&gt; oml class (site-manager|bts|radio-carrier|baseband-transceiver|channel|adjc|handover|power-contorl|btse|rack|test|envabtse|bport|gprs-nse|gprs-cell|gprs-nsvc|siemenshw) instance &lt;0-255&gt; &lt;0-255&gt; &lt;0-255&gt;'>
- <params>
- <param name='bts' doc='BTS related commands' />
- <param name='&lt;0-255&gt;' doc='BTS Number' />
- <param name='oml' doc='Manipulate the OML managed objects' />
- <param name='class' doc='Object Class' />
- <param name='site-manager' doc='Site Manager Object' />
- <param name='bts' doc='BTS Object' />
- <param name='radio-carrier' doc='Radio Carrier Object' />
- <param name='baseband-transceiver' doc='Baseband Transceiver Object' />
- <param name='channel' doc='Channel (Timeslot) Object' />
- <param name='adjc' doc='Adjacent Object (Siemens)' />
- <param name='handover' doc='Handover Object (Siemens)' />
- <param name='power-contorl' doc='Power Control Object (Siemens)' />
- <param name='btse' doc='BTSE Object (Siemens)' />
- <param name='rack' doc='Rack Object (Siemens)' />
- <param name='test' doc='Test Object (Siemens)' />
- <param name='envabtse' doc='ENVABTSE Object (Siemens)' />
- <param name='bport' doc='BPORT Object (Siemens)' />
- <param name='gprs-nse' doc='GPRS NSE Object (ip.access/osmo-bts)' />
- <param name='gprs-cell' doc='GPRS Cell Object (ip.acecss/osmo-bts)' />
- <param name='gprs-nsvc' doc='GPRS NSVC Object (ip.acecss/osmo-bts)' />
- <param name='siemenshw' doc='SIEMENSHW Object (Siemens)' />
- <param name='instance' doc='Object Instance' />
- <param name='&lt;0-255&gt;' doc='BTS Number' />
- <param name='&lt;0-255&gt;' doc='TRX Number' />
- <param name='&lt;0-255&gt;' doc='TS Number' />
- </params>
- </command>
- <command id='bts &lt;0-255&gt; oml class &lt;0-255&gt; instance &lt;0-255&gt; &lt;0-255&gt; &lt;0-255&gt;'>
- <params>
- <param name='bts' doc='BTS related commands' />
- <param name='&lt;0-255&gt;' doc='BTS Number' />
- <param name='oml' doc='Manipulate the OML managed objects' />
- <param name='class' doc='Object Class' />
- <param name='&lt;0-255&gt;' doc='Object Class' />
- <param name='instance' doc='Object Instance' />
- <param name='&lt;0-255&gt;' doc='BTS Number' />
- <param name='&lt;0-255&gt;' doc='TRX Number' />
- <param name='&lt;0-255&gt;' doc='TS Number' />
- </params>
- </command>
- <command id='bts &lt;0-255&gt; om2000 class (trxc|ts|tf|is|con|dp|cf|tx|rx) &lt;0-255&gt; &lt;0-255&gt; &lt;0-255&gt;'>
- <params>
- <param name='bts' doc='BTS related commands' />
- <param name='&lt;0-255&gt;' doc='BTS Number' />
- <param name='om2000' doc='Manipulate the OM2000 managed objects' />
- <param name='class' doc='Object Class' />
- <param name='trxc' doc='TRX Controller' />
- <param name='ts' doc='Timeslot' />
- <param name='tf' doc='Timing Function' />
- <param name='is' doc='Interface Switch' />
- <param name='con' doc='Abis Concentrator' />
- <param name='dp' doc='Digital Path' />
- <param name='cf' doc='Central Function' />
- <param name='tx' doc='Transmitter' />
- <param name='rx' doc='Receiver' />
- <param name='&lt;0-255&gt;' doc='BTS Number' />
- <param name='&lt;0-255&gt;' doc='Associated SO Instance' />
- <param name='&lt;0-255&gt;' doc='Instance Number' />
- </params>
- </command>
- <command id='bts &lt;0-255&gt; om2000 class &lt;0-255&gt; &lt;0-255&gt; &lt;0-255&gt; &lt;0-255&gt;'>
- <params>
- <param name='bts' doc='BTS related commands' />
- <param name='&lt;0-255&gt;' doc='BTS Number' />
- <param name='om2000' doc='Manipulate the OML managed objects' />
- <param name='class' doc='Object Class' />
- <param name='&lt;0-255&gt;' doc='Object Class' />
- <param name='&lt;0-255&gt;' doc='BTS Number' />
- <param name='&lt;0-255&gt;' doc='Associated SO Instance' />
- <param name='&lt;0-255&gt;' doc='Instance Number' />
- </params>
- </command>
- <command id='show e1_driver'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='e1_driver' doc='Display information about available E1 drivers' />
- </params>
- </command>
- <command id='show e1_line [line_nr] [stats]'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='e1_line' doc='Display information about a E1 line' />
- <param name='[line_nr]' doc='E1 Line Number' />
- <param name='[stats]' doc='Include statistics' />
- </params>
- </command>
- <command id='show e1_timeslot [line_nr] [ts_nr]'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='e1_timeslot' doc='Display information about a E1 timeslot' />
- <param name='[line_nr]' doc='E1 Line Number' />
- <param name='[ts_nr]' doc='E1 Timeslot Number' />
- </params>
- </command>
- <command id='show fsm NAME'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='fsm' doc='Show information about finite state machines' />
- <param name='NAME' doc='Display information about a single named finite state machine' />
- </params>
- </command>
- <command id='show fsm all'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='fsm' doc='Show information about finite state machines' />
- <param name='all' doc='Display a list of all registered finite state machines' />
- </params>
- </command>
- <command id='show fsm-instances NAME'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='fsm-instances' doc='Show information about finite state machine instances' />
- <param name='NAME' doc='Display a list of all FSM instances of the named finite state machine' />
- </params>
- </command>
- <command id='show fsm-instances all'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='fsm-instances' doc='Show information about finite state machine instances' />
- <param name='all' doc='Display a list of all FSM instances of all finite state machine' />
- </params>
- </command>
- <command id='show subscriber (extension|imsi|tmsi|id) ID'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='subscriber' doc='Operations on a Subscriber' />
- <param name='extension' doc='Identify subscriber by extension (phone number)' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='tmsi' doc='Identify subscriber by TMSI' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='ID' doc='Identifier for the subscriber' />
- </params>
- </command>
- <command id='show subscriber cache'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='subscriber' doc='Show information about subscribers' />
- <param name='cache' doc='Display contents of subscriber cache' />
- </params>
- </command>
- <command id='sms send pending'>
- <params>
- <param name='sms' doc='SMS related commands' />
- <param name='send' doc='SMS Sending related commands' />
- <param name='pending' doc='Send all pending SMS' />
- </params>
- </command>
- <command id='subscriber create imsi ID'>
- <params>
- <param name='subscriber' doc='Operations on a Subscriber' />
- <param name='create' doc='Create new subscriber' />
- <param name='imsi' doc='Identify the subscriber by his IMSI' />
- <param name='ID' doc='Identifier for the subscriber' />
- </params>
- </command>
- <command id='subscriber (extension|imsi|tmsi|id) ID sms sender (extension|imsi|tmsi|id) SENDER_ID send .LINE'>
- <params>
- <param name='subscriber' doc='Operations on a Subscriber' />
- <param name='extension' doc='Identify subscriber by extension (phone number)' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='tmsi' doc='Identify subscriber by TMSI' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='ID' doc='Identifier for the subscriber' />
- <param name='sms' doc='SMS Operations' />
- <param name='sender' doc='Operations on a Subscriber' />
- <param name='extension' doc='Identify subscriber by extension (phone number)' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='tmsi' doc='Identify subscriber by TMSI' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='SENDER_ID' doc='Identifier for the subscriber' />
- <param name='send' doc='Send SMS' />
- <param name='.LINE' doc='Actual SMS Text' />
- </params>
- </command>
- <command id='subscriber (extension|imsi|tmsi|id) ID silent-sms sender (extension|imsi|tmsi|id) SENDER_ID send .LINE'>
- <params>
- <param name='subscriber' doc='Operations on a Subscriber' />
- <param name='extension' doc='Identify subscriber by extension (phone number)' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='tmsi' doc='Identify subscriber by TMSI' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='ID' doc='Identifier for the subscriber' />
- <param name='silent-sms' doc='Silent SMS Operations' />
- <param name='sender' doc='Operations on a Subscriber' />
- <param name='extension' doc='Identify subscriber by extension (phone number)' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='tmsi' doc='Identify subscriber by TMSI' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='SENDER_ID' doc='Identifier for the subscriber' />
- <param name='send' doc='Send SMS' />
- <param name='.LINE' doc='Actual SMS Text' />
- </params>
- </command>
- <command id='subscriber (extension|imsi|tmsi|id) ID silent-call start (any|tch/f|tch/any|sdcch)'>
- <params>
- <param name='subscriber' doc='Operations on a Subscriber' />
- <param name='extension' doc='Identify subscriber by extension (phone number)' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='tmsi' doc='Identify subscriber by TMSI' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='ID' doc='Identifier for the subscriber' />
- <param name='silent-call' doc='Silent call operation' />
- <param name='start' doc='Start silent call' />
- <param name='any' doc='Any channel' />
- <param name='tch/f' doc='TCH/F channel' />
- <param name='tch/any' doc='Any TCH channel' />
- <param name='sdcch' doc='SDCCH channel' />
- </params>
- </command>
- <command id='subscriber (extension|imsi|tmsi|id) ID silent-call stop'>
- <params>
- <param name='subscriber' doc='Operations on a Subscriber' />
- <param name='extension' doc='Identify subscriber by extension (phone number)' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='tmsi' doc='Identify subscriber by TMSI' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='ID' doc='Identifier for the subscriber' />
- <param name='silent-call' doc='Silent call operation' />
- <param name='stop' doc='Stop silent call' />
- </params>
- </command>
- <command id='subscriber (extension|imsi|tmsi|id) ID ussd-notify (0|1|2) .TEXT'>
- <params>
- <param name='subscriber' doc='Operations on a Subscriber' />
- <param name='extension' doc='Identify subscriber by extension (phone number)' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='tmsi' doc='Identify subscriber by TMSI' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='ID' doc='Identifier for the subscriber' />
- <param name='ussd-notify' doc='Send a USSD notify to the subscriber' />
- <param name='0' doc='Alerting Level 0' />
- <param name='1' doc='Alerting Level 1' />
- <param name='2' doc='Alerting Level 2' />
- <param name='.TEXT' doc='Text of USSD message to send' />
- </params>
- </command>
- <command id='subscriber (extension|imsi|tmsi|id) ID ms-test close-loop (a|b|c|d|e|f|i)'>
- <params>
- <param name='subscriber' doc='Operations on a Subscriber' />
- <param name='extension' doc='Identify subscriber by extension (phone number)' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='tmsi' doc='Identify subscriber by TMSI' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='ID' doc='Identifier for the subscriber' />
- <param name='ms-test' doc='Send a TS 04.14 MS Test Command to subscriber' />
- <param name='close-loop' doc='Close a TCH Loop inside the MS' />
- <param name='a' doc='Loop Type A' />
- <param name='b' doc='Loop Type B' />
- <param name='c' doc='Loop Type C' />
- <param name='d' doc='Loop Type D' />
- <param name='e' doc='Loop Type E' />
- <param name='f' doc='Loop Type F' />
- <param name='i' doc='Loop Type I' />
- </params>
- </command>
- <command id='subscriber (extension|imsi|tmsi|id) ID ms-test open-loop'>
- <params>
- <param name='subscriber' doc='Operations on a Subscriber' />
- <param name='extension' doc='Identify subscriber by extension (phone number)' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='tmsi' doc='Identify subscriber by TMSI' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='ID' doc='Identifier for the subscriber' />
- <param name='ms-test' doc='Send a TS 04.14 MS Test Command to subscriber' />
- <param name='open-loop' doc='Open a TCH Loop inside the MS' />
- </params>
- </command>
- <command id='subscriber (extension|imsi|tmsi|id) ID update'>
- <params>
- <param name='subscriber' doc='Operations on a Subscriber' />
- <param name='extension' doc='Identify subscriber by extension (phone number)' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='tmsi' doc='Identify subscriber by TMSI' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='ID' doc='Identifier for the subscriber' />
- <param name='update' doc='Update the subscriber data from the dabase.' />
- </params>
- </command>
- <command id='show statistics'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='statistics' doc='Display network statistics' />
- </params>
- </command>
- <command id='show sms-queue'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='sms-queue' doc='Display SMSqueue statistics' />
- </params>
- </command>
- <command id='logging filter imsi IMSI'>
- <params>
- <param name='logging' doc='Configure log message to this terminal' />
- <param name='filter' doc='Filter log messages' />
- <param name='imsi' doc='Filter log messages by IMSI' />
- <param name='IMSI' doc='IMSI to be used as filter' />
- </params>
- </command>
- <command id='subscriber (extension|imsi|tmsi|id) ID delete'>
- <params>
- <param name='subscriber' doc='Operations on a Subscriber' />
- <param name='extension' doc='Identify subscriber by extension (phone number)' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='tmsi' doc='Identify subscriber by TMSI' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='ID' doc='Identifier for the subscriber' />
- <param name='delete' doc='Delete subscriber in HLR' />
- </params>
- </command>
- <command id='subscriber (extension|imsi|tmsi|id) ID expire'>
- <params>
- <param name='subscriber' doc='Operations on a Subscriber' />
- <param name='extension' doc='Identify subscriber by extension (phone number)' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='tmsi' doc='Identify subscriber by TMSI' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='ID' doc='Identifier for the subscriber' />
- <param name='expire' doc='Expire the subscriber Now' />
- </params>
- </command>
- <command id='subscriber (extension|imsi|tmsi|id) ID name .NAME'>
- <params>
- <param name='subscriber' doc='Operations on a Subscriber' />
- <param name='extension' doc='Identify subscriber by extension (phone number)' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='tmsi' doc='Identify subscriber by TMSI' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='ID' doc='Identifier for the subscriber' />
- <param name='name' doc='Set the name of the subscriber' />
- <param name='.NAME' doc='Name of the Subscriber' />
- </params>
- </command>
- <command id='subscriber (extension|imsi|tmsi|id) ID extension EXTENSION'>
- <params>
- <param name='subscriber' doc='Operations on a Subscriber' />
- <param name='extension' doc='Identify subscriber by extension (phone number)' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='tmsi' doc='Identify subscriber by TMSI' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='ID' doc='Identifier for the subscriber' />
- <param name='extension' doc='Set the extension (phone number) of the subscriber' />
- <param name='EXTENSION' doc='Extension (phone number)' />
- </params>
- </command>
- <command id='subscriber (extension|imsi|tmsi|id) ID authorized (0|1)'>
- <params>
- <param name='subscriber' doc='Operations on a Subscriber' />
- <param name='extension' doc='Identify subscriber by extension (phone number)' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='tmsi' doc='Identify subscriber by TMSI' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='ID' doc='Identifier for the subscriber' />
- <param name='authorized' doc='(De-)Authorize subscriber in HLR' />
- <param name='0' doc='Subscriber should NOT be authorized' />
- <param name='1' doc='Subscriber should be authorized' />
- </params>
- </command>
- <command id='subscriber (extension|imsi|tmsi|id) ID a3a8 (none|xor|comp128v1) [KI]'>
- <params>
- <param name='subscriber' doc='Operations on a Subscriber' />
- <param name='extension' doc='Identify subscriber by extension (phone number)' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='tmsi' doc='Identify subscriber by TMSI' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='ID' doc='Identifier for the subscriber' />
- <param name='a3a8' doc='Set a3a8 parameters for the subscriber' />
- <param name='none' doc='Use No A3A8 algorithm' />
- <param name='xor' doc='Use XOR algorithm' />
- <param name='comp128v1' doc='Use COMP128v1 algorithm' />
- <param name='[KI]' doc='Encryption Key Ki' />
- </params>
- </command>
- <command id='subscriber (extension|imsi|tmsi|id) ID handover BTS_NR'>
- <params>
- <param name='subscriber' doc='Operations on a Subscriber' />
- <param name='extension' doc='Identify subscriber by extension (phone number)' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='tmsi' doc='Identify subscriber by TMSI' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='ID' doc='Identifier for the subscriber' />
- <param name='handover' doc='Handover the active connection' />
- <param name='BTS_NR' doc='Number of the BTS to handover to' />
- </params>
- </command>
- <command id='subscriber purge-inactive'>
- <params>
- <param name='subscriber' doc='Operations on a Subscriber' />
- <param name='purge-inactive' doc='Purge subscribers with a zero use count.' />
- </params>
- </command>
- <command id='sms-queue trigger'>
- <params>
- <param name='sms-queue' doc='SMS Queue' />
- <param name='trigger' doc='Trigger sending messages' />
- </params>
- </command>
- <command id='sms-queue max-pending &lt;1-500&gt;'>
- <params>
- <param name='sms-queue' doc='SMS Queue' />
- <param name='max-pending' doc='SMS to deliver in parallel' />
- <param name='&lt;1-500&gt;' doc='Amount' />
- </params>
- </command>
- <command id='sms-queue clear'>
- <params>
- <param name='sms-queue' doc='SMS Queue' />
- <param name='clear' doc='Clear the queue of pending SMS' />
- </params>
- </command>
- <command id='sms-queue max-failure &lt;1-500&gt;'>
- <params>
- <param name='sms-queue' doc='SMS Queue' />
- <param name='max-failure' doc='Maximum amount of delivery failures' />
- <param name='&lt;1-500&gt;' doc='Amount' />
- </params>
- </command>
- <command id='subscriber (extension|imsi|tmsi|id) ID sms pending-send'>
- <params>
- <param name='subscriber' doc='Operations on a Subscriber' />
- <param name='extension' doc='Identify subscriber by extension (phone number)' />
- <param name='imsi' doc='Identify subscriber by IMSI' />
- <param name='tmsi' doc='Identify subscriber by TMSI' />
- <param name='id' doc='Identify subscriber by database ID' />
- <param name='ID' doc='Identifier for the subscriber' />
- <param name='sms' doc='SMS Operations' />
- <param name='pending-send' doc='Send pending SMS' />
- </params>
- </command>
- <command id='meas-feed scenario NAME'>
- <params>
- <param name='meas-feed' doc='Measurement export related' />
- <param name='scenario' doc='scenario' />
- <param name='NAME' doc='Name up to 31 characters included in report' />
- </params>
- </command>
- <command id='show smpp esme'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='smpp' doc='SMPP Interface' />
- <param name='esme' doc='SMPP Extrenal SMS Entity' />
- </params>
- </command>
- </node>
- <node id='config'>
- <command id='help'>
- <params>
- <param name='help' doc='Description of the interactive help system' />
- </params>
- </command>
- <command id='list'>
- <params>
- <param name='list' doc='Print command list' />
- </params>
- </command>
- <command id='write terminal'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='terminal' doc='Write to terminal' />
- </params>
- </command>
- <command id='write file'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='file' doc='Write to configuration file' />
- </params>
- </command>
- <command id='write memory'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='memory' doc='Write configuration to the file (same as write file)' />
- </params>
- </command>
- <command id='write'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- </params>
- </command>
- <command id='show running-config'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='running-config' doc='running configuration' />
- </params>
- </command>
- <command id='exit'>
- <params>
- <param name='exit' doc='Exit current mode and down to previous mode' />
- </params>
- </command>
- <command id='end'>
- <params>
- <param name='end' doc='End current mode and change to enable mode.' />
- </params>
- </command>
- <command id='hostname WORD'>
- <params>
- <param name='hostname' doc='Set system&apos;s network name' />
- <param name='WORD' doc='This system&apos;s network name' />
- </params>
- </command>
- <command id='no hostname [HOSTNAME]'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='hostname' doc='Reset system&apos;s network name' />
- <param name='[HOSTNAME]' doc='Host name of this router' />
- </params>
- </command>
- <command id='password (8|) WORD'>
- <params>
- <param name='password' doc='Assign the terminal connection password' />
- <param name='8' doc='Specifies a HIDDEN password will follow' />
- <param name='' doc='dummy string ' />
- <param name='WORD' doc='The HIDDEN line password string' />
- </params>
- </command>
- <command id='password LINE'>
- <params>
- <param name='password' doc='Assign the terminal connection password' />
- <param name='LINE' doc='The UNENCRYPTED (cleartext) line password' />
- </params>
- </command>
- <command id='enable password (8|) WORD'>
- <params>
- <param name='enable' doc='Modify enable password parameters' />
- <param name='password' doc='Assign the privileged level password' />
- <param name='8' doc='Specifies a HIDDEN password will follow' />
- <param name='' doc='dummy string ' />
- <param name='WORD' doc='The HIDDEN &apos;enable&apos; password string' />
- </params>
- </command>
- <command id='enable password LINE'>
- <params>
- <param name='enable' doc='Modify enable password parameters' />
- <param name='password' doc='Assign the privileged level password' />
- <param name='LINE' doc='The UNENCRYPTED (cleartext) &apos;enable&apos; password' />
- </params>
- </command>
- <command id='no enable password'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='enable' doc='Modify enable password parameters' />
- <param name='password' doc='Assign the privileged level password' />
- </params>
- </command>
- <command id='banner motd default'>
- <params>
- <param name='banner' doc='Set banner string' />
- <param name='motd' doc='Strings for motd' />
- <param name='default' doc='Default string' />
- </params>
- </command>
- <command id='banner motd file [FILE]'>
- <params>
- <param name='banner' doc='Set banner' />
- <param name='motd' doc='Banner for motd' />
- <param name='file' doc='Banner from a file' />
- <param name='[FILE]' doc='Filename' />
- </params>
- </command>
- <command id='no banner motd'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='banner' doc='Set banner string' />
- <param name='motd' doc='Strings for motd' />
- </params>
- </command>
- <command id='service terminal-length &lt;0-512&gt;'>
- <params>
- <param name='service' doc='Set up miscellaneous service' />
- <param name='terminal-length' doc='System wide terminal length configuration' />
- <param name='&lt;0-512&gt;' doc='Number of lines of VTY (0 means no line control)' />
- </params>
- </command>
- <command id='no service terminal-length [&lt;0-512&gt;]'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='service' doc='Set up miscellaneous service' />
- <param name='terminal-length' doc='System wide terminal length configuration' />
- <param name='[&lt;0-512&gt;]' doc='Number of lines of VTY (0 means no line control)' />
- </params>
- </command>
- <command id='line vty'>
- <params>
- <param name='line' doc='Configure a terminal line' />
- <param name='vty' doc='Virtual terminal' />
- </params>
- </command>
- <command id='service advanced-vty'>
- <params>
- <param name='service' doc='Set up miscellaneous service' />
- <param name='advanced-vty' doc='Enable advanced mode vty interface' />
- </params>
- </command>
- <command id='no service advanced-vty'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='service' doc='Set up miscellaneous service' />
- <param name='advanced-vty' doc='Enable advanced mode vty interface' />
- </params>
- </command>
- <command id='show history'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='history' doc='Display the session command history' />
- </params>
- </command>
- <command id='network'>
- <params>
- <param name='network' doc='Configure the GSM network' />
- </params>
- </command>
- <command id='log stderr'>
- <params>
- <param name='log' doc='Configure logging sub-system' />
- <param name='stderr' doc='Logging via STDERR of the process' />
- </params>
- </command>
- <command id='no log stderr'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='log' doc='Configure logging sub-system' />
- <param name='stderr' doc='Logging via STDERR of the process' />
- </params>
- </command>
- <command id='log file .FILENAME'>
- <params>
- <param name='log' doc='Configure logging sub-system' />
- <param name='file' doc='Logging to text file' />
- <param name='.FILENAME' doc='Filename' />
- </params>
- </command>
- <command id='no log file .FILENAME'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='log' doc='Configure logging sub-system' />
- <param name='file' doc='Logging to text file' />
- <param name='.FILENAME' doc='Filename' />
- </params>
- </command>
- <command id='log alarms &lt;2-32700&gt;'>
- <params>
- <param name='log' doc='Configure logging sub-system' />
- <param name='alarms' doc='Logging alarms to osmo_strrb' />
- <param name='&lt;2-32700&gt;' doc='Maximum number of messages to log' />
- </params>
- </command>
- <command id='no log alarms'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='log' doc='Configure logging sub-system' />
- <param name='alarms' doc='Logging alarms to osmo_strrb' />
- </params>
- </command>
- <command id='log syslog (authpriv|cron|daemon|ftp|lpr|mail|news|user|uucp)'>
- <params>
- <param name='log' doc='Configure logging sub-system' />
- <param name='syslog' doc='Logging via syslog' />
- <param name='authpriv' doc='Security/authorization messages facility' />
- <param name='cron' doc='Clock daemon (cron/at) facility' />
- <param name='daemon' doc='General system daemon facility' />
- <param name='ftp' doc='Ftp daemon facility' />
- <param name='lpr' doc='Line printer facility' />
- <param name='mail' doc='Mail facility' />
- <param name='news' doc='News facility' />
- <param name='user' doc='Generic facility' />
- <param name='uucp' doc='UUCP facility' />
- </params>
- </command>
- <command id='log syslog local &lt;0-7&gt;'>
- <params>
- <param name='log' doc='Configure logging sub-system' />
- <param name='syslog' doc='Logging via syslog' />
- <param name='local' doc='Syslog LOCAL facility' />
- <param name='&lt;0-7&gt;' doc='Local facility number' />
- </params>
- </command>
- <command id='no log syslog'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='log' doc='Configure logging sub-system' />
- <param name='syslog' doc='Logging via syslog' />
- </params>
- </command>
- <command id='log gsmtap [HOSTNAME]'>
- <params>
- <param name='log' doc='Configure logging sub-system' />
- <param name='gsmtap' doc='Logging via GSMTAP' />
- <param name='[HOSTNAME]' doc='Host name to send the GSMTAP logging to (UDP port 4729)' />
- </params>
- </command>
- <command id='stats reporter statsd'>
- <params>
- <param name='stats' doc='Configure stats sub-system' />
- <param name='reporter' doc='Configure a stats reporter' />
- <param name='statsd' doc='Report to a STATSD server' />
- </params>
- </command>
- <command id='no stats reporter statsd'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='stats' doc='Configure stats sub-system' />
- <param name='reporter' doc='Configure a stats reporter' />
- <param name='statsd' doc='Report to a STATSD server' />
- </params>
- </command>
- <command id='stats reporter log'>
- <params>
- <param name='stats' doc='Configure stats sub-system' />
- <param name='reporter' doc='Configure a stats reporter' />
- <param name='log' doc='Report to the logger' />
- </params>
- </command>
- <command id='no stats reporter log'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='stats' doc='Configure stats sub-system' />
- <param name='reporter' doc='Configure a stats reporter' />
- <param name='log' doc='Report to the logger' />
- </params>
- </command>
- <command id='stats interval &lt;1-65535&gt;'>
- <params>
- <param name='stats' doc='Configure stats sub-system' />
- <param name='interval' doc='Set the reporting interval' />
- <param name='&lt;1-65535&gt;' doc='Interval in seconds' />
- </params>
- </command>
- <command id='e1_input'>
- <params>
- <param name='e1_input' doc='Configure E1/T1/J1 TDM input' />
- </params>
- </command>
- <command id='mncc-int'>
- <params>
- <param name='mncc-int' doc='Configure internal MNCC handler' />
- </params>
- </command>
- <command id='nitb'>
- <params>
- <param name='nitb' doc='Configure NITB options' />
- </params>
- </command>
- <command id='ctrl'>
- <params>
- <param name='ctrl' doc='Configure the Control Interface' />
- </params>
- </command>
- <command id='smpp'>
- <params>
- <param name='smpp' doc='Configure SMPP SMS Interface' />
- </params>
- </command>
- </node>
- <node id='config-log'>
- <command id='help'>
- <params>
- <param name='help' doc='Description of the interactive help system' />
- </params>
- </command>
- <command id='list'>
- <params>
- <param name='list' doc='Print command list' />
- </params>
- </command>
- <command id='write terminal'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='terminal' doc='Write to terminal' />
- </params>
- </command>
- <command id='write file'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='file' doc='Write to configuration file' />
- </params>
- </command>
- <command id='write memory'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='memory' doc='Write configuration to the file (same as write file)' />
- </params>
- </command>
- <command id='write'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- </params>
- </command>
- <command id='show running-config'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='running-config' doc='running configuration' />
- </params>
- </command>
- <command id='exit'>
- <params>
- <param name='exit' doc='Exit current mode and down to previous mode' />
- </params>
- </command>
- <command id='end'>
- <params>
- <param name='end' doc='End current mode and change to enable mode.' />
- </params>
- </command>
- <command id='logging filter all (0|1)'>
- <params>
- <param name='logging' doc='Configure log message to this terminal' />
- <param name='filter' doc='Filter log messages' />
- <param name='all' doc='Do you want to log all messages?' />
- <param name='0' doc='Only print messages matched by other filters' />
- <param name='1' doc='Bypass filter and print all messages' />
- </params>
- </command>
- <command id='logging color (0|1)'>
- <params>
- <param name='logging' doc='Configure log message to this terminal' />
- <param name='color' doc='Configure color-printing for log messages' />
- <param name='0' doc='Don&apos;t use color for printing messages' />
- <param name='1' doc='Use color for printing messages' />
- </params>
- </command>
- <command id='logging timestamp (0|1)'>
- <params>
- <param name='logging' doc='Configure log message to this terminal' />
- <param name='timestamp' doc='Configure log message timestamping' />
- <param name='0' doc='Don&apos;t prefix each log message' />
- <param name='1' doc='Prefix each log message with current timestamp' />
- </params>
- </command>
- <command id='logging print extended-timestamp (0|1)'>
- <params>
- <param name='logging' doc='Configure log message to this terminal' />
- <param name='print' doc='Log output settings' />
- <param name='extended-timestamp' doc='Configure log message timestamping' />
- <param name='0' doc='Don&apos;t prefix each log message' />
- <param name='1' doc='Prefix each log message with current timestamp with YYYYMMDDhhmmssnnn' />
- </params>
- </command>
- <command id='logging print category (0|1)'>
- <params>
- <param name='logging' doc='Configure log message to this terminal' />
- <param name='print' doc='Log output settings' />
- <param name='category' doc='Configure log message' />
- <param name='0' doc='Don&apos;t prefix each log message' />
- <param name='1' doc='Prefix each log message with category/subsystem name' />
- </params>
- </command>
- <command id='logging level (all|rll|cc|mm|rr|rsl|nm|mncc|pag|meas|sccp|msc|mgcp|ho|db|ref|gprs|ns|bssgp|llc|sndcp|nat|ctrl|smpp|filter|ranap|sua|pcu|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp) (everything|debug|info|notice|error|fatal)'>
- <params>
- <param name='logging' doc='Configure log message to this terminal' />
- <param name='level' doc='Set the log level for a specified category' />
- <param name='all' doc='Global setting for all subsystems' />
- <param name='rll' doc='A-bis Radio Link Layer (RLL)' />
- <param name='cc' doc='Layer3 Call Control (CC)' />
- <param name='mm' doc='Layer3 Mobility Management (MM)' />
- <param name='rr' doc='Layer3 Radio Resource (RR)' />
- <param name='rsl' doc='A-bis Radio Siganlling Link (RSL)' />
- <param name='nm' doc='A-bis Network Management / O&amp;M (NM/OML)' />
- <param name='mncc' doc='MNCC API for Call Control application' />
- <param name='pag' doc='Paging Subsystem' />
- <param name='meas' doc='Radio Measurement Processing' />
- <param name='sccp' doc='SCCP Protocol' />
- <param name='msc' doc='Mobile Switching Center' />
- <param name='mgcp' doc='Media Gateway Control Protocol' />
- <param name='ho' doc='Hand-Over' />
- <param name='db' doc='Database Layer' />
- <param name='ref' doc='Reference Counting' />
- <param name='gprs' doc='GPRS Packet Service' />
- <param name='ns' doc='GPRS Network Service (NS)' />
- <param name='bssgp' doc='GPRS BSS Gateway Protocol (BSSGP)' />
- <param name='llc' doc='GPRS Logical Link Control Protocol (LLC)' />
- <param name='sndcp' doc='GPRS Sub-Network Dependent Control Protocol (SNDCP)' />
- <param name='nat' doc='GSM 08.08 NAT/Multiplexer' />
- <param name='ctrl' doc='Control interface' />
- <param name='smpp' doc='SMPP interface for external SMS apps' />
- <param name='filter' doc='BSC/NAT IMSI based filtering' />
- <param name='ranap' doc='Radio Access Network Application Part Protocol' />
- <param name='sua' doc='SCCP User Adaptation Protocol' />
- <param name='pcu' doc='PCU Interface' />
- <param name='lglobal' doc='Library-internal global log family' />
- <param name='llapd' doc='LAPD in libosmogsm' />
- <param name='linp' doc='A-bis Intput Subsystem' />
- <param name='lmux' doc='A-bis B-Subchannel TRAU Frame Multiplex' />
- <param name='lmi' doc='A-bis Input Driver for Signalling' />
- <param name='lmib' doc='A-bis Input Driver for B-Channels (voice)' />
- <param name='lsms' doc='Layer3 Short Message Service (SMS)' />
- <param name='lctrl' doc='Control Interface' />
- <param name='lgtp' doc='GPRS GTP library' />
- <param name='lstats' doc='Statistics messages and logging' />
- <param name='lgsup' doc='Generic Subscriber Update Protocol' />
- <param name='loap' doc='Osmocom Authentication Protocol' />
- <param name='lss7' doc='libosmo-sigtran Signalling System 7' />
- <param name='lsccp' doc='libosmo-sigtran SCCP Implementation' />
- <param name='lsua' doc='libosmo-sigtran SCCP User Adaptation' />
- <param name='lm3ua' doc='libosmo-sigtran MTP3 User Adaptation' />
- <param name='lmgcp' doc='libosmo-mgcp Media Gateway Control Protocol' />
- <param name='everything' doc='Don&apos;t use. It doesn&apos;t log anything' />
- <param name='debug' doc='Log debug messages and higher levels' />
- <param name='info' doc='Log informational messages and higher levels' />
- <param name='notice' doc='Log noticeable messages and higher levels' />
- <param name='error' doc='Log error messages and higher levels' />
- <param name='fatal' doc='Log only fatal messages' />
- </params>
- </command>
- <command id='logging level sms (everything|debug|info|notice|error|fatal)'>
- <params>
- <param name='logging' doc='.HIDDEN' />
- <param name='level' doc='Obsolete' />
- <param name='sms' doc='Obsolete' />
- <param name='everything' doc='Obsolete' />
- <param name='debug' doc='Obsolete' />
- <param name='info' doc='Obsolete' />
- <param name='notice' doc='Obsolete' />
- <param name='error' doc='Obsolete' />
- <param name='fatal' doc='Obsolete' />
- </params>
- </command>
- <command id='logging filter imsi IMSI'>
- <params>
- <param name='logging' doc='Configure log message to this terminal' />
- <param name='filter' doc='Filter log messages' />
- <param name='imsi' doc='Filter log messages by IMSI' />
- <param name='IMSI' doc='IMSI to be used as filter' />
- </params>
- </command>
- </node>
- <node id='config-stats'>
- <command id='help'>
- <params>
- <param name='help' doc='Description of the interactive help system' />
- </params>
- </command>
- <command id='list'>
- <params>
- <param name='list' doc='Print command list' />
- </params>
- </command>
- <command id='write terminal'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='terminal' doc='Write to terminal' />
- </params>
- </command>
- <command id='write file'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='file' doc='Write to configuration file' />
- </params>
- </command>
- <command id='write memory'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='memory' doc='Write configuration to the file (same as write file)' />
- </params>
- </command>
- <command id='write'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- </params>
- </command>
- <command id='show running-config'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='running-config' doc='running configuration' />
- </params>
- </command>
- <command id='exit'>
- <params>
- <param name='exit' doc='Exit current mode and down to previous mode' />
- </params>
- </command>
- <command id='end'>
- <params>
- <param name='end' doc='End current mode and change to enable mode.' />
- </params>
- </command>
- <command id='local-ip ADDR'>
- <params>
- <param name='local-ip' doc='Set the IP address to which we bind locally' />
- <param name='ADDR' doc='IP Address' />
- </params>
- </command>
- <command id='no local-ip'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='local-ip' doc='Set the IP address to which we bind locally' />
- </params>
- </command>
- <command id='remote-ip ADDR'>
- <params>
- <param name='remote-ip' doc='Set the remote IP address to which we connect' />
- <param name='ADDR' doc='IP Address' />
- </params>
- </command>
- <command id='remote-port &lt;1-65535&gt;'>
- <params>
- <param name='remote-port' doc='Set the remote port to which we connect' />
- <param name='&lt;1-65535&gt;' doc='Remote port number' />
- </params>
- </command>
- <command id='mtu &lt;100-65535&gt;'>
- <params>
- <param name='mtu' doc='Set the maximum packet size' />
- <param name='&lt;100-65535&gt;' doc='Size in byte' />
- </params>
- </command>
- <command id='no mtu'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='mtu' doc='Set the maximum packet size' />
- </params>
- </command>
- <command id='prefix PREFIX'>
- <params>
- <param name='prefix' doc='Set the item name prefix' />
- <param name='PREFIX' doc='The prefix string' />
- </params>
- </command>
- <command id='no prefix'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='prefix' doc='Set the item name prefix' />
- </params>
- </command>
- <command id='level (global|peer|subscriber)'>
- <params>
- <param name='level' doc='Set the maximum group level' />
- <param name='global' doc='Report global groups only' />
- <param name='peer' doc='Report global and network peer related groups' />
- <param name='subscriber' doc='Report global, peer, and subscriber groups' />
- </params>
- </command>
- <command id='enable'>
- <params>
- <param name='enable' doc='Enable the reporter' />
- </params>
- </command>
- <command id='disable'>
- <params>
- <param name='disable' doc='Disable the reporter' />
- </params>
- </command>
- </node>
- <node id='config-line'>
- <command id='help'>
- <params>
- <param name='help' doc='Description of the interactive help system' />
- </params>
- </command>
- <command id='list'>
- <params>
- <param name='list' doc='Print command list' />
- </params>
- </command>
- <command id='write terminal'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='terminal' doc='Write to terminal' />
- </params>
- </command>
- <command id='write file'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='file' doc='Write to configuration file' />
- </params>
- </command>
- <command id='write memory'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='memory' doc='Write configuration to the file (same as write file)' />
- </params>
- </command>
- <command id='write'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- </params>
- </command>
- <command id='show running-config'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='running-config' doc='running configuration' />
- </params>
- </command>
- <command id='exit'>
- <params>
- <param name='exit' doc='Exit current mode and down to previous mode' />
- </params>
- </command>
- <command id='end'>
- <params>
- <param name='end' doc='End current mode and change to enable mode.' />
- </params>
- </command>
- <command id='login'>
- <params>
- <param name='login' doc='Enable password checking' />
- </params>
- </command>
- <command id='no login'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='login' doc='Enable password checking' />
- </params>
- </command>
- <command id='bind A.B.C.D'>
- <params>
- <param name='bind' doc='Accept VTY telnet connections on local interface' />
- <param name='A.B.C.D' doc='Local interface IP address (default: 127.0.0.1)' />
- </params>
- </command>
- </node>
- <node id='config-e1_input'>
- <command id='help'>
- <params>
- <param name='help' doc='Description of the interactive help system' />
- </params>
- </command>
- <command id='list'>
- <params>
- <param name='list' doc='Print command list' />
- </params>
- </command>
- <command id='write terminal'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='terminal' doc='Write to terminal' />
- </params>
- </command>
- <command id='write file'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='file' doc='Write to configuration file' />
- </params>
- </command>
- <command id='write memory'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='memory' doc='Write configuration to the file (same as write file)' />
- </params>
- </command>
- <command id='write'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- </params>
- </command>
- <command id='show running-config'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='running-config' doc='running configuration' />
- </params>
- </command>
- <command id='exit'>
- <params>
- <param name='exit' doc='Exit current mode and down to previous mode' />
- </params>
- </command>
- <command id='end'>
- <params>
- <param name='end' doc='End current mode and change to enable mode.' />
- </params>
- </command>
- <command id='e1_line &lt;0-255&gt; driver (misdn|misdn_lapd|dahdi|ipa|unixsocket)'>
- <params>
- <param name='e1_line' doc='Configure E1/T1/J1 Line' />
- <param name='&lt;0-255&gt;' doc='Line Number' />
- <param name='driver' doc='Set driver for this line' />
- <param name='misdn' doc='mISDN supported E1 Card (kernel LAPD)' />
- <param name='misdn_lapd' doc='mISDN supported E1 Card (userspace LAPD)' />
- <param name='dahdi' doc='DAHDI supported E1/T1/J1 Card' />
- <param name='ipa' doc='IPA TCP/IP input' />
- <param name='unixsocket' doc='HSL TCP/IP input' />
- </params>
- </command>
- <command id='e1_line &lt;0-255&gt; port &lt;0-255&gt;'>
- <params>
- <param name='e1_line' doc='Configure E1/T1/J1 Line' />
- <param name='&lt;0-255&gt;' doc='Line Number' />
- <param name='port' doc='Set physical port/span/card number' />
- <param name='&lt;0-255&gt;' doc='E1/T1 Port/Span/Card number' />
- </params>
- </command>
- <command id='e1_line &lt;0-255&gt; socket .SOCKET'>
- <params>
- <param name='e1_line' doc='Configure E1/T1/J1 Line' />
- <param name='&lt;0-255&gt;' doc='Line Number' />
- <param name='socket' doc='Set socket path for unixsocket' />
- <param name='.SOCKET' doc='socket path' />
- </params>
- </command>
- <command id='e1_line &lt;0-255&gt; name .LINE'>
- <params>
- <param name='e1_line' doc='Configure E1/T1/J1 Line' />
- <param name='&lt;0-255&gt;' doc='Line Number' />
- <param name='name' doc='Set name for this line' />
- <param name='.LINE' doc='Human readable name' />
- </params>
- </command>
- <command id='e1_line &lt;0-255&gt; keepalive'>
- <params>
- <param name='e1_line' doc='Configure E1/T1/J1 Line' />
- <param name='&lt;0-255&gt;' doc='Line Number' />
- <param name='keepalive' doc='Enable keep-alive probing' />
- </params>
- </command>
- <command id='e1_line &lt;0-255&gt; keepalive &lt;1-300&gt; &lt;1-20&gt; &lt;1-300&gt;'>
- <params>
- <param name='e1_line' doc='Configure E1/T1/J1 Line' />
- <param name='&lt;0-255&gt;' doc='Line Number' />
- <param name='keepalive' doc='Enable keep-alive probing' />
- <param name='&lt;1-300&gt;' doc='Idle interval in seconds before probes are sent' />
- <param name='&lt;1-20&gt;' doc='Number of probes to sent' />
- <param name='&lt;1-300&gt;' doc='Delay between probe packets in seconds' />
- </params>
- </command>
- <command id='no e1_line &lt;0-255&gt; keepalive'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='e1_line' doc='Configure E1/T1/J1 Line' />
- <param name='&lt;0-255&gt;' doc='Line Number' />
- <param name='keepalive' doc='Enable keep-alive probing' />
- </params>
- </command>
- <command id='ipa bind A.B.C.D'>
- <params>
- <param name='ipa' doc='ipa driver config' />
- <param name='bind' doc='Set ipa local bind address' />
- <param name='A.B.C.D' doc='Listen on this IP address (default 0.0.0.0)' />
- </params>
- </command>
- </node>
- <node id='config-ctrl'>
- <command id='help'>
- <params>
- <param name='help' doc='Description of the interactive help system' />
- </params>
- </command>
- <command id='list'>
- <params>
- <param name='list' doc='Print command list' />
- </params>
- </command>
- <command id='write terminal'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='terminal' doc='Write to terminal' />
- </params>
- </command>
- <command id='write file'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='file' doc='Write to configuration file' />
- </params>
- </command>
- <command id='write memory'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='memory' doc='Write configuration to the file (same as write file)' />
- </params>
- </command>
- <command id='write'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- </params>
- </command>
- <command id='show running-config'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='running-config' doc='running configuration' />
- </params>
- </command>
- <command id='exit'>
- <params>
- <param name='exit' doc='Exit current mode and down to previous mode' />
- </params>
- </command>
- <command id='end'>
- <params>
- <param name='end' doc='End current mode and change to enable mode.' />
- </params>
- </command>
- <command id='bind A.B.C.D'>
- <params>
- <param name='bind' doc='Set bind address to listen for Control connections' />
- <param name='A.B.C.D' doc='Local IP address (default 127.0.0.1)' />
- </params>
- </command>
- </node>
- <node id='config-net'>
- <command id='help'>
- <params>
- <param name='help' doc='Description of the interactive help system' />
- </params>
- </command>
- <command id='list'>
- <params>
- <param name='list' doc='Print command list' />
- </params>
- </command>
- <command id='write terminal'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='terminal' doc='Write to terminal' />
- </params>
- </command>
- <command id='write file'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='file' doc='Write to configuration file' />
- </params>
- </command>
- <command id='write memory'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='memory' doc='Write configuration to the file (same as write file)' />
- </params>
- </command>
- <command id='write'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- </params>
- </command>
- <command id='show running-config'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='running-config' doc='running configuration' />
- </params>
- </command>
- <command id='exit'>
- <params>
- <param name='exit' doc='Exit current mode and down to previous mode' />
- </params>
- </command>
- <command id='end'>
- <params>
- <param name='end' doc='End current mode and change to enable mode.' />
- </params>
- </command>
- <command id='network country code &lt;1-999&gt;'>
- <params>
- <param name='network' doc='Set the GSM network country code' />
- <param name='country' doc='Country commands' />
- <param name='code' doc='Code commands' />
- <param name='&lt;1-999&gt;' doc='Network Country Code to use' />
- </params>
- </command>
- <command id='mobile network code &lt;0-999&gt;'>
- <params>
- <param name='mobile' doc='Set the GSM mobile network code' />
- <param name='network' doc='Network Commands' />
- <param name='code' doc='Code commands' />
- <param name='&lt;0-999&gt;' doc='Mobile Network Code to use' />
- </params>
- </command>
- <command id='short name NAME'>
- <params>
- <param name='short' doc='Set the short GSM network name' />
- <param name='name' doc='Name Commands' />
- <param name='NAME' doc='Name to use' />
- </params>
- </command>
- <command id='long name NAME'>
- <params>
- <param name='long' doc='Set the long GSM network name' />
- <param name='name' doc='Name Commands' />
- <param name='NAME' doc='Name to use' />
- </params>
- </command>
- <command id='auth policy (closed|accept-all|regexp|token)'>
- <params>
- <param name='auth' doc='Authentication (not cryptographic)' />
- <param name='policy' doc='Set the GSM network authentication policy' />
- <param name='closed' doc='Require the MS to be activated in HLR' />
- <param name='accept-all' doc='Accept all MS, whether in HLR or not' />
- <param name='regexp' doc='Use regular expression for IMSI authorization decision' />
- <param name='token' doc='Use SMS-token based authentication' />
- </params>
- </command>
- <command id='authorized-regexp REGEXP'>
- <params>
- <param name='authorized-regexp' doc='Set regexp for IMSI which will be used for authorization decision' />
- <param name='REGEXP' doc='Regular expression, IMSIs matching it are allowed to use the network' />
- </params>
- </command>
- <command id='location updating reject cause &lt;2-111&gt;'>
- <params>
- <param name='location' doc='Set the reject cause of location updating reject' />
- <param name='updating' doc='Set the reject cause of location updating reject' />
- <param name='reject' doc='Set the reject cause of location updating reject' />
- <param name='cause' doc='Set the reject cause of location updating reject' />
- <param name='&lt;2-111&gt;' doc='Cause Value as Per GSM TS 04.08' />
- </params>
- </command>
- <command id='encryption a5 (0|1|2|3)'>
- <params>
- <param name='encryption' doc='Encryption options' />
- <param name='a5' doc='A5 encryption' />
- <param name='0' doc='A5/0: No encryption' />
- <param name='1' doc='A5/1: Encryption' />
- <param name='2' doc='A5/2: Export-grade Encryption' />
- <param name='3' doc='A5/3: &apos;New&apos; Secure Encryption' />
- </params>
- </command>
- <command id='rrlp mode (none|ms-based|ms-preferred|ass-preferred)'>
- <params>
- <param name='rrlp' doc='Radio Resource Location Protocol' />
- <param name='mode' doc='Set the Radio Resource Location Protocol Mode' />
- <param name='none' doc='Don&apos;t send RRLP request' />
- <param name='ms-based' doc='Request MS-based location' />
- <param name='ms-preferred' doc='Request any location, prefer MS-based' />
- <param name='ass-preferred' doc='Request any location, prefer MS-assisted' />
- </params>
- </command>
- <command id='mm info (0|1)'>
- <params>
- <param name='mm' doc='Mobility Management' />
- <param name='info' doc='Send MM INFO after LOC UPD ACCEPT' />
- <param name='0' doc='Disable' />
- <param name='1' doc='Enable' />
- </params>
- </command>
- <command id='subscriber-keep-in-ram (0|1)'>
- <params>
- <param name='subscriber-keep-in-ram' doc='Keep unused subscribers in RAM.' />
- <param name='0' doc='Delete unused subscribers' />
- <param name='1' doc='Keep unused subscribers' />
- </params>
- </command>
- <command id='timezone &lt;-19-19&gt; (0|15|30|45)'>
- <params>
- <param name='timezone' doc='Set the Timezone Offset of the network' />
- <param name='&lt;-19-19&gt;' doc='Timezone offset (hours)' />
- <param name='0' doc='Timezone offset (00 minutes)' />
- <param name='15' doc='Timezone offset (15 minutes)' />
- <param name='30' doc='Timezone offset (30 minutes)' />
- <param name='45' doc='Timezone offset (45 minutes)' />
- </params>
- </command>
- <command id='timezone &lt;-19-19&gt; (0|15|30|45) &lt;0-2&gt;'>
- <params>
- <param name='timezone' doc='Set the Timezone Offset of the network' />
- <param name='&lt;-19-19&gt;' doc='Timezone offset (hours)' />
- <param name='0' doc='Timezone offset (00 minutes)' />
- <param name='15' doc='Timezone offset (15 minutes)' />
- <param name='30' doc='Timezone offset (30 minutes)' />
- <param name='45' doc='Timezone offset (45 minutes)' />
- <param name='&lt;0-2&gt;' doc='DST offset (hours)' />
- </params>
- </command>
- <command id='no timezone'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='timezone' doc='Disable network timezone override, use system tz' />
- </params>
- </command>
- <command id='dyn_ts_allow_tch_f (0|1)'>
- <params>
- <param name='dyn_ts_allow_tch_f' doc='Allow or disallow allocating TCH/F on TCH_F_TCH_H_PDCH timeslots' />
- <param name='0' doc='Disallow TCH/F on TCH_F_TCH_H_PDCH (default)' />
- <param name='1' doc='Allow TCH/F on TCH_F_TCH_H_PDCH' />
- </params>
- </command>
- <command id='neci (0|1)'>
- <params>
- <param name='neci' doc='New Establish Cause Indication' />
- <param name='0' doc='Don&apos;t set the NECI bit' />
- <param name='1' doc='Set the NECI bit' />
- </params>
- </command>
- <command id='handover (0|1)'>
- <params>
- <param name='handover' doc='Handover Options' />
- <param name='0' doc='Don&apos;t perform in-call handover' />
- <param name='1' doc='Perform in-call handover' />
- </params>
- </command>
- <command id='handover window rxlev averaging &lt;1-10&gt;'>
- <params>
- <param name='handover' doc='Handover Options' />
- <param name='window' doc='Measurement Window' />
- <param name='rxlev' doc='Received Level Averaging' />
- <param name='averaging' doc='How many RxLev measurements are used for averaging' />
- <param name='&lt;1-10&gt;' doc='Amount to use for Averaging' />
- </params>
- </command>
- <command id='handover window rxqual averaging &lt;1-10&gt;'>
- <params>
- <param name='handover' doc='Handover Options' />
- <param name='window' doc='Measurement Window' />
- <param name='rxqual' doc='Received Quality Averaging' />
- <param name='averaging' doc='How many RxQual measurements are used for averaging' />
- <param name='&lt;1-10&gt;' doc='Amount to use for Averaging' />
- </params>
- </command>
- <command id='handover window rxlev neighbor averaging &lt;1-10&gt;'>
- <params>
- <param name='handover' doc='Handover Options' />
- <param name='window' doc='Measurement Window' />
- <param name='rxlev' doc='Received Level Averaging' />
- <param name='neighbor' doc='Neighbor' />
- <param name='averaging' doc='How many RxQual measurements are used for averaging' />
- <param name='&lt;1-10&gt;' doc='Amount to use for Averaging' />
- </params>
- </command>
- <command id='handover power budget interval &lt;1-99&gt;'>
- <params>
- <param name='handover' doc='Handover Options' />
- <param name='power' doc='Power Budget' />
- <param name='budget' doc='How often to check if we have a better cell (SACCH frames)' />
- <param name='interval' doc='Interval' />
- <param name='&lt;1-99&gt;' doc='Number' />
- </params>
- </command>
- <command id='handover power budget hysteresis &lt;0-999&gt;'>
- <params>
- <param name='handover' doc='Handover Options' />
- <param name='power' doc='Power Budget' />
- <param name='budget' doc='How many dB does a neighbor to be stronger to become a HO candidate' />
- <param name='hysteresis' doc='Hysteresis' />
- <param name='&lt;0-999&gt;' doc='Number' />
- </params>
- </command>
- <command id='handover maximum distance &lt;0-9999&gt;'>
- <params>
- <param name='handover' doc='Handover Options' />
- <param name='maximum' doc='How big is the maximum timing advance before HO is forced' />
- <param name='distance' doc='Distance' />
- <param name='&lt;0-9999&gt;' doc='Number' />
- </params>
- </command>
- <command id='timer t3101 (default|&lt;1-65535&gt;)'>
- <params>
- <param name='timer' doc='Configure GSM Timers' />
- <param name='t3101' doc='Set the timeout value for IMMEDIATE ASSIGNMENT (default: 10 seconds)' />
- <param name='default' doc='Set to default timer value (10 seconds)' />
- <param name='&lt;1-65535&gt;' doc='Timer Value in seconds' />
- </params>
- </command>
- <command id='timer t3103 (default|&lt;1-65535&gt;)'>
- <params>
- <param name='timer' doc='Configure GSM Timers' />
- <param name='t3103' doc='Set the timeout value for HANDOVER (default: 5 seconds)' />
- <param name='default' doc='Set to default timer value (5 seconds)' />
- <param name='&lt;1-65535&gt;' doc='Timer Value in seconds' />
- </params>
- </command>
- <command id='timer t3105 (default|&lt;1-65535&gt;)'>
- <params>
- <param name='timer' doc='Configure GSM Timers' />
- <param name='t3105' doc='Set the timer for repetition of PHYSICAL INFORMATION (default: 100 seconds)' />
- <param name='default' doc='Set to default timer value (100 seconds)' />
- <param name='&lt;1-65535&gt;' doc='Timer Value in seconds' />
- </params>
- </command>
- <command id='timer t3107 (default|&lt;1-65535&gt;)'>
- <params>
- <param name='timer' doc='Configure GSM Timers' />
- <param name='t3107' doc='Currently not used (default: 5 seconds)' />
- <param name='default' doc='Set to default timer value (5 seconds)' />
- <param name='&lt;1-65535&gt;' doc='Timer Value in seconds' />
- </params>
- </command>
- <command id='timer t3109 (default|&lt;1-65535&gt;)'>
- <params>
- <param name='timer' doc='Configure GSM Timers' />
- <param name='t3109' doc='Set the RSL SACCH deactivation timeout (default: 19 seconds)' />
- <param name='default' doc='Set to default timer value (19 seconds)' />
- <param name='&lt;1-65535&gt;' doc='Timer Value in seconds' />
- </params>
- </command>
- <command id='timer t3111 (default|&lt;1-65535&gt;)'>
- <params>
- <param name='timer' doc='Configure GSM Timers' />
- <param name='t3111' doc='Set the RSL timeout to wait before releasing the RF Channel (default: 2 seconds)' />
- <param name='default' doc='Set to default timer value (2 seconds)' />
- <param name='&lt;1-65535&gt;' doc='Timer Value in seconds' />
- </params>
- </command>
- <command id='timer t3113 (default|&lt;1-65535&gt;)'>
- <params>
- <param name='timer' doc='Configure GSM Timers' />
- <param name='t3113' doc='Set the time to try paging a subscriber (default: 60 seconds)' />
- <param name='default' doc='Set to default timer value (60 seconds)' />
- <param name='&lt;1-65535&gt;' doc='Timer Value in seconds' />
- </params>
- </command>
- <command id='timer t3115 (default|&lt;1-65535&gt;)'>
- <params>
- <param name='timer' doc='Configure GSM Timers' />
- <param name='t3115' doc='Currently not used (default: 10 seconds)' />
- <param name='default' doc='Set to default timer value (10 seconds)' />
- <param name='&lt;1-65535&gt;' doc='Timer Value in seconds' />
- </params>
- </command>
- <command id='timer t3117 (default|&lt;1-65535&gt;)'>
- <params>
- <param name='timer' doc='Configure GSM Timers' />
- <param name='t3117' doc='Currently not used (default: 10 seconds)' />
- <param name='default' doc='Set to default timer value (10 seconds)' />
- <param name='&lt;1-65535&gt;' doc='Timer Value in seconds' />
- </params>
- </command>
- <command id='timer t3119 (default|&lt;1-65535&gt;)'>
- <params>
- <param name='timer' doc='Configure GSM Timers' />
- <param name='t3119' doc='Currently not used (default: 10 seconds)' />
- <param name='default' doc='Set to default timer value (10 seconds)' />
- <param name='&lt;1-65535&gt;' doc='Timer Value in seconds' />
- </params>
- </command>
- <command id='timer t3122 (default|&lt;1-65535&gt;)'>
- <params>
- <param name='timer' doc='Configure GSM Timers' />
- <param name='t3122' doc='Waiting time (seconds) after IMM ASS REJECT (default: 10 seconds)' />
- <param name='default' doc='Set to default timer value (10 seconds)' />
- <param name='&lt;1-65535&gt;' doc='Timer Value in seconds' />
- </params>
- </command>
- <command id='timer t3141 (default|&lt;1-65535&gt;)'>
- <params>
- <param name='timer' doc='Configure GSM Timers' />
- <param name='t3141' doc='Currently not used (default: 10 seconds)' />
- <param name='default' doc='Set to default timer value (10 seconds)' />
- <param name='&lt;1-65535&gt;' doc='Timer Value in seconds' />
- </params>
- </command>
- <command id='dtx-used (0|1)'>
- <params>
- <param name='dtx-used' doc='.HIDDEN' />
- <param name='0' doc='Obsolete' />
- <param name='1' doc='Obsolete' />
- </params>
- </command>
- <command id='paging any use tch (0|1)'>
- <params>
- <param name='paging' doc='Assign a TCH when receiving a Paging Any request' />
- <param name='any' doc='Any Channel' />
- <param name='use' doc='Use' />
- <param name='tch' doc='TCH' />
- <param name='0' doc='Do not use TCH for Paging Request Any' />
- <param name='1' doc='Do use TCH for Paging Request Any' />
- </params>
- </command>
- <command id='bts &lt;0-255&gt;'>
- <params>
- <param name='bts' doc='Select a BTS to configure' />
- <param name='&lt;0-255&gt;' doc='BTS Number' />
- </params>
- </command>
- </node>
- <node id='config-net-bts'>
- <command id='help'>
- <params>
- <param name='help' doc='Description of the interactive help system' />
- </params>
- </command>
- <command id='list'>
- <params>
- <param name='list' doc='Print command list' />
- </params>
- </command>
- <command id='write terminal'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='terminal' doc='Write to terminal' />
- </params>
- </command>
- <command id='write file'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='file' doc='Write to configuration file' />
- </params>
- </command>
- <command id='write memory'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='memory' doc='Write configuration to the file (same as write file)' />
- </params>
- </command>
- <command id='write'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- </params>
- </command>
- <command id='show running-config'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='running-config' doc='running configuration' />
- </params>
- </command>
- <command id='exit'>
- <params>
- <param name='exit' doc='Exit current mode and down to previous mode' />
- </params>
- </command>
- <command id='end'>
- <params>
- <param name='end' doc='End current mode and change to enable mode.' />
- </params>
- </command>
- <command id='type (unknown|bs11|nanobts|rbs2000|nokia_site|sysmobts)'>
- <params>
- <param name='type' doc='BTS Vendor/Type' />
- <param name='unknown' doc='Unknown BTS Type' />
- <param name='bs11' doc='Siemens BTS (BS-11 or compatible)' />
- <param name='nanobts' doc='ip.access nanoBTS or compatible' />
- <param name='rbs2000' doc='Ericsson RBS2000 Series' />
- <param name='nokia_site' doc='Nokia {Metro,Ultra,In}Site' />
- <param name='sysmobts' doc='sysmocom sysmoBTS' />
- </params>
- </command>
- <command id='description .TEXT'>
- <params>
- <param name='description' doc='Save human-readable description of the object' />
- <param name='.TEXT' doc='Text until the end of the line' />
- </params>
- </command>
- <command id='no description'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='description' doc='Remove description of the object' />
- </params>
- </command>
- <command id='band BAND'>
- <params>
- <param name='band' doc='Set the frequency band of this BTS' />
- <param name='BAND' doc='Frequency band' />
- </params>
- </command>
- <command id='cell_identity &lt;0-65535&gt;'>
- <params>
- <param name='cell_identity' doc='Set the Cell identity of this BTS' />
- <param name='&lt;0-65535&gt;' doc='Cell Identity' />
- </params>
- </command>
- <command id='dtx uplink [force]'>
- <params>
- <param name='dtx' doc='Configure discontinuous transmission' />
- <param name='uplink' doc='Enable Uplink DTX for this BTS' />
- <param name='[force]' doc='MS &apos;shall&apos; use DTXu instead of &apos;may&apos; use (might not be supported by older phones).' />
- </params>
- </command>
- <command id='dtx downlink'>
- <params>
- <param name='dtx' doc='Configure discontinuous transmission' />
- <param name='downlink' doc='Enable Downlink DTX for this BTS' />
- </params>
- </command>
- <command id='no dtx uplink'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='dtx' doc='Configure discontinuous transmission' />
- <param name='uplink' doc='Disable Uplink DTX for this BTS' />
- </params>
- </command>
- <command id='no dtx downlink'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='dtx' doc='Configure discontinuous transmission' />
- <param name='downlink' doc='Disable Downlink DTX for this BTS' />
- </params>
- </command>
- <command id='location_area_code &lt;0-65535&gt;'>
- <params>
- <param name='location_area_code' doc='Set the Location Area Code (LAC) of this BTS' />
- <param name='&lt;0-65535&gt;' doc='LAC' />
- </params>
- </command>
- <command id='training_sequence_code &lt;0-7&gt;'>
- <params>
- <param name='training_sequence_code' doc='Set the Training Sequence Code (TSC) of this BTS' />
- <param name='&lt;0-7&gt;' doc='TSC' />
- </params>
- </command>
- <command id='base_station_id_code &lt;0-63&gt;'>
- <params>
- <param name='base_station_id_code' doc='Set the Base Station Identity Code (BSIC) of this BTS' />
- <param name='&lt;0-63&gt;' doc='BSIC of this BTS' />
- </params>
- </command>
- <command id='ip.access unit_id &lt;0-65534&gt; &lt;0-255&gt;'>
- <params>
- <param name='ip.access' doc='Abis/IP specific options' />
- <param name='unit_id' doc='Set the IPA BTS Unit ID' />
- <param name='&lt;0-65534&gt;' doc='Unit ID (Site)' />
- <param name='&lt;0-255&gt;' doc='Unit ID (BTS)' />
- </params>
- </command>
- <command id='ip.access rsl-ip A.B.C.D'>
- <params>
- <param name='ip.access' doc='Abis/IP specific options' />
- <param name='rsl-ip' doc='Set the IPA RSL IP Address of the BSC' />
- <param name='A.B.C.D' doc='Destination IP address for RSL connection' />
- </params>
- </command>
- <command id='nokia_site skip-reset (0|1)'>
- <params>
- <param name='nokia_site' doc='Nokia *Site related commands' />
- <param name='skip-reset' doc='Skip the reset step during bootstrap process of this BTS' />
- <param name='0' doc='Do NOT skip the reset' />
- <param name='1' doc='Skip the reset' />
- </params>
- </command>
- <command id='nokia_site no-local-rel-conf (0|1)'>
- <params>
- <param name='nokia_site' doc='Nokia *Site related commands' />
- <param name='no-local-rel-conf' doc='Do not wait for RELease CONFirm message when releasing channel locally' />
- <param name='0' doc='Wait for RELease CONFirm' />
- <param name='1' doc='Do not wait for RELease CONFirm' />
- </params>
- </command>
- <command id='nokia_site bts-reset-timer &lt;15-100&gt;'>
- <params>
- <param name='nokia_site' doc='Nokia *Site related commands' />
- <param name='bts-reset-timer' doc='The amount of time (in sec.) between BTS_RESET is sent,' />
- <param name='&lt;15-100&gt;' doc='and the BTS is being bootstrapped.' />
- </params>
- </command>
- <command id='oml ip.access stream_id &lt;0-255&gt; line E1_LINE'>
- <params>
- <param name='oml' doc='Organization &amp; Maintenance Link' />
- <param name='ip.access' doc='A-bis/IP Specific Options' />
- <param name='stream_id' doc='Set the ip.access Stream ID of the OML link of this BTS' />
- <param name='&lt;0-255&gt;' doc='Stream Identifier' />
- <param name='line' doc='Virtual E1 Line Number' />
- <param name='E1_LINE' doc='Virtual E1 Line Number' />
- </params>
- </command>
- <command id='oml e1 line E1_LINE timeslot &lt;1-31&gt; sub-slot (0|1|2|3|full)'>
- <params>
- <param name='oml' doc='Organization &amp; Maintenance Link' />
- <param name='e1' doc='OML E1/T1 Configuration' />
- <param name='line' doc='E1/T1 line number to be used for OML' />
- <param name='E1_LINE' doc='E1/T1 line number to be used for OML' />
- <param name='timeslot' doc='E1/T1 timeslot to be used for OML' />
- <param name='&lt;1-31&gt;' doc='E1/T1 timeslot to be used for OML' />
- <param name='sub-slot' doc='E1/T1 sub-slot to be used for OML' />
- <param name='0' doc='Use E1/T1 sub-slot 0' />
- <param name='1' doc='Use E1/T1 sub-slot 1' />
- <param name='2' doc='Use E1/T1 sub-slot 2' />
- <param name='3' doc='Use E1/T1 sub-slot 3' />
- <param name='full' doc='Use full E1 slot 3' />
- </params>
- </command>
- <command id='oml e1 tei &lt;0-63&gt;'>
- <params>
- <param name='oml' doc='Organization &amp; Maintenance Link' />
- <param name='e1' doc='OML E1/T1 Configuration' />
- <param name='tei' doc='Set the TEI to be used for OML' />
- <param name='&lt;0-63&gt;' doc='TEI Number' />
- </params>
- </command>
- <command id='channel allocator (ascending|descending)'>
- <params>
- <param name='channel' doc='Channnel Allocator' />
- <param name='allocator' doc='Channel Allocator' />
- <param name='ascending' doc='Allocate Timeslots and Transceivers in ascending order' />
- <param name='descending' doc='Allocate Timeslots and Transceivers in descending order' />
- </params>
- </command>
- <command id='rach tx integer &lt;0-15&gt;'>
- <params>
- <param name='rach' doc='Random Access Control Channel' />
- <param name='tx' doc='Set the raw tx integer value in RACH Control parameters IE' />
- <param name='integer' doc='Set the raw tx integer value in RACH Control parameters IE' />
- <param name='&lt;0-15&gt;' doc='Raw tx integer value in RACH Control parameters IE' />
- </params>
- </command>
- <command id='rach max transmission (1|2|4|7)'>
- <params>
- <param name='rach' doc='Random Access Control Channel' />
- <param name='max' doc='Set the maximum number of RACH burst transmissions' />
- <param name='transmission' doc='Set the maximum number of RACH burst transmissions' />
- <param name='1' doc='Maximum number of 1 RACH burst transmissions' />
- <param name='2' doc='Maximum number of 2 RACH burst transmissions' />
- <param name='4' doc='Maximum number of 4 RACH burst transmissions' />
- <param name='7' doc='Maximum number of 7 RACH burst transmissions' />
- </params>
- </command>
- <command id='channel-descrption attach (0|1)'>
- <params>
- <param name='channel-descrption' doc='Channel Description' />
- <param name='attach' doc='Set if attachment is required' />
- <param name='0' doc='Attachment is NOT required' />
- <param name='1' doc='Attachment is required (standard)' />
- </params>
- </command>
- <command id='channel-descrption bs-pa-mfrms &lt;2-9&gt;'>
- <params>
- <param name='channel-descrption' doc='Channel Description' />
- <param name='bs-pa-mfrms' doc='Set number of multiframe periods for paging groups' />
- <param name='&lt;2-9&gt;' doc='Number of multiframe periods for paging groups' />
- </params>
- </command>
- <command id='channel-descrption bs-ag-blks-res &lt;0-7&gt;'>
- <params>
- <param name='channel-descrption' doc='Channel Description' />
- <param name='bs-ag-blks-res' doc='Set number of blocks reserved for access grant' />
- <param name='&lt;0-7&gt;' doc='Number of blocks reserved for access grant' />
- </params>
- </command>
- <command id='rach nm busy threshold &lt;0-255&gt;'>
- <params>
- <param name='rach' doc='Random Access Control Channel' />
- <param name='nm' doc='Network Management' />
- <param name='busy' doc='Set the NM Busy Threshold' />
- <param name='threshold' doc='Set the NM Busy Threshold' />
- <param name='&lt;0-255&gt;' doc='NM Busy Threshold in dB' />
- </params>
- </command>
- <command id='rach nm load average &lt;0-65535&gt;'>
- <params>
- <param name='rach' doc='Random Access Control Channel' />
- <param name='nm' doc='Network Management' />
- <param name='load' doc='Set the NM Loadaverage Slots value' />
- <param name='average' doc='Set the NM Loadaverage Slots value' />
- <param name='&lt;0-65535&gt;' doc='NM Loadaverage Slots value' />
- </params>
- </command>
- <command id='cell barred (0|1)'>
- <params>
- <param name='cell' doc='Should this cell be barred from access?' />
- <param name='barred' doc='Should this cell be barred from access?' />
- <param name='0' doc='Cell should NOT be barred' />
- <param name='1' doc='Cell should be barred' />
- </params>
- </command>
- <command id='rach emergency call allowed (0|1)'>
- <params>
- <param name='rach' doc='Random Access Control Channel' />
- <param name='emergency' doc='Should this cell allow emergency calls?' />
- <param name='call' doc='Should this cell allow emergency calls?' />
- <param name='allowed' doc='Should this cell allow emergency calls?' />
- <param name='0' doc='Do NOT allow emergency calls' />
- <param name='1' doc='Allow emergency calls' />
- </params>
- </command>
- <command id='rach access-control-class (0|1|2|3|4|5|6|7|8|9|11|12|13|14|15) (barred|allowed)'>
- <params>
- <param name='rach' doc='Random Access Control Channel' />
- <param name='access-control-class' doc='Set access control class' />
- <param name='0' doc='Access control class 0' />
- <param name='1' doc='Access control class 1' />
- <param name='2' doc='Access control class 2' />
- <param name='3' doc='Access control class 3' />
- <param name='4' doc='Access control class 4' />
- <param name='5' doc='Access control class 5' />
- <param name='6' doc='Access control class 6' />
- <param name='7' doc='Access control class 7' />
- <param name='8' doc='Access control class 8' />
- <param name='9' doc='Access control class 9' />
- <param name='11' doc='Access control class 11 for PLMN use' />
- <param name='12' doc='Access control class 12 for security services' />
- <param name='13' doc='Access control class 13 for public utilities (e.g. water/gas suppliers)' />
- <param name='14' doc='Access control class 14 for emergency services' />
- <param name='15' doc='Access control class 15 for PLMN staff' />
- <param name='barred' doc='barred to use access control class' />
- <param name='allowed' doc='allowed to use access control class' />
- </params>
- </command>
- <command id='ms max power &lt;0-40&gt;'>
- <params>
- <param name='ms' doc='MS Options' />
- <param name='max' doc='Maximum transmit power of the MS' />
- <param name='power' doc='Maximum transmit power of the MS' />
- <param name='&lt;0-40&gt;' doc='Maximum transmit power of the MS in dBm' />
- </params>
- </command>
- <command id='periodic location update &lt;6-1530&gt;'>
- <params>
- <param name='periodic' doc='Periodic Location Updating Interval' />
- <param name='location' doc='Periodic Location Updating Interval' />
- <param name='update' doc='Periodic Location Updating Interval' />
- <param name='&lt;6-1530&gt;' doc='Periodic Location Updating Interval in Minutes' />
- </params>
- </command>
- <command id='no periodic location update'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='periodic' doc='Periodic Location Updating Interval' />
- <param name='location' doc='Periodic Location Updating Interval' />
- <param name='update' doc='Periodic Location Updating Interval' />
- </params>
- </command>
- <command id='cell reselection hysteresis &lt;0-14&gt;'>
- <params>
- <param name='cell' doc='Cell Parameters' />
- <param name='reselection' doc='Cell re-selection parameters' />
- <param name='hysteresis' doc='Cell Re-Selection Hysteresis in dB' />
- <param name='&lt;0-14&gt;' doc='Cell Re-Selection Hysteresis in dB' />
- </params>
- </command>
- <command id='rxlev access min &lt;0-63&gt;'>
- <params>
- <param name='rxlev' doc='Minimum RxLev needed for cell access' />
- <param name='access' doc='Minimum RxLev needed for cell access' />
- <param name='min' doc='Minimum RxLev needed for cell access' />
- <param name='&lt;0-63&gt;' doc='Minimum RxLev needed for cell access (better than -110dBm)' />
- </params>
- </command>
- <command id='cell bar qualify (0|1)'>
- <params>
- <param name='cell' doc='Cell Parameters' />
- <param name='bar' doc='Cell Bar Qualify' />
- <param name='qualify' doc='Cell Bar Qualify' />
- <param name='0' doc='Set CBQ to 0' />
- <param name='1' doc='Set CBQ to 1' />
- </params>
- </command>
- <command id='cell reselection offset &lt;0-126&gt;'>
- <params>
- <param name='cell' doc='Cell Parameters' />
- <param name='reselection' doc='Cell Re-Selection Parameters' />
- <param name='offset' doc='Cell Re-Selection Offset (CRO) in dB' />
- <param name='&lt;0-126&gt;' doc='Cell Re-Selection Offset (CRO) in dB' />
- </params>
- </command>
- <command id='temporary offset &lt;0-60&gt;'>
- <params>
- <param name='temporary' doc='Cell selection temporary negative offset' />
- <param name='offset' doc='Cell selection temporary negative offset' />
- <param name='&lt;0-60&gt;' doc='Cell selection temporary negative offset in dB' />
- </params>
- </command>
- <command id='temporary offset infinite'>
- <params>
- <param name='temporary' doc='Cell selection temporary negative offset' />
- <param name='offset' doc='Cell selection temporary negative offset' />
- <param name='infinite' doc='Sets cell selection temporary negative offset to infinity' />
- </params>
- </command>
- <command id='penalty time &lt;20-620&gt;'>
- <params>
- <param name='penalty' doc='Cell selection penalty time' />
- <param name='time' doc='Cell selection penalty time' />
- <param name='&lt;20-620&gt;' doc='Cell selection penalty time in seconds (by 20s increments)' />
- </params>
- </command>
- <command id='penalty time reserved'>
- <params>
- <param name='penalty' doc='Cell selection penalty time' />
- <param name='time' doc='Cell selection penalty time' />
- <param name='reserved' doc='Set cell selection penalty time to reserved value 31, (indicate that CELL_RESELECT_OFFSET is subtracted from C2 and TEMPORARY_OFFSET is ignored)' />
- </params>
- </command>
- <command id='radio-link-timeout &lt;4-64&gt;'>
- <params>
- <param name='radio-link-timeout' doc='Radio link timeout criterion (BTS side)' />
- <param name='&lt;4-64&gt;' doc='Radio link timeout value (lost SACCH block)' />
- </params>
- </command>
- <command id='radio-link-timeout infinite'>
- <params>
- <param name='radio-link-timeout' doc='Radio link timeout criterion (BTS side)' />
- <param name='infinite' doc='Infinite Radio link timeout value (use only for BTS RF testing)' />
- </params>
- </command>
- <command id='gprs mode (none|gprs|egprs)'>
- <params>
- <param name='gprs' doc='GPRS Packet Network' />
- <param name='mode' doc='GPRS Mode for this BTS' />
- <param name='none' doc='GPRS Disabled on this BTS' />
- <param name='gprs' doc='GPRS Enabled on this BTS' />
- <param name='egprs' doc='EGPRS (EDGE) Enabled on this BTS' />
- </params>
- </command>
- <command id='gprs 11bit_rach_support_for_egprs (0|1)'>
- <params>
- <param name='gprs' doc='GPRS Packet Network' />
- <param name='11bit_rach_support_for_egprs' doc='11 bit RACH options' />
- <param name='0' doc='Disable 11 bit RACH for EGPRS' />
- <param name='1' doc='Enable 11 bit RACH for EGPRS' />
- </params>
- </command>
- <command id='gprs ns timer (tns-block|tns-block-retries|tns-reset|tns-reset-retries|tns-test|tns-alive|tns-alive-retries) &lt;0-255&gt;'>
- <params>
- <param name='gprs' doc='GPRS Packet Network' />
- <param name='ns' doc='Network Service' />
- <param name='timer' doc='Network Service Timer' />
- <param name='tns-block' doc='(un)blocking Timer (Tns-block) timeout' />
- <param name='tns-block-retries' doc='(un)blocking Timer (Tns-block) number of retries' />
- <param name='tns-reset' doc='Reset Timer (Tns-reset) timeout' />
- <param name='tns-reset-retries' doc='Reset Timer (Tns-reset) number of retries' />
- <param name='tns-test' doc='Test Timer (Tns-test) timeout' />
- <param name='tns-alive' doc='Alive Timer (Tns-alive) timeout' />
- <param name='tns-alive-retries' doc='Alive Timer (Tns-alive) number of retries' />
- <param name='&lt;0-255&gt;' doc='Timer Value' />
- </params>
- </command>
- <command id='gprs routing area &lt;0-255&gt;'>
- <params>
- <param name='gprs' doc='GPRS Packet Network' />
- <param name='routing' doc='GPRS Routing Area Code' />
- <param name='area' doc='GPRS Routing Area Code' />
- <param name='&lt;0-255&gt;' doc='GPRS Routing Area Code' />
- </params>
- </command>
- <command id='gprs network-control-order (nc0|nc1|nc2)'>
- <params>
- <param name='gprs' doc='GPRS Packet Network' />
- <param name='network-control-order' doc='GPRS Network Control Order' />
- <param name='nc0' doc='MS controlled cell re-selection, no measurement reporting' />
- <param name='nc1' doc='MS controlled cell re-selection, MS sends measurement reports' />
- <param name='nc2' doc='Network controlled cell re-selection, MS sends measurement reports' />
- </params>
- </command>
- <command id='gprs control-ack-type-rach'>
- <params>
- <param name='gprs' doc='GPRS Packet Network' />
- <param name='control-ack-type-rach' doc='Set GPRS Control Ack Type for PACKET CONTROL ACKNOWLEDGMENT message to four access bursts format instead of default RLC/MAC control block' />
- </params>
- </command>
- <command id='no gprs control-ack-type-rach'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='gprs' doc='GPRS Packet Network' />
- <param name='control-ack-type-rach' doc='Set GPRS Control Ack Type for PACKET CONTROL ACKNOWLEDGMENT message to four access bursts format instead of default RLC/MAC control block' />
- </params>
- </command>
- <command id='gprs cell bvci &lt;2-65535&gt;'>
- <params>
- <param name='gprs' doc='GPRS Packet Network' />
- <param name='cell' doc='GPRS Cell Settings' />
- <param name='bvci' doc='GPRS BSSGP VC Identifier' />
- <param name='&lt;2-65535&gt;' doc='GPRS BSSGP VC Identifier' />
- </params>
- </command>
- <command id='gprs cell timer (blocking-timer|blocking-retries|unblocking-retries|reset-timer|reset-retries|suspend-timer|suspend-retries|resume-timer|resume-retries|capability-update-timer|capability-update-retries) &lt;0-255&gt;'>
- <params>
- <param name='gprs' doc='GPRS Packet Network' />
- <param name='cell' doc='Cell / BSSGP' />
- <param name='timer' doc='Cell/BSSGP Timer' />
- <param name='blocking-timer' doc='Tbvc-block timeout' />
- <param name='blocking-retries' doc='Tbvc-block retries' />
- <param name='unblocking-retries' doc='Tbvc-unblock retries' />
- <param name='reset-timer' doc='Tbvcc-reset timeout' />
- <param name='reset-retries' doc='Tbvc-reset retries' />
- <param name='suspend-timer' doc='Tbvc-suspend timeout' />
- <param name='suspend-retries' doc='Tbvc-suspend retries' />
- <param name='resume-timer' doc='Tbvc-resume timeout' />
- <param name='resume-retries' doc='Tbvc-resume retries' />
- <param name='capability-update-timer' doc='Tbvc-capa-update timeout' />
- <param name='capability-update-retries' doc='Tbvc-capa-update retries' />
- <param name='&lt;0-255&gt;' doc='Timer Value' />
- </params>
- </command>
- <command id='gprs nsei &lt;0-65535&gt;'>
- <params>
- <param name='gprs' doc='GPRS Packet Network' />
- <param name='nsei' doc='GPRS NS Entity Identifier' />
- <param name='&lt;0-65535&gt;' doc='GPRS NS Entity Identifier' />
- </params>
- </command>
- <command id='gprs nsvc &lt;0-1&gt; nsvci &lt;0-65535&gt;'>
- <params>
- <param name='gprs' doc='GPRS Packet Network' />
- <param name='nsvc' doc='Network Service Virtual Connection (NS-VC)' />
- <param name='&lt;0-1&gt;' doc='NSVC Logical Number' />
- <param name='nsvci' doc='NS Virtual Connection Identifier' />
- <param name='&lt;0-65535&gt;' doc='GPRS NS VC Identifier' />
- </params>
- </command>
- <command id='gprs nsvc &lt;0-1&gt; local udp port &lt;0-65535&gt;'>
- <params>
- <param name='gprs' doc='GPRS Packet Network' />
- <param name='nsvc' doc='Network Service Virtual Connection (NS-VC)' />
- <param name='&lt;0-1&gt;' doc='NSVC Logical Number' />
- <param name='local' doc='GPRS NS Local UDP Port' />
- <param name='udp' doc='GPRS NS Local UDP Port' />
- <param name='port' doc='GPRS NS Local UDP Port' />
- <param name='&lt;0-65535&gt;' doc='GPRS NS Local UDP Port Number' />
- </params>
- </command>
- <command id='gprs nsvc &lt;0-1&gt; remote udp port &lt;0-65535&gt;'>
- <params>
- <param name='gprs' doc='GPRS Packet Network' />
- <param name='nsvc' doc='Network Service Virtual Connection (NS-VC)' />
- <param name='&lt;0-1&gt;' doc='NSVC Logical Number' />
- <param name='remote' doc='GPRS NS Remote UDP Port' />
- <param name='udp' doc='GPRS NS Remote UDP Port' />
- <param name='port' doc='GPRS NS Remote UDP Port' />
- <param name='&lt;0-65535&gt;' doc='GPRS NS Remote UDP Port Number' />
- </params>
- </command>
- <command id='gprs nsvc &lt;0-1&gt; remote ip A.B.C.D'>
- <params>
- <param name='gprs' doc='GPRS Packet Network' />
- <param name='nsvc' doc='Network Service Virtual Connection (NS-VC)' />
- <param name='&lt;0-1&gt;' doc='NSVC Logical Number' />
- <param name='remote' doc='GPRS NS Remote IP Address' />
- <param name='ip' doc='GPRS NS Remote IP Address' />
- <param name='A.B.C.D' doc='GPRS NS Remote IP Address' />
- </params>
- </command>
- <command id='paging free &lt;-1-1024&gt;'>
- <params>
- <param name='paging' doc='Paging options' />
- <param name='free' doc='Only page when having a certain amount of free slots' />
- <param name='&lt;-1-1024&gt;' doc='amount of required free paging slots. -1 to disable' />
- </params>
- </command>
- <command id='system-information (1|2|3|4|5|6|7|8|9|10|13|16|17|18|19|20|2bis|2ter|2quater|5bis|5ter) mode (static|computed)'>
- <params>
- <param name='system-information' doc='System Information Messages' />
- <param name='1' doc='System Information Type 1' />
- <param name='2' doc='System Information Type 2' />
- <param name='3' doc='System Information Type 3' />
- <param name='4' doc='System Information Type 4' />
- <param name='5' doc='System Information Type 5' />
- <param name='6' doc='System Information Type 6' />
- <param name='7' doc='System Information Type 7' />
- <param name='8' doc='System Information Type 8' />
- <param name='9' doc='System Information Type 9' />
- <param name='10' doc='System Information Type 10' />
- <param name='13' doc='System Information Type 13' />
- <param name='16' doc='System Information Type 16' />
- <param name='17' doc='System Information Type 17' />
- <param name='18' doc='System Information Type 18' />
- <param name='19' doc='System Information Type 19' />
- <param name='20' doc='System Information Type 20' />
- <param name='2bis' doc='System Information Type 2bis' />
- <param name='2ter' doc='System Information Type 2ter' />
- <param name='2quater' doc='System Information Type 2quater' />
- <param name='5bis' doc='System Information Type 5bis' />
- <param name='5ter' doc='System Information Type 5ter' />
- <param name='mode' doc='System Information Mode' />
- <param name='static' doc='Static user-specified' />
- <param name='computed' doc='Dynamic, BSC-computed' />
- </params>
- </command>
- <command id='system-information (1|2|3|4|5|6|7|8|9|10|13|16|17|18|19|20|2bis|2ter|2quater|5bis|5ter) static HEXSTRING'>
- <params>
- <param name='system-information' doc='System Information Messages' />
- <param name='1' doc='System Information Type 1' />
- <param name='2' doc='System Information Type 2' />
- <param name='3' doc='System Information Type 3' />
- <param name='4' doc='System Information Type 4' />
- <param name='5' doc='System Information Type 5' />
- <param name='6' doc='System Information Type 6' />
- <param name='7' doc='System Information Type 7' />
- <param name='8' doc='System Information Type 8' />
- <param name='9' doc='System Information Type 9' />
- <param name='10' doc='System Information Type 10' />
- <param name='13' doc='System Information Type 13' />
- <param name='16' doc='System Information Type 16' />
- <param name='17' doc='System Information Type 17' />
- <param name='18' doc='System Information Type 18' />
- <param name='19' doc='System Information Type 19' />
- <param name='20' doc='System Information Type 20' />
- <param name='2bis' doc='System Information Type 2bis' />
- <param name='2ter' doc='System Information Type 2ter' />
- <param name='2quater' doc='System Information Type 2quater' />
- <param name='5bis' doc='System Information Type 5bis' />
- <param name='5ter' doc='System Information Type 5ter' />
- <param name='static' doc='Static System Information filling' />
- <param name='HEXSTRING' doc='Static user-specified SI content in HEX notation' />
- </params>
- </command>
- <command id='early-classmark-sending (allowed|forbidden)'>
- <params>
- <param name='early-classmark-sending' doc='Early Classmark Sending' />
- <param name='allowed' doc='Early Classmark Sending is allowed' />
- <param name='forbidden' doc='Early Classmark Sending is forbidden' />
- </params>
- </command>
- <command id='neighbor-list mode (automatic|manual|manual-si5)'>
- <params>
- <param name='neighbor-list' doc='Neighbor List' />
- <param name='mode' doc='Mode of Neighbor List generation' />
- <param name='automatic' doc='Automatically from all BTS in this OpenBSC' />
- <param name='manual' doc='Manual' />
- <param name='manual-si5' doc='Manual with different lists for SI2 and SI5' />
- </params>
- </command>
- <command id='neighbor-list (add|del) arfcn &lt;0-1023&gt;'>
- <params>
- <param name='neighbor-list' doc='Neighbor List' />
- <param name='add' doc='Add to manual neighbor list' />
- <param name='del' doc='Delete from manual neighbor list' />
- <param name='arfcn' doc='ARFCN of neighbor' />
- <param name='&lt;0-1023&gt;' doc='ARFCN of neighbor' />
- </params>
- </command>
- <command id='si5 neighbor-list (add|del) arfcn &lt;0-1023&gt;'>
- <params>
- <param name='si5' doc='SI5 Neighbor List' />
- <param name='neighbor-list' doc='SI5 Neighbor List' />
- <param name='add' doc='Add to manual SI5 neighbor list' />
- <param name='del' doc='Delete from SI5 manual neighbor list' />
- <param name='arfcn' doc='ARFCN of neighbor' />
- <param name='&lt;0-1023&gt;' doc='ARFCN of neighbor' />
- </params>
- </command>
- <command id='si2quater neighbor-list add earfcn &lt;0-65535&gt; thresh-hi &lt;0-31&gt; thresh-lo &lt;0-32&gt; prio &lt;0-8&gt; qrxlv &lt;0-32&gt; meas &lt;0-8&gt;'>
- <params>
- <param name='si2quater' doc='SI2quater Neighbor List' />
- <param name='neighbor-list' doc='SI2quater Neighbor List' />
- <param name='add' doc='Add to manual SI2quater neighbor list' />
- <param name='earfcn' doc='EARFCN of neighbor' />
- <param name='&lt;0-65535&gt;' doc='EARFCN of neighbor' />
- <param name='thresh-hi' doc='threshold high bits' />
- <param name='&lt;0-31&gt;' doc='threshold high bits' />
- <param name='thresh-lo' doc='threshold low bits' />
- <param name='&lt;0-32&gt;' doc='threshold low bits (32 means NA)' />
- <param name='prio' doc='priority' />
- <param name='&lt;0-8&gt;' doc='priority (8 means NA)' />
- <param name='qrxlv' doc='QRXLEVMIN' />
- <param name='&lt;0-32&gt;' doc='QRXLEVMIN (32 means NA)' />
- <param name='meas' doc='measurement bandwidth' />
- <param name='&lt;0-8&gt;' doc='measurement bandwidth (8 means NA)' />
- </params>
- </command>
- <command id='si2quater neighbor-list del earfcn &lt;0-65535&gt;'>
- <params>
- <param name='si2quater' doc='SI2quater Neighbor List' />
- <param name='neighbor-list' doc='SI2quater Neighbor List' />
- <param name='del' doc='Delete from SI2quater manual neighbor list' />
- <param name='earfcn' doc='EARFCN of neighbor' />
- <param name='&lt;0-65535&gt;' doc='EARFCN' />
- </params>
- </command>
- <command id='si2quater neighbor-list add uarfcn &lt;0-16383&gt; &lt;0-511&gt; &lt;0-1&gt;'>
- <params>
- <param name='si2quater' doc='SI2quater Neighbor List' />
- <param name='neighbor-list' doc='SI2quater Neighbor List' />
- <param name='add' doc='Add to manual SI2quater neighbor list' />
- <param name='uarfcn' doc='UARFCN of neighbor' />
- <param name='&lt;0-16383&gt;' doc='UARFCN of neighbor' />
- <param name='&lt;0-511&gt;' doc='scrambling code' />
- <param name='&lt;0-1&gt;' doc='diversity bit' />
- </params>
- </command>
- <command id='si2quater neighbor-list del uarfcn &lt;0-16383&gt; &lt;0-511&gt;'>
- <params>
- <param name='si2quater' doc='SI2quater Neighbor List' />
- <param name='neighbor-list' doc='SI2quater Neighbor List' />
- <param name='del' doc='Delete from SI2quater manual neighbor list' />
- <param name='uarfcn' doc='UARFCN of neighbor' />
- <param name='&lt;0-16383&gt;' doc='UARFCN' />
- <param name='&lt;0-511&gt;' doc='scrambling code' />
- </params>
- </command>
- <command id='rf-lock-exclude'>
- <params>
- <param name='rf-lock-exclude' doc='Exclude this BTS from the global RF Lock' />
- </params>
- </command>
- <command id='no rf-lock-exclude'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='rf-lock-exclude' doc='Exclude this BTS from the global RF Lock' />
- </params>
- </command>
- <command id='force-combined-si'>
- <params>
- <param name='force-combined-si' doc='Force the generation of a single SI (no ter/bis)' />
- </params>
- </command>
- <command id='no force-combined-si'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='force-combined-si' doc='Force the generation of a single SI (no ter/bis)' />
- </params>
- </command>
- <command id='codec-support fr'>
- <params>
- <param name='codec-support' doc='Codec Support settings' />
- <param name='fr' doc='Fullrate' />
- </params>
- </command>
- <command id='codec-support fr (hr|efr|amr)'>
- <params>
- <param name='codec-support' doc='Codec Support settings' />
- <param name='fr' doc='Fullrate' />
- <param name='hr' doc='Half Rate' />
- <param name='efr' doc='Enhanced Full Rate' />
- <param name='amr' doc='Adaptive Multirate' />
- </params>
- </command>
- <command id='codec-support fr (hr|efr|amr) (hr|efr|amr)'>
- <params>
- <param name='codec-support' doc='Codec Support settings' />
- <param name='fr' doc='Fullrate' />
- <param name='hr' doc='Half Rate' />
- <param name='efr' doc='Enhanced Full Rate' />
- <param name='amr' doc='Adaptive Multirate' />
- <param name='hr' doc='Half Rate' />
- <param name='efr' doc='Enhanced Full Rate' />
- <param name='amr' doc='Adaptive Multirate' />
- </params>
- </command>
- <command id='codec-support fr (hr|efr|amr) (hr|efr|amr) (hr|efr|amr)'>
- <params>
- <param name='codec-support' doc='Codec Support settings' />
- <param name='fr' doc='Fullrate' />
- <param name='hr' doc='Half Rate' />
- <param name='efr' doc='Enhanced Full Rate' />
- <param name='amr' doc='Adaptive Multirate' />
- <param name='hr' doc='Half Rate' />
- <param name='efr' doc='Enhanced Full Rate' />
- <param name='amr' doc='Adaptive Multirate' />
- <param name='hr' doc='Half Rate' />
- <param name='efr' doc='Enhanced Full Rate' />
- <param name='amr' doc='Adaptive Multirate' />
- </params>
- </command>
- <command id='codec-support fr (hr|efr|amr) (hr|efr|amr) (hr|efr|amr) (hr|efr|amr)'>
- <params>
- <param name='codec-support' doc='Codec Support settings' />
- <param name='fr' doc='Fullrate' />
- <param name='hr' doc='Half Rate' />
- <param name='efr' doc='Enhanced Full Rate' />
- <param name='amr' doc='Adaptive Multirate' />
- <param name='hr' doc='Half Rate' />
- <param name='efr' doc='Enhanced Full Rate' />
- <param name='amr' doc='Adaptive Multirate' />
- <param name='hr' doc='Half Rate' />
- <param name='efr' doc='Enhanced Full Rate' />
- <param name='amr' doc='Adaptive Multirate' />
- <param name='hr' doc='Half Rate' />
- <param name='efr' doc='Enhanced Full Rate' />
- <param name='amr' doc='Adaptive Multirate' />
- </params>
- </command>
- <command id='depends-on-bts &lt;0-255&gt;'>
- <params>
- <param name='depends-on-bts' doc='This BTS can only be started if another one is up' />
- <param name='&lt;0-255&gt;' doc='BTS Number' />
- </params>
- </command>
- <command id='depeneds-on-bts &lt;0-255&gt;'>
- <params>
- <param name='depeneds-on-bts' doc='Negate a command or set its defaults' />
- <param name='&lt;0-255&gt;' doc='This BTS can only be started if another one is up' />
- </params>
- </command>
- <command id='amr tch-f modes (0|1|2|3|4|5|6|7)'>
- <params>
- <param name='amr' doc='Adaptive Multi Rate settings' />
- <param name='tch-f' doc='Full Rate' />
- <param name='modes' doc='Codec modes to use with AMR codec' />
- <param name='0' doc='4,75k' />
- <param name='1' doc='5,15k' />
- <param name='2' doc='5,90k' />
- <param name='3' doc='6,70k' />
- <param name='4' doc='7,40k' />
- <param name='5' doc='7,95k' />
- <param name='6' doc='10,2k' />
- <param name='7' doc='12,2k' />
- </params>
- </command>
- <command id='amr tch-f modes (0|1|2|3|4|5|6|7) (0|1|2|3|4|5|6|7)'>
- <params>
- <param name='amr' doc='Adaptive Multi Rate settings' />
- <param name='tch-f' doc='Full Rate' />
- <param name='modes' doc='Codec modes to use with AMR codec' />
- <param name='0' doc='4,75k' />
- <param name='1' doc='5,15k' />
- <param name='2' doc='5,90k' />
- <param name='3' doc='6,70k' />
- <param name='4' doc='7,40k' />
- <param name='5' doc='7,95k' />
- <param name='6' doc='10,2k' />
- <param name='7' doc='12,2k' />
- <param name='0' doc='4,75k' />
- <param name='1' doc='5,15k' />
- <param name='2' doc='5,90k' />
- <param name='3' doc='6,70k' />
- <param name='4' doc='7,40k' />
- <param name='5' doc='7,95k' />
- <param name='6' doc='10,2k' />
- <param name='7' doc='12,2k' />
- </params>
- </command>
- <command id='amr tch-f modes (0|1|2|3|4|5|6|7) (0|1|2|3|4|5|6|7) (0|1|2|3|4|5|6|7)'>
- <params>
- <param name='amr' doc='Adaptive Multi Rate settings' />
- <param name='tch-f' doc='Full Rate' />
- <param name='modes' doc='Codec modes to use with AMR codec' />
- <param name='0' doc='4,75k' />
- <param name='1' doc='5,15k' />
- <param name='2' doc='5,90k' />
- <param name='3' doc='6,70k' />
- <param name='4' doc='7,40k' />
- <param name='5' doc='7,95k' />
- <param name='6' doc='10,2k' />
- <param name='7' doc='12,2k' />
- <param name='0' doc='4,75k' />
- <param name='1' doc='5,15k' />
- <param name='2' doc='5,90k' />
- <param name='3' doc='6,70k' />
- <param name='4' doc='7,40k' />
- <param name='5' doc='7,95k' />
- <param name='6' doc='10,2k' />
- <param name='7' doc='12,2k' />
- <param name='0' doc='4,75k' />
- <param name='1' doc='5,15k' />
- <param name='2' doc='5,90k' />
- <param name='3' doc='6,70k' />
- <param name='4' doc='7,40k' />
- <param name='5' doc='7,95k' />
- <param name='6' doc='10,2k' />
- <param name='7' doc='12,2k' />
- </params>
- </command>
- <command id='amr tch-f modes (0|1|2|3|4|5|6|7) (0|1|2|3|4|5|6|7) (0|1|2|3|4|5|6|7) (0|1|2|3|4|5|6|7)'>
- <params>
- <param name='amr' doc='Adaptive Multi Rate settings' />
- <param name='tch-f' doc='Full Rate' />
- <param name='modes' doc='Codec modes to use with AMR codec' />
- <param name='0' doc='4,75k' />
- <param name='1' doc='5,15k' />
- <param name='2' doc='5,90k' />
- <param name='3' doc='6,70k' />
- <param name='4' doc='7,40k' />
- <param name='5' doc='7,95k' />
- <param name='6' doc='10,2k' />
- <param name='7' doc='12,2k' />
- <param name='0' doc='4,75k' />
- <param name='1' doc='5,15k' />
- <param name='2' doc='5,90k' />
- <param name='3' doc='6,70k' />
- <param name='4' doc='7,40k' />
- <param name='5' doc='7,95k' />
- <param name='6' doc='10,2k' />
- <param name='7' doc='12,2k' />
- <param name='0' doc='4,75k' />
- <param name='1' doc='5,15k' />
- <param name='2' doc='5,90k' />
- <param name='3' doc='6,70k' />
- <param name='4' doc='7,40k' />
- <param name='5' doc='7,95k' />
- <param name='6' doc='10,2k' />
- <param name='7' doc='12,2k' />
- <param name='0' doc='4,75k' />
- <param name='1' doc='5,15k' />
- <param name='2' doc='5,90k' />
- <param name='3' doc='6,70k' />
- <param name='4' doc='7,40k' />
- <param name='5' doc='7,95k' />
- <param name='6' doc='10,2k' />
- <param name='7' doc='12,2k' />
- </params>
- </command>
- <command id='amr tch-f threshold (ms|bts) &lt;0-63&gt;'>
- <params>
- <param name='amr' doc='Adaptive Multi Rate settings' />
- <param name='tch-f' doc='Full Rate' />
- <param name='threshold' doc='AMR threshold between codecs' />
- <param name='ms' doc='MS side' />
- <param name='bts' doc='BTS side' />
- <param name='&lt;0-63&gt;' doc='Threshold between codec 1 and 2' />
- </params>
- </command>
- <command id='amr tch-f threshold (ms|bts) &lt;0-63&gt; &lt;0-63&gt;'>
- <params>
- <param name='amr' doc='Adaptive Multi Rate settings' />
- <param name='tch-f' doc='Full Rate' />
- <param name='threshold' doc='AMR threshold between codecs' />
- <param name='ms' doc='MS side' />
- <param name='bts' doc='BTS side' />
- <param name='&lt;0-63&gt;' doc='Threshold between codec 1 and 2' />
- <param name='&lt;0-63&gt;' doc='Threshold between codec 1 and 2' />
- </params>
- </command>
- <command id='amr tch-f threshold (ms|bts) &lt;0-63&gt; &lt;0-63&gt; &lt;0-63&gt;'>
- <params>
- <param name='amr' doc='Adaptive Multi Rate settings' />
- <param name='tch-f' doc='Full Rate' />
- <param name='threshold' doc='AMR threshold between codecs' />
- <param name='ms' doc='MS side' />
- <param name='bts' doc='BTS side' />
- <param name='&lt;0-63&gt;' doc='Threshold between codec 1 and 2' />
- <param name='&lt;0-63&gt;' doc='Threshold between codec 1 and 2' />
- <param name='&lt;0-63&gt;' doc='Threshold between codec 1 and 2' />
- </params>
- </command>
- <command id='amr tch-f hysteresis (ms|bts) &lt;0-15&gt;'>
- <params>
- <param name='amr' doc='Adaptive Multi Rate settings' />
- <param name='tch-f' doc='Full Rate' />
- <param name='hysteresis' doc='AMR hysteresis between codecs' />
- <param name='ms' doc='MS side' />
- <param name='bts' doc='BTS side' />
- <param name='&lt;0-15&gt;' doc='Hysteresis between codec 1 and 2' />
- </params>
- </command>
- <command id='amr tch-f hysteresis (ms|bts) &lt;0-15&gt; &lt;0-15&gt;'>
- <params>
- <param name='amr' doc='Adaptive Multi Rate settings' />
- <param name='tch-f' doc='Full Rate' />
- <param name='hysteresis' doc='AMR hysteresis between codecs' />
- <param name='ms' doc='MS side' />
- <param name='bts' doc='BTS side' />
- <param name='&lt;0-15&gt;' doc='Hysteresis between codec 1 and 2' />
- <param name='&lt;0-15&gt;' doc='Hysteresis between codec 1 and 2' />
- </params>
- </command>
- <command id='amr tch-f hysteresis (ms|bts) &lt;0-15&gt; &lt;0-15&gt; &lt;0-15&gt;'>
- <params>
- <param name='amr' doc='Adaptive Multi Rate settings' />
- <param name='tch-f' doc='Full Rate' />
- <param name='hysteresis' doc='AMR hysteresis between codecs' />
- <param name='ms' doc='MS side' />
- <param name='bts' doc='BTS side' />
- <param name='&lt;0-15&gt;' doc='Hysteresis between codec 1 and 2' />
- <param name='&lt;0-15&gt;' doc='Hysteresis between codec 1 and 2' />
- <param name='&lt;0-15&gt;' doc='Hysteresis between codec 1 and 2' />
- </params>
- </command>
- <command id='amr tch-f start-mode (auto|1|2|3|4)'>
- <params>
- <param name='amr' doc='Adaptive Multi Rate settings' />
- <param name='tch-f' doc='Full Rate' />
- <param name='start-mode' doc='Initial codec to use with AMR' />
- <param name='auto' doc='Automatically' />
- <param name='1' doc='First codec' />
- <param name='2' doc='Second codec' />
- <param name='3' doc='Third codec' />
- <param name='4' doc='Fourth codec' />
- </params>
- </command>
- <command id='amr tch-h modes (0|1|2|3|4|5)'>
- <params>
- <param name='amr' doc='Adaptive Multi Rate settings' />
- <param name='tch-h' doc='Half Rate' />
- <param name='modes' doc='Codec modes to use with AMR codec' />
- <param name='0' doc='4,75k' />
- <param name='1' doc='5,15k' />
- <param name='2' doc='5,90k' />
- <param name='3' doc='6,70k' />
- <param name='4' doc='7,40k' />
- <param name='5' doc='7,95k' />
- </params>
- </command>
- <command id='amr tch-h modes (0|1|2|3|4|5) (0|1|2|3|4|5)'>
- <params>
- <param name='amr' doc='Adaptive Multi Rate settings' />
- <param name='tch-h' doc='Half Rate' />
- <param name='modes' doc='Codec modes to use with AMR codec' />
- <param name='0' doc='4,75k' />
- <param name='1' doc='5,15k' />
- <param name='2' doc='5,90k' />
- <param name='3' doc='6,70k' />
- <param name='4' doc='7,40k' />
- <param name='5' doc='7,95k' />
- <param name='0' doc='4,75k' />
- <param name='1' doc='5,15k' />
- <param name='2' doc='5,90k' />
- <param name='3' doc='6,70k' />
- <param name='4' doc='7,40k' />
- <param name='5' doc='7,95k' />
- </params>
- </command>
- <command id='amr tch-h modes (0|1|2|3|4|5) (0|1|2|3|4|5) (0|1|2|3|4|5)'>
- <params>
- <param name='amr' doc='Adaptive Multi Rate settings' />
- <param name='tch-h' doc='Half Rate' />
- <param name='modes' doc='Codec modes to use with AMR codec' />
- <param name='0' doc='4,75k' />
- <param name='1' doc='5,15k' />
- <param name='2' doc='5,90k' />
- <param name='3' doc='6,70k' />
- <param name='4' doc='7,40k' />
- <param name='5' doc='7,95k' />
- <param name='0' doc='4,75k' />
- <param name='1' doc='5,15k' />
- <param name='2' doc='5,90k' />
- <param name='3' doc='6,70k' />
- <param name='4' doc='7,40k' />
- <param name='5' doc='7,95k' />
- <param name='0' doc='4,75k' />
- <param name='1' doc='5,15k' />
- <param name='2' doc='5,90k' />
- <param name='3' doc='6,70k' />
- <param name='4' doc='7,40k' />
- <param name='5' doc='7,95k' />
- </params>
- </command>
- <command id='amr tch-h modes (0|1|2|3|4|5) (0|1|2|3|4|5) (0|1|2|3|4|5) (0|1|2|3|4|5)'>
- <params>
- <param name='amr' doc='Adaptive Multi Rate settings' />
- <param name='tch-h' doc='Half Rate' />
- <param name='modes' doc='Codec modes to use with AMR codec' />
- <param name='0' doc='4,75k' />
- <param name='1' doc='5,15k' />
- <param name='2' doc='5,90k' />
- <param name='3' doc='6,70k' />
- <param name='4' doc='7,40k' />
- <param name='5' doc='7,95k' />
- <param name='0' doc='4,75k' />
- <param name='1' doc='5,15k' />
- <param name='2' doc='5,90k' />
- <param name='3' doc='6,70k' />
- <param name='4' doc='7,40k' />
- <param name='5' doc='7,95k' />
- <param name='0' doc='4,75k' />
- <param name='1' doc='5,15k' />
- <param name='2' doc='5,90k' />
- <param name='3' doc='6,70k' />
- <param name='4' doc='7,40k' />
- <param name='5' doc='7,95k' />
- <param name='0' doc='4,75k' />
- <param name='1' doc='5,15k' />
- <param name='2' doc='5,90k' />
- <param name='3' doc='6,70k' />
- <param name='4' doc='7,40k' />
- <param name='5' doc='7,95k' />
- </params>
- </command>
- <command id='amr tch-h threshold (ms|bts) &lt;0-63&gt;'>
- <params>
- <param name='amr' doc='Adaptive Multi Rate settings' />
- <param name='tch-h' doc='Half Rate' />
- <param name='threshold' doc='AMR threshold between codecs' />
- <param name='ms' doc='MS side' />
- <param name='bts' doc='BTS side' />
- <param name='&lt;0-63&gt;' doc='Threshold between codec 1 and 2' />
- </params>
- </command>
- <command id='amr tch-h threshold (ms|bts) &lt;0-63&gt; &lt;0-63&gt;'>
- <params>
- <param name='amr' doc='Adaptive Multi Rate settings' />
- <param name='tch-h' doc='Half Rate' />
- <param name='threshold' doc='AMR threshold between codecs' />
- <param name='ms' doc='MS side' />
- <param name='bts' doc='BTS side' />
- <param name='&lt;0-63&gt;' doc='Threshold between codec 1 and 2' />
- <param name='&lt;0-63&gt;' doc='Threshold between codec 1 and 2' />
- </params>
- </command>
- <command id='amr tch-h threshold (ms|bts) &lt;0-63&gt; &lt;0-63&gt; &lt;0-63&gt;'>
- <params>
- <param name='amr' doc='Adaptive Multi Rate settings' />
- <param name='tch-h' doc='Half Rate' />
- <param name='threshold' doc='AMR threshold between codecs' />
- <param name='ms' doc='MS side' />
- <param name='bts' doc='BTS side' />
- <param name='&lt;0-63&gt;' doc='Threshold between codec 1 and 2' />
- <param name='&lt;0-63&gt;' doc='Threshold between codec 1 and 2' />
- <param name='&lt;0-63&gt;' doc='Threshold between codec 1 and 2' />
- </params>
- </command>
- <command id='amr tch-h hysteresis (ms|bts) &lt;0-15&gt;'>
- <params>
- <param name='amr' doc='Adaptive Multi Rate settings' />
- <param name='tch-h' doc='Half Rate' />
- <param name='hysteresis' doc='AMR hysteresis between codecs' />
- <param name='ms' doc='MS side' />
- <param name='bts' doc='BTS side' />
- <param name='&lt;0-15&gt;' doc='Hysteresis between codec 1 and 2' />
- </params>
- </command>
- <command id='amr tch-h hysteresis (ms|bts) &lt;0-15&gt; &lt;0-15&gt;'>
- <params>
- <param name='amr' doc='Adaptive Multi Rate settings' />
- <param name='tch-h' doc='Half Rate' />
- <param name='hysteresis' doc='AMR hysteresis between codecs' />
- <param name='ms' doc='MS side' />
- <param name='bts' doc='BTS side' />
- <param name='&lt;0-15&gt;' doc='Hysteresis between codec 1 and 2' />
- <param name='&lt;0-15&gt;' doc='Hysteresis between codec 1 and 2' />
- </params>
- </command>
- <command id='amr tch-h hysteresis (ms|bts) &lt;0-15&gt; &lt;0-15&gt; &lt;0-15&gt;'>
- <params>
- <param name='amr' doc='Adaptive Multi Rate settings' />
- <param name='tch-h' doc='Half Rate' />
- <param name='hysteresis' doc='AMR hysteresis between codecs' />
- <param name='ms' doc='MS side' />
- <param name='bts' doc='BTS side' />
- <param name='&lt;0-15&gt;' doc='Hysteresis between codec 1 and 2' />
- <param name='&lt;0-15&gt;' doc='Hysteresis between codec 1 and 2' />
- <param name='&lt;0-15&gt;' doc='Hysteresis between codec 1 and 2' />
- </params>
- </command>
- <command id='amr tch-h start-mode (auto|1|2|3|4)'>
- <params>
- <param name='amr' doc='Adaptive Multi Rate settings' />
- <param name='tch-h' doc='Half Rate' />
- <param name='start-mode' doc='Initial codec to use with AMR' />
- <param name='auto' doc='Automatically' />
- <param name='1' doc='First codec' />
- <param name='2' doc='Second codec' />
- <param name='3' doc='Third codec' />
- <param name='4' doc='Fourth codec' />
- </params>
- </command>
- <command id='pcu-socket PATH'>
- <params>
- <param name='pcu-socket' doc='PCU Socket Path for using OsmoPCU co-located with BSC (legacy BTS)' />
- <param name='PATH' doc='Path in the file system for the unix-domain PCU socket' />
- </params>
- </command>
- <command id='trx &lt;0-255&gt;'>
- <params>
- <param name='trx' doc='Radio Transceiver' />
- <param name='&lt;0-255&gt;' doc='Select a TRX to configure' />
- </params>
- </command>
- <command id='is-connection-list (add|del) &lt;0-2047&gt; &lt;0-2047&gt; &lt;0-255&gt;'>
- <params>
- <param name='is-connection-list' doc='Interface Switch Connection List' />
- <param name='add' doc='Add to IS list' />
- <param name='del' doc='Delete from IS list' />
- <param name='&lt;0-2047&gt;' doc='ICP1' />
- <param name='&lt;0-2047&gt;' doc='ICP2' />
- <param name='&lt;0-255&gt;' doc='Contiguity Index' />
- </params>
- </command>
- <command id='abis-lower-transport (single-timeslot|super-channel)'>
- <params>
- <param name='abis-lower-transport' doc='Configure thee Abis Lower Transport' />
- <param name='single-timeslot' doc='Single Timeslot (classic Abis)' />
- <param name='super-channel' doc='SuperChannel (Packet Abis)' />
- </params>
- </command>
- <command id='con-connection-group &lt;1-31&gt;'>
- <params>
- <param name='con-connection-group' doc='Configure a CON (Concentrator) Connection Group' />
- <param name='&lt;1-31&gt;' doc='CON Connection Group Number' />
- </params>
- </command>
- <command id='del-connection-group &lt;1-31&gt;'>
- <params>
- <param name='del-connection-group' doc='Delete a CON (Concentrator) Connection Group' />
- <param name='&lt;1-31&gt;' doc='CON Connection Group Number' />
- </params>
- </command>
- </node>
- <node id='config-net-bts-trx'>
- <command id='help'>
- <params>
- <param name='help' doc='Description of the interactive help system' />
- </params>
- </command>
- <command id='list'>
- <params>
- <param name='list' doc='Print command list' />
- </params>
- </command>
- <command id='write terminal'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='terminal' doc='Write to terminal' />
- </params>
- </command>
- <command id='write file'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='file' doc='Write to configuration file' />
- </params>
- </command>
- <command id='write memory'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='memory' doc='Write configuration to the file (same as write file)' />
- </params>
- </command>
- <command id='write'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- </params>
- </command>
- <command id='show running-config'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='running-config' doc='running configuration' />
- </params>
- </command>
- <command id='exit'>
- <params>
- <param name='exit' doc='Exit current mode and down to previous mode' />
- </params>
- </command>
- <command id='end'>
- <params>
- <param name='end' doc='End current mode and change to enable mode.' />
- </params>
- </command>
- <command id='arfcn &lt;0-1023&gt;'>
- <params>
- <param name='arfcn' doc='Set the ARFCN for this TRX' />
- <param name='&lt;0-1023&gt;' doc='Absolute Radio Frequency Channel Number' />
- </params>
- </command>
- <command id='description .TEXT'>
- <params>
- <param name='description' doc='Save human-readable description of the object' />
- <param name='.TEXT' doc='Text until the end of the line' />
- </params>
- </command>
- <command id='no description'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='description' doc='Remove description of the object' />
- </params>
- </command>
- <command id='nominal power &lt;0-100&gt;'>
- <params>
- <param name='nominal' doc='Nominal TRX RF Power in dBm' />
- <param name='power' doc='Nominal TRX RF Power in dBm' />
- <param name='&lt;0-100&gt;' doc='Nominal TRX RF Power in dBm' />
- </params>
- </command>
- <command id='max_power_red &lt;0-100&gt;'>
- <params>
- <param name='max_power_red' doc='Reduction of maximum BS RF Power (relative to nominal power)' />
- <param name='&lt;0-100&gt;' doc='Reduction of maximum BS RF Power in dB' />
- </params>
- </command>
- <command id='rsl e1 line E1_LINE timeslot &lt;1-31&gt; sub-slot (0|1|2|3|full)'>
- <params>
- <param name='rsl' doc='RSL Parameters' />
- <param name='e1' doc='E1/T1 interface to be used for RSL' />
- <param name='line' doc='E1/T1 interface to be used for RSL' />
- <param name='E1_LINE' doc='E1/T1 Line Number to be used for RSL' />
- <param name='timeslot' doc='E1/T1 Timeslot to be used for RSL' />
- <param name='&lt;1-31&gt;' doc='E1/T1 Timeslot to be used for RSL' />
- <param name='sub-slot' doc='E1/T1 Sub-slot to be used for RSL' />
- <param name='0' doc='E1/T1 Sub-slot 0 is to be used for RSL' />
- <param name='1' doc='E1/T1 Sub-slot 1 is to be used for RSL' />
- <param name='2' doc='E1/T1 Sub-slot 2 is to be used for RSL' />
- <param name='3' doc='E1/T1 Sub-slot 3 is to be used for RSL' />
- <param name='full' doc='E1/T1 full timeslot is to be used for RSL' />
- </params>
- </command>
- <command id='rsl e1 tei &lt;0-63&gt;'>
- <params>
- <param name='rsl' doc='RSL Parameters' />
- <param name='e1' doc='Set the TEI to be used for RSL' />
- <param name='tei' doc='Set the TEI to be used for RSL' />
- <param name='&lt;0-63&gt;' doc='TEI to be used for RSL' />
- </params>
- </command>
- <command id='rf_locked (0|1)'>
- <params>
- <param name='rf_locked' doc='Set or unset the RF Locking (Turn off RF of the TRX)' />
- <param name='0' doc='TRX is NOT RF locked (active)' />
- <param name='1' doc='TRX is RF locked (turned off)' />
- </params>
- </command>
- <command id='timeslot &lt;0-7&gt;'>
- <params>
- <param name='timeslot' doc='Select a Timeslot to configure' />
- <param name='&lt;0-7&gt;' doc='Timeslot number' />
- </params>
- </command>
- </node>
- <node id='config-net-bts-trx-ts'>
- <command id='help'>
- <params>
- <param name='help' doc='Description of the interactive help system' />
- </params>
- </command>
- <command id='list'>
- <params>
- <param name='list' doc='Print command list' />
- </params>
- </command>
- <command id='write terminal'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='terminal' doc='Write to terminal' />
- </params>
- </command>
- <command id='write file'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='file' doc='Write to configuration file' />
- </params>
- </command>
- <command id='write memory'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='memory' doc='Write configuration to the file (same as write file)' />
- </params>
- </command>
- <command id='write'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- </params>
- </command>
- <command id='show running-config'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='running-config' doc='running configuration' />
- </params>
- </command>
- <command id='exit'>
- <params>
- <param name='exit' doc='Exit current mode and down to previous mode' />
- </params>
- </command>
- <command id='end'>
- <params>
- <param name='end' doc='End current mode and change to enable mode.' />
- </params>
- </command>
- <command id='phys_chan_config (none|ccch|ccch+sdcch4|tch/f|tch/h|sdcch8|pdch|tch/f_pdch|unknown|ccch+sdcch4+cbch|sdcch8+cbch|tch/f_tch/h_pdch)'>
- <params>
- <param name='phys_chan_config' doc='Physical Channel Combination' />
- <param name='none' doc='Physical Channel not configured' />
- <param name='ccch' doc='FCCH + SCH + BCCH + CCCH (Comb. IV)' />
- <param name='ccch+sdcch4' doc='FCCH + SCH + BCCH + CCCH + 4 SDCCH + 2 SACCH (Comb. V)' />
- <param name='tch/f' doc='TCH/F + FACCH/F + SACCH (Comb. I)' />
- <param name='tch/h' doc='2 TCH/H + 2 FACCH/H + 2 SACCH (Comb. II)' />
- <param name='sdcch8' doc='8 SDCCH + 4 SACCH (Comb. VII)' />
- <param name='pdch' doc='Packet Data Channel for GPRS/EDGE' />
- <param name='tch/f_pdch' doc='Dynamic TCH/F or GPRS PDCH' />
- <param name='unknown' doc='Unknown / Unsupported channel combination' />
- <param name='ccch+sdcch4+cbch' doc='FCCH + SCH + BCCH + CCCH + CBCH + 3 SDCCH + 2 SACCH (Comb. V)' />
- <param name='sdcch8+cbch' doc='7 SDCCH + 4 SACCH + CBCH (Comb. VII)' />
- <param name='tch/f_tch/h_pdch' doc='Dynamic TCH/F or TCH/H or GPRS PDCH' />
- </params>
- </command>
- <command id='phys_chan_config PCHAN'>
- <params>
- <param name='phys_chan_config' doc='Physical Channel configuration (TCH/SDCCH/...)' />
- <param name='PCHAN' doc='Physical Channel' />
- </params>
- </command>
- <command id='training_sequence_code &lt;0-7&gt;'>
- <params>
- <param name='training_sequence_code' doc='Training Sequence Code of the Timeslot' />
- <param name='&lt;0-7&gt;' doc='TSC' />
- </params>
- </command>
- <command id='hopping enabled (0|1)'>
- <params>
- <param name='hopping' doc='Configure frequency hopping' />
- <param name='enabled' doc='Enable or disable frequency hopping' />
- <param name='0' doc='Disable frequency hopping' />
- <param name='1' doc='Enable frequency hopping' />
- </params>
- </command>
- <command id='hopping sequence-number &lt;0-63&gt;'>
- <params>
- <param name='hopping' doc='Configure frequency hopping' />
- <param name='sequence-number' doc='Which hopping sequence to use for this channel' />
- <param name='&lt;0-63&gt;' doc='Hopping Sequence Number (HSN)' />
- </params>
- </command>
- <command id='hopping maio &lt;0-63&gt;'>
- <params>
- <param name='hopping' doc='Configure frequency hopping' />
- <param name='maio' doc='Which hopping MAIO to use for this channel' />
- <param name='&lt;0-63&gt;' doc='Mobile Allocation Index Offset (MAIO)' />
- </params>
- </command>
- <command id='hopping arfcn add &lt;0-1023&gt;'>
- <params>
- <param name='hopping' doc='Configure frequency hopping' />
- <param name='arfcn' doc='Configure hopping ARFCN list' />
- <param name='add' doc='Add an entry to the hopping ARFCN list' />
- <param name='&lt;0-1023&gt;' doc='ARFCN' />
- </params>
- </command>
- <command id='hopping arfcn del &lt;0-1023&gt;'>
- <params>
- <param name='hopping' doc='Configure frequency hopping' />
- <param name='arfcn' doc='Configure hopping ARFCN list' />
- <param name='del' doc='Delete an entry to the hopping ARFCN list' />
- <param name='&lt;0-1023&gt;' doc='ARFCN' />
- </params>
- </command>
- <command id='e1 line E1_LINE timeslot &lt;1-31&gt; sub-slot (0|1|2|3|full)'>
- <params>
- <param name='e1' doc='E1/T1 channel connected to this on-air timeslot' />
- <param name='line' doc='E1/T1 channel connected to this on-air timeslot' />
- <param name='E1_LINE' doc='E1/T1 line connected to this on-air timeslot' />
- <param name='timeslot' doc='E1/T1 timeslot connected to this on-air timeslot' />
- <param name='&lt;1-31&gt;' doc='E1/T1 timeslot connected to this on-air timeslot' />
- <param name='sub-slot' doc='E1/T1 sub-slot connected to this on-air timeslot' />
- <param name='0' doc='E1/T1 sub-slot 0 connected to this on-air timeslot' />
- <param name='1' doc='E1/T1 sub-slot 1 connected to this on-air timeslot' />
- <param name='2' doc='E1/T1 sub-slot 2 connected to this on-air timeslot' />
- <param name='3' doc='E1/T1 sub-slot 3 connected to this on-air timeslot' />
- <param name='full' doc='Full E1/T1 timeslot connected to this on-air timeslot' />
- </params>
- </command>
- </node>
- <node id='oml'>
- <command id='help'>
- <params>
- <param name='help' doc='Description of the interactive help system' />
- </params>
- </command>
- <command id='list'>
- <params>
- <param name='list' doc='Print command list' />
- </params>
- </command>
- <command id='write terminal'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='terminal' doc='Write to terminal' />
- </params>
- </command>
- <command id='write file'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='file' doc='Write to configuration file' />
- </params>
- </command>
- <command id='write memory'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='memory' doc='Write configuration to the file (same as write file)' />
- </params>
- </command>
- <command id='write'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- </params>
- </command>
- <command id='show running-config'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='running-config' doc='running configuration' />
- </params>
- </command>
- <command id='exit'>
- <params>
- <param name='exit' doc='Exit current mode and down to previous mode' />
- </params>
- </command>
- <command id='end'>
- <params>
- <param name='end' doc='End current mode and change to enable mode.' />
- </params>
- </command>
- <command id='change-adm-state (locked|unlocked|shutdown|null)'>
- <params>
- <param name='change-adm-state' doc='Change the Administrative State' />
- <param name='locked' doc='Locked' />
- <param name='unlocked' doc='Unlocked' />
- <param name='shutdown' doc='Shutdown' />
- <param name='null' doc='NULL' />
- </params>
- </command>
- <command id='opstart'>
- <params>
- <param name='opstart' doc='Send an OPSTART message to the object' />
- </params>
- </command>
- </node>
- <node id='om2k'>
- <command id='help'>
- <params>
- <param name='help' doc='Description of the interactive help system' />
- </params>
- </command>
- <command id='list'>
- <params>
- <param name='list' doc='Print command list' />
- </params>
- </command>
- <command id='write terminal'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='terminal' doc='Write to terminal' />
- </params>
- </command>
- <command id='write file'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='file' doc='Write to configuration file' />
- </params>
- </command>
- <command id='write memory'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='memory' doc='Write configuration to the file (same as write file)' />
- </params>
- </command>
- <command id='write'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- </params>
- </command>
- <command id='show running-config'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='running-config' doc='running configuration' />
- </params>
- </command>
- <command id='exit'>
- <params>
- <param name='exit' doc='Exit current mode and down to previous mode' />
- </params>
- </command>
- <command id='end'>
- <params>
- <param name='end' doc='End current mode and change to enable mode.' />
- </params>
- </command>
- <command id='reset-command'>
- <params>
- <param name='reset-command' doc='Reset the MO' />
- </params>
- </command>
- <command id='start-request'>
- <params>
- <param name='start-request' doc='Start the MO' />
- </params>
- </command>
- <command id='status-request'>
- <params>
- <param name='status-request' doc='Get the MO Status' />
- </params>
- </command>
- <command id='connect-command'>
- <params>
- <param name='connect-command' doc='Connect the MO' />
- </params>
- </command>
- <command id='disconnect-command'>
- <params>
- <param name='disconnect-command' doc='Disconnect the MO' />
- </params>
- </command>
- <command id='enable-request'>
- <params>
- <param name='enable-request' doc='Enable the MO' />
- </params>
- </command>
- <command id='disable-request'>
- <params>
- <param name='disable-request' doc='Disable the MO' />
- </params>
- </command>
- <command id='operational-info &lt;0-1&gt;'>
- <params>
- <param name='operational-info' doc='Set operational information' />
- <param name='&lt;0-1&gt;' doc='Set operational info to 0 or 1' />
- </params>
- </command>
- <command id='test-request'>
- <params>
- <param name='test-request' doc='Test the MO' />
- </params>
- </command>
- <command id='capabilities-request'>
- <params>
- <param name='capabilities-request' doc='Request MO capabilities' />
- </params>
- </command>
- <command id='configuration-request'>
- <params>
- <param name='configuration-request' doc='Send the configuration request for current MO' />
- </params>
- </command>
- </node>
- <node id='om2k-con-group'>
- <command id='help'>
- <params>
- <param name='help' doc='Description of the interactive help system' />
- </params>
- </command>
- <command id='list'>
- <params>
- <param name='list' doc='Print command list' />
- </params>
- </command>
- <command id='write terminal'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='terminal' doc='Write to terminal' />
- </params>
- </command>
- <command id='write file'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='file' doc='Write to configuration file' />
- </params>
- </command>
- <command id='write memory'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='memory' doc='Write configuration to the file (same as write file)' />
- </params>
- </command>
- <command id='write'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- </params>
- </command>
- <command id='show running-config'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='running-config' doc='running configuration' />
- </params>
- </command>
- <command id='exit'>
- <params>
- <param name='exit' doc='Exit current mode and down to previous mode' />
- </params>
- </command>
- <command id='end'>
- <params>
- <param name='end' doc='End current mode and change to enable mode.' />
- </params>
- </command>
- <command id='con-path (add|del) &lt;0-2047&gt; &lt;0-255&gt; deconcentrated &lt;0-63&gt;'>
- <params>
- <param name='con-path' doc='CON Path (In/Out)' />
- <param name='add' doc='Add CON Path to Concentration Group' />
- <param name='del' doc='Delete CON Path from Concentration Group' />
- <param name='&lt;0-2047&gt;' doc='CON Conection Point' />
- <param name='&lt;0-255&gt;' doc='Contiguity Index' />
- <param name='deconcentrated' doc='De-concentrated in/outlet' />
- <param name='&lt;0-63&gt;' doc='TEI Value' />
- </params>
- </command>
- <command id='con-path (add|del) &lt;0-2047&gt; &lt;0-255&gt; concentrated &lt;1-16&gt;'>
- <params>
- <param name='con-path' doc='CON Path (In/Out)' />
- <param name='add' doc='Add CON Path to Concentration Group' />
- <param name='del' doc='Delete CON Path from Concentration Group' />
- <param name='&lt;0-2047&gt;' doc='CON Conection Point' />
- <param name='&lt;0-255&gt;' doc='Contiguity Index' />
- <param name='concentrated' doc='Concentrated in/outlet' />
- <param name='&lt;1-16&gt;' doc='Tag Number' />
- </params>
- </command>
- </node>
- <node id='config-mncc-int'>
- <command id='help'>
- <params>
- <param name='help' doc='Description of the interactive help system' />
- </params>
- </command>
- <command id='list'>
- <params>
- <param name='list' doc='Print command list' />
- </params>
- </command>
- <command id='write terminal'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='terminal' doc='Write to terminal' />
- </params>
- </command>
- <command id='write file'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='file' doc='Write to configuration file' />
- </params>
- </command>
- <command id='write memory'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='memory' doc='Write configuration to the file (same as write file)' />
- </params>
- </command>
- <command id='write'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- </params>
- </command>
- <command id='show running-config'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='running-config' doc='running configuration' />
- </params>
- </command>
- <command id='exit'>
- <params>
- <param name='exit' doc='Exit current mode and down to previous mode' />
- </params>
- </command>
- <command id='end'>
- <params>
- <param name='end' doc='End current mode and change to enable mode.' />
- </params>
- </command>
- <command id='default-codec tch-f (fr|efr|amr)'>
- <params>
- <param name='default-codec' doc='Set default codec' />
- <param name='tch-f' doc='Codec for TCH/F' />
- <param name='fr' doc='Full-Rate' />
- <param name='efr' doc='Enhanced Full-Rate' />
- <param name='amr' doc='Adaptive Multi-Rate' />
- </params>
- </command>
- <command id='default-codec tch-h (hr|amr)'>
- <params>
- <param name='default-codec' doc='Set default codec' />
- <param name='tch-h' doc='Codec for TCH/H' />
- <param name='hr' doc='Half-Rate' />
- <param name='amr' doc='Adaptive Multi-Rate' />
- </params>
- </command>
- <command id='meas-feed destination ADDR &lt;0-65535&gt;'>
- <params>
- <param name='meas-feed' doc='Measurement export related' />
- <param name='destination' doc='destination' />
- <param name='ADDR' doc='address or hostname' />
- <param name='&lt;0-65535&gt;' doc='port number' />
- </params>
- </command>
- <command id='meas-feed scenario NAME'>
- <params>
- <param name='meas-feed' doc='Measurement export related' />
- <param name='scenario' doc='scenario' />
- <param name='NAME' doc='Name up to 31 characters included in report' />
- </params>
- </command>
- </node>
- <node id='config-nitb'>
- <command id='help'>
- <params>
- <param name='help' doc='Description of the interactive help system' />
- </params>
- </command>
- <command id='list'>
- <params>
- <param name='list' doc='Print command list' />
- </params>
- </command>
- <command id='write terminal'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='terminal' doc='Write to terminal' />
- </params>
- </command>
- <command id='write file'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='file' doc='Write to configuration file' />
- </params>
- </command>
- <command id='write memory'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='memory' doc='Write configuration to the file (same as write file)' />
- </params>
- </command>
- <command id='write'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- </params>
- </command>
- <command id='show running-config'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='running-config' doc='running configuration' />
- </params>
- </command>
- <command id='exit'>
- <params>
- <param name='exit' doc='Exit current mode and down to previous mode' />
- </params>
- </command>
- <command id='end'>
- <params>
- <param name='end' doc='End current mode and change to enable mode.' />
- </params>
- </command>
- <command id='subscriber-create-on-demand [no-extension]'>
- <params>
- <param name='subscriber-create-on-demand' doc='Make a new record when a subscriber is first seen.' />
- <param name='[no-extension]' doc='Do not automatically assign extension to created subscribers' />
- </params>
- </command>
- <command id='subscriber-create-on-demand random &lt;1-9999999999&gt; &lt;2-9999999999&gt;'>
- <params>
- <param name='subscriber-create-on-demand' doc='Set random parameters for a new record when a subscriber is first seen.' />
- <param name='random' doc='Set random parameters for a new record when a subscriber is first seen.' />
- <param name='&lt;1-9999999999&gt;' doc='Minimum for subscriber extension' />
- <param name='&lt;2-9999999999&gt;' doc='Maximum for subscriber extension' />
- </params>
- </command>
- <command id='no subscriber-create-on-demand'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='subscriber-create-on-demand' doc='Make a new record when a subscriber is first seen.' />
- </params>
- </command>
- <command id='assign-tmsi'>
- <params>
- <param name='assign-tmsi' doc='Assign TMSI during Location Updating.' />
- </params>
- </command>
- <command id='no assign-tmsi'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='assign-tmsi' doc='Assign TMSI during Location Updating.' />
- </params>
- </command>
- </node>
- <node id='config-smpp'>
- <command id='help'>
- <params>
- <param name='help' doc='Description of the interactive help system' />
- </params>
- </command>
- <command id='list'>
- <params>
- <param name='list' doc='Print command list' />
- </params>
- </command>
- <command id='write terminal'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='terminal' doc='Write to terminal' />
- </params>
- </command>
- <command id='write file'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='file' doc='Write to configuration file' />
- </params>
- </command>
- <command id='write memory'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='memory' doc='Write configuration to the file (same as write file)' />
- </params>
- </command>
- <command id='write'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- </params>
- </command>
- <command id='show running-config'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='running-config' doc='running configuration' />
- </params>
- </command>
- <command id='exit'>
- <params>
- <param name='exit' doc='Exit current mode and down to previous mode' />
- </params>
- </command>
- <command id='end'>
- <params>
- <param name='end' doc='End current mode and change to enable mode.' />
- </params>
- </command>
- <command id='smpp-first'>
- <params>
- <param name='smpp-first' doc='Try SMPP routes before the subscriber DB' />
- </params>
- </command>
- <command id='no smpp-first'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='smpp-first' doc='Try SMPP before routes before the subscriber DB' />
- </params>
- </command>
- <command id='local-tcp-port &lt;1-65535&gt;'>
- <params>
- <param name='local-tcp-port' doc='Set the local TCP port on which we listen for SMPP' />
- <param name='&lt;1-65535&gt;' doc='TCP port number' />
- </params>
- </command>
- <command id='local-tcp-ip A.B.C.D &lt;1-65535&gt;'>
- <params>
- <param name='local-tcp-ip' doc='Set the local IP address and TCP port on which we listen for SMPP' />
- <param name='A.B.C.D' doc='Local IP address' />
- <param name='&lt;1-65535&gt;' doc='TCP port number' />
- </params>
- </command>
- <command id='system-id ID'>
- <params>
- <param name='system-id' doc='Set the System ID of this SMSC' />
- <param name='ID' doc='Alphanumeric SMSC System ID' />
- </params>
- </command>
- <command id='policy (accept-all|closed)'>
- <params>
- <param name='policy' doc='Set the authentication policy of this SMSC' />
- <param name='accept-all' doc='Accept all SMPP connections independeint of system ID / passwd' />
- <param name='closed' doc='Accept only SMPP connections from ESMEs explicitly configured' />
- </params>
- </command>
- <command id='esme NAME'>
- <params>
- <param name='esme' doc='Configure a particular ESME' />
- <param name='NAME' doc='Alphanumeric System ID of the ESME to be configured' />
- </params>
- </command>
- <command id='no esme NAME'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='esme' doc='Remove ESME configuration' />
- <param name='NAME' doc='Alphanumeric System ID of the ESME to be removed' />
- </params>
- </command>
- </node>
- <node id='config-smpp-esme'>
- <command id='help'>
- <params>
- <param name='help' doc='Description of the interactive help system' />
- </params>
- </command>
- <command id='list'>
- <params>
- <param name='list' doc='Print command list' />
- </params>
- </command>
- <command id='write terminal'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='terminal' doc='Write to terminal' />
- </params>
- </command>
- <command id='write file'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='file' doc='Write to configuration file' />
- </params>
- </command>
- <command id='write memory'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- <param name='memory' doc='Write configuration to the file (same as write file)' />
- </params>
- </command>
- <command id='write'>
- <params>
- <param name='write' doc='Write running configuration to memory, network, or terminal' />
- </params>
- </command>
- <command id='show running-config'>
- <params>
- <param name='show' doc='Show running system information' />
- <param name='running-config' doc='running configuration' />
- </params>
- </command>
- <command id='exit'>
- <params>
- <param name='exit' doc='Exit current mode and down to previous mode' />
- </params>
- </command>
- <command id='end'>
- <params>
- <param name='end' doc='End current mode and change to enable mode.' />
- </params>
- </command>
- <command id='password PASSWORD'>
- <params>
- <param name='password' doc='Set the password for this ESME' />
- <param name='PASSWORD' doc='Alphanumeric password string' />
- </params>
- </command>
- <command id='no password'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='password' doc='Remove the password for this ESME' />
- </params>
- </command>
- <command id='route prefix (unknown|international|national|network|subscriber|alpha|abbrev) (unknown|isdn|x121|f69|e212|national|private|ermes|ip|wap) PREFIX'>
- <params>
- <param name='route' doc='Configure a route for MO-SMS to be sent to this ESME' />
- <param name='prefix' doc='Prefix-match route' />
- <param name='unknown' doc='Unknown type-of-number' />
- <param name='international' doc='International type-of-number' />
- <param name='national' doc='National type-of-number' />
- <param name='network' doc='Network specific type-of-number' />
- <param name='subscriber' doc='Subscriber type-of-number' />
- <param name='alpha' doc='Alphanumeric type-of-number' />
- <param name='abbrev' doc='Abbreviated type-of-number' />
- <param name='unknown' doc='Unknown numbering plan' />
- <param name='isdn' doc='ISDN (E.164) numbering plan' />
- <param name='x121' doc='X.121 numbering plan' />
- <param name='f69' doc='F.69 numbering plan' />
- <param name='e212' doc='E.212 numbering plan' />
- <param name='national' doc='National numbering plan' />
- <param name='private' doc='Private numbering plan' />
- <param name='ermes' doc='ERMES numbering plan' />
- <param name='ip' doc='IP numbering plan' />
- <param name='wap' doc='WAP numbeing plan' />
- <param name='PREFIX' doc='Destination number prefix' />
- </params>
- </command>
- <command id='no route prefix (unknown|international|national|network|subscriber|alpha|abbrev) (unknown|isdn|x121|f69|e212|national|private|ermes|ip|wap) PREFIX'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='route' doc='Configure a route for MO-SMS to be sent to this ESME' />
- <param name='prefix' doc='Prefix-match route' />
- <param name='unknown' doc='Unknown type-of-number' />
- <param name='international' doc='International type-of-number' />
- <param name='national' doc='National type-of-number' />
- <param name='network' doc='Network specific type-of-number' />
- <param name='subscriber' doc='Subscriber type-of-number' />
- <param name='alpha' doc='Alphanumeric type-of-number' />
- <param name='abbrev' doc='Abbreviated type-of-number' />
- <param name='unknown' doc='Unknown numbering plan' />
- <param name='isdn' doc='ISDN (E.164) numbering plan' />
- <param name='x121' doc='X.121 numbering plan' />
- <param name='f69' doc='F.69 numbering plan' />
- <param name='e212' doc='E.212 numbering plan' />
- <param name='national' doc='National numbering plan' />
- <param name='private' doc='Private numbering plan' />
- <param name='ermes' doc='ERMES numbering plan' />
- <param name='ip' doc='IP numbering plan' />
- <param name='wap' doc='WAP numbeing plan' />
- <param name='PREFIX' doc='Destination number prefix' />
- </params>
- </command>
- <command id='default-route'>
- <params>
- <param name='default-route' doc='Set this ESME as default-route for all SMS to unknown destinations' />
- </params>
- </command>
- <command id='no default-route'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='default-route' doc='Remove this ESME as default-route for all SMS to unknown destinations' />
- </params>
- </command>
- <command id='deliver-src-imsi'>
- <params>
- <param name='deliver-src-imsi' doc='Enable the use of IMSI as source address in DELIVER' />
- </params>
- </command>
- <command id='no deliver-src-imsi'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='deliver-src-imsi' doc='Disable the use of IMSI as source address in DELIVER' />
- </params>
- </command>
- <command id='osmocom-extensions'>
- <params>
- <param name='osmocom-extensions' doc='Enable the use of Osmocom SMPP Extensions for this ESME' />
- </params>
- </command>
- <command id='no osmocom-extensions'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='osmocom-extensions' doc='Disable the use of Osmocom SMPP Extensions for this ESME' />
- </params>
- </command>
- <command id='dcs-transparent'>
- <params>
- <param name='dcs-transparent' doc='Enable the transparent pass-through of TP-DCS to SMPP DataCoding' />
- </params>
- </command>
- <command id='no dcs-transparent'>
- <params>
- <param name='no' doc='Negate a command or set its defaults' />
- <param name='dcs-transparent' doc='Disable the transparent pass-through of TP-DCS to SMPP DataCoding' />
- </params>
- </command>
- </node>
-</vtydoc> \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 5d94e54..cfd2971 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,5 +30,4 @@ AC_OUTPUT(
tests/Makefile
OsmoMGCP/Makefile
OsmoNAT/Makefile
- OsmoNITB/Makefile
OsmocomBB/Makefile)