Commit 4453a90d authored by aligungr's avatar aligungr

L3 RRC/NAS developments

parent d2bf24c4
......@@ -40,7 +40,7 @@ struct Tai
int tac;
Tai();
Tai(const Plmn& plmn, int tac);
Tai(const Plmn &plmn, int tac);
Tai(int mcc, int mnc, bool longMnc, int tac);
[[nodiscard]] bool hasValue() const;
......@@ -188,6 +188,12 @@ struct UacAiBarringSet
bool ai15 = false;
};
enum class Rc
{
OK,
FAIL
};
bool operator==(const Plmn &lhs, const Plmn &rhs);
bool operator!=(const Plmn &lhs, const Plmn &rhs);
......
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