s5e8825-common: Setup RIL
Change-Id: I9758242e9f50dd49032f7f9c1fbeb671422ad9b3 Signed-off-by: Majaahh <maja.blaszczak@proton.me>
This commit is contained in:
+617
-25
@@ -794,6 +794,43 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libfloatingfeature",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib/libfloatingfeature.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libexpat",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libfloatingfeature.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libexpat",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "both",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "liblastaboxmsg",
|
name: "liblastaboxmsg",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -1048,6 +1085,47 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libsecril-client",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib/libsecril-client.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"liblog",
|
||||||
|
"libcutils",
|
||||||
|
"libhardware_legacy",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libsecril-client.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"liblog",
|
||||||
|
"libcutils",
|
||||||
|
"libhardware_legacy",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "both",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libsehbluetooth_audio_session_aidl",
|
name: "libsehbluetooth_audio_session_aidl",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -1095,6 +1173,49 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libsemnativecarrierfeature",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib/libsemnativecarrierfeature.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libexpat",
|
||||||
|
"libcutils",
|
||||||
|
"libz",
|
||||||
|
"liblog",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libsemnativecarrierfeature.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libexpat",
|
||||||
|
"libcutils",
|
||||||
|
"libz",
|
||||||
|
"liblog",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "both",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libspatializerparamstorage",
|
name: "libspatializerparamstorage",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -1301,31 +1422,6 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "libfloatingfeature",
|
|
||||||
owner: "samsung",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib/libfloatingfeature.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"libexpat",
|
|
||||||
"libc++",
|
|
||||||
"libc",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "32",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libswdap",
|
name: "libswdap",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -1389,6 +1485,56 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libVendorSemDataProps",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libVendorSemDataProps.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"liblog",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libVendorSemTelephonyProps",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libVendorSemTelephonyProps.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"liblog",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libc++_shared",
|
name: "libc++_shared",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -1411,6 +1557,34 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libengmode_client",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libengmode_client.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libutils",
|
||||||
|
"libcutils",
|
||||||
|
"libbinder",
|
||||||
|
"liblog",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libhwjsqz",
|
name: "libhwjsqz",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -1439,6 +1613,101 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libril_sem",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libril_sem.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libhidlbase",
|
||||||
|
"android.hardware.radio@1.0",
|
||||||
|
"android.hardware.radio@1.1",
|
||||||
|
"android.hardware.radio@1.2",
|
||||||
|
"libbase",
|
||||||
|
"libbinder_ndk",
|
||||||
|
"android.hardware.radio.config-V1-ndk",
|
||||||
|
"android.hardware.radio.data-V1-ndk",
|
||||||
|
"android.hardware.radio.messaging-V1-ndk",
|
||||||
|
"android.hardware.radio.modem-V1-ndk",
|
||||||
|
"android.hardware.radio.network-V1-ndk",
|
||||||
|
"android.hardware.radio.sim-V1-ndk",
|
||||||
|
"android.hardware.radio.voice-V1-ndk",
|
||||||
|
"vendor.samsung.hardware.radio.bridge-V1-ndk",
|
||||||
|
"vendor.samsung.hardware.radio.data-V1-ndk",
|
||||||
|
"vendor.samsung.hardware.radio.messaging-V1-ndk",
|
||||||
|
"vendor.samsung.hardware.radio.network-V1-ndk",
|
||||||
|
"vendor.samsung.hardware.radio.sim-V1-ndk",
|
||||||
|
"libcutils",
|
||||||
|
"libhardware_legacy",
|
||||||
|
"liblog",
|
||||||
|
"librilutils",
|
||||||
|
"libutils",
|
||||||
|
"libfloatingfeature",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libsec-ril",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libsec-ril.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"liblog",
|
||||||
|
"libcutils",
|
||||||
|
"libril_sem",
|
||||||
|
"libnetutils",
|
||||||
|
"libsqlite",
|
||||||
|
"libhardware_legacy",
|
||||||
|
"libcrypto",
|
||||||
|
"librilutils",
|
||||||
|
"libxml2",
|
||||||
|
"libz",
|
||||||
|
"libutils",
|
||||||
|
"libjsoncpp",
|
||||||
|
"libVendorSemTelephonyProps",
|
||||||
|
"libVendorSemDataProps",
|
||||||
|
"libprotobuf-cpp-full-3.9.1",
|
||||||
|
"libvkmanager_vendor",
|
||||||
|
"libengmode_client",
|
||||||
|
"libbase",
|
||||||
|
"libbinder_ndk",
|
||||||
|
"vendor.samsung.hardware.radio.channel-V1-ndk",
|
||||||
|
"libsecnativefeature",
|
||||||
|
"libfloatingfeature",
|
||||||
|
"libsemnativecarrierfeature",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libsensorlistener",
|
name: "libsensorlistener",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -1519,6 +1788,32 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libvkmanager_vendor",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/libvkmanager_vendor.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libcutils",
|
||||||
|
"liblog",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "vendor.samsung.hardware.audio-V1-ndk",
|
name: "vendor.samsung.hardware.audio-V1-ndk",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -1544,6 +1839,189 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "vendor.samsung.hardware.radio-V1-ndk",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/vendor.samsung.hardware.radio-V1-ndk.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libbinder_ndk",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "vendor.samsung.hardware.radio.bridge-V1-ndk",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/vendor.samsung.hardware.radio.bridge-V1-ndk.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libbinder_ndk",
|
||||||
|
"vendor.samsung.hardware.radio-V1-ndk",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "vendor.samsung.hardware.radio.channel-V1-ndk",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/vendor.samsung.hardware.radio.channel-V1-ndk.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libbinder_ndk",
|
||||||
|
"vendor.samsung.hardware.radio-V1-ndk",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "vendor.samsung.hardware.radio.channel@2.0",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/vendor.samsung.hardware.radio.channel@2.0.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libhidlbase",
|
||||||
|
"liblog",
|
||||||
|
"libutils",
|
||||||
|
"libcutils",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "vendor.samsung.hardware.radio.data-V1-ndk",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/vendor.samsung.hardware.radio.data-V1-ndk.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libbinder_ndk",
|
||||||
|
"vendor.samsung.hardware.radio-V1-ndk",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "vendor.samsung.hardware.radio.messaging-V1-ndk",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/vendor.samsung.hardware.radio.messaging-V1-ndk.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libbinder_ndk",
|
||||||
|
"vendor.samsung.hardware.radio-V1-ndk",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "vendor.samsung.hardware.radio.sim-V1-ndk",
|
||||||
|
owner: "samsung",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/vendor.samsung.hardware.radio.sim-V1-ndk.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libbinder_ndk",
|
||||||
|
"vendor.samsung.hardware.radio-V1-ndk",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "vendor.samsung.hardware.thermal@1.0",
|
name: "vendor.samsung.hardware.thermal@1.0",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -1583,6 +2061,90 @@ prebuilt_etc_xml {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
prebuilt_etc_xml {
|
||||||
|
name: "vendor.samsung.hardware.radio.exclude.slsi.xml",
|
||||||
|
owner: "samsung",
|
||||||
|
src: "proprietary/vendor/etc/vintf/manifest/vendor.samsung.hardware.radio.exclude.slsi.xml",
|
||||||
|
filename_from_src: true,
|
||||||
|
sub_dir: "vintf/manifest",
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
prebuilt_etc_xml {
|
||||||
|
name: "vendor.samsung.hardware.radio_manifest_2_33.xml",
|
||||||
|
owner: "samsung",
|
||||||
|
src: "proprietary/vendor/etc/vintf/manifest/vendor.samsung.hardware.radio_manifest_2_33.xml",
|
||||||
|
filename_from_src: true,
|
||||||
|
sub_dir: "vintf/manifest",
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
prebuilt_etc_xml {
|
||||||
|
name: "vendor.samsung.hardware.sehradio_manifest_2_33.xml",
|
||||||
|
owner: "samsung",
|
||||||
|
src: "proprietary/vendor/etc/vintf/manifest/vendor.samsung.hardware.sehradio_manifest_2_33.xml",
|
||||||
|
filename_from_src: true,
|
||||||
|
sub_dir: "vintf/manifest",
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_binary {
|
||||||
|
name: "cass",
|
||||||
|
owner: "samsung",
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/bin/cass",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libengmode_client",
|
||||||
|
"libvkmanager_vendor",
|
||||||
|
"libsecril-client",
|
||||||
|
"libcutils",
|
||||||
|
"liblog",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_binary {
|
||||||
|
name: "rild",
|
||||||
|
owner: "samsung",
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/bin/hw/rild",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libcutils",
|
||||||
|
"liblog",
|
||||||
|
"libril_sem",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
prefer: true,
|
||||||
|
relative_install_path: "hw",
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_binary {
|
cc_prebuilt_binary {
|
||||||
name: "secaudiohalaidl",
|
name: "secaudiohalaidl",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
@@ -1615,3 +2177,33 @@ cc_prebuilt_binary {
|
|||||||
relative_install_path: "hw",
|
relative_install_path: "hw",
|
||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_binary {
|
||||||
|
name: "secril_config_svc",
|
||||||
|
owner: "samsung",
|
||||||
|
target: {
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/bin/secril_config_svc",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libc",
|
||||||
|
"libcutils",
|
||||||
|
"libsecnativefeature",
|
||||||
|
"libutils",
|
||||||
|
"liblog",
|
||||||
|
"libz",
|
||||||
|
"libsemnativecarrierfeature",
|
||||||
|
"libc++",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "64",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
+9
@@ -0,0 +1,9 @@
|
|||||||
|
service cass /vendor/bin/cass
|
||||||
|
class core
|
||||||
|
user system
|
||||||
|
group radio wakelock system
|
||||||
|
capabilities BLOCK_SUSPEND
|
||||||
|
disabled
|
||||||
|
|
||||||
|
on post-fs-data
|
||||||
|
start cass
|
||||||
+31
@@ -0,0 +1,31 @@
|
|||||||
|
on init
|
||||||
|
symlink /dev/block/by-name/radio /dev/mbin0
|
||||||
|
restorecon /dev/mbin0
|
||||||
|
write /proc/sys/net/core/netdev_max_backlog 100000
|
||||||
|
|
||||||
|
on post-fs-data
|
||||||
|
chown radio radio /sys/devices/virtual/misc/multipdp/waketime
|
||||||
|
chmod 0660 /sys/devices/virtual/misc/umts_dm0/dm_state
|
||||||
|
chown radio system /sys/devices/virtual/misc/umts_dm0/dm_state
|
||||||
|
|
||||||
|
#For cpefs partition
|
||||||
|
mkdir /mnt/vendor/cpefs 0771 radio system
|
||||||
|
mount ext4 /dev/block/by-name/cpefs /mnt/vendor/cpefs nosuid nodev noatime noauto_da_alloc,discard,journal_checksum,data=ordered,errors=panic
|
||||||
|
|
||||||
|
# /mnt/vendor/efs/factory.prop for Dual / Single SIM settings
|
||||||
|
chown radio radio /mnt/vendor/efs/factory.prop
|
||||||
|
chmod 0600 /mnt/vendor/efs/factory.prop
|
||||||
|
|
||||||
|
service cpboot-daemon /vendor/bin/cbd -d -t ss310 -P by-name/radio -bm -mm -B umts_boot0 -D umts_ramdump0 -n /mnt/vendor/efs
|
||||||
|
class main
|
||||||
|
user root
|
||||||
|
group radio cache inet misc audio sdcard_rw log sdcard_r shell system
|
||||||
|
|
||||||
|
on property:ro.vendor.multisim.simslotcount=*
|
||||||
|
write /sys/module/cpif/parameters/ds_detect ${ro.vendor.multisim.simslotcount}
|
||||||
|
|
||||||
|
on property:ro.vendor.multisim.simslotcount=1
|
||||||
|
setprop persist.radio.multisim.config ss
|
||||||
|
|
||||||
|
on property:ro.vendor.multisim.simslotcount=2
|
||||||
|
setprop persist.radio.multisim.config dsds
|
||||||
@@ -0,0 +1,35 @@
|
|||||||
|
# Copyright (C) 2012 The Android Open Source Project
|
||||||
|
#
|
||||||
|
# IMPORTANT: Do not create world writable files or directories.
|
||||||
|
# This is a common source of Android security bugs.
|
||||||
|
#
|
||||||
|
|
||||||
|
# service can not be overwritten except SPRINT
|
||||||
|
# Thus, rilcarrier is imported before common rc, like init.rilchip.rc
|
||||||
|
|
||||||
|
on post-fs-data
|
||||||
|
mkdir /data/vendor/secradio 0770 radio radio
|
||||||
|
|
||||||
|
on property:vts.native_server.on=*
|
||||||
|
setprop vendor.vts.native_server.on ${vts.native_server.on}
|
||||||
|
|
||||||
|
service network_config /vendor/bin/secril_config_svc NetworkConfig
|
||||||
|
user radio
|
||||||
|
group radio
|
||||||
|
oneshot
|
||||||
|
disabled
|
||||||
|
|
||||||
|
service sim_config /vendor/bin/secril_config_svc SimConfig
|
||||||
|
user radio
|
||||||
|
group radio
|
||||||
|
oneshot
|
||||||
|
disabled
|
||||||
|
|
||||||
|
on fs
|
||||||
|
chown radio radio /mnt/vendor/efs/factory.prop
|
||||||
|
chmod 0600 /mnt/vendor/efs/factory.prop
|
||||||
|
exec_start sim_config
|
||||||
|
|
||||||
|
on post-fs-data
|
||||||
|
exec_start network_config
|
||||||
|
setprop ro.telephony.default_network ${ro.vendor.radio.default_network}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
# LSI CDMA project daemon support dun function
|
||||||
|
service VC-daemon /vendor/bin/vcd
|
||||||
|
class main
|
||||||
|
user root
|
||||||
|
group system
|
||||||
|
disabled
|
||||||
|
seclabel u:r:vcd:s0
|
||||||
|
override
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
# Increase the number of service supplementary group (NR_SVC_SUPP_GIDS) from 12 to 32 from V os
|
||||||
|
# AID_VENDOR_QTI_DIAG(oem_2901), drmrpc for Qcom
|
||||||
|
# restart cpboot-daemon, DIAG-daemon for LSI
|
||||||
|
# restart cpboot-daemon5g for LSI beyondx, d1x, d2x, it could be removed.
|
||||||
|
|
||||||
|
service ril-daemon /vendor/bin/hw/rild
|
||||||
|
class main
|
||||||
|
user radio
|
||||||
|
group radio cache inet misc audio log oem_2901 system drmrpc vpn readproc wakelock net_admin
|
||||||
|
capabilities BLOCK_SUSPEND NET_ADMIN NET_RAW SYS_ADMIN CHOWN SYS_TIME
|
||||||
|
onrestart restart cpboot-daemon
|
||||||
|
onrestart restart cpboot-daemon5g
|
||||||
|
onrestart restart DIAG-daemon
|
||||||
|
override
|
||||||
Vendored
+902
@@ -0,0 +1,902 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
/*
|
||||||
|
** Copyright 2006, Google Inc.
|
||||||
|
**
|
||||||
|
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
** you may not use this file except in compliance with the License.
|
||||||
|
** You may obtain a copy of the License at
|
||||||
|
**
|
||||||
|
** http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
**
|
||||||
|
** Unless required by applicable law or agreed to in writing, software
|
||||||
|
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
** See the License for the specific language governing permissions and
|
||||||
|
** limitations under the License.
|
||||||
|
*/
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!--
|
||||||
|
mtuTableEntry attributes:
|
||||||
|
numeric:MCC+MNC from IMSI
|
||||||
|
mtu:MTU value size
|
||||||
|
rat:
|
||||||
|
SRIL_RAT_GEN_UNKNOWN = 0,
|
||||||
|
SRIL_RAT_GEN_2G = 1,
|
||||||
|
SRIL_RAT_GEN_3G = 2,
|
||||||
|
SRIL_RAT_GEN_4G = 3,
|
||||||
|
SRIL_RAT_GEN_WIRELESS = 4,
|
||||||
|
SRIL_RAT_GEN_5G = 5
|
||||||
|
proto:
|
||||||
|
SRIL_PROTO_INVALID = -1,
|
||||||
|
SRIL_PROTO_UNKNOWN = 0,
|
||||||
|
SRIL_PROTO_IPV4 = 1,
|
||||||
|
SRIL_PROTO_IPV6 = 2,
|
||||||
|
SRIL_PROTO_IPV4V6 = (SRIL_PROTO_IPV4 | SRIL_PROTO_IPV6),
|
||||||
|
SRIL_PROTO_PPP
|
||||||
|
profile:
|
||||||
|
SRIL_DATA_PROFILE_INVALID = -1,
|
||||||
|
SRIL_DATA_PROFILE_DEFAULT = 0,
|
||||||
|
SRIL_DATA_PROFILE_TETHERED = 1,
|
||||||
|
SRIL_DATA_PROFILE_IMS = 2,
|
||||||
|
SRIL_DATA_PROFILE_FOTA = 3,
|
||||||
|
SRIL_DATA_PROFILE_CBS = 4,
|
||||||
|
SRIL_DATA_PROFILE_MMS = 5,
|
||||||
|
SRIL_DATA_PROFILE_SUPL = 6,
|
||||||
|
SRIL_DATA_PROFILE_HIPRI = 7,
|
||||||
|
SRIL_DATA_PROFILE_DM = 8,
|
||||||
|
SRIL_DATA_PROFILE_XCAP = 14,
|
||||||
|
SRIL_DATA_PROFILE_OEM_BASE = 1000,
|
||||||
|
SRIL_DATA_PROFILE_E911,
|
||||||
|
SRIL_DATA_PROFILE_EMBMS,
|
||||||
|
SRIL_DATA_PROFILE_BIP,
|
||||||
|
SRIL_DATA_PROFILE_CAS,
|
||||||
|
SRIL_DATA_PROFILE_PUBLICSAFETY,
|
||||||
|
SRIL_DATA_PROFILE_IA
|
||||||
|
-->
|
||||||
|
<mtuTableEntry>
|
||||||
|
|
||||||
|
<!-- DT Greece -->
|
||||||
|
<mtuTableEntry numeric="20201" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- DT Germany -->
|
||||||
|
<mtuTableEntry numeric="26201" mtu="1340" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="26201" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="26206" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- DT Austria -->
|
||||||
|
<mtuTableEntry numeric="23203" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="23207" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- DT Czech -->
|
||||||
|
<mtuTableEntry numeric="23001" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- VF Czech -->
|
||||||
|
<mtuTableEntry numeric="23003" mtu="1358" profile="2"/>
|
||||||
|
|
||||||
|
<!-- DT Romania -->
|
||||||
|
<mtuTableEntry numeric="22603" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="22606" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- DT Poland -->
|
||||||
|
<mtuTableEntry numeric="26002" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- DT Hungary -->
|
||||||
|
<mtuTableEntry numeric="21630" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- DT Macedonia -->
|
||||||
|
<mtuTableEntry numeric="29401" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- DT Netherlands -->
|
||||||
|
<mtuTableEntry numeric="20416" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- DT Slovakia -->
|
||||||
|
<mtuTableEntry numeric="23102" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- DT Croatia -->
|
||||||
|
<mtuTableEntry numeric="21901" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- DT Montenegro -->
|
||||||
|
<mtuTableEntry numeric="29702" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Vodafone Greece -->
|
||||||
|
<mtuTableEntry numeric="20205" mtu="1390" rat="4"/>
|
||||||
|
|
||||||
|
<!-- PHN -->
|
||||||
|
<mtuTableEntry numeric="20402" mtu="1300" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="20402" mtu="1300" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Vodafone NL -->
|
||||||
|
<mtuTableEntry numeric="20404" mtu="1300" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="20404" mtu="1300" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Mobistar -->
|
||||||
|
<mtuTableEntry numeric="20610" mtu="1340" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="20610" mtu="1340" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Orange VoWIFI -->
|
||||||
|
<mtuTableEntry numeric="20801" mtu="1300" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="22610" mtu="1300" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="26003" mtu="1300" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="26003" mtu="1300" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="21403" mtu="1300" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="34001" mtu="1300" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="34001" mtu="1300" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="64700" mtu="1300" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Telenet Luxembourg(LUX) VoLTE VoWifi -->
|
||||||
|
<mtuTableEntry numeric="20605" mtu="1300" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="20605" mtu="1300" rat="4"/>
|
||||||
|
|
||||||
|
<!-- MTS SFR -->
|
||||||
|
<mtuTableEntry numeric="20810" mtu="1300" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="20810" mtu="1300" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="20811" mtu="1300" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="20811" mtu="1300" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="20844" mtu="1300" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="20844" mtu="1300" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Bouygues Telecom -->
|
||||||
|
<mtuTableEntry numeric="20820" mtu="1354" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="20820" mtu="1354" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Movistar (Telefonica ES) -->
|
||||||
|
<mtuTableEntry numeric="21405" mtu="1280" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="21407" mtu="1280" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="21407" mtu="1440" profile="14"/>
|
||||||
|
|
||||||
|
<!-- Elisa Estonia -->
|
||||||
|
<mtuTableEntry numeric="24802" mtu="1280" profile="2"/>
|
||||||
|
|
||||||
|
<!-- Digi Mobil Hungary -->
|
||||||
|
<mtuTableEntry numeric="21603" mtu="1400" profile="2"/>
|
||||||
|
|
||||||
|
<!-- Avatel Spain -->
|
||||||
|
<mtuTableEntry numeric="21405" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- DIGI Spain -->
|
||||||
|
<mtuTableEntry numeric="21422" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- VIPnet -->
|
||||||
|
<mtuTableEntry numeric="21910" mtu="1330" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="21910" mtu="1330" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Fastweb IT -->
|
||||||
|
<mtuTableEntry numeric="22208" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Spusu IT -->
|
||||||
|
<mtuTableEntry numeric="22256" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Italian Operators (Default : 1350) -->
|
||||||
|
<mtuTableEntry numeric="22288" mtu="1350"/>
|
||||||
|
<mtuTableEntry numeric="22201" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="22201" mtu="1350"/>
|
||||||
|
<mtuTableEntry numeric="22299" mtu="1440"/>
|
||||||
|
<mtuTableEntry numeric="22210" mtu="1350"/>
|
||||||
|
<mtuTableEntry numeric="22288" mtu="1280" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="22299" mtu="1280" profile="2"/>
|
||||||
|
|
||||||
|
<!-- RDS Romania -->
|
||||||
|
<mtuTableEntry numeric="22605" mtu="1354" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Swisscom VoLTE & VoWiFi -->
|
||||||
|
<mtuTableEntry numeric="22801" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="22801" mtu="1280" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="22801" mtu="1340" profile="14"/>
|
||||||
|
|
||||||
|
<!-- Salt -->
|
||||||
|
<mtuTableEntry numeric="22803" mtu="1280" profile="2"/>
|
||||||
|
|
||||||
|
<!-- Hutchison -->
|
||||||
|
<mtuTableEntry numeric="23205" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="23210" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- O2 UK VoLTE -->
|
||||||
|
<mtuTableEntry numeric="23410" mtu="1280" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="23410" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Vodafone UK -->
|
||||||
|
<mtuTableEntry numeric="23415" mtu="1280" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="23415" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- H3G(UK) 23420 (Default : 1440) -->
|
||||||
|
<mtuTableEntry numeric="23420" mtu="1440"/>
|
||||||
|
|
||||||
|
<!-- 3UK -->
|
||||||
|
<mtuTableEntry numeric="23420" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="23594" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Virgin Mobile UK -->
|
||||||
|
<mtuTableEntry numeric="23438" mtu="1280" profile="2"/>
|
||||||
|
|
||||||
|
<!-- Sky -->
|
||||||
|
<mtuTableEntry numeric="23457" mtu="1300" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="23457" mtu="1300" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Lebara United Kingdom -->
|
||||||
|
<mtuTableEntry numeric="23487" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- TDC Denmark -->
|
||||||
|
<mtuTableEntry numeric="23801" mtu="1398" rat="4" proto="2"/>
|
||||||
|
|
||||||
|
<!-- Telenor DK -->
|
||||||
|
<mtuTableEntry numeric="23802" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="23877" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Telenor -->
|
||||||
|
<mtuTableEntry numeric="23820" mtu="1280" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="23820" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- HTS Sweden -->
|
||||||
|
<mtuTableEntry numeric="24002" mtu="1300" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="24002" mtu="1300" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Tele2 -->
|
||||||
|
<mtuTableEntry numeric="24007" mtu="1300" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="24007" mtu="1300" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Telavox Sweden -->
|
||||||
|
<mtuTableEntry numeric="24050" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Tele2 RU -->
|
||||||
|
<mtuTableEntry numeric="25020" mtu="1300" profile="2"/>
|
||||||
|
|
||||||
|
<!-- Telenor -->
|
||||||
|
<mtuTableEntry numeric="24201" mtu="1280" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="24201" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Telia N -->
|
||||||
|
<mtuTableEntry numeric="24202" mtu="1300" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="24202" mtu="1300" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Erate Norway VoWiFi -->
|
||||||
|
<mtuTableEntry numeric="24215" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- DNA FINLAND VOLTE VOWIFI -->
|
||||||
|
<mtuTableEntry numeric="24412" mtu="1300" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="24412" mtu="1300" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="24413" mtu="1300" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="24413" mtu="1300" profile="2"/>
|
||||||
|
|
||||||
|
<!-- Elisa Finland VoLTE VoWifi -->
|
||||||
|
<mtuTableEntry numeric="24405" mtu="1300" profile="2"/>
|
||||||
|
|
||||||
|
<!-- Alcom Finland -->
|
||||||
|
<mtuTableEntry numeric="24414" mtu="1358" profile="2"/>
|
||||||
|
|
||||||
|
<!-- Lithuania Omnitel -->
|
||||||
|
<mtuTableEntry numeric="24601" mtu="1300" profile="2"/>
|
||||||
|
|
||||||
|
<!-- TELE2 LT (Lithuania) VoWiFi -->
|
||||||
|
<mtuTableEntry numeric="24603" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- LMT LV (Latvia) VoWiFi -->
|
||||||
|
<mtuTableEntry numeric="24701" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- TELE2 LV (Latvia) VoWiFi -->
|
||||||
|
<mtuTableEntry numeric="24702" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- TELE2 EE (Estonia) VoWiFi -->
|
||||||
|
<mtuTableEntry numeric="24803" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- MTS operator -->
|
||||||
|
<mtuTableEntry numeric="25001" mtu="1300" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="25001" mtu="1300" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Megafon operator -->
|
||||||
|
<mtuTableEntry numeric="25002" mtu="1300" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="25002" mtu="1300" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Sberbank RU -->
|
||||||
|
<mtuTableEntry numeric="25050" mtu="1300" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="25050" mtu="1300" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Beeline Russia -->
|
||||||
|
<mtuTableEntry numeric="25099" mtu="1300"/>
|
||||||
|
|
||||||
|
<!-- Lifecell -->
|
||||||
|
<mtuTableEntry numeric="25506" mtu="1280" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="25506" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Vodafone Ukraine -->
|
||||||
|
<mtuTableEntry numeric="25501" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- PLAY -->
|
||||||
|
<mtuTableEntry numeric="26006" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- VF DE -->
|
||||||
|
<mtuTableEntry numeric="26202" mtu="1280" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="26202" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Telefonica DE -->
|
||||||
|
<mtuTableEntry numeric="26203" mtu="1380" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="26207" mtu="1380" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="26208" mtu="1380" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="26211" mtu="1380" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="26277" mtu="1380" profile="2"/>
|
||||||
|
|
||||||
|
<!-- VF DE for Test lab -->
|
||||||
|
<mtuTableEntry numeric="26209" mtu="1280" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="26209" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Portugal-Digi -->
|
||||||
|
<mtuTableEntry numeric="26802" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Portugal-MEO -->
|
||||||
|
<mtuTableEntry numeric="26806" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Portugal-NOS -->
|
||||||
|
<mtuTableEntry numeric="26803" mtu="1380" profile="2"/>
|
||||||
|
|
||||||
|
<!-- Portugal-NOS Trial -->
|
||||||
|
<mtuTableEntry numeric="26899" mtu="1300" profile="2"/>
|
||||||
|
|
||||||
|
<!-- Vodafone VDI VoLTE VoWifi -->
|
||||||
|
<mtuTableEntry numeric="27201" mtu="1330" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="27201" mtu="1330" rat="4"/>
|
||||||
|
|
||||||
|
<!-- 3IE(Ireland) -->
|
||||||
|
<mtuTableEntry numeric="27202" mtu="1358" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="27205" mtu="1358" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="27205" mtu="1440"/>
|
||||||
|
|
||||||
|
<!-- Sky_IE(Ireland)-->
|
||||||
|
<mtuTableEntry numeric="27225" mtu="1300" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="27225" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Siminn -->
|
||||||
|
<mtuTableEntry numeric="27401" mtu="1452" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="27401" mtu="1452" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Nova IS -->
|
||||||
|
<mtuTableEntry numeric="27411" mtu="1280" profile="2"/>
|
||||||
|
|
||||||
|
<!-- Vodafone Cyprus -->
|
||||||
|
<mtuTableEntry numeric="28001" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- A1 Bulgaria -->
|
||||||
|
<mtuTableEntry numeric="28401" mtu="1330" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="28401" mtu="1330" rat="4"/>
|
||||||
|
|
||||||
|
<!-- TURKCELL -->
|
||||||
|
<mtuTableEntry numeric="28601" mtu="1300" profile="2"/>
|
||||||
|
|
||||||
|
<!-- Vodafone Turkiye -->
|
||||||
|
<mtuTableEntry numeric="28602" mtu="1280" profile="2"/>
|
||||||
|
|
||||||
|
<!-- AVEA -->
|
||||||
|
<mtuTableEntry numeric="28603" mtu="1300" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="28603" mtu="1300" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Telecom Faroe Islands -->
|
||||||
|
<mtuTableEntry numeric="28801" mtu="1280" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="28801" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Telekom Slovenia -->
|
||||||
|
<mtuTableEntry numeric="29341" mtu="1280" profile="2"/>
|
||||||
|
|
||||||
|
<!-- Telemach (Slovenia) -->
|
||||||
|
<mtuTableEntry numeric="29370" mtu="1300" profile="2"/>
|
||||||
|
|
||||||
|
<!-- A1 Slovenia -->
|
||||||
|
<mtuTableEntry numeric="29340" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- T-2 Slovenia -->
|
||||||
|
<mtuTableEntry numeric="29364" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Salt Liechtenstein -->
|
||||||
|
<mtuTableEntry numeric="29502" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Telus -->
|
||||||
|
<mtuTableEntry numeric="302220" mtu="1440" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="302220" mtu="1440" profile="14"/>
|
||||||
|
<mtuTableEntry numeric="302220" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="302221" mtu="1440" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="302221" mtu="1440" profile="14"/>
|
||||||
|
<mtuTableEntry numeric="302221" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="302222" mtu="1440" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="302222" mtu="1440" profile="14"/>
|
||||||
|
<mtuTableEntry numeric="302222" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Rogers -->
|
||||||
|
<mtuTableEntry numeric="302370" mtu="1330" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="302720" mtu="1330" rat="4"/>
|
||||||
|
|
||||||
|
<!-- FREEDOM Mobile -->
|
||||||
|
<mtuTableEntry numeric="302490" mtu="1280" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="302490" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Videotron -->
|
||||||
|
<mtuTableEntry numeric="302500" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="20404" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="302510" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="302520" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="302512" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- SaskTel -->
|
||||||
|
<mtuTableEntry numeric="302681" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="302780" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="302681" mtu="1440" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="302780" mtu="1440" profile="2"/>
|
||||||
|
|
||||||
|
<!-- Saint Pierre et Miquelon Telecom -->
|
||||||
|
<mtuTableEntry numeric="30803" mtu="1300" profile="2"/>
|
||||||
|
|
||||||
|
<!-- Sprint and Sprint MVNO (Default : 1422) -->
|
||||||
|
<mtuTableEntry numeric="310120" mtu="1422"/>
|
||||||
|
<mtuTableEntry numeric="310000" mtu="1422"/>
|
||||||
|
<mtuTableEntry numeric="311870" mtu="1422"/>
|
||||||
|
<mtuTableEntry numeric="311490" mtu="1422"/>
|
||||||
|
|
||||||
|
<!-- Dish 5G (Default : 1430) -->
|
||||||
|
<mtuTableEntry numeric="313340" mtu="1430"/>
|
||||||
|
|
||||||
|
<!-- AT&T (Default : 1430) -->
|
||||||
|
<mtuTableEntry numeric="310030" mtu="1430"/>
|
||||||
|
<mtuTableEntry numeric="310070" mtu="1430"/>
|
||||||
|
<mtuTableEntry numeric="310090" mtu="1430"/>
|
||||||
|
<mtuTableEntry numeric="310150" mtu="1430"/>
|
||||||
|
<mtuTableEntry numeric="310170" mtu="1430"/>
|
||||||
|
<mtuTableEntry numeric="310280" mtu="1430"/>
|
||||||
|
<mtuTableEntry numeric="310380" mtu="1430"/>
|
||||||
|
<mtuTableEntry numeric="310410" mtu="1430"/>
|
||||||
|
<mtuTableEntry numeric="310560" mtu="1430"/>
|
||||||
|
<mtuTableEntry numeric="310680" mtu="1430"/>
|
||||||
|
<mtuTableEntry numeric="310950" mtu="1430"/>
|
||||||
|
<mtuTableEntry numeric="310980" mtu="1430"/>
|
||||||
|
<mtuTableEntry numeric="311180" mtu="1430"/>
|
||||||
|
<mtuTableEntry numeric="312670" mtu="1342"/>
|
||||||
|
<mtuTableEntry numeric="313100" mtu="1342"/>
|
||||||
|
<mtuTableEntry numeric="313130" mtu="1342"/>
|
||||||
|
<mtuTableEntry numeric="313140" mtu="1342"/>
|
||||||
|
<mtuTableEntry numeric="310030" mtu="1300" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="310070" mtu="1300" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="310090" mtu="1300" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="310150" mtu="1300" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="310170" mtu="1300" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="310280" mtu="1300" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="310380" mtu="1300" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="310410" mtu="1300" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="310560" mtu="1300" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="310680" mtu="1300" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="310950" mtu="1300" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="311180" mtu="1300" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="312670" mtu="1300" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="313100" mtu="1300" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="313130" mtu="1300" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="313140" mtu="1300" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Verizon (Default : 1428) -->
|
||||||
|
<mtuTableEntry numeric="311480" mtu="1428"/>
|
||||||
|
<mtuTableEntry numeric="311270" mtu="1428"/>
|
||||||
|
|
||||||
|
<!-- Claro Puerto Rico -->
|
||||||
|
<mtuTableEntry numeric="330110" mtu="1300" proto="1"/>
|
||||||
|
<mtuTableEntry numeric="330110" mtu="1280" proto="2"/>
|
||||||
|
|
||||||
|
<!-- Viya -->
|
||||||
|
<mtuTableEntry numeric="311320" mtu="1358"/>
|
||||||
|
|
||||||
|
<!-- Liberty Puerto Rico -->
|
||||||
|
<mtuTableEntry numeric="313790" mtu="1280"/>
|
||||||
|
|
||||||
|
<!-- Telcel Mexico -->
|
||||||
|
<mtuTableEntry numeric="334020" mtu="1300" proto="1"/>
|
||||||
|
<mtuTableEntry numeric="334020" mtu="1280" proto="2"/>
|
||||||
|
|
||||||
|
<!-- Movistar Mexico -->
|
||||||
|
<mtuTableEntry numeric="33403" mtu="1380"/>
|
||||||
|
<mtuTableEntry numeric="334030" mtu="1380"/>
|
||||||
|
|
||||||
|
<!-- ATT Mexico -->
|
||||||
|
<mtuTableEntry numeric="33405" mtu="1390" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="334050" mtu="1390" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="334090" mtu="1390" profile="2"/>
|
||||||
|
|
||||||
|
<!-- Jamaica : Flow : CWW -->
|
||||||
|
<mtuTableEntry numeric="338180" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Barbados: Flow: CWW -->
|
||||||
|
<mtuTableEntry numeric="342600" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Orange Dominicana - DOR -->
|
||||||
|
<mtuTableEntry numeric="37001" mtu="1300" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="370001" mtu="1300" profile="2"/>
|
||||||
|
|
||||||
|
<!-- Claro Dominicana -->
|
||||||
|
<mtuTableEntry numeric="37002" mtu="1300" proto="1"/>
|
||||||
|
<mtuTableEntry numeric="37002" mtu="1280" proto="2"/>
|
||||||
|
|
||||||
|
<!-- BTC Bahamas -->
|
||||||
|
<mtuTableEntry numeric="36439" mtu="1280"/>
|
||||||
|
|
||||||
|
<!-- Azercell Azerbaijan -->
|
||||||
|
<mtuTableEntry numeric="40001" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Bakcell Azerbaijan -->
|
||||||
|
<mtuTableEntry numeric="40002" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Nar Azerbaijan -->
|
||||||
|
<mtuTableEntry numeric="40004" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Beeline Kazakhstan -->
|
||||||
|
<mtuTableEntry numeric="40101" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Beeline Kyrgyzstan -->
|
||||||
|
<mtuTableEntry numeric="43701" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- RJIL -->
|
||||||
|
<mtuTableEntry numeric="40578" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="40587" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="405780" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="405800" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="405840" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="405854" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="405855" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="405856" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="405857" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="405858" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="405859" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="405860" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="405861" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="405862" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="405863" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="405864" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="405865" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="405866" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="405867" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="405868" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="405869" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="405870" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="405871" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="405872" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="405873" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="405874" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="406977" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="406978" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="406981" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="406994" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="406999" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- STC -->
|
||||||
|
<mtuTableEntry numeric="42001" mtu="1300" profile="2"/>
|
||||||
|
|
||||||
|
<!-- Mobily -->
|
||||||
|
<mtuTableEntry numeric="42003" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Zain -->
|
||||||
|
<mtuTableEntry numeric="42004" mtu="1280" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="42004" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Virgin -->
|
||||||
|
<mtuTableEntry numeric="42005" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- OMAN MOBILE -->
|
||||||
|
<mtuTableEntry numeric="42202" mtu="1300" profile="2"/>
|
||||||
|
|
||||||
|
<!-- Telzar Israel -->
|
||||||
|
<mtuTableEntry numeric="42519" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Annatel-->
|
||||||
|
<mtuTableEntry numeric="42526" mtu="1280" profile="2"/>
|
||||||
|
|
||||||
|
<!-- ZAIN BH -->
|
||||||
|
<mtuTableEntry numeric="42602" mtu="1480" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="42602" mtu="1480" profile="14"/>
|
||||||
|
|
||||||
|
<!-- Vodafone QATAR -->
|
||||||
|
<mtuTableEntry numeric="42702" mtu="1390" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Beeline Uzbekistan -->
|
||||||
|
<mtuTableEntry numeric="43404" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Ucell Uzbekistan -->
|
||||||
|
<mtuTableEntry numeric="43405" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Mobiuz Uzbekistan -->
|
||||||
|
<mtuTableEntry numeric="43407" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Uztelecom Uzbekistan -->
|
||||||
|
<mtuTableEntry numeric="43408" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- JPN SBM -->
|
||||||
|
<mtuTableEntry numeric="44020" mtu="1358"/>
|
||||||
|
|
||||||
|
<!-- JPN KDDI -->
|
||||||
|
<mtuTableEntry numeric="44050" mtu="1420"/>
|
||||||
|
<mtuTableEntry numeric="44051" mtu="1420"/>
|
||||||
|
|
||||||
|
<!-- JPN KDDI added ePLMN -->
|
||||||
|
<mtuTableEntry numeric="44007" mtu="1420"/>
|
||||||
|
<mtuTableEntry numeric="44008" mtu="1420"/>
|
||||||
|
<mtuTableEntry numeric="44052" mtu="1420"/>
|
||||||
|
<mtuTableEntry numeric="44053" mtu="1420"/>
|
||||||
|
<mtuTableEntry numeric="44054" mtu="1420"/>
|
||||||
|
<mtuTableEntry numeric="44055" mtu="1420"/>
|
||||||
|
<mtuTableEntry numeric="44056" mtu="1420"/>
|
||||||
|
<mtuTableEntry numeric="44070" mtu="1420"/>
|
||||||
|
<mtuTableEntry numeric="44071" mtu="1420"/>
|
||||||
|
<mtuTableEntry numeric="44072" mtu="1420"/>
|
||||||
|
<mtuTableEntry numeric="44073" mtu="1420"/>
|
||||||
|
<mtuTableEntry numeric="44074" mtu="1420"/>
|
||||||
|
<mtuTableEntry numeric="44075" mtu="1420"/>
|
||||||
|
<mtuTableEntry numeric="44076" mtu="1420"/>
|
||||||
|
<mtuTableEntry numeric="44077" mtu="1420"/>
|
||||||
|
<mtuTableEntry numeric="44078" mtu="1420"/>
|
||||||
|
<mtuTableEntry numeric="44079" mtu="1420"/>
|
||||||
|
<mtuTableEntry numeric="44088" mtu="1420"/>
|
||||||
|
<mtuTableEntry numeric="44089" mtu="1420"/>
|
||||||
|
<mtuTableEntry numeric="44170" mtu="1420"/>
|
||||||
|
|
||||||
|
<!-- JPN KDDI VoWIFI -->
|
||||||
|
<mtuTableEntry numeric="44050" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="44051" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="44007" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="44008" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="44052" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="44053" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="44054" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="44055" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="44056" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="44070" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="44071" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="44072" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="44073" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="44074" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="44075" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="44076" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="44077" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="44078" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="44079" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="44088" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="44089" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="44170" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Samsung Test Bed -->
|
||||||
|
<mtuTableEntry numeric="45001" mtu="1440"/>
|
||||||
|
|
||||||
|
<!-- Korea Operators -->
|
||||||
|
<mtuTableEntry numeric="45005" mtu="1440"/>
|
||||||
|
<mtuTableEntry numeric="45006" mtu="1428"/>
|
||||||
|
<mtuTableEntry numeric="45008" mtu="1450"/>
|
||||||
|
|
||||||
|
<!-- HK VoWiFi -->
|
||||||
|
<mtuTableEntry numeric="45400" mtu="1300" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="45403" mtu="1300" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="45406" mtu="1300" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="45412" mtu="1300" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="45419" mtu="1300" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Macau CTC Operator -->
|
||||||
|
<mtuTableEntry numeric="45502" mtu="1400" rat="1"/>
|
||||||
|
<mtuTableEntry numeric="45502" mtu="1400" rat="2"/>
|
||||||
|
<mtuTableEntry numeric="45507" mtu="1400" rat="3"/>
|
||||||
|
|
||||||
|
<!-- China Operators (Default : 1400) -->
|
||||||
|
<mtuTableEntry numeric="46000" mtu="1400"/>
|
||||||
|
<mtuTableEntry numeric="46000" mtu="1300" profile="5"/>
|
||||||
|
<mtuTableEntry numeric="46001" mtu="1400"/>
|
||||||
|
<mtuTableEntry numeric="46001" mtu="1300" profile="5"/>
|
||||||
|
<mtuTableEntry numeric="46002" mtu="1400"/>
|
||||||
|
<mtuTableEntry numeric="46002" mtu="1300" profile="5"/>
|
||||||
|
<mtuTableEntry numeric="46003" mtu="1300"/>
|
||||||
|
<mtuTableEntry numeric="46003" mtu="1432" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="46003" mtu="1280" profile="2" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="46003" mtu="1460" rat="3"/>
|
||||||
|
<mtuTableEntry numeric="46006" mtu="1400"/>
|
||||||
|
<mtuTableEntry numeric="46006" mtu="1300" profile="5"/>
|
||||||
|
<mtuTableEntry numeric="46007" mtu="1400"/>
|
||||||
|
<mtuTableEntry numeric="46007" mtu="1300" profile="5"/>
|
||||||
|
<mtuTableEntry numeric="46009" mtu="1400"/>
|
||||||
|
<mtuTableEntry numeric="46009" mtu="1300" profile="5"/>
|
||||||
|
<mtuTableEntry numeric="46011" mtu="1432" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="46011" mtu="1280" profile="2" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="46011" mtu="1460"/>
|
||||||
|
<mtuTableEntry numeric="46012" mtu="1432" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="46012" mtu="1280" profile="2" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="46012" mtu="1460"/>
|
||||||
|
<mtuTableEntry numeric="46015" mtu="1400"/>
|
||||||
|
|
||||||
|
<!-- Malaysia Digi -->
|
||||||
|
<mtuTableEntry numeric="50216" mtu="1280" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="50216" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Malaysia Maxis -->
|
||||||
|
<mtuTableEntry numeric="50212" mtu="1280" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="50212" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Optus YES -->
|
||||||
|
<mtuTableEntry numeric="50502" mtu="1280" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="50502" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Telstra AU -->
|
||||||
|
<mtuTableEntry numeric="50501" mtu="1280" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="50501" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- MOI QATAR -->
|
||||||
|
<mtuTableEntry numeric="42706" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Vodafone VAU -->
|
||||||
|
<mtuTableEntry numeric="50503" mtu="1280" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="50503" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Telkomsel ID -->
|
||||||
|
<mtuTableEntry numeric="51010" mtu="1280" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="51010" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Telstra Operators -->
|
||||||
|
<mtuTableEntry numeric="51502" mtu="1300" proto="2"/>
|
||||||
|
<mtuTableEntry numeric="51502" mtu="1300" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="51502" mtu="1300" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Thailand DTAC, AIS -->
|
||||||
|
<mtuTableEntry numeric="52003" mtu="1340" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="52005" mtu="1340" rat="4"/>
|
||||||
|
|
||||||
|
<!-- SingTel -->
|
||||||
|
<mtuTableEntry numeric="52501" mtu="1300" proto="2"/>
|
||||||
|
<mtuTableEntry numeric="52501" mtu="1300" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="52501" mtu="1300" rat="4"/>
|
||||||
|
|
||||||
|
<!-- M1 -->
|
||||||
|
<mtuTableEntry numeric="52503" mtu="1300" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="52503" mtu="1300" rat="4"/>
|
||||||
|
|
||||||
|
<!-- South Africa -->
|
||||||
|
<mtuTableEntry numeric="65507" mtu="1280" profile="2"/>
|
||||||
|
|
||||||
|
<!-- Free Senegal -->
|
||||||
|
<mtuTableEntry numeric="60802" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Airtel Zambia -->
|
||||||
|
<mtuTableEntry numeric="64501" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Claro Guatemala -->
|
||||||
|
<mtuTableEntry numeric="70401" mtu="1300" proto="1"/>
|
||||||
|
<mtuTableEntry numeric="70401" mtu="1280" proto="2"/>
|
||||||
|
|
||||||
|
<!-- Tigo Guatemala - CGU -->
|
||||||
|
<mtuTableEntry numeric="70402" mtu="1300" profile="2"/>
|
||||||
|
|
||||||
|
<!-- Claro El Salvador -->
|
||||||
|
<mtuTableEntry numeric="70601" mtu="1300" proto="1"/>
|
||||||
|
<mtuTableEntry numeric="70601" mtu="1280" proto="2"/>
|
||||||
|
|
||||||
|
<!-- Claro Honduras -->
|
||||||
|
<mtuTableEntry numeric="708001" mtu="1300" proto="1"/>
|
||||||
|
<mtuTableEntry numeric="708001" mtu="1280" proto="2"/>
|
||||||
|
|
||||||
|
<!-- Tigo Honduras - CTE -->
|
||||||
|
<mtuTableEntry numeric="70802" mtu="1450" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="708020" mtu="1450" profile="2"/>
|
||||||
|
|
||||||
|
<!-- Claro Nicaragua -->
|
||||||
|
<mtuTableEntry numeric="71021" mtu="1300" proto="1"/>
|
||||||
|
<mtuTableEntry numeric="71021" mtu="1280" proto="2"/>
|
||||||
|
|
||||||
|
<!-- Claro Costa Rica -->
|
||||||
|
<mtuTableEntry numeric="71203" mtu="1300" proto="1"/>
|
||||||
|
<mtuTableEntry numeric="71203" mtu="1280" proto="2"/>
|
||||||
|
|
||||||
|
<!-- Cable Panama -->
|
||||||
|
<mtuTableEntry numeric="71401" mtu="1280" profile="2"/>
|
||||||
|
|
||||||
|
<!-- Claro Panama -->
|
||||||
|
<mtuTableEntry numeric="71403" mtu="1300" proto="1"/>
|
||||||
|
<mtuTableEntry numeric="71403" mtu="1280" proto="2"/>
|
||||||
|
|
||||||
|
<!-- Movistar Peru -->
|
||||||
|
<mtuTableEntry numeric="71606" mtu="1300" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="71606" mtu="1300" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Claro Peru -->
|
||||||
|
<mtuTableEntry numeric="71610" mtu="1300" proto="1"/>
|
||||||
|
<mtuTableEntry numeric="71610" mtu="1280" proto="2"/>
|
||||||
|
|
||||||
|
<!-- Cellone Bermuda -->
|
||||||
|
<mtuTableEntry numeric="350000" mtu="1352" profile="2"/>
|
||||||
|
|
||||||
|
<!-- Claro Argentina -->
|
||||||
|
<mtuTableEntry numeric="722310" mtu="1280" proto="2"/>
|
||||||
|
<mtuTableEntry numeric="72231" mtu="1280" proto="2"/>
|
||||||
|
|
||||||
|
<!-- Claro Paraguay -->
|
||||||
|
<mtuTableEntry numeric="74402" mtu="1280" proto="2"/>
|
||||||
|
|
||||||
|
<!-- Personal Argentina -->
|
||||||
|
<mtuTableEntry numeric="72234" mtu="1300" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="72234" mtu="1300" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Claro Brazil -->
|
||||||
|
<mtuTableEntry numeric="72405" mtu="1300" proto="1"/>
|
||||||
|
<mtuTableEntry numeric="72405" mtu="1280" proto="2"/>
|
||||||
|
|
||||||
|
<!-- Vivo Brazil -->
|
||||||
|
<mtuTableEntry numeric="72406" mtu="1280" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="72406" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="72410" mtu="1280" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="72410" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="72411" mtu="1280" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="72411" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="72423" mtu="1280" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="72423" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Entel Chile - CHE -->
|
||||||
|
<mtuTableEntry numeric="73001" mtu="1390" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="73001" mtu="1390" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="73010" mtu="1390" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="73010" mtu="1390" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Movistar Chile -->
|
||||||
|
<mtuTableEntry numeric="73002" mtu="1430" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="73002" mtu="1280" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="73002" mtu="1280" profile="14"/>
|
||||||
|
|
||||||
|
<!-- Claro Chile -->
|
||||||
|
<mtuTableEntry numeric="73003" mtu="1300" proto="1"/>
|
||||||
|
<mtuTableEntry numeric="73003" mtu="1280" proto="2"/>
|
||||||
|
<mtuTableEntry numeric="73023" mtu="1300" proto="1"/>
|
||||||
|
<mtuTableEntry numeric="73023" mtu="1280" proto="2"/>
|
||||||
|
|
||||||
|
<!-- Wom Chile - CHX -->
|
||||||
|
<mtuTableEntry numeric="73009" mtu="1300" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="73009" mtu="1300" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Claro Colombia -->
|
||||||
|
<mtuTableEntry numeric="732101" mtu="1300" proto="1"/>
|
||||||
|
<mtuTableEntry numeric="732101" mtu="1280" proto="2"/>
|
||||||
|
|
||||||
|
<!-- Tigo Bolivia - BVO (BVT) -->
|
||||||
|
<mtuTableEntry numeric="73603" mtu="1300" profile="2"/>
|
||||||
|
|
||||||
|
<!-- Claro Ecuador -->
|
||||||
|
<mtuTableEntry numeric="74001" mtu="1300" proto="1"/>
|
||||||
|
<mtuTableEntry numeric="74001" mtu="1280" proto="2"/>
|
||||||
|
|
||||||
|
<!-- Movistar Uruguay - UFU -->
|
||||||
|
<mtuTableEntry numeric="74807" mtu="1280" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="74807" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Claro Uruguay -->
|
||||||
|
<mtuTableEntry numeric="74810" mtu="1280" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="74810" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Danish 3DK -->
|
||||||
|
<mtuTableEntry numeric="23806" mtu="1300" profile="2"/>
|
||||||
|
|
||||||
|
<!-- Plus (Polkomtel) -->
|
||||||
|
<mtuTableEntry numeric="26001" mtu="1300" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="26001" mtu="1300" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Truphone Poland -->
|
||||||
|
<mtuTableEntry numeric="26033" mtu="1280" rat="4"/>
|
||||||
|
|
||||||
|
<!-- Mobicom Mongolia -->
|
||||||
|
<mtuTableEntry numeric="42899" mtu="1300" profile="2"/>
|
||||||
|
|
||||||
|
<!-- GMobile Mongolia -->
|
||||||
|
<mtuTableEntry numeric="42806" mtu="1300" profile="2"/>
|
||||||
|
|
||||||
|
<!-- WIND Greece -->
|
||||||
|
<mtuTableEntry numeric="20209" mtu="1390" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="20210" mtu="1390" profile="2"/>
|
||||||
|
|
||||||
|
<!-- ZAIN MI -->
|
||||||
|
<mtuTableEntry numeric="41902" mtu="1410" profile="2"/>
|
||||||
|
<mtuTableEntry numeric="41902" mtu="1410" rat="4"/>
|
||||||
|
|
||||||
|
<!-- SPARK NZ -->
|
||||||
|
<mtuTableEntry numeric="53005" mtu="1280" profile="14" rat="4"/>
|
||||||
|
<mtuTableEntry numeric="53099" mtu="1280" profile="14" rat="4"/>
|
||||||
|
|
||||||
|
<!-- TNT - Smart - PHILIPPINES -->
|
||||||
|
<mtuTableEntry numeric="51503" mtu="1280" profile="2"/>
|
||||||
|
|
||||||
|
<!-- Almadar_LY -->
|
||||||
|
<mtuTableEntry numeric="60601" mtu="1358" profile="2"/>
|
||||||
|
|
||||||
|
<!-- DITO - PHILIPPINES -->
|
||||||
|
<mtuTableEntry numeric="51566" mtu="1280" profile="2"/>
|
||||||
|
</mtuTableEntry>
|
||||||
+788
@@ -0,0 +1,788 @@
|
|||||||
|
|
||||||
|
|
||||||
|
21437vodafone ES"voda ES
|
||||||
|
|
||||||
|
238063"3
|
||||||
|
|
||||||
|
24007Tele2 SE"Tele2 SE
|
||||||
|
|
||||||
|
25005TELE2"TELE2
|
||||||
|
|
||||||
|
25011Yota"Yota
|
||||||
|
|
||||||
|
25050Sberbank"Sberbank
|
||||||
|
|
||||||
|
26209Vodafone.de"Vodafone
|
||||||
|
(
|
||||||
|
28001CYTAMOBILE-VODAFONE"CYTAVODA
|
||||||
|
|
||||||
|
30237Fido"Fido
|
||||||
|
|
||||||
|
30272ROGERS"ROGERS
|
||||||
|
|
||||||
|
30286TELUS"TELUS
|
||||||
|
|
||||||
|
302221TELUS"TELUS
|
||||||
|
|
||||||
|
302500 Videotron" Videotron
|
||||||
|
|
||||||
|
302510 Videotron" Videotron
|
||||||
|
|
||||||
|
302660MTS"MTS
|
||||||
|
|
||||||
|
302720ROGERS"ROGERS
|
||||||
|
&
|
||||||
|
310040Cellular One"Cellular One
|
||||||
|
|
||||||
|
310070AT&T"AT&T
|
||||||
|
|
||||||
|
310090AT&T"AT&T
|
||||||
|
/
|
||||||
|
310180West Central Wireless"West Central
|
||||||
|
$
|
||||||
|
310350Carolina Phone"Carolina
|
||||||
|
|
||||||
|
310560AT&T"AT&T
|
||||||
|
!
|
||||||
|
310610
|
||||||
|
Epic Touch" EpicTouch
|
||||||
|
)
|
||||||
|
310670Wireless 2000 PCS"
|
||||||
|
W 2000 PCS
|
||||||
|
|
||||||
|
310680AT&T"AT&T
|
||||||
|
|
||||||
|
310760PTSI"PTSI
|
||||||
|
|
||||||
|
310780AirLink PCS"AirLink
|
||||||
|
|
||||||
|
310790Pinpoint"Pinpoint
|
||||||
|
|
||||||
|
310980AT&T"AT&T
|
||||||
|
|
||||||
|
310990AT&T"AT&T
|
||||||
|
|
||||||
|
311140Sprocket"Sprocket
|
||||||
|
|
||||||
|
311660metroPCS"metroPCS
|
||||||
|
"
|
||||||
|
40002BAKCELL GSM2000"BKCELL
|
||||||
|
|
||||||
|
40004Azerfon"AZERFON
|
||||||
|
|
||||||
|
40101 BeelineKZ"Beeline
|
||||||
|
|
||||||
|
40107 ALTEL 4G " ALTEL-kz
|
||||||
|
|
||||||
|
40211
|
||||||
|
BTB-Mobile"B-Mobile
|
||||||
|
|
||||||
|
40277 TASHICELL" TASHICELL
|
||||||
|
#
|
||||||
|
40401Vodafone IN"Vodafone IN
|
||||||
|
|
||||||
|
40402Airtel"Airtel
|
||||||
|
|
||||||
|
40403Airtel"Airtel
|
||||||
|
#
|
||||||
|
40405Vodafone IN"Vodafone IN
|
||||||
|
|
||||||
|
40409Reliance"Reliance
|
||||||
|
|
||||||
|
40410Airtel"Airtel
|
||||||
|
#
|
||||||
|
40411Vodafone IN"Vodafone IN
|
||||||
|
#
|
||||||
|
40413Vodafone IN"Vodafone IN
|
||||||
|
#
|
||||||
|
40415Vodafone IN"Vodafone IN
|
||||||
|
|
||||||
|
40416Airtel"Airtel
|
||||||
|
|
||||||
|
40417AIRCEL"AIRCEL
|
||||||
|
|
||||||
|
40418Reliance"Reliance
|
||||||
|
#
|
||||||
|
40420Vodafone IN"Vodafone IN
|
||||||
|
#
|
||||||
|
40421LOOP MOBILE"LOOP MOBILE
|
||||||
|
|
||||||
|
40425AIRCEL"AIRCEL
|
||||||
|
#
|
||||||
|
40427Vodafone IN"Vodafone IN
|
||||||
|
|
||||||
|
40428AIRCEL"AIRCEL
|
||||||
|
|
||||||
|
40429AIRCEL"AIRCEL
|
||||||
|
#
|
||||||
|
40430Vodafone IN"Vodafone IN
|
||||||
|
|
||||||
|
40431Airtel"Airtel
|
||||||
|
|
||||||
|
40433AIRCEL"AIRCEL
|
||||||
|
|
||||||
|
40435AIRCEL"AIRCEL
|
||||||
|
|
||||||
|
40436Reliance"Reliance
|
||||||
|
|
||||||
|
40437AIRCEL"AIRCEL
|
||||||
|
|
||||||
|
40440Airtel"Airtel
|
||||||
|
|
||||||
|
40441AIRCEL"AIRCEL
|
||||||
|
|
||||||
|
40443Vodafone IN"Vodafone
|
||||||
|
|
||||||
|
40445Airtel"Airtel
|
||||||
|
|
||||||
|
40446Vodafone IN"Vodafone
|
||||||
|
|
||||||
|
40449Airtel"Airtel
|
||||||
|
|
||||||
|
40460Vodafone IN"Vodafone
|
||||||
|
|
||||||
|
40468Dolphin"Dolphin
|
||||||
|
|
||||||
|
40469Dolphin"Dolphin
|
||||||
|
|
||||||
|
40470Airtel"Airtel
|
||||||
|
|
||||||
|
40483Reliance"Reliance
|
||||||
|
|
||||||
|
40484Vodafone IN"Vodafone
|
||||||
|
|
||||||
|
40485Reliance"RELIANCE
|
||||||
|
|
||||||
|
40486Vodafone IN"Vodafone
|
||||||
|
|
||||||
|
40488Vodafone IN"Vodafone
|
||||||
|
|
||||||
|
40490Airtel"Airtel
|
||||||
|
|
||||||
|
40491Aircel"Aircel
|
||||||
|
|
||||||
|
40492Airtel"Airtel
|
||||||
|
|
||||||
|
40493Airtel"Airtel
|
||||||
|
|
||||||
|
40494Airtel"Airtel
|
||||||
|
|
||||||
|
40495Airtel"Airtel
|
||||||
|
|
||||||
|
40496Airtel"Airtel
|
||||||
|
|
||||||
|
40497Airtel"Airtel
|
||||||
|
|
||||||
|
40498Airtel"Airtel
|
||||||
|
|
||||||
|
40501Reliance"Reliance
|
||||||
|
|
||||||
|
40503Reliance"Reliance
|
||||||
|
|
||||||
|
40504Reliance"Reliance
|
||||||
|
|
||||||
|
40505Reliance"Reliance
|
||||||
|
|
||||||
|
40506Reliance"Reliance
|
||||||
|
|
||||||
|
40507Reliance"Reliance
|
||||||
|
|
||||||
|
40508Reliance"Reliance
|
||||||
|
|
||||||
|
40509Reliance"Reliance
|
||||||
|
|
||||||
|
40510Reliance"Reliance
|
||||||
|
|
||||||
|
40511Reliance"Reliance
|
||||||
|
|
||||||
|
40512Reliance"Reliance
|
||||||
|
|
||||||
|
40513Reliance"Reliance
|
||||||
|
|
||||||
|
40514Reliance"Reliance
|
||||||
|
|
||||||
|
40515Reliance"Reliance
|
||||||
|
|
||||||
|
40517Reliance"Reliance
|
||||||
|
|
||||||
|
40518Reliance"Reliance
|
||||||
|
|
||||||
|
40519Reliance"Reliance
|
||||||
|
|
||||||
|
40520Reliance"Reliance
|
||||||
|
|
||||||
|
40521Reliance"Reliance
|
||||||
|
|
||||||
|
40522Reliance"Reliance
|
||||||
|
|
||||||
|
40523Reliance"Reliance
|
||||||
|
$
|
||||||
|
405025TATA DOCOMO"TATA DOCOMO
|
||||||
|
$
|
||||||
|
405026TATA DOCOMO"TATA DOCOMO
|
||||||
|
$
|
||||||
|
405027TATA DOCOMO"TATA DOCOMO
|
||||||
|
$
|
||||||
|
405028TATA DOCOMO"TATA DOCOMO
|
||||||
|
$
|
||||||
|
405029TATA DOCOMO"TATA DOCOMO
|
||||||
|
$
|
||||||
|
405030TATA DOCOMO"TATA DOCOMO
|
||||||
|
$
|
||||||
|
405031TATA DOCOMO"TATA DOCOMO
|
||||||
|
$
|
||||||
|
405032TATA DOCOMO"TATA DOCOMO
|
||||||
|
$
|
||||||
|
405033TATA DOCOMO"TATA DOCOMO
|
||||||
|
$
|
||||||
|
405034TATA DOCOMO"TATA DOCOMO
|
||||||
|
$
|
||||||
|
405035TATA DOCOMO"TATA DOCOMO
|
||||||
|
$
|
||||||
|
405036TATA DOCOMO"TATA DOCOMO
|
||||||
|
$
|
||||||
|
405037TATA DOCOMO"TATA DOCOMO
|
||||||
|
$
|
||||||
|
405038TATA DOCOMO"TATA DOCOMO
|
||||||
|
$
|
||||||
|
405039TATA DOCOMO"TATA DOCOMO
|
||||||
|
$
|
||||||
|
405040TATA DOCOMO"TATA DOCOMO
|
||||||
|
|
||||||
|
40551Airtel"Airtel
|
||||||
|
|
||||||
|
40552Airtel"Airtel
|
||||||
|
|
||||||
|
40553Airtel"Airtel
|
||||||
|
|
||||||
|
40554Airtel"Airtel
|
||||||
|
|
||||||
|
40555Airtel"Airtel
|
||||||
|
|
||||||
|
40556Airtel"Airtel
|
||||||
|
|
||||||
|
40566Vodafone IN"Vodafone
|
||||||
|
|
||||||
|
40567Vodafone IN"Vodafone
|
||||||
|
|
||||||
|
40585AIRCEL"AIRCEL
|
||||||
|
!
|
||||||
|
405750Vodafone IN"Vodafone
|
||||||
|
!
|
||||||
|
405751Vodafone IN"Vodafone
|
||||||
|
!
|
||||||
|
405752Vodafone IN"Vodafone
|
||||||
|
!
|
||||||
|
405753Vodafone IN"Vodafone
|
||||||
|
!
|
||||||
|
405754Vodafone IN"Vodafone
|
||||||
|
!
|
||||||
|
405755Vodafone IN"Vodafone
|
||||||
|
!
|
||||||
|
405756Vodafone IN"Vodafone
|
||||||
|
|
||||||
|
405800AIRCEL"AIRCEL
|
||||||
|
|
||||||
|
405801AIRCEL"AIRCEL
|
||||||
|
|
||||||
|
405802AIRCEL"AIRCEL
|
||||||
|
|
||||||
|
405803AIRCEL"AIRCEL
|
||||||
|
|
||||||
|
405804AIRCEL"AIRCEL
|
||||||
|
|
||||||
|
405805AIRCEL"AIRCEL
|
||||||
|
|
||||||
|
405806AIRCEL"AIRCEL
|
||||||
|
|
||||||
|
405807AIRCEL"AIRCEL
|
||||||
|
|
||||||
|
405808AIRCEL"AIRCEL
|
||||||
|
|
||||||
|
405809AIRCEL"AIRCEL
|
||||||
|
|
||||||
|
405810AIRCEL"AIRCEL
|
||||||
|
|
||||||
|
405811AIRCEL"AIRCEL
|
||||||
|
|
||||||
|
405812AIRCEL"AIRCEL
|
||||||
|
|
||||||
|
405813Uninor"Uninor
|
||||||
|
|
||||||
|
405814Uninor"Uninor
|
||||||
|
|
||||||
|
405815Uninor"Uninor
|
||||||
|
|
||||||
|
405816Uninor"Uninor
|
||||||
|
|
||||||
|
405817Uninor"Uninor
|
||||||
|
|
||||||
|
405818Uninor"Uninor
|
||||||
|
|
||||||
|
405819Uninor"Uninor
|
||||||
|
|
||||||
|
405820Uninor"Uninor
|
||||||
|
|
||||||
|
405821Uninor"Uninor
|
||||||
|
|
||||||
|
405822Uninor"Uninor
|
||||||
|
|
||||||
|
405823Videocon"Videocon
|
||||||
|
|
||||||
|
405824Videocon"Videocon
|
||||||
|
|
||||||
|
405825Videocon"Videocon
|
||||||
|
|
||||||
|
405826Videocon"Videocon
|
||||||
|
|
||||||
|
405827Videocon"Videocon
|
||||||
|
|
||||||
|
405828Videocon"Videocon
|
||||||
|
|
||||||
|
405829Videocon"Videocon
|
||||||
|
|
||||||
|
405830Videocon"Videocon
|
||||||
|
|
||||||
|
405831Videocon"Videocon
|
||||||
|
|
||||||
|
405832Videocon"Videocon
|
||||||
|
|
||||||
|
405833Videocon"Videocon
|
||||||
|
|
||||||
|
405834Videocon"Videocon
|
||||||
|
|
||||||
|
405835Videocon"Videocon
|
||||||
|
|
||||||
|
405836Videocon"Videocon
|
||||||
|
|
||||||
|
405837Videocon"Videocon
|
||||||
|
|
||||||
|
405838Videocon"Videocon
|
||||||
|
|
||||||
|
405839Videocon"Videocon
|
||||||
|
|
||||||
|
405841Videocon"Videocon
|
||||||
|
|
||||||
|
405842Videocon"Videocon
|
||||||
|
|
||||||
|
405843Videocon"Videocon
|
||||||
|
|
||||||
|
405844Uninor"Uninor
|
||||||
|
|
||||||
|
405875Uninor"Uninor
|
||||||
|
|
||||||
|
405876Uninor"Uninor
|
||||||
|
|
||||||
|
405877Uninor"Uninor
|
||||||
|
|
||||||
|
405878Uninor"Uninor
|
||||||
|
|
||||||
|
405879Uninor"Uninor
|
||||||
|
|
||||||
|
405880Uninor"Uninor
|
||||||
|
|
||||||
|
405881STEL"STEL
|
||||||
|
|
||||||
|
405882STEL"STEL
|
||||||
|
|
||||||
|
405883STEL"STEL
|
||||||
|
|
||||||
|
405884STEL"STEL
|
||||||
|
|
||||||
|
405885STEL"STEL
|
||||||
|
|
||||||
|
405886STEL"STEL
|
||||||
|
|
||||||
|
405908IDEA"IDEA
|
||||||
|
|
||||||
|
405909IDEA"IDEA
|
||||||
|
|
||||||
|
405910IDEA"IDEA
|
||||||
|
|
||||||
|
405911IDEA"IDEA
|
||||||
|
|
||||||
|
405925Uninor"Uninor
|
||||||
|
|
||||||
|
405926Uninor"Uninor
|
||||||
|
|
||||||
|
405927Uninor"Uninor
|
||||||
|
|
||||||
|
405928Uninor"Uninor
|
||||||
|
|
||||||
|
405929Uninor"Uninor
|
||||||
|
|
||||||
|
405932Videocon"Videocon
|
||||||
|
|
||||||
|
405947IDEA"IDEA
|
||||||
|
|
||||||
|
405951IDEA"IDEA
|
||||||
|
|
||||||
|
41003Ufone"Ufone
|
||||||
|
|
||||||
|
41006Telenor"Telenor
|
||||||
|
|
||||||
|
41007Jazz"Jazz
|
||||||
|
|
||||||
|
41240AREEBA"AREEBA
|
||||||
|
|
||||||
|
41303Etisalat"Etisalat
|
||||||
|
|
||||||
|
41305Airtel"Airtel
|
||||||
|
|
||||||
|
41401MPT"MPT
|
||||||
|
|
||||||
|
41501Alfa"Alfa
|
||||||
|
|
||||||
|
41503 MTC Touch" MTC Touch
|
||||||
|
|
||||||
|
41505Only Landlines"OM
|
||||||
|
|
||||||
|
41601zain JO"zain JO
|
||||||
|
|
||||||
|
41603Umniah"Umniah
|
||||||
|
|
||||||
|
41702 MTN Syria" MTN Syria
|
||||||
|
%
|
||||||
|
41709MOBILE SYRIA"MOBILE SYRIA
|
||||||
|
|
||||||
|
41800ASIACELL"ASIACELL
|
||||||
|
|
||||||
|
41802SanaTel"SanaTel
|
||||||
|
|
||||||
|
41808SanaTel"SanaTel
|
||||||
|
|
||||||
|
41820 Zain Iraq" Zain Iraq
|
||||||
|
|
||||||
|
41830
|
||||||
|
Zain Iraq " Zain Iraq
|
||||||
|
'
|
||||||
|
41840
|
||||||
|
Korek Telecom"
|
||||||
|
Korek Telecom
|
||||||
|
|
||||||
|
41845mobitel"mobitel
|
||||||
|
|
||||||
|
41902zain KW"zain KW
|
||||||
|
|
||||||
|
42003mobily"mobily
|
||||||
|
|
||||||
|
42004zain SA"zain SA
|
||||||
|
|
||||||
|
42101SABAFON"SABAFON
|
||||||
|
|
||||||
|
421700Y"Y
|
||||||
|
#
|
||||||
|
42202OMAN MOBILE"OMAN MOBILE
|
||||||
|
|
||||||
|
42502Cellcom"Cellcom
|
||||||
|
|
||||||
|
42503 Pelephone" Pelephone
|
||||||
|
|
||||||
|
42507 HotMobile" HotMobile
|
||||||
|
|
||||||
|
42602zain BH"zain BH
|
||||||
|
)
|
||||||
|
42702Vodafone Qatar"Vodafone Qatar
|
||||||
|
|
||||||
|
42901NT 3G"NT 3G
|
||||||
|
|
||||||
|
42902NCELL"NCELL
|
||||||
|
|
||||||
|
43211IR MCI"IR MCI
|
||||||
|
|
||||||
|
43212TKC"TKC
|
||||||
|
|
||||||
|
43214TKC"TKC
|
||||||
|
|
||||||
|
43219MTCE"MTCE
|
||||||
|
|
||||||
|
43232Taliya"Taliya
|
||||||
|
|
||||||
|
43235Irancell"Irancell
|
||||||
|
|
||||||
|
43601Somoncom"Somoncom
|
||||||
|
|
||||||
|
43602INDIGO-T"INDIGO-T
|
||||||
|
|
||||||
|
43603TJKMLT"MLT
|
||||||
|
|
||||||
|
43605 BEELINETJ"BEELINE
|
||||||
|
|
||||||
|
43612 INDIGO-3G"INDIGO-T
|
||||||
|
|
||||||
|
43701 BeelineKG" BeelineKG
|
||||||
|
)
|
||||||
|
45001Samsung Test Bed_Test"Samsung
|
||||||
|
#
|
||||||
|
45201VN MobiFone"VN MobiFone
|
||||||
|
%
|
||||||
|
45202VN VINAPHONE"VN VINAPHONE
|
||||||
|
!
|
||||||
|
45208
|
||||||
|
EVNTelecom"
|
||||||
|
EVNTelecom
|
||||||
|
|
||||||
|
45602Smart"Smart
|
||||||
|
|
||||||
|
45604qb"qb
|
||||||
|
|
||||||
|
45605STARCELL"STARCELL
|
||||||
|
|
||||||
|
45606Smart"Smart
|
||||||
|
|
||||||
|
45609
|
||||||
|
Beeline KH"Beeline
|
||||||
|
|
||||||
|
45611Seatel"Seatel
|
||||||
|
&
|
||||||
|
45618CAMBODIASHINAWATRA"CAMSHIN
|
||||||
|
|
||||||
|
45701LAO GSM"LAOGSM
|
||||||
|
|
||||||
|
45708Beeline Lao"Beeline
|
||||||
|
|
||||||
|
46605GT 4G"GT 4G
|
||||||
|
|
||||||
|
46703KP SUN"SUNNET
|
||||||
|
|
||||||
|
47001GrameenPhone"GRAMEEN
|
||||||
|
|
||||||
|
47002Robi"Robi
|
||||||
|
|
||||||
|
47004Teletalk"Teletalk
|
||||||
|
|
||||||
|
47202WMOBILE"WMOBILE
|
||||||
|
|
||||||
|
50212MY MAXIS"MYMAXIS
|
||||||
|
|
||||||
|
50213 MY CELCOM" MY CELCOM
|
||||||
|
|
||||||
|
50217MY MAXIS"MY MAXIS
|
||||||
|
|
||||||
|
50218U Mobile"U Mobile
|
||||||
|
|
||||||
|
50219 MY CELCOM" MY CELCOM
|
||||||
|
#
|
||||||
|
50503Vodafone AU"Vodafone AU
|
||||||
|
|
||||||
|
505063"3
|
||||||
|
|
||||||
|
50508One.Tel"One.Tel
|
||||||
|
|
||||||
|
51009 Smartfren" Smartfren
|
||||||
|
|
||||||
|
51010 TELKOMSEL" TELKOMSEL
|
||||||
|
|
||||||
|
51011XL"XL
|
||||||
|
|
||||||
|
51028 Smartfren" Smartfren
|
||||||
|
|
||||||
|
51501ISLACOM"ISLACOM
|
||||||
|
|
||||||
|
51502GLOBE"GLOBE
|
||||||
|
|
||||||
|
51503Smart"Smart
|
||||||
|
|
||||||
|
51505SUN"SUN
|
||||||
|
!
|
||||||
|
51518
|
||||||
|
red mobile"
|
||||||
|
red mobile
|
||||||
|
|
||||||
|
52005dtac"dtac
|
||||||
|
|
||||||
|
52010TH WCS"TH WCS
|
||||||
|
|
||||||
|
52021TH ACT 1900"ACT-1900
|
||||||
|
|
||||||
|
52505StarHub"StarHub
|
||||||
|
|
||||||
|
52802B-Mobile"B-mobile
|
||||||
|
|
||||||
|
52811DSTCom"DSTCom
|
||||||
|
|
||||||
|
53005Spark NZ"Spark NZ
|
||||||
|
|
||||||
|
54411Blue Sky"Blue Sky
|
||||||
|
|
||||||
|
54417Blue Sky"Blue Sky
|
||||||
|
|
||||||
|
54927Samoatel GO"GO
|
||||||
|
|
||||||
|
60202vodafone"vodaEG
|
||||||
|
|
||||||
|
60301Mobilis"Mobilis
|
||||||
|
|
||||||
|
60401IAM"IAM
|
||||||
|
|
||||||
|
60402WANA GSM"WANA GSM
|
||||||
|
|
||||||
|
60502TUNTEL"TUNTEL
|
||||||
|
|
||||||
|
60600Libyana"Libyana
|
||||||
|
|
||||||
|
60601Almadar"Almadar
|
||||||
|
|
||||||
|
60703 GM COMIUM" GM COMIUM
|
||||||
|
|
||||||
|
60704607 04/Qcell"QC
|
||||||
|
|
||||||
|
61104
|
||||||
|
CKY-Areeba"Areeba
|
||||||
|
|
||||||
|
61202CIV02"ACELL-CI
|
||||||
|
|
||||||
|
61203Orange"Orange
|
||||||
|
|
||||||
|
61204 IC COMIUM"ICCOMIUM
|
||||||
|
|
||||||
|
61401SAHELCOM"SAHELCOM
|
||||||
|
|
||||||
|
61403
|
||||||
|
NE TELECEL"TELECEL
|
||||||
|
|
||||||
|
61404Orange"Orange
|
||||||
|
|
||||||
|
61503TELECEL-TOGO"TELECEL
|
||||||
|
"
|
||||||
|
61602
|
||||||
|
TELECEL BENIN"TLCL-BEN
|
||||||
|
|
||||||
|
61603BJ BENINCELL"BENCELL
|
||||||
|
|
||||||
|
61702MTML"MTML
|
||||||
|
|
||||||
|
61710Emtel"EMTEL
|
||||||
|
|
||||||
|
61802 LIBERCELL"LIBERCEL
|
||||||
|
|
||||||
|
61902MILLICOM SL"MILLICOM
|
||||||
|
|
||||||
|
62001MTN"MTN
|
||||||
|
|
||||||
|
62003Tigo"Tigo
|
||||||
|
|
||||||
|
62006Zain Gh"Zain Gh
|
||||||
|
!
|
||||||
|
62007
|
||||||
|
Glo Mobile"
|
||||||
|
Glo Mobile
|
||||||
|
%
|
||||||
|
62120Zain Nigeria"Zain Nigeria
|
||||||
|
#
|
||||||
|
62130MTN Nigeria"MTN Nigeria
|
||||||
|
|
||||||
|
62140Mtel"Mtel
|
||||||
|
!
|
||||||
|
62150
|
||||||
|
Glo Mobile"
|
||||||
|
Glo Mobile
|
||||||
|
$
|
||||||
|
62160EtisalatNigeria"Etisalat
|
||||||
|
|
||||||
|
62402Orange"Orange
|
||||||
|
|
||||||
|
62701Orange"GETESA
|
||||||
|
|
||||||
|
62801Libertis"LIBERTIS
|
||||||
|
|
||||||
|
62802GAB TELECEL"TELECEL
|
||||||
|
|
||||||
|
62803 CELTEL GA"CELTEL
|
||||||
|
|
||||||
|
62901CELTEL"CELTELRC
|
||||||
|
|
||||||
|
62907WARID RC"WARID RC
|
||||||
|
|
||||||
|
63001Vodacom"Vodacom
|
||||||
|
|
||||||
|
63104MOVICEL"MOVICEL
|
||||||
|
|
||||||
|
63207GTM"GTM
|
||||||
|
|
||||||
|
63401Zain" ZainSUDAN
|
||||||
|
|
||||||
|
63402 MTN Sudan"MTN
|
||||||
|
|
||||||
|
63407
|
||||||
|
Sudani One" SudaniTel
|
||||||
|
|
||||||
|
63510R-CELL"RCELL
|
||||||
|
|
||||||
|
63701
|
||||||
|
SOMTELESOM"TELESOM
|
||||||
|
|
||||||
|
63782Telsom"Telsom
|
||||||
|
|
||||||
|
63903Airtel"CELTEL
|
||||||
|
|
||||||
|
63905Yu"Yu
|
||||||
|
|
||||||
|
64002Tigo"MOBITEL
|
||||||
|
|
||||||
|
64003ZANTEL"ZANTEL
|
||||||
|
|
||||||
|
64004Vodacom"VodaCom
|
||||||
|
|
||||||
|
64005ZAIN TZ"celtel
|
||||||
|
|
||||||
|
64008Smart"SmartTZA
|
||||||
|
|
||||||
|
64101Celtel"CELTEL
|
||||||
|
|
||||||
|
64110MTN UG"MTN-UG
|
||||||
|
|
||||||
|
64201Spacetel BI"SPACETEL
|
||||||
|
|
||||||
|
64202BUSAFA"SAFARIS
|
||||||
|
|
||||||
|
64301mCel"mCel
|
||||||
|
|
||||||
|
64304Vodacom"VodaCom
|
||||||
|
|
||||||
|
64501Airtel"CELTEL
|
||||||
|
|
||||||
|
64502MTN"TELECEL
|
||||||
|
|
||||||
|
64503ZAMTEL"TELECEL
|
||||||
|
|
||||||
|
64601Airtel"Celtel
|
||||||
|
|
||||||
|
64603Sacel"Sacel
|
||||||
|
|
||||||
|
64604Telma"TELMA
|
||||||
|
|
||||||
|
64700Orange"Orange
|
||||||
|
|
||||||
|
64710
|
||||||
|
SFRREUNION"SFRRU
|
||||||
|
|
||||||
|
64801Net*One"NETONE
|
||||||
|
|
||||||
|
64803Telecel"TELECEL
|
||||||
|
|
||||||
|
64804Econet"ECONET
|
||||||
|
|
||||||
|
64901MTC"MTCNAM
|
||||||
|
|
||||||
|
64902switch"switch
|
||||||
|
|
||||||
|
64903Leo"leo™
|
||||||
|
|
||||||
|
65001TNM"CP900
|
||||||
|
|
||||||
|
65010Airtel"CELTEL
|
||||||
|
|
||||||
|
65101Vodacom"
|
||||||
|
Vodacom-LS
|
||||||
|
|
||||||
|
65102Mascom"EZI-CEL
|
||||||
|
|
||||||
|
65201Mascom"MASCOM
|
||||||
|
|
||||||
|
65204 BTCMobile"beMOBILE
|
||||||
|
!
|
||||||
|
65501
|
||||||
|
Vodacom-SA"
|
||||||
|
Vodacom-SA
|
||||||
|
|
||||||
+114
@@ -0,0 +1,114 @@
|
|||||||
|
|
||||||
|
|
||||||
|
30202Bell"Bell
|
||||||
|
|
||||||
|
30286Telus"Telus
|
||||||
|
|
||||||
|
31000Verizon"Verizon
|
||||||
|
|
||||||
|
40400Reliance"Reliance
|
||||||
|
|
||||||
|
44007KDDI"KDDI
|
||||||
|
|
||||||
|
45000KOR SK Telecom"SKT
|
||||||
|
|
||||||
|
45400CSL"CSL
|
||||||
|
|
||||||
|
45402CSL"CSL
|
||||||
|
|
||||||
|
454033"3
|
||||||
|
|
||||||
|
454043(3G)"3(3G)
|
||||||
|
|
||||||
|
45406SmarTone HK"SMC HK
|
||||||
|
|
||||||
|
454073"3
|
||||||
|
|
||||||
|
45410CSL"CSL
|
||||||
|
|
||||||
|
45412China Mobile HK"CMHK
|
||||||
|
|
||||||
|
45413China Mobile HK"CMHK
|
||||||
|
|
||||||
|
454143"3
|
||||||
|
|
||||||
|
45415SmarTone HK"SMC HK
|
||||||
|
|
||||||
|
45416PCCW-HKT"PCCW-HKT
|
||||||
|
|
||||||
|
45417SmarTone HK"SMC HK
|
||||||
|
|
||||||
|
45418CSL"CSL
|
||||||
|
|
||||||
|
45419PCCW-HKT"PCCW-HKT
|
||||||
|
|
||||||
|
45420PCCW-HKT"PCCW-HKT
|
||||||
|
|
||||||
|
45429PCCW_HKT"PCCW_HKT
|
||||||
|
|
||||||
|
45500SmarTone"SmarTone
|
||||||
|
|
||||||
|
45501CTM"CTM
|
||||||
|
|
||||||
|
45502
|
||||||
|
China Telecom"CTC
|
||||||
|
|
||||||
|
455033 Macau"3 Macau
|
||||||
|
|
||||||
|
45504CTM"CTM
|
||||||
|
|
||||||
|
455053 Macau"3 Macau
|
||||||
|
|
||||||
|
45507
|
||||||
|
China Telecom"CTC
|
||||||
|
|
||||||
|
46000CHINA MOBILE"CMCC
|
||||||
|
|
||||||
|
46001
|
||||||
|
CHN-UNICOM"UNICOM
|
||||||
|
|
||||||
|
46002CHINA MOBILE"CMCC
|
||||||
|
|
||||||
|
46003
|
||||||
|
China Telecom"CTC
|
||||||
|
|
||||||
|
46004CHINA MOBILE"CMCC
|
||||||
|
|
||||||
|
46006
|
||||||
|
CHN-UNICOM"UNICOM
|
||||||
|
|
||||||
|
46007CHINA MOBILE"CMCC
|
||||||
|
|
||||||
|
46008CHINA MOBILE"CMCC
|
||||||
|
|
||||||
|
46009
|
||||||
|
CHN-UNICOM"UNICOM
|
||||||
|
|
||||||
|
46011
|
||||||
|
China Telecom"CTC
|
||||||
|
|
||||||
|
46015CHINA BROADNET"CBN
|
||||||
|
|
||||||
|
46016CHINA BROADNET"CBN
|
||||||
|
|
||||||
|
46021CHINA MOBILE"CMCC
|
||||||
|
|
||||||
|
46022CHINA MOBILE"CMCC
|
||||||
|
|
||||||
|
46031
|
||||||
|
CHN-UNICOM"UNICOM
|
||||||
|
|
||||||
|
46032
|
||||||
|
CHN-UNICOM"UNICOM
|
||||||
|
|
||||||
|
46050
|
||||||
|
China Telecom"CTC
|
||||||
|
|
||||||
|
46051
|
||||||
|
China Telecom"CTC
|
||||||
|
|
||||||
|
46060CHINA BROADNET"CBN
|
||||||
|
|
||||||
|
46061CHINA BROADNET"CBN
|
||||||
|
#
|
||||||
|
46601Far EasTone"Far EasTone
|
||||||
+98
@@ -0,0 +1,98 @@
|
|||||||
|
|
||||||
|
|
||||||
|
45400CSL"CSL
|
||||||
|
|
||||||
|
45402CSL"CSL
|
||||||
|
|
||||||
|
454033"3
|
||||||
|
|
||||||
|
454043(3G)"3(3G)
|
||||||
|
|
||||||
|
45406SmarTone HK"SMC HK
|
||||||
|
|
||||||
|
454073(2G)"3(2G)
|
||||||
|
|
||||||
|
45410CSL"CSL
|
||||||
|
|
||||||
|
45412China Mobile HK"CMHK
|
||||||
|
|
||||||
|
45413China Mobile HK"CMHK
|
||||||
|
|
||||||
|
454143(2G)"3(2G)
|
||||||
|
|
||||||
|
45415SmarTone HK"SMC HK
|
||||||
|
|
||||||
|
45416PCCW-HKT"PCCW-HKT
|
||||||
|
|
||||||
|
45417SmarTone HK"SMC HK
|
||||||
|
|
||||||
|
45418CSL"CSL
|
||||||
|
|
||||||
|
45419PCCW-HKT"PCCW-HKT
|
||||||
|
|
||||||
|
45420PCCW-HKT"PCCW-HKT
|
||||||
|
|
||||||
|
45500SmarTone"SmarTone
|
||||||
|
|
||||||
|
45501CTM"CTM
|
||||||
|
|
||||||
|
45502
|
||||||
|
China Telecom"CTC
|
||||||
|
%
|
||||||
|
455033 Macau (2G)"3 Macau (2G)
|
||||||
|
|
||||||
|
45504CTM"CTM
|
||||||
|
|
||||||
|
455053 Macau"3 Macau
|
||||||
|
|
||||||
|
45507
|
||||||
|
China Telecom"CTC
|
||||||
|
|
||||||
|
46000CHINA MOBILE"CMCC
|
||||||
|
|
||||||
|
46001
|
||||||
|
CHN-UNICOM"UNICOM
|
||||||
|
|
||||||
|
46002CHINA MOBILE"CMCC
|
||||||
|
|
||||||
|
46003
|
||||||
|
China Telecom"CTC
|
||||||
|
|
||||||
|
46006
|
||||||
|
CHN-UNICOM"UNICOM
|
||||||
|
|
||||||
|
46007CHINA MOBILE"CMCC
|
||||||
|
|
||||||
|
46008CHINA MOBILE"CMCC
|
||||||
|
|
||||||
|
46009
|
||||||
|
CHN-UNICOM"UNICOM
|
||||||
|
|
||||||
|
46011
|
||||||
|
China Telecom"CTC
|
||||||
|
|
||||||
|
46015CHINA BROADNET"CBN
|
||||||
|
|
||||||
|
46016CHINA BROADNET"CBN
|
||||||
|
|
||||||
|
46021CHINA MOBILE"CMCC
|
||||||
|
|
||||||
|
46022CHINA MOBILE"CMCC
|
||||||
|
|
||||||
|
46031
|
||||||
|
CHN-UNICOM"UNICOM
|
||||||
|
|
||||||
|
46032
|
||||||
|
CHN-UNICOM"UNICOM
|
||||||
|
|
||||||
|
46050
|
||||||
|
China Telecom"CTC
|
||||||
|
|
||||||
|
46051
|
||||||
|
China Telecom"CTC
|
||||||
|
|
||||||
|
46060CHINA BROADNET"CBN
|
||||||
|
|
||||||
|
46061CHINA BROADNET"CBN
|
||||||
|
#
|
||||||
|
46601Far EasTone"Far EasTone
|
||||||
+1652
File diff suppressed because it is too large
Load Diff
+6
@@ -0,0 +1,6 @@
|
|||||||
|
<manifest version="1.0" type="device">
|
||||||
|
<hal override="true" format="hidl">
|
||||||
|
<name>vendor.samsung_slsi.hardware.radio</name>
|
||||||
|
<transport>hwbinder</transport>
|
||||||
|
</hal>
|
||||||
|
</manifest>
|
||||||
+82
@@ -0,0 +1,82 @@
|
|||||||
|
<manifest version="1.0" type="device">
|
||||||
|
<hal override="true" format="hidl">
|
||||||
|
<name>android.hardware.radio.deprecated</name>
|
||||||
|
<transport>hwbinder</transport>
|
||||||
|
</hal>
|
||||||
|
<hal override="true" format="hidl">
|
||||||
|
<name>android.hardware.radio</name>
|
||||||
|
<transport>hwbinder</transport>
|
||||||
|
</hal>
|
||||||
|
<hal override="true" format="hidl">
|
||||||
|
<name>android.hardware.radio</name>
|
||||||
|
<transport>hwbinder</transport>
|
||||||
|
<fqname>@1.2::ISap/slot1</fqname>
|
||||||
|
<fqname>@1.2::ISap/slot2</fqname>
|
||||||
|
</hal>
|
||||||
|
<hal override="true" format="hidl">
|
||||||
|
<name>android.hardware.radio.config</name>
|
||||||
|
<transport>hwbinder</transport>
|
||||||
|
</hal>
|
||||||
|
<hal override="true" format="aidl">
|
||||||
|
<name>android.hardware.radio.modem</name>
|
||||||
|
<version>1</version>
|
||||||
|
<interface>
|
||||||
|
<name>IRadioModem</name>
|
||||||
|
<instance>slot1</instance>
|
||||||
|
<instance>slot2</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
|
<hal override="true" format="aidl">
|
||||||
|
<name>android.hardware.radio.network</name>
|
||||||
|
<version>1</version>
|
||||||
|
<interface>
|
||||||
|
<name>IRadioNetwork</name>
|
||||||
|
<instance>slot1</instance>
|
||||||
|
<instance>slot2</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
|
<hal override="true" format="aidl">
|
||||||
|
<name>android.hardware.radio.voice</name>
|
||||||
|
<version>1</version>
|
||||||
|
<interface>
|
||||||
|
<name>IRadioVoice</name>
|
||||||
|
<instance>slot1</instance>
|
||||||
|
<instance>slot2</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
|
<hal override="true" format="aidl">
|
||||||
|
<name>android.hardware.radio.config</name>
|
||||||
|
<version>1</version>
|
||||||
|
<interface>
|
||||||
|
<name>IRadioConfig</name>
|
||||||
|
<instance>default</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
|
<hal override="true" format="aidl">
|
||||||
|
<name>android.hardware.radio.sim</name>
|
||||||
|
<version>1</version>
|
||||||
|
<interface>
|
||||||
|
<name>IRadioSim</name>
|
||||||
|
<instance>slot1</instance>
|
||||||
|
<instance>slot2</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
|
<hal override="true" format="aidl">
|
||||||
|
<name>android.hardware.radio.data</name>
|
||||||
|
<version>1</version>
|
||||||
|
<interface>
|
||||||
|
<name>IRadioData</name>
|
||||||
|
<instance>slot1</instance>
|
||||||
|
<instance>slot2</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
|
<hal override="true" format="aidl">
|
||||||
|
<name>android.hardware.radio.messaging</name>
|
||||||
|
<version>1</version>
|
||||||
|
<interface>
|
||||||
|
<name>IRadioMessaging</name>
|
||||||
|
<instance>slot1</instance>
|
||||||
|
<instance>slot2</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
|
</manifest>
|
||||||
+58
@@ -0,0 +1,58 @@
|
|||||||
|
<manifest version="1.0" type="device">
|
||||||
|
<hal format="aidl">
|
||||||
|
<name>vendor.samsung.hardware.radio.network</name>
|
||||||
|
<version>1</version>
|
||||||
|
<interface>
|
||||||
|
<name>ISehRadioNetwork</name>
|
||||||
|
<instance>slot1</instance>
|
||||||
|
<instance>slot2</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
|
<hal format="aidl">
|
||||||
|
<name>vendor.samsung.hardware.radio.channel</name>
|
||||||
|
<version>1</version>
|
||||||
|
<interface>
|
||||||
|
<name>ISehRadioChannel</name>
|
||||||
|
<instance>imsd</instance>
|
||||||
|
<instance>imsd2</instance>
|
||||||
|
<instance>epdgd</instance>
|
||||||
|
<instance>epdgd2</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
|
<hal format="aidl">
|
||||||
|
<name>vendor.samsung.hardware.radio.bridge</name>
|
||||||
|
<version>1</version>
|
||||||
|
<interface>
|
||||||
|
<name>ISehRadioBridge</name>
|
||||||
|
<instance>slot1</instance>
|
||||||
|
<instance>slot2</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
|
<hal format="aidl">
|
||||||
|
<name>vendor.samsung.hardware.radio.data</name>
|
||||||
|
<version>1</version>
|
||||||
|
<interface>
|
||||||
|
<name>ISehRadioData</name>
|
||||||
|
<instance>slot1</instance>
|
||||||
|
<instance>slot2</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
|
<hal format="aidl">
|
||||||
|
<name>vendor.samsung.hardware.radio.sim</name>
|
||||||
|
<version>1</version>
|
||||||
|
<interface>
|
||||||
|
<name>ISehRadioSim</name>
|
||||||
|
<instance>slot1</instance>
|
||||||
|
<instance>slot2</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
|
<hal format="aidl">
|
||||||
|
<name>vendor.samsung.hardware.radio.messaging</name>
|
||||||
|
<version>1</version>
|
||||||
|
<interface>
|
||||||
|
<name>ISehRadioMessaging</name>
|
||||||
|
<instance>slot1</instance>
|
||||||
|
<instance>slot2</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
|
</manifest>
|
||||||
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -8,10 +8,20 @@ PRODUCT_SOONG_NAMESPACES += \
|
|||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
vendor/samsung/s5e8825-common/proprietary/vendor/etc/SoundBoosterParam.txt:$(TARGET_COPY_OUT_VENDOR)/etc/SoundBoosterParam.txt \
|
vendor/samsung/s5e8825-common/proprietary/vendor/etc/SoundBoosterParam.txt:$(TARGET_COPY_OUT_VENDOR)/etc/SoundBoosterParam.txt \
|
||||||
vendor/samsung/s5e8825-common/proprietary/vendor/etc/dolby/dax-default.xml:$(TARGET_COPY_OUT_VENDOR)/etc/dolby/dax-default.xml \
|
vendor/samsung/s5e8825-common/proprietary/vendor/etc/dolby/dax-default.xml:$(TARGET_COPY_OUT_VENDOR)/etc/dolby/dax-default.xml \
|
||||||
|
vendor/samsung/s5e8825-common/proprietary/vendor/etc/init/cass.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/cass.rc \
|
||||||
|
vendor/samsung/s5e8825-common/proprietary/vendor/etc/init/init.baseband.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.baseband.rc \
|
||||||
|
vendor/samsung/s5e8825-common/proprietary/vendor/etc/init/init.vendor.rilcommon.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.vendor.rilcommon.rc \
|
||||||
vendor/samsung/s5e8825-common/proprietary/vendor/etc/init/secaudiohalaidl.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/secaudiohalaidl.rc \
|
vendor/samsung/s5e8825-common/proprietary/vendor/etc/init/secaudiohalaidl.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/secaudiohalaidl.rc \
|
||||||
|
vendor/samsung/s5e8825-common/proprietary/vendor/etc/init/vendor.samsung.rilchip.slsi.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.samsung.rilchip.slsi.rc \
|
||||||
|
vendor/samsung/s5e8825-common/proprietary/vendor/etc/init/vendor.samsung.rild.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/vendor.samsung.rild.rc \
|
||||||
vendor/samsung/s5e8825-common/proprietary/vendor/etc/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \
|
vendor/samsung/s5e8825-common/proprietary/vendor/etc/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \
|
||||||
vendor/samsung/s5e8825-common/proprietary/vendor/etc/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml \
|
vendor/samsung/s5e8825-common/proprietary/vendor/etc/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml \
|
||||||
vendor/samsung/s5e8825-common/proprietary/vendor/etc/media_profiles_V1_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml \
|
vendor/samsung/s5e8825-common/proprietary/vendor/etc/media_profiles_V1_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml \
|
||||||
|
vendor/samsung/s5e8825-common/proprietary/vendor/etc/mtu-conf.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mtu-conf.xml \
|
||||||
|
vendor/samsung/s5e8825-common/proprietary/vendor/etc/plmn_delta.bin:$(TARGET_COPY_OUT_VENDOR)/etc/plmn_delta.bin \
|
||||||
|
vendor/samsung/s5e8825-common/proprietary/vendor/etc/plmn_delta_chn.bin:$(TARGET_COPY_OUT_VENDOR)/etc/plmn_delta_chn.bin \
|
||||||
|
vendor/samsung/s5e8825-common/proprietary/vendor/etc/plmn_delta_hktw.bin:$(TARGET_COPY_OUT_VENDOR)/etc/plmn_delta_hktw.bin \
|
||||||
|
vendor/samsung/s5e8825-common/proprietary/vendor/etc/plmn_se13_prebuilt.bin:$(TARGET_COPY_OUT_VENDOR)/etc/plmn_se13_prebuilt.bin \
|
||||||
vendor/samsung/s5e8825-common/proprietary/vendor/etc/sec_audio_volume_curve.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sec_audio_volume_curve.xml \
|
vendor/samsung/s5e8825-common/proprietary/vendor/etc/sec_audio_volume_curve.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sec_audio_volume_curve.xml \
|
||||||
vendor/samsung/s5e8825-common/proprietary/vendor/etc/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml
|
vendor/samsung/s5e8825-common/proprietary/vendor/etc/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml
|
||||||
|
|
||||||
@@ -33,27 +43,48 @@ PRODUCT_PACKAGES += \
|
|||||||
libdatamod \
|
libdatamod \
|
||||||
libexynoscamera_cnr_plugin \
|
libexynoscamera_cnr_plugin \
|
||||||
libexynoscamera_plugin \
|
libexynoscamera_plugin \
|
||||||
|
libfloatingfeature \
|
||||||
liblastaboxmsg \
|
liblastaboxmsg \
|
||||||
libprofileparamstorage \
|
libprofileparamstorage \
|
||||||
librecordalive \
|
librecordalive \
|
||||||
libsecaudiocoreutils \
|
libsecaudiocoreutils \
|
||||||
libsecaudioinfo \
|
libsecaudioinfo \
|
||||||
libsecaudiolevel \
|
libsecaudiolevel \
|
||||||
|
libsecril-client \
|
||||||
libsehbluetooth_audio_session_aidl \
|
libsehbluetooth_audio_session_aidl \
|
||||||
|
libsemnativecarrierfeature \
|
||||||
libspatializerparamstorage \
|
libspatializerparamstorage \
|
||||||
libspeakercalibration \
|
libspeakercalibration \
|
||||||
libswcnr \
|
libswcnr \
|
||||||
libtinyalsa.s5e8825 \
|
libtinyalsa.s5e8825 \
|
||||||
vendor.samsung.hardware.bluetooth.audio-V1-ndk \
|
vendor.samsung.hardware.bluetooth.audio-V1-ndk \
|
||||||
libfloatingfeature \
|
|
||||||
libswdap \
|
libswdap \
|
||||||
libsecaudiohal_aidl \
|
libsecaudiohal_aidl \
|
||||||
|
libVendorSemDataProps \
|
||||||
|
libVendorSemTelephonyProps \
|
||||||
libc++_shared \
|
libc++_shared \
|
||||||
|
libengmode_client \
|
||||||
libhwjsqz \
|
libhwjsqz \
|
||||||
|
libril_sem \
|
||||||
|
libsec-ril \
|
||||||
libsensorlistener \
|
libsensorlistener \
|
||||||
libuniapi \
|
libuniapi \
|
||||||
libuniplugin \
|
libuniplugin \
|
||||||
|
libvkmanager_vendor \
|
||||||
vendor.samsung.hardware.audio-V1-ndk \
|
vendor.samsung.hardware.audio-V1-ndk \
|
||||||
|
vendor.samsung.hardware.radio-V1-ndk \
|
||||||
|
vendor.samsung.hardware.radio.bridge-V1-ndk \
|
||||||
|
vendor.samsung.hardware.radio.channel-V1-ndk \
|
||||||
|
vendor.samsung.hardware.radio.channel@2.0 \
|
||||||
|
vendor.samsung.hardware.radio.data-V1-ndk \
|
||||||
|
vendor.samsung.hardware.radio.messaging-V1-ndk \
|
||||||
|
vendor.samsung.hardware.radio.sim-V1-ndk \
|
||||||
vendor.samsung.hardware.thermal@1.0 \
|
vendor.samsung.hardware.thermal@1.0 \
|
||||||
secaudiohalaidl_manifest.xml \
|
secaudiohalaidl_manifest.xml \
|
||||||
secaudiohalaidl
|
vendor.samsung.hardware.radio.exclude.slsi.xml \
|
||||||
|
vendor.samsung.hardware.radio_manifest_2_33.xml \
|
||||||
|
vendor.samsung.hardware.sehradio_manifest_2_33.xml \
|
||||||
|
cass \
|
||||||
|
rild \
|
||||||
|
secaudiohalaidl \
|
||||||
|
secril_config_svc
|
||||||
|
|||||||
Reference in New Issue
Block a user