Lines Matching defs:RadioNetwork
31 struct RadioNetwork : public network::BnRadioNetwork { struct
113 const std::shared_ptr<network::IRadioNetworkResponse>& radioNetworkResponse, argument
119 std::shared_ptr<network::IRadioNetworkResponse> mRadioNetworkResponse; argument
120 std::shared_ptr<network::IRadioNetworkIndication> mRadioNetworkIndication; argument
122 std::mutex mMtx;
123 AtResponse::CREG mCreg;
124 AtResponse::CGREG mCgreg;
125 AtResponse::CSQ mCsq;
126 std::optional<AtResponse::COPS::OperatorInfo> mCurrentOperator;
127 std::optional<ratUtils::ModemTechnology> mCurrentModemTech;
128 AtResponse::CTZV mCtzv;
129 int64_t mCtzvTimestamp;
130 modem::RadioState mRadioState = modem::RadioState::OFF;
131 int mPrimaryBandwidth = 0;
132 int mSecondaryBandwidth = 0;
133 bool mNullCipherAndIntegrityEnabled = false;
134 bool mIsCellularIdentifierTransparencyEnabled = false;
135 bool mSecurityAlgorithmsUpdatedEnabled = false;
136 bool mIsNrDualConnectivityEnabled = true;
137 bool mIsN1ModeEnabled = false;