libmsc/ran_conn.c: add missing 'break' to OSMO_RAT_EUTRAN_SGS

Change-Id: I18dfd08ea0857f2751164a295dd9de20a2024ac3
Fixes: CID#190874
This commit is contained in:
Vadim Yanitskiy 2019-02-23 15:51:23 +07:00 committed by Harald Welte
parent 0dfa61e39e
commit 1396e1ca35
1 changed files with 1 additions and 0 deletions

View File

@ -683,6 +683,7 @@ struct ran_conn *ran_conn_alloc(struct gsm_network *network,
break;
case OSMO_RAT_EUTRAN_SGS:
conn->log_subsys = DSGS;
break;
default:
conn->log_subsys = DMSC;
break;