Bsf
class Bsf
kotlin.Any | |
↳ | android.telephony.CarrierConfigManager.Bsf |
This groups the BSF (BootStrapping Function) related configs. Reference: 3GPP TS 24.109.
Summary
Constants | |
---|---|
static String |
Specifies the fully qualified domain name (FQDN) of BSF Server as per 3GPP 24. |
static String |
Specifies the port number of the BSF server as per 3GPP 24. |
static String |
Specifies the transport type used in communication with BSF server. |
static String |
Prefix of all bsf. |
Constants
KEY_BSF_SERVER_FQDN_STRING
static val KEY_BSF_SERVER_FQDN_STRING: String
Specifies the fully qualified domain name (FQDN) of BSF Server as per 3GPP 24.109.
Value: "bsf.bsf_server_fqdn_string"
KEY_BSF_SERVER_PORT_INT
static val KEY_BSF_SERVER_PORT_INT: String
Specifies the port number of the BSF server as per 3GPP 24.109. This is usually default port number of HTTP, i.e. 80.
Value: "bsf.bsf_server_port_int"
KEY_BSF_TRANSPORT_TYPE_INT
static val KEY_BSF_TRANSPORT_TYPE_INT: String
Specifies the transport type used in communication with BSF server.
Possible values are, Ims#PREFERRED_TRANSPORT_TCP
, Ims#PREFERRED_TRANSPORT_TLS
If key is invalid or not configured, the default value Ims#PREFERRED_TRANSPORT_TCP
will apply.
Value: "bsf.bsf_transport_type_int"
KEY_PREFIX
static val KEY_PREFIX: String
Prefix of all bsf.KEY_* constants.
Value: "bsf."