Commit 68036296 authored by aligungr's avatar aligungr

NGAP paging handling

parent b588f769
......@@ -31,6 +31,7 @@ extern "C" struct ASN_NGAP_AMFConfigurationUpdate;
extern "C" struct ASN_NGAP_OverloadStart;
extern "C" struct ASN_NGAP_OverloadStop;
extern "C" struct ASN_NGAP_PDUSessionResourceReleaseCommand;
extern "C" struct ASN_NGAP_Paging;
namespace nr::gnb
{
......@@ -118,6 +119,7 @@ class NgapTask : public NtsTask
/* Radio resource control */
void handleRadioLinkFailure(int ueId);
void receivePaging(int amfId, ASN_NGAP_Paging *msg);
};
} // namespace nr::gnb
\ 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