aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manuals/chapters
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-09-14 19:43:54 +0200
committerpespin <pespin@sysmocom.de>2022-09-19 08:44:25 +0000
commit57c2e68da2425340852b9e7ea2f38c1c1c4f7e1f (patch)
treec586d467e2c5b6373aaed74152c27eef3c58338e /doc/manuals/chapters
parent30bdf9a4c7a9751bb6504a8b1207c9ce6ee74c73 (diff)
vty: Allow setting LAC as hexadecimal value
The LAC value currently configured is now printed as hexadecimal value too. It can still be entered as a decimal value in order to keep backward compatibility, though the hexadecimal one is now preferred. Related: OS#5631 Depends: libosmocore.git Ia2b7fbbf5502c28374c21dbff548232680da27d4 Change-Id: I9090d73ae9d39244b79b9dbafa1b164faebabc52
Diffstat (limited to 'doc/manuals/chapters')
-rw-r--r--doc/manuals/chapters/bts-examples.adoc6
-rw-r--r--doc/manuals/chapters/bts.adoc2
-rw-r--r--doc/manuals/chapters/handover.adoc24
3 files changed, 16 insertions, 16 deletions
diff --git a/doc/manuals/chapters/bts-examples.adoc b/doc/manuals/chapters/bts-examples.adoc
index 2afc8ff55..1f3652bbe 100644
--- a/doc/manuals/chapters/bts-examples.adoc
+++ b/doc/manuals/chapters/bts-examples.adoc
@@ -26,7 +26,7 @@ network
type nanobts <2>
band DCS1800 <3>
cell_identity 0
- location_area_code 1
+ location_area_code 0x0001
training_sequence_code 7
base_station_id_code 63
ms max power 15
@@ -104,7 +104,7 @@ network
type nanobts
band DCS1800
cell_identity 0
- location_area_code 1
+ location_area_code 0x0001
training_sequence_code 7
base_station_id_code 63
ms max power 15
@@ -197,7 +197,7 @@ network
band GSM900
om2000 version-limit oml gen 12 rev 10 <2>
cell_identity 0
- location_area_code 1
+ location_area_code 0x0001
training_sequence_code 7
base_station_id_code 63
ms max power 15
diff --git a/doc/manuals/chapters/bts.adoc b/doc/manuals/chapters/bts.adoc
index 4662c1a0c..177d1c5f7 100644
--- a/doc/manuals/chapters/bts.adoc
+++ b/doc/manuals/chapters/bts.adoc
@@ -108,7 +108,7 @@ network
type osmo-bts
band DCS1800
description The new BTS in Baikonur
- location_area_code 2342
+ location_area_code 0x0926
cell_identity 5
base_station_id_code 63
ip.access unit_id 8888 0
diff --git a/doc/manuals/chapters/handover.adoc b/doc/manuals/chapters/handover.adoc
index f56725977..4affe3b41 100644
--- a/doc/manuals/chapters/handover.adoc
+++ b/doc/manuals/chapters/handover.adoc
@@ -223,15 +223,15 @@ network
network
bts 0
- # this cell's LAC=23 CI=5
- location_area_code 23
+ # this cell's LAC=0x0017 CI=5
+ location_area_code 0x0017
cell_identity 5
# reference bts 1
neighbor lac-ci 23 6
bts 1
- # this cell's LAC=23 CI=6
- location_area_code 23
+ # this cell's LAC=0x0017 CI=6
+ location_area_code 0x0017
cell_identity 6
# reference bts 0
neighbor lac-ci 23 5
@@ -252,8 +252,8 @@ desirable to use the `neighbor bts <0-255>` format, or omit the redundant
network
bts 0
- # this cell's LAC=23 CI=5
- location_area_code 23
+ # this cell's LAC=0x0017 CI=5
+ location_area_code 0x0017
cell_identity 5
# this cell's ARFCN=1 BSIC=1
trx 0
@@ -263,8 +263,8 @@ network
neighbor lac-ci 23 6 arfcn 2 bsic 2
bts 1
- # LAC=23 CI=6
- location_area_code 23
+ # LAC=0x0017 CI=6
+ location_area_code 0x0017
cell_identity 6
# this cell's ARFCN=2 BSIC=2
trx 0
@@ -286,8 +286,8 @@ Indication and 3.2.1.9 HANDOVER REQUIRED).
# BSC Alpha's osmo-bsc.cfg
network
bts 0
- # this cell's LAC=23 CI=6
- location_area_code 23
+ # this cell's LAC=0x0017 CI=6
+ location_area_code 0x0017
cell_identity 6
# this cell's ARFCN=2 BSIC=2
trx 0
@@ -299,8 +299,8 @@ network
# BSC Beta's osmo-bsc.cfg
network
bts 0
- # this cell's LAC=42 CI=3
- location_area_code 42
+ # this cell's LAC=0x002A CI=3
+ location_area_code 0x002A
cell_identity 3
# this cell's ARFCN=1 BSIC=3
trx 0