PSEA - Init capture function

parent e638715d
......@@ -20,4 +20,8 @@
*/
#include "PduSessionEstablishmentAccept.h"
#include "common/utils/LOG/log.h"
\ No newline at end of file
#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 {
uint8_t sqn; /* Sequence Number */
} 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
\ 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