TSG-13204 Decrypted Traffic Steering适配第三方设备状态的切换

-> 当第三方设备的状态从可用变为不可用时
    * 当前Stream依然按照Steering的流程处理,从eventcb中退出
    * 下一个新的Stream开始UnSteering
-> 当第三方设备的状态从不可用变为可用时
    * 当前Stream依然按照UnSteering的流程处理
    * 下一个新Stream开始Steering
This commit is contained in:
luwenpeng
2022-12-30 15:53:16 +08:00
parent b2c01eaa05
commit a2a4c32384
2 changed files with 14 additions and 15 deletions

View File

@@ -153,6 +153,9 @@ struct tfe_stream_private
/* OFFSET FOR LOG */
size_t downstream_rx_offset;
size_t upstream_rx_offset;
/* Decrypted Traffic Steering */
bool is_decrypted_traffic_steering;
};
static inline void * __STREAM_LOGGER(struct tfe_stream_private * _stream)