open5gs/lib/3gpp/3gpp_message.h

23 lines
369 B
C

#ifndef __3GPP_COMMON_H__
#define __3GPP_COMMON_H__
#include "core.h"
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
#define MESSAGE_SDU_SIZE 2048
#define MAX_IMSI_LEN 15
#define MAX_RAND_LEN 16
#define MAX_AUTN_LEN 16
#define MAX_RES_LEN 16
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* !__3GPP_COMMON_H__ */