Create a scenario as per the screenshot below in LTE:


Settings done to create the network:

1. Grid length - 1000*1000m

2. Select TCP in all devices in Transport Layer 

3. Create 2CBR applications from Wired Node to UEs with default properties

4. Enable Packet trace

5. Simulate for 10 seconds


After simulation, open packet trace and filter Control_Packet_Type to TCP_SYN, TCP_SYN_ACK and TCP_ACK. Then filter Source_ID to Node-4, UE-5, and Destination_ID to UE-5, Node-4. Now the packet trace file would look like


From the above screenshot, we can observe TCP 3-way handshake process from source to destination


And similarly, one can observe TCP Acks and finally TCP connection tear down.