Searched defs:CbInfo (Results 1 – 1 of 1) sorted by relevance
36 using SmsCbInfo = struct CbInfo { struct37 CbInfo(const std::shared_ptr<GsmCbCodec::GsmCbMessageHeader> &headPtr, in CbInfo() argument41 CbInfo() {} in CbInfo() function42 std::shared_ptr<GsmCbCodec::GsmCbMessageHeader> header = nullptr;44 std::u16string plmn_ = u"";45 int32_t lac_ = -1;46 int32_t cid_ = -1;48 bool MatchLocation(std::u16string plmn, int32_t lac, int32_t cid) in MatchLocation()