Commit d7bba513 authored by wangyongshou's avatar wangyongshou

finish handover reuqest msg

parent 3565d1fa
This diff is collapsed.
...@@ -93,6 +93,16 @@ typedef struct fiveG_s_tmsi_s /*5G ADD it */ ...@@ -93,6 +93,16 @@ typedef struct fiveG_s_tmsi_s /*5G ADD it */
uint32_t fiveG_s_tmsi; //32 uint32_t fiveG_s_tmsi; //32
}fiveG_s_tmsi_t; }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*/ typedef struct amf_set_id_s /*5G ADD it*/
{ {
uint16_t amf_set_id:10; 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