eMBMS: removing duplicate sib13 functions from RRC

master
yagoda 2 years ago committed by Justin Tallon
parent 1acf19c8b1
commit 637e7ce9fa

@ -474,7 +474,7 @@ int rlc::add_bearer_mrb(uint32_t lcid)
} }
logger.info("Added bearer MRB%d with mode RLC_UM", lcid); logger.info("Added bearer MRB%d with mode RLC_UM", lcid);
} else { } else {
logger.warning("Bearer MRB%d already created.", lcid); logger.info("Bearer MRB%d already created.", lcid);
} }
return SRSRAN_SUCCESS; return SRSRAN_SUCCESS;

@ -158,8 +158,6 @@ public:
uint32_t get_cell_id() const { return (uint32_t)sib1.cell_access_related_info.cell_id.to_number(); } uint32_t get_cell_id() const { return (uint32_t)sib1.cell_access_related_info.cell_id.to_number(); }
asn1::fixed_bitstring<28> get_cell_id_bit() const { return sib1.cell_access_related_info.cell_id; } asn1::fixed_bitstring<28> get_cell_id_bit() const { return sib1.cell_access_related_info.cell_id; }
bool has_sib13() const { return has_valid_sib13; }
uint16_t get_mcc() const; uint16_t get_mcc() const;
uint16_t get_mnc() const; uint16_t get_mnc() const;
@ -173,7 +171,6 @@ public:
asn1::rrc::mcch_msg_s mcch = {}; asn1::rrc::mcch_msg_s mcch = {};
private: private:
bool has_valid_sib13 = false;
}; };
//! Universal methods to extract pci/earfcn and compare the two values //! Universal methods to extract pci/earfcn and compare the two values

Loading…
Cancel
Save