Skip to content

Commit 019e4f4

Browse files
committed
add missing topics
1 parent 35aa274 commit 019e4f4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

metadata_writer_zeromq_monroe.c

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ const char *monroe_topics[MD_ZMQ_TOPICS_MAX + 1] = {
1414
"UPDATE",
1515
"IP_ADDR",
1616
"LOC_CHANGE",
17-
"NW_MCCMNC_CHANGE"
17+
"NW_MCCMNC_CHANGE",
18+
"RADIO_CELL_LOCATION_GERAN",
19+
"RADIO_GSM_RR_CELL_SEL_RESEL_PARAM",
20+
"RADIO_GRR_CELL_RESEL",
21+
"RADIO_GSM_RR_CIPHER_MODE",
22+
"RADIO_GSM_RR_CHANNEL_CONF"
1823
};
1924

2025
const char *monroe_keys[MD_ZMQ_KEYS_MAX + 1] = {

0 commit comments

Comments
 (0)