Commit c19f14f0 authored by yunshou-yang's avatar yunshou-yang

add encode files

parent 22f95873
This source diff could not be displayed because it is too large. You can view the blob instead.
#ifndef _NAS_SM_ENCODE_TO_JSON_H_
#define _NAS_SM_ENCODE_TO_JSON_H_
int sm_encode_establishment_request(void);
//int sm_encode_establishment_accept(void);
int sm_encode_establishment_reject(void);
int sm_encode_authentication_command(void);
int sm_encode_authentication_complete(void);
int sm_encode_authentication_result(void);
//int sm_encode_modification_request(void);
int sm_encode_modification_reject(void);
//int sm_encode_modification_command(void);
int sm_encode_modification_complete(void);
int sm_encode_modification_command_reject(void);
int sm_encode_release_request(void);
int sm_encode_release_reject(void);
int sm_encode_release_command(void);
int sm_encode_release_complete(void);
int sm_encode__5gsm_status_(void);
#endif
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