Commit d7bba513 authored by wangyongshou's avatar wangyongshou

finish handover reuqest msg

parent 3565d1fa
This diff is collapsed.
......@@ -87,12 +87,22 @@ typedef struct nr_cgi_s /*5G ADD it */
}nr_cgi_t;
typedef struct fiveG_s_tmsi_s /*5G ADD it */
{
{
uint16_t amf_set_id:10;
uint8_t amf_pointer:6;
uint32_t fiveG_s_tmsi; //32
}fiveG_s_tmsi_t;
typedef struct fiveG_s_gua_s /*5G ADD it */
{
plmn_t plmn;
uint8_t region_id;
uint16_t amf_set_id:10;
uint8_t amf_pointer:6;
}fiveG_s_gua_t;
typedef struct amf_set_id_s /*5G ADD it*/
{
uint16_t amf_set_id:10;
......
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