TSG-22699 适配控制报文修改

This commit is contained in:
wangmenglan
2024-09-23 18:35:47 +08:00
committed by luwenpeng
parent a571c85b47
commit 707b418250
21 changed files with 325 additions and 265 deletions

View File

@@ -100,9 +100,9 @@ enum tfe_cmsg_tlv_type
TFE_CMSG_SRC_PHONE_NUM_STR, // string max size 256
TFE_CMSG_SRC_APN_STR, // string max size 256
TFE_CMSG_SRC_IP_TAGS_IDS_STR, // string max size 21 * 128 = 2688, example: "1,2,3,4,5"
TFE_CMSG_DST_IP_TAGS_IDS_STR, // string max size 21 * 128 = 2688, example: "1,2,3,4,5"
TFE_CMSG_FQDN_TAGS_IDS_STR, // string max size 21 * 128 = 2688, example: "1,2,3,4,5"
TFE_CMSG_SRC_IP_TAGS_IDS_ARR, // uuid_t array
TFE_CMSG_DST_IP_TAGS_IDS_ARR, // uuid_t array
TFE_CMSG_FQDN_TAGS_IDS_ARR, // uuid_t array
/* Add new cmsg here */
/* Add new cmsg here */