srsLTE/lib/include/srsran/rlc/rlc_am_nr.h

33 lines
645 B
C
Raw Normal View History

/**
*
* \section COPYRIGHT
*
2021-03-19 03:45:56 -07:00
* Copyright 2013-2021 Software Radio Systems Limited
*
* By using this file, you agree to the terms and conditions set
* forth in the LICENSE file which can be found at the top level of
* the distribution.
*
*/
2021-03-19 03:45:56 -07:00
#ifndef SRSRAN_RLC_AM_NR_H
#define SRSRAN_RLC_AM_NR_H
2021-03-19 03:45:56 -07:00
#include "srsran/common/buffer_pool.h"
#include "srsran/common/common.h"
#include "srsran/common/timers.h"
2021-06-25 06:24:56 -07:00
#include "srsran/rlc/rlc_am_base.h"
2021-03-19 03:45:56 -07:00
#include "srsran/upper/byte_buffer_queue.h"
#include <map>
#include <mutex>
#include <pthread.h>
#include <queue>
2021-03-19 03:45:56 -07:00
namespace srsran {
// TODO
2021-03-19 03:45:56 -07:00
} // namespace srsran
2021-03-19 03:45:56 -07:00
#endif // SRSRAN_RLC_AM_NR_H