Searched refs:carrier (Results 1 – 7 of 7) sorted by relevance
23 * The pattern is alternating series of carrier on and off periods measured in24 * microseconds. The carrier should be turned off at the end of a transmit
49 /** A valid 'carrier frequency' is stored in the data structure. */51 /** A valid 'carrier cycles' is stored in the data structure. */53 /** A valid 'carrier phase' is stored in the data structure. */55 /** A valid 'carrier phase uncertainty' is stored in the data structure. */441 * It is mandatory that this value be provided at typical carrier phase PRR469 * 'carrier phase' is given by the equation:470 * accumulated delta range = -k * carrier phase (where k is a constant)505 * The number of full carrier cycles between the satellite and the518 * This is usually the fractional part of the complete carrier phase522 * The value contains the 'carrier-phase uncertainty' in it.[all …]
93 * @param version SUPL version requested by carrier. This is a bit mask
172 RESTRICTED, // card is present but not usable due to carrier771 SPN = 1, // Use SPN and mcc/mnc to identify the carrier772 IMSI_PREFIX = 2, // Use IMSI prefix and mcc/mnc to identify the carrier773 GID1 = 3, // Use GID1 and mcc/mnc to identify the carrier774 GID2 = 4, // Use GID2 and mcc/mnc to identify the carrier1112 // but is used for access to carrier services in an1806 string mvnoMatchData; // MVNO matching data. This is defined by the carrier.1860 CarrierMatchType matchType; // Specify match type for the carrier.1871 // gid1 is ABCD. It means except the carrier whose gid1
436 * boxes of carrier PCO data for a given call must result in a series of
1495 * Set carrier restrictions. Expected modem behavior:1519 * Get carrier restrictions.
6295 RIL_Carrier *carrier = pCr->allowed_carriers + i; in getAllowedCarriersResponse() local6296 carrierInfo.allowedCarriers[i].mcc = convertCharPtrToHidlString(carrier->mcc); in getAllowedCarriersResponse()6297 carrierInfo.allowedCarriers[i].mnc = convertCharPtrToHidlString(carrier->mnc); in getAllowedCarriersResponse()6298 carrierInfo.allowedCarriers[i].matchType = (CarrierMatchType) carrier->match_type; in getAllowedCarriersResponse()6300 convertCharPtrToHidlString(carrier->match_data); in getAllowedCarriersResponse()6305 RIL_Carrier *carrier = pCr->excluded_carriers + i; in getAllowedCarriersResponse() local6306 carrierInfo.excludedCarriers[i].mcc = convertCharPtrToHidlString(carrier->mcc); in getAllowedCarriersResponse()6307 carrierInfo.excludedCarriers[i].mnc = convertCharPtrToHidlString(carrier->mnc); in getAllowedCarriersResponse()6308 carrierInfo.excludedCarriers[i].matchType = (CarrierMatchType) carrier->match_type; in getAllowedCarriersResponse()6310 convertCharPtrToHidlString(carrier->match_data); in getAllowedCarriersResponse()