[GTPv1C] Set EUA spare field to '1111' as per spec (#1388)

This commit is contained in:
Pau Espin 2022-02-23 22:03:54 +01:00 committed by GitHub
parent 3833a73a14
commit dbd9e8bd78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ int ogs_gtp1_ip_to_eua(uint8_t pdu_session_type, const ogs_ip_t *ip,
memset(eua, 0, sizeof *eua);
eua->spare = 0xf; /* TS 29.060 Figure 35 */
eua->organization = OGS_PDP_EUA_ORG_IETF;
switch (pdu_session_type)