hnbgw: set default RNC ID to 23 (for testing)

This should ultimately be user configurable, but for now 23 is better than 0.
This commit is contained in:
Neels Hofmeyr 2016-04-05 14:27:48 +02:00
parent 02be4e3933
commit a4540be792
1 changed files with 1 additions and 0 deletions

View File

@ -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)