Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/modem_simulator/sim_service.h"
#include <android-base/logging.h>
#include <tinyxml2.h>
#include "cuttlefish/common/libs/utils/files.h"
#include "cuttlefish/host/commands/modem_simulator/device_config.h"
#include "cuttlefish/host/commands/modem_simulator/network_service.h"
#include "cuttlefish/host/commands/modem_simulator/nvram_config.h"
#include "cuttlefish/host/commands/modem_simulator/pdu_parser.h"
Namespaces | |
namespace | cuttlefish |
Functions | |
const std::pair< int, int > | cuttlefish::kSimPinSizeRange (4, 8) |
Variables | |
constexpr int | cuttlefish::kSimPukSize = 8 |
constexpr int | cuttlefish::kSimPinMaxRetryTimes = 3 |
constexpr int | cuttlefish::kSimPukMaxRetryTimes = 10 |
static const std::string | cuttlefish::kDefaultPinCode = "1234" |
static const std::string | cuttlefish::kDefaultPukCode = "12345678" |
static const std::string | cuttlefish::MF_SIM = "3F00" |
static const std::string | cuttlefish::DF_TELECOM = "7F10" |
static const std::string | cuttlefish::DF_PHONEBOOK = "5F3A" |
static const std::string | cuttlefish::DF_GRAPHICS = "5F50" |
static const std::string | cuttlefish::DF_GSM = "7F20" |
static const std::string | cuttlefish::DF_CDMA = "7F25" |
static const std::string | cuttlefish::DF_ADF = "7FFF" |
constexpr int | cuttlefish::kFooterSizeBytes = 14 |
constexpr int | cuttlefish::kMaxNumberSizeBytes = 11 |
constexpr int | cuttlefish::kMaxLogicalChannels = 3 |
const std::map< SimService::SimStatus, std::string > | cuttlefish::gSimStatusResponse |