what is the difference between ISIM and USIM in VoLTE/LTE/4G scope? What is its use in SIP REGISTRATION process? Why we need two type of it, and does it depend on operator?
What is the difference between ISIM and USIM?
21.7k views Asked by roottraveller At
1
There are 1 answers
Related Questions in SIP
- Send SIP traces over TCP from Kamailio to Heplify
- Amı Originate Calls Diffrent Context From Sended Context
- SIP messages are not visible after Phone rooting(samsung A33)
- How to get pn-prid with PJSIP_HEADER in Asterisk dialplan
- bad rtp pt 101 (expecting 8)
- Configure Linphone Desktop to use same SIP for all users in Windows
- Forward call from Twilio Studio to SIP End point
- Pause audio file not play on receiver side in sip in android
- Configuring One-Way Video Stream in PJSIP for Doorbell Video Call
- Node.js SIP.js Setup: Can't Receive Real-time Audio - Need Direction
- SIP load Testing via SIPP
- Twilio referURL - SIP Refer - refer to Twilio Flex
- SIP IPV6Reference
- SIP SEER calculation questions
- C# run process microsip.exe without access to system micro
Related Questions in LTE
- Availability of parameter "upperLayerIndication-r15"
- AWS GreenGrass network data usage
- How can I relate a cellular towers CID with it PCI
- GSM and LTE-M connection with SIM7070G for MQTT data transmission
- Extension of lte connectivity, usrp
- "Simcom A7670G GSM Module: Failing to Send Large Data Payload via AT Commands from Raspberry Pi"
- AT commands to avoid data connection and related charge
- AT Command Equivalents to libqmi
- azure-sdk-for-c-arduino ESP32 with SIM7600CE unable to send MQTT's
- Usage of RX interface in LTE and QCI
- How find the LTE bandwidth in Android
- Which CQI table should i choose for CQI value from telephony manager api
- SARA-R5 AWS Unable to connect
- A7672E AT-commands for GPS and bluetooth problem
- Why am I getting incomplete geolocation data for long periods of time using SIM7070g?
Related Questions in 4G
- How to "Enable mobile data" on a Huawei E3372 4G USB dongle using a bash script in Windows
- Availability of parameter "upperLayerIndication-r15"
- Establishing data connection using SORACOM Onyx LTE USB modem in linux
- GSM 7600 Series AT Command (CEREG)
- Kivymd and Requests Android Problem with "requests.get(url, cookies=cookie)" on some mobile 4g networks not working
- Trying to access IP camera that is connected to wifi network on android 9 device
- AT command response handler
- Which CQI table should i choose for CQI value from telephony manager api
- Does LTE-M1 work when RSRP is below thermal noise?
- Port forwarding not working on Huawei B535-232 4G LTE router for ssh connection
- TCP connections terminate after some time on 4G hotspot
- SIMCOM A7600E, can't make voice call but sms works
- How can I disable/enable wifi and 3G/4G data internet programmatically in Android?
- 4G USB Dongle Auto Reconnect / Auto Recover
- Is SMS Over IMS That Important
Related Questions in IMS
- Google's Carrier Services reports permissions aren't granted although they are
- Are the DBD and PSB load modules in IMS executable programs or just control blocks?
- Read all records from the database using call functions in ims
- Lanunching IMS Settings App of Samsung Mobiles Programmatically
- Is it possible to initialize a REXX environment in an IMS BMP region using IRXINIT?
- Can PDN Connectivity Request for IMS APN be initiated if VoPS support is not there in Attach Accept?
- Is it currently possible to read the inbox of RCS messages?
- Powershell Invoke-WebRequest IMS Path + Credentials
- Migration of IP Multimedia Subsystem(IMS) for VoLTE in Kubernetes (Issue with Cross Port Services)
- NAT with IPSec issue in IP Multimedia Subsystem(IMS)
- Is SMS Over IMS That Important
- Go-Diameter: how to determine data variable in NewAVP of TGPPUserLocationInfo to get desired value in Wireshark dump
- Error SoftLayer_Product_Order. (SoftLayer_Product_Order:: verifyOrder)
- Error SoftLayer_Exception_Public. (SoftLayer_Dns_Domain_Registration:: modifyContact)
- Object does not exist to execute method on. (SoftLayer_Dns_Domain_Registration::addNameserversToDomain)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
USIM - Universal Subscriber Identity Module
ISIM - IP Multimedia Services Identity Module
ISIM and USIM are applications which run in your simcard. Both application are responsible (among other things) to perform security procedures such as authenticate the network. They also carry your identity and security keys used to encrypt the information transmitted over-the-air.
ISIM carry a lot of information(files) used in SIP protocols such as your IP Multimedia Private Identity (IMPI), domain, IP Multimedia Public Identity (IMPU) and cypher keys (used to encryp information. So, this application is used for SIP/IMS procedures - consequently, VoLTE calls.
USIM does not have those kind of information. It has instead IMSI, SPN, Cyphering and Authentication keys used during registration in UMTS/LTE networks.
In a simple way, ISIM is used during SIP/IMS procedures as long as USIM is used during NAS/RRC/MM/GMM procedures.
Even then, I believe that you don't need a ISIM to register in IMS (and make a VoLTE call). 3GPP defines standards which make possible to create a IMPI/IMPU using keys from your USIM.
Even then, as I observed, most part of network carriers replace their old SIMCard which has only the USIM application by a new SIMCard which has both applications (since they can co-exist in same SIMCard).