[PATCH] osmo-gsm-manuals[master]: OsmoGSMTester: Update resources cfg documentation

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Thu Nov 2 17:19:06 UTC 2017


Review at  https://gerrit.osmocom.org/4663

OsmoGSMTester: Update resources cfg documentation

Change-Id: I6ec9fc5468ce6ead52d9c8b35d8991cac4bfa97e
---
M OsmoGSMTester/chapters/config.adoc
1 file changed, 38 insertions(+), 11 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals refs/changes/63/4663/1

diff --git a/OsmoGSMTester/chapters/config.adoc b/OsmoGSMTester/chapters/config.adoc
index 7c06392..335a603 100644
--- a/OsmoGSMTester/chapters/config.adoc
+++ b/OsmoGSMTester/chapters/config.adoc
@@ -92,9 +92,11 @@
 	- 'osmo-bts-trx'
 	- 'osmo-bts-octphy'
 	- 'ipa-nanobts'
+  'ipa_unit_id':::
+	ip.access unit id to be used by the BTS, written into BTS and BSC config.
   'addr':::
-	remote IP address of the BTS, used to start the BTS and tell it where
-	to find the OsmoNITB.
+	Remote IP address of the BTS for BTS like sysmoBTS, and local IP address
+	to bind to for locally run BTS such as osmo-bts-trx.
   'band':::
 	GSM band that this BTS shoud use (*TODO*: allow multiple bands). One of:
 	- 'GSM-1800'
@@ -109,8 +111,11 @@
 	only used for osmo-bts-octphy.  (*TODO*: and nanobts??)
     'net_device'::::
 	Local network device to reach the TRX's 'hw_addr' at, only used for
-	osmo-bts-octphy.
-
+	osmo-bts-octphy. Example: 'eth0'.
+    'nominal_power'::::
+	Nominal power to be used by the TRX.
+    'max_power_red'::::
+	Max power reduction to apply to the nominal power of the TRX.
 'arfcn'::
 	List of ARFCNs to use for running BTSes, which defines the actual RF
 	frequency bands used.
@@ -118,24 +123,46 @@
 	ARFCN number, see e.g.
 	https://en.wikipedia.org/wiki/Absolute_radio-frequency_channel_number
 	(note that the resource type 'arfcn' contains an item trait also named
-	'arfcn')
+	'arfcn').
   'band':::
 	GSM band name to use this ARFCN for, same as for 'bts:band' above.
 
 'modem'::
 	List of modems reachable via ofono and information on the inserted SIM
-	card. (Note: the MSISDN is allocated dynamically in test scripts)
+	card. (Note: the MSISDN is allocated dynamically in test scripts).
   'label':::
-	human readable label for your own reference
+	Human readable label for your own reference, which also appears in logs.
   'path':::
-	ofono's path for this modem, like '/modemkind_99'
+	Ofono's path for this modem, like '/modemkind_99'.
   'imsi':::
-	IMSI of the inserted SIM card, like '"123456789012345"'
+	IMSI of the inserted SIM card, like '"123456789012345"'.
   'ki':::
 	16 byte authentication/encryption KI of the inserted SIM card, in
 	hexadecimal notation (32 characters) like +
-	'"00112233445566778899aabbccddeeff"' (*TODO*: authentication algorithm,
-	currently always comp128v1)
+	'"00112233445566778899aabbccddeeff"'.
+  'auth_algo':::
+	Authentication algorithm to be used with the SIM card. One of:
+	- 'none'
+	- 'xor'
+	- 'comp128v1'
+  'ciphers':::
+	List of ciphers that this modem supports, used to match
+	requirements in suites or scenarios. Any combination of:
+	- 'a5_0'
+	- 'a5_1'
+	- 'a5_2'
+	- 'a5_3'
+	- 'a5_4'
+	- 'a5_5'
+	- 'a5_6'
+	- 'a5_7'
+  'features':::
+	List of features that this modem supports, used to match requirements in
+	suites or scenarios. Any combination of:
+	- 'sms'
+	- 'gprs'
+	- 'voice'
+	- 'ussd'
 
 Side note: at first sight it might make sense to the reader to rather structure
 e.g. the 'ip_address' or 'arfcn' configuration as +

-- 
To view, visit https://gerrit.osmocom.org/4663
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6ec9fc5468ce6ead52d9c8b35d8991cac4bfa97e
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list