A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
epc-x2-sap.cc
Go to the documentation of this file.
1/*
2 * Copyright (c) 2012 Centre Tecnologic de Telecomunicacions de Catalunya (CTTC)
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 * Author: Manuel Requena <manuel.requena@cttc.es>
7 */
8
9#include "epc-x2-sap.h"
10
11namespace ns3
12{
13
17
19 : erabLevelQosParameters(EpsBearer(EpsBearer::GBR_CONV_VOICE))
20{
21}
22
26
30
31} // namespace ns3
virtual ~EpcX2Sap()
Definition epc-x2-sap.cc:14
~EpcX2SapProvider() override
Definition epc-x2-sap.cc:23
~EpcX2SapUser() override
Definition epc-x2-sap.cc:27
This class contains the specification of EPS Bearers.
Definition eps-bearer.h:80
Every class exported by the ns3 library is enclosed in the ns3 namespace.