dexter has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-bsc/+/32031 )
Change subject: examples: update erissson GPRS config files
......................................................................
examples: update erissson GPRS config files
The example config files that illustrate how to set up GPRS/EGPRS using
a BSC co-located PCU do not have any of the general GPRS parameters set.
Lets add a gprs prameter block to both of them.
Related: OS#5198
Change-Id: Ifc538940fadca08d03a36bf6a28392f22640493d
---
M doc/examples/osmo-bsc/ericsson/osmo-bsc.dug20-rus02-1trx-1pdch-16kbps.cfg
M doc/examples/osmo-bsc/ericsson/osmo-bsc.dug20-rus02-1trx-1pdch-64kbps.cfg
2 files changed, 38 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/31/32031/1
diff --git a/doc/examples/osmo-bsc/ericsson/osmo-bsc.dug20-rus02-1trx-1pdch-16kbps.cfg
b/doc/examples/osmo-bsc/ericsson/osmo-bsc.dug20-rus02-1trx-1pdch-16kbps.cfg
index 681bdf5..422d3db 100644
--- a/doc/examples/osmo-bsc/ericsson/osmo-bsc.dug20-rus02-1trx-1pdch-16kbps.cfg
+++ b/doc/examples/osmo-bsc/ericsson/osmo-bsc.dug20-rus02-1trx-1pdch-16kbps.cfg
@@ -50,6 +50,18 @@
oml e1 tei 62
neighbor-list mode automatic
gprs mode gprs
+ gprs routing area 0
+ gprs network-control-order nc0
+ gprs cell bvci 2
+ gprs nsei 101
+ gprs nsvc 0 nsvci 101
+ gprs nsvc 0 local udp port 23100
+ gprs nsvc 0 remote udp port 23000
+ gprs nsvc 0 remote ip 10.9.1.153
+ gprs nsvc 1 nsvci 0
+ gprs nsvc 1 local udp port 0
+ gprs nsvc 1 remote udp port 0
+ gprs nsvc 1 remote ip 0.0.0.0
is-connection-list add 4 512 4
is-connection-list add 8 516 1
is-connection-list add 12 517 1
diff --git a/doc/examples/osmo-bsc/ericsson/osmo-bsc.dug20-rus02-1trx-1pdch-64kbps.cfg
b/doc/examples/osmo-bsc/ericsson/osmo-bsc.dug20-rus02-1trx-1pdch-64kbps.cfg
index 30f1ef9..83ddf3f 100644
--- a/doc/examples/osmo-bsc/ericsson/osmo-bsc.dug20-rus02-1trx-1pdch-64kbps.cfg
+++ b/doc/examples/osmo-bsc/ericsson/osmo-bsc.dug20-rus02-1trx-1pdch-64kbps.cfg
@@ -47,6 +47,18 @@
oml e1 tei 62
neighbor-list mode automatic
gprs mode egprs
+ gprs routing area 0
+ gprs network-control-order nc0
+ gprs cell bvci 2
+ gprs nsei 101
+ gprs nsvc 0 nsvci 101
+ gprs nsvc 0 local udp port 23100
+ gprs nsvc 0 remote udp port 23000
+ gprs nsvc 0 remote ip 10.9.1.153
+ gprs nsvc 1 nsvci 0
+ gprs nsvc 1 local udp port 0
+ gprs nsvc 1 remote udp port 0
+ gprs nsvc 1 remote ip 0.0.0.0
is-connection-list add 4 712 36
trx 0
rf_locked 0
--
To view, visit
https://gerrit.osmocom.org/c/osmo-bsc/+/32031
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ifc538940fadca08d03a36bf6a28392f22640493d
Gerrit-Change-Number: 32031
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-MessageType: newchange