We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd3932 commit 72bff83Copy full SHA for 72bff83
srsenb/src/stack/upper/s1ap.cc
@@ -1385,7 +1385,8 @@ bool s1ap::ue::send_initialuemessage(asn1::s1ap::rrc_establishment_cause_e cause
1385
1386
bool s1ap::ue::send_ulnastransport(srsran::unique_byte_buffer_t pdu)
1387
{
1388
- if (not s1ap_ptr->mme_connected) {
+ if (not ctxt.mme_ue_s1ap_id.has_value()) {
1389
+ logger.error("Trying to send UL NAS Transport message for rnti=0x%x without MME-S1AP-UE-ID", ctxt.rnti);
1390
return false;
1391
}
1392
0 commit comments