CN114567859A - Method for setting batch external limit of machine cards of mobile resale system - Google Patents

Method for setting batch external limit of machine cards of mobile resale system Download PDF

Info

Publication number
CN114567859A
CN114567859A CN202210092708.9A CN202210092708A CN114567859A CN 114567859 A CN114567859 A CN 114567859A CN 202210092708 A CN202210092708 A CN 202210092708A CN 114567859 A CN114567859 A CN 114567859A
Authority
CN
China
Prior art keywords
flow threshold
external flow
threshold value
file
txt
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.)
Granted
Application number
CN202210092708.9A
Other languages
Chinese (zh)
Other versions
CN114567859B (en
Inventor
张湘南
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Yinsheng Telecom Co ltd
Original Assignee
Yinsheng Telecom Co ltd
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 Yinsheng Telecom Co ltd filed Critical Yinsheng Telecom Co ltd
Priority to CN202210092708.9A priority Critical patent/CN114567859B/en
Publication of CN114567859A publication Critical patent/CN114567859A/en
Application granted granted Critical
Publication of CN114567859B publication Critical patent/CN114567859B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/24Accounting or billing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/903Querying
    • G06F16/90335Query processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
    • G06F9/45508Runtime interpretation or emulation, e g. emulator loops, bytecode interpretation
    • G06F9/45512Command shells
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/40Business processes related to the transportation industry
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/60Subscription-based services using application servers or record carriers, e.g. SIM application toolkits

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • General Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • General Engineering & Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Databases & Information Systems (AREA)
  • Computational Linguistics (AREA)
  • Signal Processing (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Accounting & Taxation (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Artificial Intelligence (AREA)
  • Data Mining & Analysis (AREA)
  • Economics (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Stored Programmes (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a method for batch external limit setting of machine cards of a mobile resale system, which comprises the following steps: s1, uploading a plurality of numbers to a file with a format of txt, and setting an out-of-sleeve flow threshold corresponding to each number; s2, acquiring the uploaded txt file by using the PHP and acquiring the content in the file; s3, acquiring an out-of-sleeve flow threshold corresponding to each number in the uploaded txt file by using the PHP; s4, setting a script by using an asynchronous PHP, and transmitting the number in the acquired txt file and the corresponding out-of-sleeve flow threshold parameter when the asynchronous PHP calls the script; and S5, independently processing each number by using a Foreach loop, acquiring a primary external flow threshold of the number according to a number User table, comparing the acquired primary external flow threshold with the corresponding external flow threshold in the txt file, setting error contents if the primary external flow threshold is consistent with the corresponding external flow threshold in the txt file, and modifying the external flow threshold of the number into the corresponding external flow threshold in the txt file if the primary external flow threshold is inconsistent with the corresponding external flow threshold in the txt file. The external flow threshold of the card can be set in batch, and the working efficiency is greatly improved.

Description

Method for setting batch external limit of machine cards of mobile resale system
Technical Field
The invention relates to the technical field of mobile communication networks, in particular to a method for batch outsourcing limit setting of machine cards of a mobile resale system.
Background
When the flow rate in the sleeve of the machine card is used up, the flow rate outside the sleeve is used to generate high flow rate cost, a customer hopes that the card is stopped when the flow rate outside the sleeve exceeds a certain threshold value, and the high flow rate cost outside the sleeve cannot be generated continuously after the card is stopped. In addition, the limiting speed outside the single cutting ferrule is very slow. When 1 ten thousand cards need to be operated together, the front end needs to be operated 1 ten thousand times, which is very troublesome and difficult to realize.
Disclosure of Invention
In order to overcome the defects of the prior art, the invention provides a method for conveniently and quickly moving the batch external limit setting of the machine cards of the resale system.
The technical scheme adopted by the invention for solving the technical problem is as follows: in a method for moving a batch out-of-sleeve limit setting for a machine card of a resale system, the improvement comprising the steps of:
s1, uploading a plurality of numbers to a file with a format of txt, and setting an out-of-sleeve flow threshold corresponding to each number;
s2, acquiring the uploaded txt file by using the PHP and acquiring the content in the file;
S3, acquiring an out-of-sleeve flow threshold corresponding to each number in the uploaded txt file by using the PHP;
s4, setting a script by using an asynchronous PHP, and transmitting the number in the acquired txt file and the corresponding out-of-sleeve flow threshold parameter when the asynchronous PHP calls the script;
s5, independently processing each number by using a Foreach loop, acquiring an original jacket external flow threshold value of the number according to a number User table, comparing the acquired original jacket external flow threshold value with a corresponding jacket external flow threshold value in an acquired txt file, setting error contents if the acquired original jacket external flow threshold value is consistent with the corresponding jacket external flow threshold value in the txt file, wherein the error contents are that the new jacket external flow threshold value is consistent with the jacket external flow threshold value and cannot be changed, and modifying the jacket external flow threshold value of the number into the corresponding jacket external flow threshold value in the txt file if the acquired original jacket external flow threshold value is inconsistent with the corresponding jacket external flow threshold value;
and S6, storing the number of the modified external flow threshold value into an external flow threshold value setting success table, and printing an external flow threshold value setting success log.
The operation flow of step S1 in the above technical solution includes the following steps:
s1, uploading a plurality of numbers to a file with a format txt;
s2, inputting an external flow threshold value for each number;
s3, setting each number as a corresponding external flow threshold value;
and S4, if the setting is successful, displaying the out-of-sleeve flow threshold corresponding to each number, and if the setting is failed, displaying the failed content.
The operation flow of the steps S2-S3 in the above technical solution includes the following steps:
s1, acquiring a txt number file in an uploading format by using PHP, acquiring contents in the txt number file, reporting an error if the txt number file does not exist, and reporting an error content that the txt number file does not exist and is required to be uploaded again;
s2, judging whether the number in the txt number file content exists or not, if the number does not exist, reporting an error, and reporting error content 'the number does not exist and requests to be uploaded again';
s3, acquiring the uploaded external flow threshold value by using the PHP, reporting an error if the external flow threshold value does not exist, and reporting the error content, namely 'the external flow threshold value does not exist and requires to be uploaded again';
and S4, comparing the content and the number of the txt file and the out-of-sleeve flow threshold value, and performing subsequent steps if the contents and the number of the txt file and the out-of-sleeve flow threshold value are all correct.
In the above technical solution, if the original set external flow threshold value obtained in step S5 is consistent with the corresponding set external flow threshold value in the txt file, no change is required, and a loop is skipped.
The invention has the beneficial effects that: on the basis that the card is shut down when the using flow outside the sleeve exceeds a certain threshold value and high sleeve flow cost cannot be generated continuously, the machine card batch sleeve outer threshold value setting speeds up the sleeve outer threshold value setting speed and improves the efficiency.
Drawings
FIG. 1 is a flowchart illustrating the operation of step S1 in the method for setting the batch out-of-sleeve restriction of the machine cards of the mobile resale system according to the present invention.
FIG. 2 is a flowchart illustrating operations of steps S2-S3 in the method for setting batch out-of-sleeve restriction of machine cards in a mobile resale system according to the present invention.
Detailed Description
The invention is further illustrated with reference to the following figures and examples.
The conception, the specific structure, and the technical effects produced by the present invention will be clearly and completely described below in conjunction with the embodiments and the accompanying drawings to fully understand the objects, the features, and the effects of the present invention. It is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all embodiments, and those skilled in the art can obtain other embodiments without inventive effort based on the embodiments of the present invention, and all embodiments are within the protection scope of the present invention. In addition, all the connection/connection relations referred to in the patent do not mean that the components are directly connected, but mean that a better connection structure can be formed by adding or reducing connection auxiliary components according to specific implementation conditions. All technical characteristics in the invention can be interactively combined on the premise of not conflicting with each other.
Referring to fig. 1 and 2, as shown in the drawings, the method for setting the batch sleeve external limit of the machine cards of the mobile resale system provided by the invention comprises the following steps:
s1, uploading a plurality of numbers to a file with a format of txt, and setting an out-of-sleeve flow threshold corresponding to each number;
s2, acquiring the uploaded txt file by using the PHP and acquiring the content in the file;
s3, acquiring an out-of-sleeve flow threshold corresponding to each number in the uploaded txt file by using the PHP;
s4, setting a script by using an asynchronous PHP, and transmitting the number in the acquired txt file and the corresponding out-of-sleeve flow threshold parameter when the asynchronous PHP calls the script;
s5, independently processing each number by using a Foreach loop, acquiring an original jacket external flow threshold value of the number according to a number User table, comparing the acquired original jacket external flow threshold value with a corresponding jacket external flow threshold value in an acquired txt file, setting error contents if the acquired original jacket external flow threshold value is consistent with the corresponding jacket external flow threshold value in the txt file, wherein the error contents are that the new jacket external flow threshold value is consistent with the jacket external flow threshold value and cannot be changed, and modifying the jacket external flow threshold value of the number into the corresponding jacket external flow threshold value in the txt file if the acquired original jacket external flow threshold value is inconsistent with the corresponding jacket external flow threshold value;
and S6, storing the number of the modified external flow threshold value into an external flow threshold value setting success table, and printing an external flow threshold value setting success log.
When the threshold value used by the card exceeds, the card is stopped, and the method can be operated in batch, thereby being very convenient for large quantity.
The operation flow of step S1 includes the following steps:
s1, uploading a plurality of numbers to a file with a format txt;
s2, inputting an external flow threshold for each number;
s3, setting each number as a corresponding external flow threshold value;
and S4, if the setting is successful, displaying the out-of-sleeve flow threshold corresponding to each number, and if the setting is failed, displaying the failed content.
The operation flow of the steps S2-S3 in the above technical solution includes the following steps:
s1, acquiring a txt number file in an uploading format by using PHP, acquiring contents in the txt number file, reporting an error if the txt number file does not exist, and reporting an error content that the txt number file does not exist and is required to be uploaded again;
s2, judging whether the number in the txt number file content exists or not, if the number does not exist, reporting an error, and reporting error content 'the number does not exist and requests to be uploaded again';
s3, acquiring the uploaded external flow threshold value by using the PHP, reporting an error if the external flow threshold value does not exist, and reporting the error content, namely 'the external flow threshold value does not exist and requires to be uploaded again';
and S4, comparing the content and the number of the txt file and the out-of-sleeve flow threshold value, and performing subsequent steps if the contents and the number of the txt file and the out-of-sleeve flow threshold value are all correct.
The verification of file content, number and out-of-sleeve flow thresholds may improve operational security.
In the above technical solution, if the original set external flow threshold value obtained in step S5 is consistent with the corresponding set external flow threshold value in the txt file, no change is required, and a loop is skipped.
While the preferred embodiments of the present invention have been illustrated and described, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (4)

1. A method for setting batch external limit of machine cards of a mobile resale system is characterized by comprising the following steps:
s1, uploading a plurality of numbers to a file with a format of txt, and setting an out-of-sleeve flow threshold corresponding to each number;
s2, acquiring the uploaded txt file by using the PHP and acquiring the content in the file;
s3, acquiring an out-of-sleeve flow threshold corresponding to each number in the uploaded txt file by using the PHP;
s4, setting a script by using an asynchronous PHP, and transmitting the number in the acquired txt file and the corresponding out-of-sleeve flow threshold parameter when the asynchronous PHP calls the script;
S5, independently processing each number by using a Foreach loop, acquiring an original jacket external flow threshold value of the number according to a number User table, comparing the acquired original jacket external flow threshold value with a corresponding jacket external flow threshold value in an acquired txt file, setting error contents if the acquired original jacket external flow threshold value is consistent with the corresponding jacket external flow threshold value in the txt file, wherein the error contents are that the new jacket external flow threshold value is consistent with the jacket external flow threshold value and cannot be changed, and modifying the jacket external flow threshold value of the number into the corresponding jacket external flow threshold value in the txt file if the acquired original jacket external flow threshold value is inconsistent with the corresponding jacket external flow threshold value;
and S6, storing the number of the modified external flow threshold into an external flow threshold setting success table, and printing an external threshold setting success log.
2. The method of claim 1, wherein the method further comprises the step of: the operation flow of step S1 includes the following steps:
s1, uploading a plurality of numbers to a file with a txt format;
s2, inputting an external flow threshold value for each number;
s3, setting each number as a corresponding external flow threshold value;
and S4, if the setting is successful, displaying the out-of-sleeve flow threshold corresponding to each number, and if the setting is failed, displaying the failed content.
3. The method of claim 1, wherein the method further comprises the step of: the operation flow of the steps S2-S3 includes the following steps:
S1, acquiring a txt number file in an uploading format by using PHP, acquiring contents in the txt number file, reporting an error if the txt number file does not exist, and reporting an error content that the txt number file does not exist and is required to be uploaded again;
s2, judging whether the number in the txt number file content exists or not, if the number does not exist, reporting an error, and reporting error content 'the number does not exist and requests to be uploaded again';
s3, acquiring the uploaded external flow threshold value by using the PHP, reporting an error if the external flow threshold value does not exist, and reporting the error content, namely 'the external flow threshold value does not exist and requires to be uploaded again';
and S4, comparing the content and the number of the txt file with the external flow threshold value, and performing subsequent steps if the contents and the number of the txt file are all correct.
4. The method of claim 1, wherein the method further comprises the step of: and if the original set external flow threshold value obtained in the step S5 is consistent with the corresponding set external flow threshold value in the txt file, the original set external flow threshold value does not need to be changed, and the loop is skipped.
CN202210092708.9A 2022-01-26 2022-01-26 Method for batch outside-jacket limit setting of mobile resale system machine cards Active CN114567859B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210092708.9A CN114567859B (en) 2022-01-26 2022-01-26 Method for batch outside-jacket limit setting of mobile resale system machine cards

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210092708.9A CN114567859B (en) 2022-01-26 2022-01-26 Method for batch outside-jacket limit setting of mobile resale system machine cards

Publications (2)

Publication Number Publication Date
CN114567859A true CN114567859A (en) 2022-05-31
CN114567859B CN114567859B (en) 2023-10-13

Family

ID=81714451

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210092708.9A Active CN114567859B (en) 2022-01-26 2022-01-26 Method for batch outside-jacket limit setting of mobile resale system machine cards

Country Status (1)

Country Link
CN (1) CN114567859B (en)

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1998024208A2 (en) * 1996-11-23 1998-06-04 Orchestream Limited Data communication system
WO2011157984A1 (en) * 2010-06-17 2011-12-22 British Telecommunications Public Limited Company Monitoring path characterisation information
CN103500303A (en) * 2013-09-26 2014-01-08 宁波市鄞州安业贸易有限公司 Information modifying system
CN104462558A (en) * 2014-12-26 2015-03-25 浙江宇视科技有限公司 Method and device for modifying words in Lucene index file
CN105260422A (en) * 2015-09-28 2016-01-20 西北核技术研究所 Multi-format waveform data file batch processing method
CN106130743A (en) * 2016-07-01 2016-11-16 江苏省公用信息有限公司 A kind of flow processing method
CN106453392A (en) * 2016-11-14 2017-02-22 中国人民解放军防空兵学院 Whole-network abnormal flow identification method based on flow characteristic distribution
CN107846407A (en) * 2017-11-10 2018-03-27 郑州云海信息技术有限公司 A kind of method and system of batch detection SSRF leaks
CN108491475A (en) * 2018-03-08 2018-09-04 平安科技(深圳)有限公司 Data rapid batch introduction method, electronic device and computer readable storage medium
CN109345206A (en) * 2018-10-18 2019-02-15 杭州雅张科技有限公司 Financial management system based on PHP
US20190236939A1 (en) * 2018-01-30 2019-08-01 Siemens Aktiengesellschaft Traffic signal indicating method, apparatus and system, and machine-readable medium
CN110876140A (en) * 2018-08-30 2020-03-10 Oppo广东移动通信有限公司 Carrier aggregation configuration method and device, electronic equipment and storage medium
CN111353151A (en) * 2020-02-27 2020-06-30 腾讯云计算(北京)有限责任公司 Vulnerability detection method and device for network application
CN112306576A (en) * 2020-11-03 2021-02-02 深圳市桑达无线通讯技术有限公司 Method for modifying internal number of application program of android device

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1998024208A2 (en) * 1996-11-23 1998-06-04 Orchestream Limited Data communication system
WO2011157984A1 (en) * 2010-06-17 2011-12-22 British Telecommunications Public Limited Company Monitoring path characterisation information
CN103500303A (en) * 2013-09-26 2014-01-08 宁波市鄞州安业贸易有限公司 Information modifying system
CN104462558A (en) * 2014-12-26 2015-03-25 浙江宇视科技有限公司 Method and device for modifying words in Lucene index file
CN105260422A (en) * 2015-09-28 2016-01-20 西北核技术研究所 Multi-format waveform data file batch processing method
CN106130743A (en) * 2016-07-01 2016-11-16 江苏省公用信息有限公司 A kind of flow processing method
CN106453392A (en) * 2016-11-14 2017-02-22 中国人民解放军防空兵学院 Whole-network abnormal flow identification method based on flow characteristic distribution
CN107846407A (en) * 2017-11-10 2018-03-27 郑州云海信息技术有限公司 A kind of method and system of batch detection SSRF leaks
US20190236939A1 (en) * 2018-01-30 2019-08-01 Siemens Aktiengesellschaft Traffic signal indicating method, apparatus and system, and machine-readable medium
CN108491475A (en) * 2018-03-08 2018-09-04 平安科技(深圳)有限公司 Data rapid batch introduction method, electronic device and computer readable storage medium
CN110876140A (en) * 2018-08-30 2020-03-10 Oppo广东移动通信有限公司 Carrier aggregation configuration method and device, electronic equipment and storage medium
CN109345206A (en) * 2018-10-18 2019-02-15 杭州雅张科技有限公司 Financial management system based on PHP
CN111353151A (en) * 2020-02-27 2020-06-30 腾讯云计算(北京)有限责任公司 Vulnerability detection method and device for network application
CN112306576A (en) * 2020-11-03 2021-02-02 深圳市桑达无线通讯技术有限公司 Method for modifying internal number of application program of android device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
杨盛凯: ""基于多元回归的手机用户套餐外流量收入实证分析"", 《新技术》 *

Also Published As

Publication number Publication date
CN114567859B (en) 2023-10-13

Similar Documents

Publication Publication Date Title
CN108200544B (en) Short message issuing method and short message platform
US8941663B2 (en) Method and device for rendering user interface font
EP3048539A1 (en) Method and apparatus for recognizing junk messages
CN107015948B (en) Log information formatting method and system
CN104281995B (en) The method and apparatus that picture adds watermark
CN110213113B (en) WEB configuration management method of base station and base station
CN115220773A (en) System and method for low-code, visual generation of background data management code
CN103874033B (en) A kind of method that irregular refuse messages are identified based on Chinese word segmentation
CN114567859A (en) Method for setting batch external limit of machine cards of mobile resale system
CN103136166B (en) Method and device for font determination
CN102378123A (en) Processing method of temporary group and group system
CN110213795B (en) Method for simultaneously communicating double SIM cards, mobile terminal and storage medium
CN113688432B (en) Seed code number management method of identity recognition module of Internet of things
CN114007215A (en) Method for opening accounts in batches by mobile resale system
CN111026555B (en) Priority level flow separation compensation method and device and electronic equipment
CN111611756B (en) Circuit board character design method, design device and terminal equipment
CN112307527A (en) Data transmission method and structure
CN110300092B (en) Packet identification method and packet identification device
CN109145645B (en) Method for protecting short message verification code in android mobile phone
CN111625372A (en) Text pasting method, device, PC (personal computer) terminal, mobile terminal and system
CN112383888A (en) Short message system, method and equipment
CN112995927A (en) Method and device for processing 5G message user head portrait display
CN106507499A (en) A kind of wireless communications method, device and and its application apparatus
CN101123535B (en) ANS.1 packet comparison method and system
CN114567857A (en) Method for changing batch package price of machine cards of mobile resale system

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
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: A method for setting batch out of set restrictions on machine cards in mobile resale systems

Granted publication date: 20231013

Pledgee: Shenzhen small and medium sized small loan Co.,Ltd.

Pledgor: YINSHENG TELECOM Co.,Ltd.

Registration number: Y2024980003291

PE01 Entry into force of the registration of the contract for pledge of patent right