/* ======================================== Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.. File: LTE.h. Purpose: LTE protocol classes. ======================================== */ #ifndef _INC_NETWORK_LTE_H_ #define _INC_NETWORK_LTE_H_ #include #include #endif // ifndef _INC_NETWORK_LTE_H_