PSEA - Init capture function

parent e638715d
...@@ -21,3 +21,7 @@ ...@@ -21,3 +21,7 @@
#include "PduSessionEstablishmentAccept.h" #include "PduSessionEstablishmentAccept.h"
#include "common/utils/LOG/log.h" #include "common/utils/LOG/log.h"
void capture_pdu_session_establishment_accept(uint8_t *buffer, uint32_t msg_length){
return;
}
\ No newline at end of file
...@@ -157,4 +157,6 @@ typedef struct security_protected_nas_5gs_msg_s { ...@@ -157,4 +157,6 @@ typedef struct security_protected_nas_5gs_msg_s {
uint8_t sqn; /* Sequence Number */ uint8_t sqn; /* Sequence Number */
} security_protected_nas_5gs_msg_t; /* 24.501 Figure 9.1.1.2 */ } security_protected_nas_5gs_msg_t; /* 24.501 Figure 9.1.1.2 */
void capture_pdu_session_establishment_accept(uint8_t *buffer, uint32_t msg_length);
#endif #endif
\ 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