Attention is currently required from: dexter.
Patch set 1:Code-Review -1
5 comments:
Patchset:
This cannot be merged until we confirm the ImmAss on AGCH back to PCU. This is going to be useful for UL TBF Imm Ass too.
File src/bts.cpp:
Patch Set #1, Line 1126: if (strlen(tbf->imsi()) < 3) {
ms_imsi_is_valid()
Patch Set #1, Line 1127: /* In case the IMSI is not yet known, the IMMEDIATE ASSIGNMENT is sent on the AGCH. The reason
Maybe explain that the usual case around here is during GMM attach, where the SGSN still didn't learn the IMSI of the subscriber (through Id Request)
File src/pcu_l1_if.cpp:
Patch Set #1, Line 278: /* OS#6097: if strlen(imsi) == 0: We assume the MS is in non-DRX
imsi_len = strlen(imsi);
OSMO_ASSERT (imsi_len > 0);
Patch Set #1, Line 310: /* OS#6097: if strlen(pch_dt.imsi) == 0: We assume the MS is in non-DRX
Same as above.
To view, visit change 33768. To unsubscribe, or for help writing mail filters, visit settings.