Commit 22d92e5d authored by aligungr's avatar aligungr

RLS improvements

parent 09e012d5
......@@ -10,6 +10,7 @@
#include "udp_task.hpp"
#include <lib/rrc/rrc.hpp>
#include <ue/nts.hpp>
#include <ue/types.hpp>
#include <utils/nts.hpp>
......@@ -35,9 +36,11 @@ class RlsControlTask : public NtsTask
public:
void initialize(RlsUdpTask *udpTask);
private: /* NTS related handlers */
private: /* Service Access Point */
void handleRlsMessage(int cellId, rls::RlsMessage &msg);
void handleSignalChange(int cellId, int dbm);
void handleRrcDelivery(int cellId, uint32_t pduId, rrc::RrcChannel channel, OctetString &&data);
void handleDataDelivery(int cellId, int psi, OctetString &&data);
};
} // namespace nr::ue
\ No newline at end of file
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