Reputation: 21
I am working on LTE-EPC software application and get a theory-based problem.
What will happen to the tcp session already set in the default bearer? Should it be reestablished? Or packets will be routed through the additional bearer? Is there any good informational resource about this situation?
Upvotes: 2
Views: 197
Reputation: 7852
Any new additional service request shall not cause re-establishment of the already existing bearer but it will be served in the form of establishment of additional dedicated bearer incase if it is not feasible to serve using the already existing default bearer.
Upvotes: 1
Reputation: 11
specification number correct :-).
I think as per the specification 3GPP TS 23.401 , the connection is UDP based and not TCP. If any new service is requested by an UE ,the LTE network element will try to either serve using a dedicated or default bearer. In response to your query, this is what would happen : The connection will not be re-established but instead an dedicated bearers would be established.
For more information on LTE stack,dedicated bearers ,Please refer : 3GPP TS 23.401 latest release
Upvotes: 1