lte: Initialize InterfaceType_t

This commit is contained in:
Gabriel Ferreira
2024-05-02 16:00:07 +02:00
parent d147dc3627
commit bbc822f74a

View File

@@ -127,9 +127,9 @@ class GtpcHeader : public Header
/// FTEID structure
struct Fteid_t
{
InterfaceType_t interfaceType; //!< Interface type
Ipv4Address addr; //!< IPv4 address
uint32_t teid; //!< TEID
InterfaceType_t interfaceType{}; //!< Interface type
Ipv4Address addr; //!< IPv4 address
uint32_t teid; //!< TEID
};
/// Message Type enumeration