- A default bearer is automatically created as part of UE attach (This is UE-initiated IP-CAN session initiation).
- It is possible to also include a dedicated bearer for signalling on UE attach but this is not compulsory (This is UE-initiated IP-CAN session modification).
- A UE initiates an IMS session by sending a SIP INVITE message and IMS elements (typically the P-CSCF) triggers the activation of the dedicated bearer for the session via Rx/PCRF/Gx/PGW.
- Similarly when a session is terminated the UE sends a SIP BYE message and the P-CSCF triggers removal of the dedicated bearer via Rx/PCRF/Gx/PGW. (This is network initiated IP-CAN session modification for the VoLTE dedicated media bearer.)
- UE terminate an IMS call and sends a SIP BYE. Typically the dedicated bearer is removed through Rx/PCRF/Gx. BUT if the SIP BYE is lost in the network, the dedicated bearer remains and the user is still charged even though the call is "ended".
- UE sends SIP INVITE and initiates dedicated bearer activation which goes PGW/Gx/PCRF.
- With SIP preconditions full IMS signalling only takes place once both sides have completed UE initiated dedicated bearer activation. (Rx is still used but differently .. not 100% sure how)
- When the UE terminates the call it sends a SIP BYE message and activates the removal of the dedicated bearer.
- If a SIP BYE message is lost the dedicated bearer is still removed, the PCRF is informed, and in turn the IMS elements are informed via Rx. The session will be fully torn down and charging will be stopped.
- Have you explored anything in IMS that can provide a solution to lost SIP Bye?
- Is it a really good idea to rely on UE to establish/teardown the SIP signalling? How do you plan to interop with tons of UEs that will available in market soon.
- To me the solution should be driven from the network, based on the UE subscription. You can establish a non GBR dedicated bearer when UE is initially attached to the network for the purpose of SIP signaling, that can just stay there as long as UE is attached. QCI - 1 is designated for this. This will be inline with further SRVCC procedure.
- If dedicated bearer creation and deletion needs to be triggered by Rx, then I am afraid there is no trivial solution to deal with lost SIP Bye, unless IMS presents us with one.
If this is detected the bearer will be torn down - PCRF informed etc. Though I've yet to see this demonstrated I am pretty sure this capability exists in standard EPC. So I think my original concern is
actually not a problem at all - what do you think?