laforge submitted this change.

View Change



2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.

Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified
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(-)

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..b5b5134 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 127.0.0.1
+ 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..e01223e 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 127.0.0.1
+ 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 change 32031. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ifc538940fadca08d03a36bf6a28392f22640493d
Gerrit-Change-Number: 32031
Gerrit-PatchSet: 3
Gerrit-Owner: dexter <pmaier@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-CC: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged