Commit d998bea3 authored by aligungr's avatar aligungr

RLS improvements

parent 066c2bfc
......@@ -22,10 +22,10 @@ enum class EMessageType : uint8_t
{
RESERVED = 0,
CELL_INFO_REQUEST = 1,
CELL_INFO_RESPONSE = 2,
CELL_INFO_REQUEST = 1, // TODO: deprecate
CELL_INFO_RESPONSE = 2, // TODO: deprecate
PDU_DELIVERY = 3,
PDU_DELIVERY = 3, // TODO: deprecate
HEARTBEAT = 4,
HEARTBEAT_ACK = 5,
......
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