Commit a07f5dda authored by aligungr's avatar aligungr

SRA dev.

parent 43e1dc4b
......@@ -112,15 +112,6 @@ void UeMrTask::onLoop()
m_rlsEntity->startGnbSearch();
break;
}
case NwUeRrcToMr::RRC_PDU_DELIVERY: {
// Append channel information
OctetString stream{};
stream.appendOctet(static_cast<int>(w->channel));
stream.append(w->pdu);
m_rlsEntity->onUplinkDelivery(rls::EPayloadType::RRC, std::move(stream));
break;
}
case NwUeRrcToMr::RRC_CONNECTION_RELEASE: {
m_rlsEntity->localReleaseConnection(w->cause);
m_rlsEntity->resetEntity();
......
......@@ -197,14 +197,9 @@ struct NwUeRrcToMr : NtsMessage
enum PR
{
PLMN_SEARCH_REQUEST,
RRC_PDU_DELIVERY,
RRC_CONNECTION_RELEASE,
} present;
// RRC_PDU_DELIVERY
rrc::RrcChannel channel{};
OctetString pdu{};
// RRC_CONNECTION_RELEASE
rls::ECause cause{};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment