aboutsummaryrefslogtreecommitdiffstats
path: root/src/hnbgw.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-04-05 14:27:48 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-04-06 18:58:36 +0200
commita4540be792728bf45eacf2e6561f95e68a9f7a91 (patch)
tree27990fdcf3f7af464470340464145fc42563c210 /src/hnbgw.c
parent02be4e393304c1a7fb40cd065c8baf0e7e95b460 (diff)
hnbgw: set default RNC ID to 23 (for testing)
This should ultimately be user configurable, but for now 23 is better than 0.
Diffstat (limited to 'src/hnbgw.c')
-rw-r--r--src/hnbgw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hnbgw.c b/src/hnbgw.c
index 3421f4f..dab1085 100644
--- a/src/hnbgw.c
+++ b/src/hnbgw.c
@@ -404,6 +404,7 @@ int main(int argc, char **argv)
talloc_asn1_ctx = talloc_named_const(NULL, 0, "asn1_context");
g_hnb_gw = hnb_gw_create(tall_hnb_ctx);
+ g_hnb_gw->config.rnc_id = 23;
rc = osmo_init_logging(&hnbgw_log_info);
if (rc < 0)