gbproxy: Configure a Second SGSN

This adds the required code changes and minimal configuration to both
osmo-gbproxy.cfg and GBProxy_Tests to have osmo-gbproxy connect to two
SGSNs.

No NRI mappings are configured and hence the second SGSN isn't really
used for anything except for bringing the NS-VCs and BVCs up.

Related: OS#4472, SYS#5002
Change-Id: Ib70f7c1a29f089957f882df0e9b05ee526224611
diff --git a/gbproxy/osmo-gbproxy.cfg b/gbproxy/osmo-gbproxy.cfg
index 5ce0dfc..1c6caa9 100644
--- a/gbproxy/osmo-gbproxy.cfg
+++ b/gbproxy/osmo-gbproxy.cfg
@@ -7,12 +7,17 @@
 !
 gbproxy
 sgsn nsei 101
+ name first
+sgsn nsei 102
+ name second
 ns
  bind udp local
   listen 127.0.0.1 23000
   accept-ipaccess
  nse 101
   ip-sns 127.0.0.1 7777
+ nse 102
+  ip-sns 127.0.0.1 8888
  timer tns-block 3
  timer tns-block-retries 3
  timer tns-reset 3