Searched refs:cellBroadcastReportInfo (Results 1 – 1 of 1) sorted by relevance
895 result.mid = cellBroadcastReportInfo->mid; in MakeCBConfigResult()896 result.length = cellBroadcastReportInfo->length; in MakeCBConfigResult()897 result.page = cellBroadcastReportInfo->page; in MakeCBConfigResult()898 result.pages = cellBroadcastReportInfo->pages; in MakeCBConfigResult()899 result.sn = cellBroadcastReportInfo->sn; in MakeCBConfigResult()900 if (cellBroadcastReportInfo->data == nullptr) { in MakeCBConfigResult()905 result.data = std::string(cellBroadcastReportInfo->data); in MakeCBConfigResult()907 if (cellBroadcastReportInfo->pdu == nullptr) { in MakeCBConfigResult()912 result.pdu = StringToHex(cellBroadcastReportInfo->pdu, cellBroadcastReportInfo->length); in MakeCBConfigResult()914 if (cellBroadcastReportInfo->dcs == nullptr) { in MakeCBConfigResult()[all …]