ue_nas_interfaces.h: set default APN type to ipv4

This commit is contained in:
Andre Puschmann 2022-01-26 18:54:54 +01:00
parent cceae68958
commit c3596cc684
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class pdu_session_cfg_t
{
public:
std::string apn_name;
apn_types apn_type;
apn_types apn_type = ipv4;
std::string apn_user;
std::string apn_pass;
};