gbproxy: Add test suite cfg and osmo-gbproxy.cfg for FR testing

Change-Id: I1faae88c82e8d54b4d4af88e9a9236877c913752
diff --git a/gbproxy/GBProxy_Tests.fr.cfg b/gbproxy/GBProxy_Tests.fr.cfg
new file mode 100644
index 0000000..9b31dfd
--- /dev/null
+++ b/gbproxy/GBProxy_Tests.fr.cfg
@@ -0,0 +1,89 @@
+[ORDERED_INCLUDE]
+# Common configuration, shared between test suites
+"../Common.cfg"
+# testsuite specific configuration, not expected to change
+"./GBProxy_Tests.default"
+
+# Local configuration below
+
+[LOGGING]
+
+[TESTPORT_PARAMETERS]
+*.GBPVTY.CTRL_HOSTNAME := "127.0.0.1"
+
+[MODULE_PARAMETERS]
+GBProxy_Tests.mp_nsconfig_sgsn := {
+	{
+		handle_sns := false
+	}
+}
+
+GBProxy_Tests.mp_nsconfig_pcu := {
+	{
+		nsei := 1,
+		role_sgsn := false,
+		handle_sns := false,
+		nsvc := {
+			{
+				provider := {
+					fr := {
+						netdev := "hdlc1",
+						dlci := 16
+					}
+				},
+				nsvci := 1
+			}, {
+				provider := {
+					fr := {
+						netdev := "hdlc2",
+						dlci := 17
+					}
+				},
+				nsvci := 2
+			}, {
+				provider := {
+					fr := {
+						netdev := "hdlc3",
+						dlci := 18
+					}
+				},
+				nsvci := 3
+			}, {
+				provider := {
+					fr := {
+						netdev := "hdlc4",
+						dlci := 19
+					}
+				},
+				nsvci := 4
+			}
+		}
+	}
+}
+GBProxy_Tests.mp_gbconfigs := {
+		{
+			nsei := 1,
+			sgsn_role := false,
+			bvc := {
+				{
+					bvci := 196,
+					cell_id := {
+						ra_id := {
+							lai := {
+								mcc_mnc := '262F42'H,
+								lac := 13135
+							},
+							rac := 0
+						},
+						cell_id := 20960
+					},
+					depth := BSSGP_DECODE_DEPTH_BSSGP
+				}
+			}
+		}
+	};
+
+[MAIN_CONTROLLER]
+
+[EXECUTE]
+GBProxy_Tests.control