go-gtp icon indicating copy to clipboard operation
go-gtp copied to clipboard

GTP (GPRS Tunneling Protocol) implemented in pure Golang.

Results 25 go-gtp issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.2 to 1.13.0. Release notes Sourced from github.com/prometheus/client_golang's releases. 1.13.0 / 2022-08-06 [CHANGE] Minimum required Go version is now 1.17 (we also test client_golang against the new...

dependencies

add MarshalTo() and MarshalLen() for GTPv2 echo request using reflect package reflection can be used in order to define Marshal functions once for all. here is an example with GTPv2...

Hi, I want to extend the following code in **s1mme.proto** : ``` message AttachResponse { Cause cause = 1; // result string sgw_addr = 2; uint32 o_tei = 3; **string...

To prevent #68 in future we should provide convenience script to use the gw-tester code and test end-to-end connectivity in CI or by developer.

enhancement

Hi @wmnsk, I see that when we send any of the messages we can use `session.WaitMessage(sequence, GtpTimeout)` to wait for the response for this specific message. That function works because...

Since #34 is merged, this project cannot be built on Windows, but it should be supported by isolating platform-specific codes. As I think there are few people trying to run...

How/where should this be handled? How to survive a restart without losing all the sessions in case of scheduled and unscheduled maintenance? To support scheduled, I am guessing, the app...

This PR fixes two issues related to decoding gtpv1 headers that contain inconsistent/corrupted data. It also adds unit tests to check that these headers are handled correctly. Each fix has...

Hello, I've found an issue in Extension Header Type List length field size. As you have generic ie structure, which has two byte length size, the same is applied to...

Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.5.3 to 1.5.4. Release notes Sourced from github.com/golang/protobuf's releases. v1.5.4 Notable changes update descriptor.proto to latest version Commits 75de7c0 Merge pull request #1597 from golang/updatedesc b7697bb all:...

dependencies