blob: 4bba031efb5cf191904ef0e437e488ff172cd6bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* ========================================
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 <NeKit/Config.h>
#include <NeKit/KString.h>
#endif // ifndef _INC_NETWORK_LTE_H_
|