Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions metadata_writer_nne.c
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,8 @@ static uint32_t md_find_network_id(uint32_t imsi_mccmnc, const char *iccid)
network_id = 18;
else if (strncmp(iccid, "894707150000014", 15) == 0)
network_id = 19;
else if (strncmp(iccid, "894707150000015", 15) == 0)
network_id = 19;
}
break;
case 26001:
Expand Down