hrbqby 发表于 2012-5-30 22:13
附件为消息
根据规范是可以这样做的应该。Service Request消息里有个“uplink data status”字段是可选的,可以抓下包看下UE发出来的service request消息里有没有该字段,里面是包含了UE当前处于pending状态PDP上下文对应的NSAPI,在10.5.7.7章节定义。而该字段的用法是这么说的:“ For a Service Request of type "data", the MS may include the Uplink data status information element in the SERVICE REQUEST message. The Uplink data status information indicates which preserved PDP contexts have pending uplink data to be sent. If the Uplink data status information element is included in the SERVICE REQUEST message with service type "data", the network may use this information to determine which of the RABs for the preserved PDP contexts to re-establish.” 也就是网络侧可以根据该字段决定要对哪些pending的PDP上下文对应的RAB(由uplink data staus字段里的NSAPI来指明)来进行重建。 |