CN107846403B - Method and system for communication between SIM card and application server - Google Patents
Method and system for communication between SIM card and application server Download PDFInfo
- Publication number
- CN107846403B CN107846403B CN201711036998.0A CN201711036998A CN107846403B CN 107846403 B CN107846403 B CN 107846403B CN 201711036998 A CN201711036998 A CN 201711036998A CN 107846403 B CN107846403 B CN 107846403B
- Authority
- CN
- China
- Prior art keywords
- sim card
- socket connection
- mobile terminal
- application server
- active
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
- 238000000034 method Methods 0.000 title claims abstract description 44
- 238000004891 communication Methods 0.000 title claims abstract description 33
- 230000004044 response Effects 0.000 claims description 19
- 230000002159 abnormal effect Effects 0.000 claims description 13
- 238000001514 detection method Methods 0.000 claims description 6
- 230000003993 interaction Effects 0.000 abstract description 10
- 230000009286 beneficial effect Effects 0.000 abstract description 2
- 238000011084 recovery Methods 0.000 abstract 2
- 230000008569 process Effects 0.000 description 4
- 230000005540 biological transmission Effects 0.000 description 3
- 238000010586 diagram Methods 0.000 description 3
- 230000007547 defect Effects 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 238000010295 mobile communication Methods 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/16—Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
- H04L69/161—Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields
- H04L69/162—Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields involving adaptations of sockets based mechanisms
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/14—Session management
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W8/00—Network data management
- H04W8/18—Processing of user or subscriber data, e.g. subscribed services, user preferences or user profiles; Transfer of user or subscriber data
- H04W8/20—Transfer of user or subscriber data
- H04W8/205—Transfer to or from user equipment or user record carrier
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W8/00—Network data management
- H04W8/26—Network addressing or numbering for mobility support
- H04W8/265—Network addressing or numbering for mobility support for initial activation of new user
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Databases & Information Systems (AREA)
- Computer Security & Cryptography (AREA)
- Mobile Radio Communication Systems (AREA)
- Telephone Function (AREA)
- Telephonic Communication Services (AREA)
Abstract
The invention discloses a communication method of an SIM card and an application server, which comprises the SIM card, a mobile terminal and the application server, establishes the SOCKET connection between the SIM card and the application server, and also provides a method for actively recovering the SOCKET connection and passively recovering the SOCKET connection after the SOCKET connection is abnormally disconnected after the SOCKET connection is established. Because the SOCKET connection is established between the application server and the SIM card, the SIM card can actively send the service message to the application server at any time based on the SOCKET connection, the application server can actively send the service message to the SIM card at any time based on the SOCKET connection, the flexibility of information interaction between the SIM card and the application server is improved, the SOCKET connection can be reconnected by an active recovery method and a passive recovery method after the SOCKET connection is abnormally disconnected, and the integrity of communication between the SIM card and the application server is ensured. The invention also discloses a communication system of the SIM card and the application server, which has the beneficial effects.
Description
Technical Field
The invention relates to the technical field of mobile communication, in particular to a communication method of an SIM card and an application server. The invention also relates to a communication system of the SIM card and the application server.
Background
At present, the information interaction between the SIM card and the application server is mainly carried out by utilizing a short message channel of an OTA platform, the application server receives and transmits data short messages to the SIM card through the OTA to achieve the purpose of mutual communication, the traditional OTA short message channel uses a point-to-point short message transmission mode and is limited by the technical characteristics of short messages, and the OTA short message channel has the following defects: small transmission data volume, slow transmission rate, high communication charge and the like.
In order to solve the problem caused by the defects of the OTA short message channel, a BIP channel-based communication method between the SIM card and the application server is proposed, but the method has large use limitation, only supports the communication initiated by the SIM card, cannot meet the requirement that the application server actively initiates the communication to the SIM card, namely cannot issue service messages to the specified SIM card, has low flexibility, and is not beneficial to information interaction between the SIM card and the application server.
Therefore, how to improve a communication method and system between a SIM card with high flexibility and an application server is a problem that needs to be solved by those skilled in the art.
Disclosure of Invention
The invention aims to provide a communication method of an SIM card and an application server, which improves the flexibility of information interaction between the SIM card and the application server; another object of the present invention is to provide a SIM card and application server communication system including the above method, which also improves the flexibility of information interaction between the SIM card and the application server.
In order to solve the technical problem, the invention provides a communication method between an SIM card and an application server, which comprises the following steps:
the SIM card sends an active request command to the mobile terminal;
after receiving the active request command, the mobile terminal sends a request for establishing SOCKET connection to an application server;
after receiving the request for establishing the SOCKET connection, the application server establishes the SOCKET connection with the mobile terminal;
after the SOCKET connection is established, the SIM card sends registration information to the application server through the SOCKET connection;
the application server binds the SOCKET connection to be the exclusive connection of the SIM card according to the registration information, and returns response information of successful registration to the SIM card through the SOCKET connection;
and the SIM card and the application server are connected through the SOCKET to mutually send service messages.
Preferably, the method further comprises:
the SIM card sends an active timing command to the mobile terminal;
the mobile terminal detects the current SOCKET connection state after a preset time period from the moment of receiving the active timing command;
the mobile terminal sends a terminal response of the current SOCKET connection state to the SIM card;
judging the current SOCKET connection state, if the current SOCKET connection state is a normal connection state, the SIM card continuously sends the active timing command to the mobile terminal; and if the current SOCKET connection state is an abnormal disconnection state, the SIM card sends the active request command to the mobile terminal and starts to reestablish the SOCKET connection.
Preferably, the method further comprises:
the mobile terminal detects the state of the SOCKET connection in real time;
when the SOCKET connection state is an abnormal disconnection state, the mobile terminal sends a disconnection message to the SIM card;
and after receiving the disconnection message, the SIM card sends the active request command to the mobile terminal and starts to reestablish the SOCKET connection.
Preferably, the method further comprises:
if the SIM card sends the active request command to the mobile terminal and starts to reestablish the SOCKET connection failure, after a preset time threshold value, the SIM card sends the active request command to the mobile terminal again and starts to reestablish the SOCKET connection.
In order to solve the above technical problem, the present invention further provides a communication system between a SIM card and an application server, including:
the SIM card is used for sending an active request command to the mobile terminal; after the SOCKET connection is established, the SIM card sends registration information to an application server through the SOCKET connection;
the mobile terminal is used for sending a request for establishing the SOCKET connection to the application server;
the application server is used for establishing the SOCKET connection with the mobile terminal after receiving the request for establishing the SOCKET connection; and binding the SOCKET connection as the exclusive connection of the SIM card according to the registration information, and returning response information of successful registration to the SIM card through the SOCKET connection.
Preferably, the SIM card further comprises:
the timing unit is used for sending an active timing command to the mobile terminal;
the judging unit is used for judging the current SOCKET connection state, and if the current SOCKET connection state is a normal connection state, the timing unit continues to send the active timing command to the mobile terminal; if the current SOCKET connection state is an abnormal disconnection state, the SIM card sends the active request command to the mobile terminal and starts to reestablish the SOCKET connection;
the mobile terminal further includes:
the first detection unit is used for detecting the current state of the SOCKET connection after a preset time period from the moment of receiving the active timing command;
and the first sending unit is used for sending the terminal response of the current SOCKET connection state to the SIM card.
Preferably, the mobile terminal further includes:
the second detection unit is used for detecting the connection state of the SOCKET in real time;
the second sending unit is used for sending a disconnection message to the SIM card when the SOCKET connection state is an abnormal disconnection state;
and after receiving the disconnection message, the SIM card sends the active request command to the mobile terminal and starts to reestablish the SOCKET connection.
Preferably, the mobile terminal is a mobile phone terminal.
The invention provides a communication method and a communication system of an SIM card and an application server, which comprise the SIM card, a mobile terminal and an application server. Because the SOCKET connection is established between the application server and the SIM card, the SIM card can actively send the service message to the application server at any time based on the SOCKET connection, and the application server can actively send the service message to the SIM card at any time based on the SOCKET connection, thereby improving the flexibility of information interaction between the SIM card and the application server.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed in the prior art and the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
Fig. 1 is a flowchart of a method for communication between a SIM card and an application server according to the present invention;
FIG. 2 is a flowchart illustrating a method for actively recovering SOCKET connection according to the present invention;
FIG. 3 is a diagram illustrating a method for passively recovering SOCKET connection according to the present invention;
fig. 4 is a schematic structural diagram of a communication system between a SIM card and an application server according to the present invention.
Detailed Description
The core of the invention is to provide a communication method between the SIM card and the application server, which improves the flexibility of information interaction between the SIM card and the application server. Another core of the present invention is to provide a SIM card and application server communication system, which also improves the flexibility of information interaction between the SIM card and the application server.
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The invention provides a communication method between an SIM card and an application server, as shown in FIG. 1, FIG. 1 is a flow chart of the communication method between the SIM card and the application server, the method comprises the following steps:
step S101: the SIM card sends an active request command to the mobile terminal.
It should be noted that, after the mobile terminal is powered on or restarted, the SIM card sends an STK active command "OPEN CHANNEL" to the mobile terminal.
Step S102: and after receiving the active request command, the mobile terminal sends a request for establishing SOCKET connection to the application server.
Step S103: and after receiving the request for establishing the SOCKET connection, the application server establishes the SOCKET connection with the mobile terminal.
Step S104: after the SOCKET connection is established, the SIM card sends registration information to the application server through the SOCKET connection.
The registration information includes IMSI (international mobile subscriber identity) and ICCID (SIM card number)
Step S105: the application server binds the SOCKET connection to the exclusive connection of the SIM card according to the registration information, and returns response information of successful registration to the SIM card through the SOCKET connection.
It should be noted that, the mobile terminal serving as the middleware forwards the received registration information to the application server, and forwards the received response information of successful registration to the SIM card, where the detailed process of forwarding the response information of successful registration to the SIM card is as follows: the mobile terminal sends event download (effective data) of an ENVELOPE command to the SIM card, informs the SIM card of receiving response information of successful registration from the application server, sends an STK active command 'RECEIVEDATA' to the mobile terminal, and returns response information of successful registration to the SIM card through a terminal response command after the mobile terminal receives the STK active command 'RECEIVE DATA'.
Step S106: the SIM card and the application server are connected through SOCKET to mutually send service messages.
It should be noted that, after completing establishing the SOCKET connection, the application server may actively issue a service message to the SIM card user, and the detailed process is as follows: the mobile terminal sends event download (effective data) of an ENVELOPE command to the SIM card, informs the SIM card to receive service information actively issued by an application server, sends an STK active command 'RECEIVE DATA' to the mobile terminal, and sends the service information to the SIM card through a terminal response command after receiving the STK active command 'RECEIVE DATA'.
It can be understood that, when a plurality of SOCKET connections appear on the application server, because the application server has received the registration information of each SIM card and bound each SIM card with its corresponding dedicated connection, the server can accurately locate and communicate with the specified SIM card user.
Preferably, the method further includes a method for actively recovering SOCKET connection, as shown in fig. 2, fig. 2 is a flowchart of the method for actively recovering SOCKET connection provided by the present invention, and the specific process is as follows:
step S201: the SIM card sends an active timing command to the mobile terminal.
It should be noted that the SIM card sends an STK proactive command "TIMER MANAGEMENT" (timer management) to the mobile terminal.
Step S202: and the mobile terminal detects the current SOCKET connection state after a preset time period from the moment of receiving the active timing command.
It should be noted that, the mobile terminal starts a TIMER to start timing after receiving the active timing command, and returns a terminal response result that the TIMER is started successfully to the SIM card, the mobile terminal sends a TIMER EXPIPATION (TIMER expires) of an ENVELOPE command to the SIM card after the time accumulated by the TIMER reaches a preset time period, notifies the SIM card that the timing of the TIMER expires and detects the current state of SOCKET connection, and the SIM card immediately sends an STK active command "GET CHANNEL STATUS" (channel connection state is acquired) to the mobile terminal after receiving the TIMER EXPIPATION (TIMER expires) of the ENVELOPE command.
Step S203: and the mobile terminal sends a terminal response of the current SOCKET connection state to the SIM card.
Step S204: judging the current SOCKET connection state, and if the current SOCKET connection state is a normal connection state, returning to the step S201; if the current SOCKET connection state is the abnormal disconnection state, step S205 is executed.
S205: the SIM card sends an active request command to the mobile terminal and starts to reestablish the SOCKET connection.
Preferably, the method further includes a method for passively recovering SOCKET connection, as shown in fig. 3, where fig. 3 is a method for passively recovering SOCKET connection provided by the present invention, and the specific process is as follows:
step S301: and the mobile terminal detects the SOCKET connection state in real time.
Step S302: and when the SOCKET connection state is an abnormal disconnection state, the mobile terminal sends a disconnection message to the SIM card.
When the mobile terminal detects that the SOCKET connection state is an abnormal disconnection state, the mobile terminal sends an event download (channel connection state) of an ENVELOPE command to the SIM card to notify the SIM card that the SOCKET connection is disconnected.
Step S303: after the SIM card receives the disconnection message, the SIM card sends an active request command to the mobile terminal and starts to reestablish SOCKET connection.
Preferably, the method further comprises:
if the SIM card fails to send the active request command to the mobile terminal and start reestablishing the SOCKET connection, after a preset time threshold value, the SIM card sends the active request command to the mobile terminal again and starts reestablishing the SOCKET connection.
It can be understood that by the above method for recovering SOCKET connection, it can be ensured that SOCKET connection can be reconnected in time after disconnection, and the integrity of communication between the SIM card and the application server is ensured.
The invention provides a communication method of an SIM card and an application server, which comprises the SIM card, a mobile terminal and the application server, wherein the invention establishes the SOCKET connection between the SIM card and the application server, when the SOCKET connection is successfully established, the SIM card sends registration information to the application server, and the application server receives the registration information and then binds the SOCKET connection as the exclusive connection of the SIM card. Because the SOCKET connection is established between the application server and the SIM card, the SIM card can actively send the service message to the application server at any time based on the SOCKET connection, and the application server can actively send the service message to the SIM card at any time based on the SOCKET connection, thereby improving the flexibility of information interaction between the SIM card and the application server.
The present invention also provides a communication system between the SIM card and the application server, as shown in fig. 4, fig. 4 is a schematic structural diagram of the communication system between the SIM card and the application server provided by the present invention, and the system includes:
the SIM card 1 is used for sending an active request command to the mobile terminal 2; after the SOCKET connection is established, the SIM card 1 sends registration information to the application server 3 through the SOCKET connection;
the mobile terminal 2 is used for sending a request for establishing SOCKET connection to the application server 3;
the application server 3 is used for establishing SOCKET connection with the mobile terminal 2 after receiving the request for establishing SOCKET connection; and binding the SOCKET connection as the exclusive connection of the SIM card 1 according to the registration information, and returning response information of successful registration to the SIM card 1 through the SOCKET connection.
Preferably, the SIM card 1 further comprises:
a timing unit, configured to send an active timing command to the mobile terminal 2;
the judging unit is used for judging the connection state of the current SOCKET, and if the connection state of the current SOCKET is a normal connection state, the timing unit continues to send an active timing command to the mobile terminal 2; if the current SOCKET connection state is an abnormal disconnection state, the SIM card 1 sends an active request command to the mobile terminal 2 and starts to reestablish SOCKET connection;
the mobile terminal 2 further includes:
the first detection unit is used for detecting the connection state of the current SOCKET after a preset time period from the moment of receiving the active timing command;
and the first sending unit is used for sending the terminal response of the current SOCKET connection state to the SIM card 1.
Preferably, the mobile terminal 2 further includes:
the second detection unit is used for detecting the connection state of the SOCKET in real time;
a second sending unit, configured to send a disconnection message to the SIM card 1 when the SOCKET connection state is an abnormal disconnection state;
after the SIM card 1 receives the disconnection message, the SIM card 1 sends an active request command to the mobile terminal 2 and starts to reestablish SOCKET connection.
Preferably, the mobile terminal 2 is a mobile phone terminal.
The invention provides a communication system of an SIM card and an application server, which comprises the SIM card, a mobile terminal and the application server, wherein the SOCKET connection between the SIM card and the application server is established, when the SOCKET connection is successfully established, the SIM card sends registration information to the application server, and the application server receives the registration information and then binds the SOCKET connection as the exclusive connection of the SIM card. Because the SOCKET connection is established between the application server and the SIM card, the SIM card can actively send the service message to the application server at any time based on the SOCKET connection, and the application server can actively send the service message to the SIM card at any time based on the SOCKET connection, thereby improving the flexibility of information interaction between the SIM card and the application server.
The communication method and system between the SIM card and the application server provided by the present invention are described in detail above. The principles and embodiments of the present invention are explained herein using specific examples, which are presented only to assist in understanding the method and its core concepts. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.
Claims (8)
1. A communication method between an SIM card and an application server is characterized by comprising the following steps:
the SIM card sends an active request command to the mobile terminal; wherein, the active request command is specifically an STK active command OPEN CHANNEL;
after receiving the active request command, the mobile terminal sends a request for establishing SOCKET connection to an application server;
after receiving the request for establishing the SOCKET connection, the application server establishes the SOCKET connection with the mobile terminal;
after the SOCKET connection is established, the SIM card sends registration information to the application server through the SOCKET connection;
the application server binds the SOCKET connection to be the exclusive connection of the SIM card according to the registration information, and returns response information of successful registration to the SIM card through the SOCKET connection;
and the SIM card and the application server are connected through the SOCKET to mutually send service messages.
2. The method of claim 1, further comprising:
the SIM card sends an active timing command to the mobile terminal;
the mobile terminal detects the current SOCKET connection state after a preset time period from the moment of receiving the active timing command;
the mobile terminal sends a terminal response of the current SOCKET connection state to the SIM card;
judging the current SOCKET connection state, if the current SOCKET connection state is a normal connection state, the SIM card continuously sends the active timing command to the mobile terminal; and if the current SOCKET connection state is an abnormal disconnection state, the SIM card sends the active request command to the mobile terminal and starts to reestablish the SOCKET connection.
3. The method of claim 1, further comprising:
the mobile terminal detects the state of the SOCKET connection in real time;
when the SOCKET connection state is an abnormal disconnection state, the mobile terminal sends a disconnection message to the SIM card;
and after receiving the disconnection message, the SIM card sends the active request command to the mobile terminal and starts to reestablish the SOCKET connection.
4. A method according to claim 2 or 3, characterized in that the method further comprises:
if the SIM card sends the active request command to the mobile terminal and starts to reestablish the SOCKET connection failure, after a preset time threshold value, the SIM card sends the active request command to the mobile terminal again and starts to reestablish the SOCKET connection.
5. A SIM card and application server communication system, comprising:
the SIM card is used for sending an active request command to the mobile terminal; after the SOCKET connection is established, the SIM card sends registration information to an application server through the SOCKET connection; wherein, the active request command is specifically an STK active command OPEN CHANNEL;
the mobile terminal is used for sending a request for establishing the SOCKET connection to the application server;
the application server is used for establishing the SOCKET connection with the mobile terminal after receiving the request for establishing the SOCKET connection; and binding the SOCKET connection as the exclusive connection of the SIM card according to the registration information, and returning response information of successful registration to the SIM card through the SOCKET connection.
6. The system of claim 5, wherein the SIM card further comprises:
the timing unit is used for sending an active timing command to the mobile terminal;
the judging unit is used for judging the current SOCKET connection state, and if the current SOCKET connection state is a normal connection state, the timing unit continues to send the active timing command to the mobile terminal; if the current SOCKET connection state is an abnormal disconnection state, the SIM card sends the active request command to the mobile terminal and starts to reestablish the SOCKET connection;
the mobile terminal further includes:
the first detection unit is used for detecting the current state of the SOCKET connection after a preset time period from the moment of receiving the active timing command;
and the first sending unit is used for sending the terminal response of the current SOCKET connection state to the SIM card.
7. The system according to claim 5, wherein said mobile terminal further comprises:
the second detection unit is used for detecting the connection state of the SOCKET in real time;
the second sending unit is used for sending a disconnection message to the SIM card when the SOCKET connection state is an abnormal disconnection state;
and after receiving the disconnection message, the SIM card sends the active request command to the mobile terminal and starts to reestablish the SOCKET connection.
8. The system according to claim 5, wherein the mobile terminal is a mobile phone terminal.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201711036998.0A CN107846403B (en) | 2017-10-30 | 2017-10-30 | Method and system for communication between SIM card and application server |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201711036998.0A CN107846403B (en) | 2017-10-30 | 2017-10-30 | Method and system for communication between SIM card and application server |
Publications (2)
Publication Number | Publication Date |
---|---|
CN107846403A CN107846403A (en) | 2018-03-27 |
CN107846403B true CN107846403B (en) | 2020-09-18 |
Family
ID=61682011
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201711036998.0A Active CN107846403B (en) | 2017-10-30 | 2017-10-30 | Method and system for communication between SIM card and application server |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN107846403B (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP4468762A1 (en) * | 2023-05-25 | 2024-11-27 | Giesecke+Devrient Mobile Security Germany GmbH | A communication system and method for enabling inactivity timeout based on terminal timer |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113840274B (en) * | 2021-09-18 | 2023-06-02 | 中国联合网络通信集团有限公司 | BIP channel state management method, mobile device, UICC and user terminal |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101720085A (en) * | 2009-11-18 | 2010-06-02 | 深圳华为通信技术有限公司 | Application method and device of intelligent card |
CN102026141A (en) * | 2010-12-27 | 2011-04-20 | 中兴通讯股份有限公司 | Flow statistic method, terminal and system |
CN102469443A (en) * | 2010-11-12 | 2012-05-23 | 卓望数码技术(深圳)有限公司 | Method, system and mobile terminal for data communication interaction based on IMSI |
KR101369612B1 (en) * | 2013-04-25 | 2014-03-06 | 주식회사 제이앤티씨 | A micro-sim tray socket connector |
CN103916516A (en) * | 2012-12-30 | 2014-07-09 | 联想(北京)有限公司 | Data processing method and device |
CN104661210A (en) * | 2015-03-12 | 2015-05-27 | 中国联合网络通信集团有限公司 | SIM-card registration method, terminal and SIM-card activation device |
CN105979499A (en) * | 2016-04-28 | 2016-09-28 | 上海吾游信息技术有限公司 | Communication method for reducing international roaming charges and device |
-
2017
- 2017-10-30 CN CN201711036998.0A patent/CN107846403B/en active Active
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101720085A (en) * | 2009-11-18 | 2010-06-02 | 深圳华为通信技术有限公司 | Application method and device of intelligent card |
CN102469443A (en) * | 2010-11-12 | 2012-05-23 | 卓望数码技术(深圳)有限公司 | Method, system and mobile terminal for data communication interaction based on IMSI |
CN102026141A (en) * | 2010-12-27 | 2011-04-20 | 中兴通讯股份有限公司 | Flow statistic method, terminal and system |
CN103916516A (en) * | 2012-12-30 | 2014-07-09 | 联想(北京)有限公司 | Data processing method and device |
KR101369612B1 (en) * | 2013-04-25 | 2014-03-06 | 주식회사 제이앤티씨 | A micro-sim tray socket connector |
CN104661210A (en) * | 2015-03-12 | 2015-05-27 | 中国联合网络通信集团有限公司 | SIM-card registration method, terminal and SIM-card activation device |
CN105979499A (en) * | 2016-04-28 | 2016-09-28 | 上海吾游信息技术有限公司 | Communication method for reducing international roaming charges and device |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP4468762A1 (en) * | 2023-05-25 | 2024-11-27 | Giesecke+Devrient Mobile Security Germany GmbH | A communication system and method for enabling inactivity timeout based on terminal timer |
Also Published As
Publication number | Publication date |
---|---|
CN107846403A (en) | 2018-03-27 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9713114B2 (en) | Method and apparatus for receiving or sending short message | |
CN108391321B (en) | Apparatus and method for handling state mismatch in wireless communication system | |
US20190261299A1 (en) | Dual card dual active communication method, terminal, network, and system | |
US9554349B2 (en) | Mobile radio communications signaling | |
KR20160060091A (en) | Paging method, network device and communication system | |
CN112543468A (en) | Disaster recovery method for gateway equipment and communication equipment | |
CN111491291A (en) | Network connection method, SIM card, system, terminal and medium | |
CN108141901B (en) | Method and terminal for controlling service connection | |
CN107846403B (en) | Method and system for communication between SIM card and application server | |
CN108632855B (en) | Method and device for establishing interface between base stations | |
CN112788790A (en) | Communication method and related equipment | |
CN103619070B (en) | The implementation method of multi-packet data network and device | |
CN101686081B (en) | Method for reestablishing synchronous connection, device and system thereof | |
CN104780517A (en) | Method and device for communication of mobile phone | |
CN115942412A (en) | Communication processing method based on double cards and terminal equipment thereof | |
CN102651902B (en) | Non-Access Stratum (NAS) can not transmit the processing method of instruction and base station, MME equipment | |
EP4115695B1 (en) | System and method for optimizing pdn synchronization between user equipment and network | |
CN110121215B (en) | Data connection establishment method and device of 5G terminal and 5G terminal | |
US10383169B2 (en) | Base station and terminal connection management method of base station | |
JP6807952B2 (en) | Methods and devices for determining the communication network that provides communication services to terminal communication devices | |
CN111385795B (en) | Authentication method of user identification card, mobile terminal and computer readable storage medium | |
US20080102867A1 (en) | Network Support for Non-Compliant Mobile Terminals and Core Network Nodes | |
CN107743316A (en) | A kind of reminding method, mobile terminal and storage device for recovering network connection | |
CN115022877B (en) | Terminal authentication method, device, electronic device and computer-readable storage medium | |
CN112911623B (en) | Process overtime monitoring method and device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |