[MERGED] osmocom-bb[master]: VIRT-PHY: Added example config for 2 mobile instances.

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed Jul 12 21:48:55 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: VIRT-PHY: Added example config for 2 mobile instances.
......................................................................


VIRT-PHY: Added example config for 2 mobile instances.

Change-Id: Iecfed3933ca88aa7a027e6247a8b71e28ee1883e
---
M src/host/virt_phy/example_configs/osmocom-bb-mobile.cfg
A src/host/virt_phy/example_configs/osmocom-bb-mobilex2.cfg
2 files changed, 125 insertions(+), 5 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/host/virt_phy/example_configs/osmocom-bb-mobile.cfg b/src/host/virt_phy/example_configs/osmocom-bb-mobile.cfg
index 382a09d..1aeb3f5 100644
--- a/src/host/virt_phy/example_configs/osmocom-bb-mobile.cfg
+++ b/src/host/virt_phy/example_configs/osmocom-bb-mobile.cfg
@@ -19,7 +19,7 @@
  imei 123456789012345 0
  imei-fixed
  no emergency-imsi
- no sms-service-center
+ sms-service-center 123123123
  no call-waiting
  no auto-answer
  no force-rekey
@@ -40,9 +40,9 @@
   p-gsm
   e-gsm
   r-gsm
-  no gsm-850
+  gsm-850
   dcs
-  no pcs
+  pcs
   class-900 4
   class-850 4
   class-dcs 1
@@ -59,8 +59,8 @@
   imsi 901700000000403
   ki comp128 12 34 56 78 90 1b cd ef 12 34 56 78 90 ab cd ef 
   no barred-access
-  no rplmn
-  hplmn-search foreign-country
+  rplmn 262 42 0x0001 
+  hplmn-search everywhere
  exit
  no shutdown
 exit
diff --git a/src/host/virt_phy/example_configs/osmocom-bb-mobilex2.cfg b/src/host/virt_phy/example_configs/osmocom-bb-mobilex2.cfg
new file mode 100644
index 0000000..0c9ada4
--- /dev/null
+++ b/src/host/virt_phy/example_configs/osmocom-bb-mobilex2.cfg
@@ -0,0 +1,120 @@
+!
+! OsmocomBB (0.0.0) configuration saved from vty
+!!
+!
+line vty
+ no login
+!
+gps device /dev/ttyACM0
+gps baudrate default
+no gps enable
+!
+no hide-default
+!
+ms 1
+ layer2-socket /tmp/osmocom_l2
+ sap-socket /tmp/osmocom_sap
+ sim test
+ network-selection-mode auto
+ imei 123456789012345 0
+ imei-fixed
+ no emergency-imsi
+ sms-service-center 123123123
+ no call-waiting
+ no auto-answer
+ no force-rekey
+ no clip
+ no clir
+ tx-power auto
+ no simulated-delay
+ no stick
+ location-updating
+ neighbour-measurement
+ codec full-speed prefer
+ codec half-speed
+ no abbrev
+ support
+  sms
+  a5/1
+  a5/2
+  p-gsm
+  e-gsm
+  r-gsm
+  gsm-850
+  dcs
+  pcs
+  class-900 4
+  class-850 4
+  class-dcs 1
+  class-pcs 1
+  channel-capability sdcch+tchf+tchh
+  full-speech-v1
+  full-speech-v2
+  half-speech-v1
+  min-rxlev -106
+  dsc-max 90
+  no skip-max-per-band
+ exit
+ test-sim
+  imsi 901700000000403
+  ki comp128 12 34 56 78 90 1b cd ef 12 34 56 78 90 ab cd ef 
+  barred-access
+  rplmn 262 42 0x0001
+  hplmn-search everywhere
+ exit
+ no shutdown
+exit
+ms 2
+ layer2-socket /tmp/osmocom_l2_NR2
+ sap-socket /tmp/osmocom_sap_NR2
+ sim test
+ network-selection-mode auto
+ imei 123456789012346 0
+ imei-fixed
+ no emergency-imsi
+ sms-service-center 123123123
+ no call-waiting
+ no auto-answer
+ no force-rekey
+ no clip
+ no clir
+ tx-power auto
+ no simulated-delay
+ no stick
+ location-updating
+ neighbour-measurement
+ codec full-speed prefer
+ codec half-speed
+ no abbrev
+ support
+  sms
+  a5/1
+  a5/2
+  p-gsm
+  e-gsm
+  r-gsm
+  gsm-850
+  dcs
+  pcs
+  class-900 4
+  class-850 4
+  class-dcs 1
+  class-pcs 1
+  channel-capability sdcch+tchf+tchh
+  full-speech-v1
+  full-speech-v2
+  half-speech-v1
+  min-rxlev -106
+  dsc-max 90
+  no skip-max-per-band
+ exit
+ test-sim
+  imsi 901700000000404
+  ki comp128 11 34 56 78 90 1b cd ef 12 34 56 78 90 ab cd ef 
+  barred-access
+  rplmn 262 42 0x0001
+  hplmn-search everywhere
+ exit
+ no shutdown
+exit
+!

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iecfed3933ca88aa7a027e6247a8b71e28ee1883e
Gerrit-PatchSet: 2
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: BastusIII <sebastian.stumpf87 at googlemail.com>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list