WO2022217759A1 - Esim code-number management method and apparatus - Google Patents

Esim code-number management method and apparatus Download PDF

Info

Publication number
WO2022217759A1
WO2022217759A1 PCT/CN2021/104182 CN2021104182W WO2022217759A1 WO 2022217759 A1 WO2022217759 A1 WO 2022217759A1 CN 2021104182 W CN2021104182 W CN 2021104182W WO 2022217759 A1 WO2022217759 A1 WO 2022217759A1
Authority
WO
WIPO (PCT)
Prior art keywords
esim
instruction
code number
card
operation management
Prior art date
Application number
PCT/CN2021/104182
Other languages
French (fr)
Chinese (zh)
Inventor
桂靖
张新访
董逢华
Original Assignee
武汉天喻信息产业股份有限公司
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by 武汉天喻信息产业股份有限公司 filed Critical 武汉天喻信息产业股份有限公司
Publication of WO2022217759A1 publication Critical patent/WO2022217759A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W8/00Network data management
    • H04W8/18Processing of user or subscriber data, e.g. subscribed services, user preferences or user profiles; Transfer of user or subscriber data
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W8/00Network data management
    • H04W8/18Processing of user or subscriber data, e.g. subscribed services, user preferences or user profiles; Transfer of user or subscriber data
    • H04W8/20Transfer of user or subscriber data

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Telephone Function (AREA)

Abstract

The present application relates to an eSIM code-number management method and apparatus, and relates to the technical field of communications. The eSIM code-number management method comprises the following steps: receiving an operation management instruction for an eSIM card; according to the operation management instruction, generating a corresponding standard APDU instruction by means of assembling; and on the basis of a phone card channel interface corresponding to the eSIM card, sending the standard APDU instruction to the eSIM card. In the present application, a corresponding standard APDU instruction is generated according to an operation management instruction, code-number management is performed by means of a corresponding phone card channel interface, and generalized processing is performed on an eSIM code-number management operation, thereby facilitating code-number management by a developer.

Description

一种eSIM码号管理方法及装置A kind of eSIM number management method and device 技术领域technical field
本申请涉及通信技术领域,具体涉及一种eSIM码号管理方法及装置。The present application relates to the field of communication technologies, and in particular, to an eSIM number management method and device.
背景技术Background technique
随着eSIM卡处理能力的增强和存储空间的扩展,如今,一个eSIM卡中可以下载多个运营商码号,并且可以自由切换码号。With the enhancement of eSIM card processing capability and the expansion of storage space, today, multiple operator code numbers can be downloaded in one eSIM card, and the code numbers can be switched freely.
目前很多通信模组采用RTOS系统与内置eSIM卡进行通信,其中涉及到与eSIM卡通信,则必须用7816协议发送标准APDU指令。At present, many communication modules use RTOS systems to communicate with the built-in eSIM card. When it comes to communication with the eSIM card, the 7816 protocol must be used to send standard APDU commands.
开发者想要实现码号管理功能,需要知道eSIM卡交互所涉及的标准APDU指令的交互流程与数据格式定义。另外,由于不同模组厂商对应的实现方式有差异,因此开发者还需要了解不通厂商的实现方式,以使其应用程序与终端模组设备相适应,这对开发者能力提出了较高的要求,使应用程序的开发难度大大提高。If developers want to implement the code number management function, they need to know the interaction process and data format definition of the standard APDU commands involved in eSIM card interaction. In addition, due to the differences in the corresponding implementation methods of different module manufacturers, developers also need to understand the implementation methods of different manufacturers so that their applications can be adapted to the terminal module equipment, which puts forward higher requirements on the developer's ability. , which greatly increases the difficulty of application development.
为解决上述技术问题,现提供一种通用的eSIM码号管理技术,方便开发者对eSIM卡进行管理。In order to solve the above technical problems, a general eSIM number management technology is provided to facilitate developers to manage eSIM cards.
发明内容SUMMARY OF THE INVENTION
本申请提供一种eSIM码号管理方法及装置,根据操作管理指令,生成对应的标准APDU指令,通过对应的机卡通道接口进行码号管理,对eSIM码号管理工作进行通用化处理,为开发者对码号管理提供便利。The present application provides an eSIM code number management method and device. According to operation management instructions, corresponding standard APDU instructions are generated, code number management is performed through a corresponding machine-card channel interface, and eSIM code number management work is generalized for development purposes. It provides convenience for code number management.
第一方面,本申请提供了一种eSIM码号管理方法,所述方法包括以下步骤:In a first aspect, the present application provides an eSIM number management method, the method comprising the following steps:
接收针对eSIM卡的操作管理指令;Receive operation management instructions for eSIM cards;
根据所述操作管理指令,组装生成对应的标准APDU指令;According to the operation management instruction, assemble and generate corresponding standard APDU instruction;
基于所述eSIM卡对应的机卡通道接口,向所述eSIM卡发送所述标准APDU指令。Based on the machine-card channel interface corresponding to the eSIM card, the standard APDU instruction is sent to the eSIM card.
其中,在步骤S1中,具体可以利用开放API接口,开发者调用开放API接口发送针对eSIM卡的操作管理指令;Wherein, in step S1, the open API interface can be specifically used, and the developer calls the open API interface to send the operation management instruction for the eSIM card;
所述机卡通道接口具体包括以下几种功能类型:打开通道接口、指令通信接口以及关闭通道接口,同时还配置有系统接口和内存申请接口,从而方便跨平台移植;The machine card channel interface specifically includes the following functional types: open channel interface, command communication interface, and close channel interface, and is also configured with a system interface and a memory application interface, so as to facilitate cross-platform transplantation;
具体实施时,所述机卡通道接口可以是虚拟AT+CSIM接口,也可以是虚拟AT+CGLA接口。During specific implementation, the machine-card channel interface may be a virtual AT+CSIM interface or a virtual AT+CGLA interface.
具体的,所述根据所述操作管理指令,组装生成与对应的标准APDU指令中,包括以下步骤:Specifically, the assembling and generating and corresponding standard APDU instructions according to the operation management instructions include the following steps:
提取所述操作管理指令中的操作管理信息;extracting the operation management information in the operation management instruction;
根据所述操作管理信息对应的操作类型组装生成标准APDU指令。A standard APDU instruction is assembled and generated according to the operation type corresponding to the operation management information.
具体的,所述操作类型包括码号查询、码号下载、码号启用、码号禁用以及码号删除。Specifically, the operation types include code number query, code number download, code number enable, code number disable, and code number deletion.
进一步的,所述方法还包括以下步骤:Further, the method also includes the following steps:
所述eSIM卡执行所述标准APDU指令,若执行失败,则进行报错。The eSIM card executes the standard APDU command, and reports an error if the execution fails.
进一步的,所述方法还包括以下步骤:Further, the method also includes the following steps:
所述eSIM卡执行所述标准APDU指令,若执行成功,则反馈对应的响应信息。The eSIM card executes the standard APDU command, and returns corresponding response information if the execution is successful.
第二方面,本申请提供了一种eSIM码号管理装置,所述装置包括:In a second aspect, the present application provides an eSIM number management device, the device comprising:
指令接收模块,其用于接收针对eSIM卡的操作管理指令;an instruction receiving module, which is used to receive an operation management instruction for the eSIM card;
指令处理模块,其用于根据所述操作管理指令,组装生成对应的标准APDU指令;an instruction processing module, which is used for assembling and generating corresponding standard APDU instructions according to the operation management instruction;
适配层模块,其用于通过所述eSIM卡对应的机卡通道接口,向所述eSIM卡发送所述标准APDU指令。The adaptation layer module is configured to send the standard APDU instruction to the eSIM card through the machine-card channel interface corresponding to the eSIM card.
其中,所述机卡通道接口具体包括以下几种功能类型:打开通道接口、指令通信接口以及关闭通道接口,同时还配置有系统接口和内存申请接口,从而方便跨平台移植;Wherein, the machine-card channel interface specifically includes the following functional types: open channel interface, command communication interface, and close channel interface, and is also configured with a system interface and a memory application interface, so as to facilitate cross-platform migration;
具体实施时,所述机卡通道接口可以是虚拟AT+CSIM接口,也可以是虚拟AT+CGLA接口。During specific implementation, the machine-card channel interface may be a virtual AT+CSIM interface or a virtual AT+CGLA interface.
进一步的,所述装置还包括:Further, the device also includes:
所述指令接收模块配置有开放API接口;The instruction receiving module is configured with an open API interface;
所述指令接收模块基于所述开放API接口接收针对所述eSIM卡的所述操作管理指令。The instruction receiving module receives the operation management instruction for the eSIM card based on the open API interface.
进一步的,所述指令处理模块还用于提取所述操作管理指令中的操作管理信息;Further, the instruction processing module is also used to extract the operation management information in the operation management instruction;
所述指令处理模块还用于根据所述操作管理信息对应的操作类型组装生成标准APDU指令。The instruction processing module is further configured to assemble and generate a standard APDU instruction according to the operation type corresponding to the operation management information.
具体的,所述操作类型包括码号查询、码号下载、码号启用、码号禁用以及码号删除。Specifically, the operation types include code number query, code number download, code number enable, code number disable, and code number deletion.
进一步的,所述指令处理模块还用于当所述eSIM卡执行所述标准APDU指令且执行成功时,接收并组装所述eSIM卡反馈的响应信息。Further, the instruction processing module is further configured to receive and assemble the response information fed back by the eSIM card when the eSIM card executes the standard APDU instruction and the execution is successful.
本申请提供的技术方案带来的有益效果包括:The beneficial effects brought by the technical solution provided by this application include:
本申请根据操作管理指令,生成对应的标准APDU指令,通过对 应的机卡通道接口进行码号管理,对eSIM码号管理工作进行通用化处理,为开发者对码号管理提供便利。The present application generates corresponding standard APDU instructions according to the operation management instructions, performs code number management through the corresponding machine-card channel interface, and generalizes the eSIM code number management work, so as to provide convenience for developers to manage code numbers.
附图说明Description of drawings
术语解释:Terminology Explanation:
eSIM:Embedded-SIM,虚拟智能卡;eSIM: Embedded-SIM, virtual smart card;
RTOS:Real Time Operating System,实时操作系统;RTOS: Real Time Operating System, real-time operating system;
APDU:Application Protocol Data Unit,应用协议数据单元;APDU: Application Protocol Data Unit, application protocol data unit;
API:Application Programming Interface,应用程序接口。API: Application Programming Interface, application program interface.
为了更清楚地说明本申请实施例中的技术方案,下面将对实施例描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to illustrate the technical solutions in the embodiments of the present application more clearly, the following briefly introduces the drawings that are used in the description of the embodiments. Obviously, the drawings in the following description are only some embodiments of the present application. For those of ordinary skill in the art, other drawings can also be obtained from these drawings without creative effort.
图1为本申请实施例中提供的eSIM码号管理方法的步骤流程图;1 is a flowchart of the steps of the eSIM number management method provided in the embodiment of the present application;
图2为本申请实施例中提供的eSIM码号管理装置的结构框图。FIG. 2 is a structural block diagram of an apparatus for managing an eSIM number provided in an embodiment of the present application.
具体实施方式Detailed ways
为使本申请实施例的目的、技术方案和优点更加清楚,下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本申请的一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有做出创造性劳动的前提下所获得的所有其他实施例,都属于本申请保护的范围。In order to make the purposes, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be described clearly and completely below with reference to the drawings in the embodiments of the present application. Obviously, the described embodiments It is a part of the embodiments of this application, but not all of the embodiments. Based on the embodiments in the present application, all other embodiments obtained by those of ordinary skill in the art without creative work shall fall within the protection scope of the present application.
以下结合附图对本申请的实施例作进一步详细说明。The embodiments of the present application will be described in further detail below with reference to the accompanying drawings.
本申请实施例提供一种eSIM码号管理方法及装置,根据操作管理指令,生成对应的标准APDU指令,通过对应的机卡通道接口进行码号管理,对eSIM码号管理工作进行通用化处理,为开发者对码号管理提供便利。The embodiments of the present application provide an eSIM code number management method and device. According to an operation management instruction, a corresponding standard APDU instruction is generated, and code number management is performed through a corresponding machine-card channel interface, and the eSIM code number management work is generalized. Provide convenience for developers to manage code numbers.
为达到上述技术效果,本申请的总体思路如下:In order to achieve the above-mentioned technical effect, the general idea of the application is as follows:
一种eSIM码号管理方法,该方法包括以下步骤:An eSIM number management method, the method comprises the following steps:
S1、接收针对eSIM卡的操作管理指令;S1. Receive an operation management instruction for the eSIM card;
S2、根据操作管理指令,组装生成对应的标准APDU指令;S2, according to the operation management instruction, assemble and generate the corresponding standard APDU instruction;
S3、基于eSIM卡对应的机卡通道接口,向eSIM卡发送标准APDU指令。S3. Send a standard APDU command to the eSIM card based on the machine-card channel interface corresponding to the eSIM card.
以下结合附图对本申请的实施例作进一步详细说明。The embodiments of the present application will be described in further detail below with reference to the accompanying drawings.
第一方面,参见图1所示,本申请实施例提供一种eSIM码号管理方法,该方法包括以下步骤:In the first aspect, as shown in FIG. 1 , an embodiment of the present application provides an eSIM number management method, which includes the following steps:
S1、接收针对eSIM卡的操作管理指令;S1. Receive an operation management instruction for the eSIM card;
S2、根据操作管理指令,组装生成对应的标准APDU指令;S2, according to the operation management instruction, assemble and generate the corresponding standard APDU instruction;
S3、基于eSIM卡对应的机卡通道接口,向eSIM卡发送标准APDU指令。S3. Send a standard APDU command to the eSIM card based on the machine-card channel interface corresponding to the eSIM card.
本申请实施例中,根据操作管理指令,生成对应的标准APDU指令,通过对应的机卡通道接口进行码号管理,对eSIM码号管理工作进行通用化处理,为开发者对码号管理提供便利。In the embodiment of the present application, according to the operation management instruction, the corresponding standard APDU instruction is generated, the code number management is performed through the corresponding machine card channel interface, and the eSIM code number management work is generalized, so as to provide convenience for developers to manage the code number .
其中,在步骤S1中,具体可以利用开放API接口,开发者调用开放API接口发送针对eSIM卡的操作管理指令;Wherein, in step S1, the open API interface can be specifically used, and the developer calls the open API interface to send the operation management instruction for the eSIM card;
机卡通道接口具体包括以下几种功能类型:打开通道接口、指令 通信接口以及关闭通道接口,同时还配置有系统接口和内存申请接口,从而方便跨平台移植;The machine card channel interface specifically includes the following types of functions: open channel interface, command communication interface and close channel interface, and also configure system interface and memory application interface, so as to facilitate cross-platform porting;
具体实施时,机卡通道接口提供包括NB模组、CAT1、CAT4等模组的码号管理接口,可以是虚拟AT+CSIM接口,也可以是虚拟AT+CGLA接口。In specific implementation, the machine-card channel interface provides a code number management interface including NB modules, CAT1, CAT4 and other modules, which may be a virtual AT+CSIM interface or a virtual AT+CGLA interface.
具体的,根据操作管理指令,组装生成与对应的标准APDU指令中,包括以下步骤:Specifically, according to the operation management instruction, assembling and generating the corresponding standard APDU instruction includes the following steps:
提取操作管理指令中的操作管理信息;Extract the operation management information in the operation management instruction;
根据操作管理信息对应的操作类型组装生成标准APDU指令。Assemble and generate standard APDU instructions according to the operation type corresponding to the operation management information.
具体的,操作类型包括码号查询、码号下载、码号启用、码号禁用以及码号删除。Specifically, the operation types include code number query, code number download, code number enable, code number disable, and code number deletion.
进一步的,该eSIM码号管理方法还包括以下步骤:Further, the eSIM code number management method further includes the following steps:
eSIM卡执行标准APDU指令,若执行失败,则进行报错。The eSIM card executes the standard APDU command, and reports an error if the execution fails.
进一步的,该eSIM码号管理方法还包括以下步骤:Further, the eSIM code number management method further includes the following steps:
eSIM卡执行标准APDU指令,若执行成功,则反馈对应的响应信息。The eSIM card executes the standard APDU command, and if the execution is successful, the corresponding response information is fed back.
需要说明的是,本申请实施例的具体实施过程,可以实现获取码号列表功能。It should be noted that, in the specific implementation process of the embodiment of the present application, the function of obtaining a code number list can be implemented.
第二方面,参见图2所示,本申请实施例提供一种eSIM码号管理装置,其基于第一方面提及的eSIM码号管理方法,该装置包括:In a second aspect, as shown in FIG. 2 , an embodiment of the present application provides an eSIM number management device, which is based on the eSIM number management method mentioned in the first aspect, and the device includes:
指令接收模块,其用于接收针对eSIM卡的操作管理指令;an instruction receiving module, which is used to receive an operation management instruction for the eSIM card;
指令处理模块,其用于根据操作管理指令,组装生成对应的标准APDU指令;an instruction processing module, which is used for assembling and generating corresponding standard APDU instructions according to the operation management instruction;
适配层模块,其用于通过eSIM卡对应的机卡通道接口,向eSIM卡发送标准APDU指令。The adaptation layer module is used for sending standard APDU commands to the eSIM card through the machine-card channel interface corresponding to the eSIM card.
本申请实施例中,根据操作管理指令,生成对应的标准APDU指令,通过对应的机卡通道接口进行码号管理,对eSIM码号管理工作进行通用化处理,为开发者对码号管理提供便利。In the embodiment of the present application, according to the operation management instruction, the corresponding standard APDU instruction is generated, the code number management is performed through the corresponding machine card channel interface, and the eSIM code number management work is generalized, so as to provide convenience for developers to manage the code number .
其中,机卡通道接口具体包括以下几种功能类型:打开通道接口、指令通信接口以及关闭通道接口,同时还配置有系统接口和内存申请接口,从而方便跨平台移植;Among them, the machine card channel interface specifically includes the following functional types: open channel interface, command communication interface and close channel interface, and also configure system interface and memory application interface, so as to facilitate cross-platform migration;
具体实施时,机卡通道接口可以是虚拟AT+CSIM接口,也可以是虚拟AT+CGLA接口。During specific implementation, the machine-card channel interface may be a virtual AT+CSIM interface or a virtual AT+CGLA interface.
进一步的,该eSIM码号管理装置还包括:Further, the eSIM number management device also includes:
指令接收模块配置有开放API接口;The command receiving module is configured with an open API interface;
指令接收模块基于开放API接口接收针对eSIM卡的操作管理指令;The instruction receiving module receives the operation management instruction for the eSIM card based on the open API interface;
具体可以基于开放API接口,开发者调用开放API接口向指令接收模块发送针对eSIM卡的操作管理指令;。Specifically, based on the open API interface, the developer calls the open API interface to send the operation management instruction for the eSIM card to the instruction receiving module;
进一步的,该eSIM码号管理装置中,指令处理模块还用于提取操作管理指令中的操作管理信息;Further, in the eSIM code number management device, the instruction processing module is also used to extract the operation management information in the operation management instruction;
指令处理模块还用于根据操作管理信息对应的操作类型组装生成标准APDU指令。The instruction processing module is further configured to assemble and generate standard APDU instructions according to the operation type corresponding to the operation management information.
具体的,操作类型包括码号查询、码号下载、码号启用、码号禁用以及码号删除。Specifically, the operation types include code number query, code number download, code number enable, code number disable, and code number deletion.
进一步的,该eSIM码号管理装置中,指令处理模块还用于当eSIM卡执行标准APDU指令且执行成功时,接收并组装eSIM卡反馈的响应信息。Further, in the eSIM code number management device, the instruction processing module is further configured to receive and assemble the response information fed back by the eSIM card when the eSIM card executes the standard APDU instruction and the execution is successful.
需要说明的是,在本申请中,诸如“第一”和“第二”等之类的关系术语仅仅用来将一个实体或者操作与另一个实体或操作区分开来,而不 一定要求或者暗示这些实体或操作之间存在任何这种实际的关系或者顺序。而且,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者设备不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、物品或者设备所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括要素的过程、方法、物品或者设备中还存在另外的相同要素。It should be noted that in this application, relational terms such as "first" and "second" etc. are only used to distinguish one entity or operation from another entity or operation, and do not necessarily require or imply that Any such actual relationship or sequence exists between these entities or operations. Moreover, the terms "comprising", "comprising" or any other variation thereof are intended to encompass a non-exclusive inclusion such that a process, method, article or device that includes a list of elements includes not only those elements, but also includes not explicitly listed or other elements inherent to such a process, method, article or apparatus. Without further limitation, an element qualified by the phrase "comprising a..." does not preclude the presence of additional identical elements in the process, method, article, or device that includes the element.
以上仅是本申请的具体实施方式,使本领域技术人员能够理解或实现本申请。对这些实施例的多种修改对本领域的技术人员来说将是显而易见的,本文中所定义的一般原理可以在不脱离本申请的精神或范围的情况下,在其它实施例中实现。因此,本申请将不会被限制于本文所示的这些实施例,而是要符合与本文所申请的原理和新颖特点相一致的最宽的范围。The above are only specific embodiments of the present application, so that those skilled in the art can understand or implement the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be implemented in other embodiments without departing from the spirit or scope of the present application. Therefore, this application is not intended to be limited to the embodiments shown herein, but is to be accorded the widest scope consistent with the principles and novel features claimed herein.

Claims (10)

  1. 一种eSIM码号管理方法,其特征在于,所述方法包括以下步骤:An eSIM code number management method, characterized in that the method comprises the following steps:
    接收针对eSIM卡的操作管理指令;Receive operation management instructions for eSIM cards;
    根据所述操作管理指令,组装生成对应的标准APDU指令;According to the operation management instruction, assemble and generate corresponding standard APDU instruction;
    基于所述eSIM卡对应的机卡通道接口,向所述eSIM卡发送所述标准APDU指令。Based on the machine-card channel interface corresponding to the eSIM card, the standard APDU instruction is sent to the eSIM card.
  2. 如权利要求1所述的eSIM码号管理方法,其特征在于,所述根据所述操作管理指令,组装生成与对应的标准APDU指令中,包括以下步骤:The eSIM code number management method according to claim 1, wherein the assembling and generating according to the operation management instruction and the corresponding standard APDU instruction, include the following steps:
    提取所述操作管理指令中的操作管理信息;extracting the operation management information in the operation management instruction;
    根据所述操作管理信息对应的操作类型组装生成标准APDU指令。A standard APDU instruction is assembled and generated according to the operation type corresponding to the operation management information.
  3. 如权利要求2所述的eSIM码号管理方法,其特征在于:The eSIM code number management method of claim 2, wherein:
    所述操作类型包括码号查询、码号下载、码号启用、码号禁用以及码号删除。The operation types include code number query, code number download, code number enable, code number disable, and code number deletion.
  4. 如权利要求1所述的eSIM码号管理方法,其特征在于,所述方法还包括以下步骤:The eSIM code number management method according to claim 1, wherein the method further comprises the following steps:
    所述eSIM卡执行所述标准APDU指令,若执行失败,则进行报错。The eSIM card executes the standard APDU command, and reports an error if the execution fails.
  5. 如权利要求1所述的eSIM码号管理方法,其特征在于,所述方法还包括以下步骤:The eSIM code number management method according to claim 1, wherein the method further comprises the following steps:
    所述eSIM卡执行所述标准APDU指令,若执行成功,则反馈对应的响应信息。The eSIM card executes the standard APDU command, and returns corresponding response information if the execution is successful.
  6. 一种eSIM码号管理装置,其特征在于,所述装置包括:An eSIM number management device, characterized in that the device comprises:
    指令接收模块,其用于接收针对eSIM卡的操作管理指令;an instruction receiving module, which is used to receive an operation management instruction for the eSIM card;
    指令处理模块,其用于根据所述操作管理指令,组装生成对应的标准APDU指令;an instruction processing module, which is used for assembling and generating corresponding standard APDU instructions according to the operation management instruction;
    适配层模块,其用于通过所述eSIM卡对应的机卡通道接口,向所述eSIM卡发送所述标准APDU指令。The adaptation layer module is configured to send the standard APDU instruction to the eSIM card through the machine-card channel interface corresponding to the eSIM card.
  7. 如权利要求6所述的eSIM码号管理装置,其特征在于,所述装置还包括:The eSIM number management device according to claim 6, wherein the device further comprises:
    所述指令接收模块配置有开放API接口;The instruction receiving module is configured with an open API interface;
    所述指令接收模块基于所述开放API接口接收针对所述eSIM卡的所述操作管理指令。The instruction receiving module receives the operation management instruction for the eSIM card based on the open API interface.
  8. 如权利要求6所述的eSIM码号管理装置,其特征在于:The eSIM number management device of claim 6, wherein:
    所述指令处理模块还用于提取所述操作管理指令中的操作管理信息;The instruction processing module is further configured to extract the operation management information in the operation management instruction;
    所述指令处理模块还用于根据所述操作管理信息对应的操作类型组装生成标准APDU指令。The instruction processing module is further configured to assemble and generate a standard APDU instruction according to the operation type corresponding to the operation management information.
  9. 如权利要求8所述的eSIM码号管理装置,其特征在于:The eSIM number management device according to claim 8, wherein:
    所述操作类型包括码号查询、码号下载、码号启用、码号禁用以及码号删除。The operation types include code number query, code number download, code number enable, code number disable, and code number deletion.
  10. 如权利要求6所述的eSIM码号管理装置,其特征在于:The eSIM number management device of claim 6, wherein:
    所述指令处理模块还用于当所述eSIM卡执行所述标准APDU指令且执行成功时,接收并组装所述eSIM卡反馈的响应信息。The instruction processing module is further configured to receive and assemble the response information fed back by the eSIM card when the eSIM card executes the standard APDU instruction and the execution is successful.
PCT/CN2021/104182 2021-04-13 2021-07-02 Esim code-number management method and apparatus WO2022217759A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202110396158.5 2021-04-13
CN202110396158.5A CN113518341B (en) 2021-04-13 2021-04-13 eSIM code number management method and device

Publications (1)

Publication Number Publication Date
WO2022217759A1 true WO2022217759A1 (en) 2022-10-20

Family

ID=78061830

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/104182 WO2022217759A1 (en) 2021-04-13 2021-07-02 Esim code-number management method and apparatus

Country Status (2)

Country Link
CN (1) CN113518341B (en)
WO (1) WO2022217759A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114363880A (en) * 2021-12-28 2022-04-15 武汉天喻信息产业股份有限公司 eSIM card multi-number management method, device, equipment and readable storage medium
CN117528493B (en) * 2024-01-02 2024-03-29 南京南瑞信息通信科技有限公司 Virtual communication method and system based on user identification module

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109219039A (en) * 2018-09-27 2019-01-15 努比亚技术有限公司 ESIM card operating method, mobile terminal and eSIM card apparatus
CN109379735A (en) * 2018-09-27 2019-02-22 努比亚技术有限公司 ESIM card operating method, mobile terminal and eSIM card apparatus
CN111142885A (en) * 2019-12-24 2020-05-12 中国联合网络通信集团有限公司 eSIM device management method, device, equipment and storage medium
US20210006965A1 (en) * 2018-02-01 2021-01-07 Samsung Electronics Co., Ltd. Electronic device in which profile is installed and operating method for electronic device

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103874054B (en) * 2012-12-07 2017-09-15 中国移动通信集团公司 Data transmission method and mobile terminal, SIM card
CN111480350B (en) * 2017-12-18 2022-02-01 华为技术有限公司 Method and equipment for data access of embedded SIM card
CN108848491B (en) * 2018-03-16 2019-07-02 深圳杰睿联科技有限公司 Virtual SIM card creates system
CN109257739B (en) * 2018-09-27 2022-02-22 努比亚技术有限公司 eSIM card operation method, mobile terminal and eSIM card device
CN109089258B (en) * 2018-09-27 2022-04-19 努比亚技术有限公司 eSIM card operation method, mobile terminal and eSIM card device
CN109819434A (en) * 2019-01-11 2019-05-28 深圳市斯凯荣科技有限公司 A kind of card cell system and control method based on eSIM
CN110446201B (en) * 2019-09-20 2022-03-18 恒宝股份有限公司 Communication module, communication method and system for realizing eSIM remote configuration
CN110958601B (en) * 2019-12-11 2021-10-15 深圳联想懂的通信有限公司 eSIM card management method, electronic device and storage medium
CN111615099B (en) * 2020-04-28 2023-07-04 深圳市有方科技股份有限公司 eSIM card interaction control method and related equipment
CN112492548B (en) * 2020-10-31 2022-08-05 联通系统集成有限公司贵州省分公司 eSIM download communication system and communication method thereof

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20210006965A1 (en) * 2018-02-01 2021-01-07 Samsung Electronics Co., Ltd. Electronic device in which profile is installed and operating method for electronic device
CN109219039A (en) * 2018-09-27 2019-01-15 努比亚技术有限公司 ESIM card operating method, mobile terminal and eSIM card apparatus
CN109379735A (en) * 2018-09-27 2019-02-22 努比亚技术有限公司 ESIM card operating method, mobile terminal and eSIM card apparatus
CN111142885A (en) * 2019-12-24 2020-05-12 中国联合网络通信集团有限公司 eSIM device management method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN113518341B (en) 2022-05-10
CN113518341A (en) 2021-10-19

Similar Documents

Publication Publication Date Title
EP3116161B1 (en) Security unit management method and terminal
WO2022217759A1 (en) Esim code-number management method and apparatus
US11126753B2 (en) Secure processor chip and terminal device
CN109614147B (en) PHY register read-write method and device
CN113419815B (en) Method, system, equipment and medium for pre-starting operation environment installation
CN106385664A (en) IOT (Internet of Things) intelligent equipment communication method and system based on virtual SIM card
US10908970B1 (en) Data interface for secure analytic data system integration
WO2017128182A1 (en) Near field communication payment method and terminal
WO2011103729A1 (en) Method for registering, canceling self-defined shell program and corresponding system
CN109729121B (en) Cloud storage system and method for realizing custom data processing in cloud storage system
CN107547217B (en) Router service configuration method and router
WO2021093671A1 (en) Task processing method, system, apparatus and device, and computer readable storage medium
CN111865978A (en) Method, device, equipment and medium for updating request identifier of micro-service
CN107451435B (en) Management and control method, management and control machine and management and control system of hardware encryption machine
US11757976B2 (en) Unified application management for heterogeneous application delivery
CN112752258B (en) eSIM card opening method, mobile phone terminal and service acceptance system
WO2017096889A1 (en) Method and device for upgrading and downgrading system
CN114510323A (en) Network optimization implementation method for operating virtual machine in container
CN113741862A (en) Communication system and method for mobile terminal expansion development
CN109871288A (en) Execute method, apparatus, equipment and the medium of android system order
CN112866336B (en) Asynchronous network communication method, communication system, device and storage medium
WO2022134918A1 (en) Virtual machine attribute changing method and apparatus, storage medium, and electronic device
CN111143083B (en) Data transmission method and device, storage medium and electronic device
CN111225054B (en) Method and system for designing automatic operation program of cloud mobile phone
CN115827107A (en) Application program starting method and device, storage medium and electronic device

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21936631

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21936631

Country of ref document: EP

Kind code of ref document: A1