lte: Remove unimplemented declarations and rescan bindings

This commit is contained in:
Tom Henderson
2017-03-02 10:30:16 -08:00
parent 42a3a311d8
commit 87b884a606
3 changed files with 0 additions and 30 deletions

View File

@@ -18847,11 +18847,6 @@ def register_Ns3LteUeRrc_methods(root_module, cls):
cls.add_method('GetAsSapProvider',
'ns3::LteAsSapProvider *',
[])
## lte-ue-rrc.h (module 'lte'): bool ns3::LteUeRrc::GetCaSupport() const [member function]
cls.add_method('GetCaSupport',
'bool',
[],
is_const=True)
## lte-ue-rrc.h (module 'lte'): uint16_t ns3::LteUeRrc::GetCellId() const [member function]
cls.add_method('GetCellId',
'uint16_t',
@@ -18929,10 +18924,6 @@ def register_Ns3LteUeRrc_methods(root_module, cls):
cls.add_method('SetAsSapUser',
'void',
[param('ns3::LteAsSapUser *', 's')])
## lte-ue-rrc.h (module 'lte'): void ns3::LteUeRrc::SetCaSupport(bool supportCa) [member function]
cls.add_method('SetCaSupport',
'void',
[param('bool', 'supportCa')])
## lte-ue-rrc.h (module 'lte'): void ns3::LteUeRrc::SetImsi(uint64_t imsi) [member function]
cls.add_method('SetImsi',
'void',

View File

@@ -18847,11 +18847,6 @@ def register_Ns3LteUeRrc_methods(root_module, cls):
cls.add_method('GetAsSapProvider',
'ns3::LteAsSapProvider *',
[])
## lte-ue-rrc.h (module 'lte'): bool ns3::LteUeRrc::GetCaSupport() const [member function]
cls.add_method('GetCaSupport',
'bool',
[],
is_const=True)
## lte-ue-rrc.h (module 'lte'): uint16_t ns3::LteUeRrc::GetCellId() const [member function]
cls.add_method('GetCellId',
'uint16_t',
@@ -18929,10 +18924,6 @@ def register_Ns3LteUeRrc_methods(root_module, cls):
cls.add_method('SetAsSapUser',
'void',
[param('ns3::LteAsSapUser *', 's')])
## lte-ue-rrc.h (module 'lte'): void ns3::LteUeRrc::SetCaSupport(bool supportCa) [member function]
cls.add_method('SetCaSupport',
'void',
[param('bool', 'supportCa')])
## lte-ue-rrc.h (module 'lte'): void ns3::LteUeRrc::SetImsi(uint64_t imsi) [member function]
cls.add_method('SetImsi',
'void',

View File

@@ -274,18 +274,6 @@ public:
*/
void SetUseRlcSm (bool val);
/**
*
* \param support CA
*/
void SetCaSupport (bool supportCa);
/**
*
* \return support CA
*/
bool GetCaSupport (void) const;
/**
* TracedCallback signature for imsi, cellId and rnti events.
*