Skip to content

Commit

Permalink
NNSF refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
aligungr committed Feb 17, 2021
1 parent ed946b1 commit 4f1f5a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gnb/ngap/task.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ class NgapTask : public NtsTask
void deleteAmfContext(int amfId);

/* Interface management */
void handleAssociationSetup(int amfId, int ascId, int inCount, int outCount);
void handleAssociationShutdown(int amfId);
void sendNgSetupRequest(int amfId);
void sendErrorIndication(int amfId, NgapCause cause = NgapCause::Protocol_unspecified, int ueId = 0);
void receiveNgSetupResponse(int amfId, ASN_NGAP_NGSetupResponse *msg);
void receiveNgSetupFailure(int amfId, ASN_NGAP_NGSetupFailure *msg);
void receiveErrorIndication(int amfId, ASN_NGAP_ErrorIndication *msg);
void receiveAmfConfigurationUpdate(int amfId, ASN_NGAP_AMFConfigurationUpdate *msg);
void handleAssociationSetup(int amfId, int ascId, int inCount, int outCount);
void handleAssociationShutdown(int amfId);

/* Message transport */
void sendNgapNonUe(int amfId, ASN_NGAP_NGAP_PDU *pdu);
Expand Down

0 comments on commit 4f1f5a9

Please sign in to comment.