Skip to content

Conversation

louisroyer
Copy link
Contributor

As specified in TS 129.281,

Even if there is no path in use, a GTP-U peer shall be prepared to receive an Echo Request at any time and it shall reply with an Echo Response.

Also:

4.4.3.2 Echo Response Message
The IP Source Address shall be copied from the IP destination address of the GTP request message to which this GTP-U entity is replying.
The IP Destination Address shall be copied from the IP Source Address of the GTP request message to which this GTP-U entity is replying.

With the current implementation, the gnb do not respond to GTP-U Echo Request and log the following message:

[gtp] [error] TEID 0 not found on GTP-U Downlink

With this PR, a GTP-U Echo Response is send back to the GTP peer.

@louisroyer louisroyer force-pushed the gtp-echo-response branch 2 times, most recently from 05a1c25 to cfd4ae8 Compare June 16, 2022 15:16
As specified in TS 129.281,

```text
Even if there is no path in use, a GTP-U peer shall be prepared to receive an Echo Request at any time and it shall reply with an Echo Response.
```

Also:
```text
4.4.3.2 Echo Response Message
The IP Source Address shall be copied from the IP destination address of the GTP request message to which this GTP-U entity is replying.
The IP Destination Address shall be copied from the IP Source Address of the GTP request message to which this GTP-U entity is replying.
```

With the current implementation, the gnb do not respond to GTP-U Echo Request and log the following message:
```text
[gtp] [error] TEID 0 not found on GTP-U Downlink
```

With this PR, a GTP-U Echo Response is send back to the GTP peer.
@aligungr aligungr merged commit e83a82f into aligungr:master Jun 24, 2022
@louisroyer louisroyer deleted the gtp-echo-response branch June 24, 2022 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants