Hello.

Attached is a trivial patch which makes example config for libosmo-sgsn 
actually usable.
Most likely it was typo.
-- 
best regards,
Max, http://fairwaves.ru
>From 3c21cb56d5fb6f59baa467571c9246867d38c334 Mon Sep 17 00:00:00 2001
From: Max <[email protected]>
Date: Wed, 12 Sep 2012 20:35:28 +0200
Subject: [PATCH] Rename example config so it could be used right after
 copying.

---
 openbsc/doc/examples/osmo-sgsn/osmo-sgsn.cfg |   26 --------------------------
 openbsc/doc/examples/osmo-sgsn/osmo_sgsn.cfg |   26 ++++++++++++++++++++++++++
 2 files changed, 26 insertions(+), 26 deletions(-)
 delete mode 100644 openbsc/doc/examples/osmo-sgsn/osmo-sgsn.cfg
 create mode 100644 openbsc/doc/examples/osmo-sgsn/osmo_sgsn.cfg

diff --git a/openbsc/doc/examples/osmo-sgsn/osmo-sgsn.cfg b/openbsc/doc/examples/osmo-sgsn/osmo-sgsn.cfg
deleted file mode 100644
index 027c03d..0000000
--- a/openbsc/doc/examples/osmo-sgsn/osmo-sgsn.cfg
+++ /dev/null
@@ -1,26 +0,0 @@
-!
-! Osmocom SGSN configuration
-!
-!
-line vty
- no login
-!
-sgsn
- gtp local-ip 10.23.23.23
- ggsn 0 remote-ip 192.168.0.101
- ggsn 0 gtp-version 1
-!
-ns
- timer tns-block 3
- timer tns-block-retries 3
- timer tns-reset 3
- timer tns-reset-retries 3
- timer tns-test 30
- timer tns-alive 3
- timer tns-alive-retries 10
- encapsulation udp local-ip 192.168.0.101
- encapsulation udp local-port 23000
- encapsulation framerelay-gre enabled 0
-!
-bssgp
-!
diff --git a/openbsc/doc/examples/osmo-sgsn/osmo_sgsn.cfg b/openbsc/doc/examples/osmo-sgsn/osmo_sgsn.cfg
new file mode 100644
index 0000000..027c03d
--- /dev/null
+++ b/openbsc/doc/examples/osmo-sgsn/osmo_sgsn.cfg
@@ -0,0 +1,26 @@
+!
+! Osmocom SGSN configuration
+!
+!
+line vty
+ no login
+!
+sgsn
+ gtp local-ip 10.23.23.23
+ ggsn 0 remote-ip 192.168.0.101
+ ggsn 0 gtp-version 1
+!
+ns
+ timer tns-block 3
+ timer tns-block-retries 3
+ timer tns-reset 3
+ timer tns-reset-retries 3
+ timer tns-test 30
+ timer tns-alive 3
+ timer tns-alive-retries 10
+ encapsulation udp local-ip 192.168.0.101
+ encapsulation udp local-port 23000
+ encapsulation framerelay-gre enabled 0
+!
+bssgp
+!
-- 
1.7.9.5

Reply via email to