CN102665231A - Method of automatically generating parameter configuration file for LTE (Long Term Evolution) system - Google Patents

Method of automatically generating parameter configuration file for LTE (Long Term Evolution) system Download PDF

Info

Publication number
CN102665231A
CN102665231A CN2012101630057A CN201210163005A CN102665231A CN 102665231 A CN102665231 A CN 102665231A CN 2012101630057 A CN2012101630057 A CN 2012101630057A CN 201210163005 A CN201210163005 A CN 201210163005A CN 102665231 A CN102665231 A CN 102665231A
Authority
CN
China
Prior art keywords
parameter
parameter configuration
current
test
name
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
CN2012101630057A
Other languages
Chinese (zh)
Other versions
CN102665231B (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.)
Beijing Zhongchuang Telecom Test Co Ltd
Original Assignee
Beijing Zhongchuang Telecom Test 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 Beijing Zhongchuang Telecom Test Co Ltd filed Critical Beijing Zhongchuang Telecom Test Co Ltd
Priority to CN201210163005.7A priority Critical patent/CN102665231B/en
Publication of CN102665231A publication Critical patent/CN102665231A/en
Application granted granted Critical
Publication of CN102665231B publication Critical patent/CN102665231B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Mobile Radio Communication Systems (AREA)

Abstract

The invention discloses a method of automatically generating a parameter configuration file for an LTE (Long Term Evolution) system. The method comprises the steps of: obtaining a message parameter set in a test case; parsing a current message parameter; generating a parameter configuration item of the current message parameter when the current message parameter is of a composite type, writing the parameter configuration item into the current parameter configuration file, then traversing sub-nodes of the current message parameter to respectively generate parameter configuration items of the sub-nodes, and writing the parameter configuration items of the sub-nodes into the current parameter configuration file orderly; and generating the parameter configuration item of the current message parameter when the current message parameter is of a simple type, and writing the parameter configuration item into the current parameter configuration file. According to the method of automatically generating the parameter configuration file for the LTE system, the parameter configuration file required in a consistency protocol test process of the LTE system can be generated so that the work load of testing personnel is reduced and the test preparation time is shortened so as to accelerate the test progress. The invention further discloses an LTE consistency protocol test method.

Description

Method for automatically generating parameter configuration file in LTE (Long term evolution) system
Technical Field
The invention belongs to the technical field of communication, and particularly relates to a method for automatically generating a parameter configuration file in an LTE (Long Term Evolution) system and an LTE consistency protocol testing method.
Background
The LTE system is an evolution of 3G (3 rd-generation, third generation mobile communication technology) and starts from the 3 GPP's toronto conference in 2004. The LTE system improves and enhances the 3G air access technology, improves the performance of cell edge users, improves the cell capacity and reduces the system delay.
During the operation of the LTE system, a conformance protocol test is performed on the LTE system. At present, TTCN-3 (Testing and Test Control notification version 3, third edition of Test and Test Control Notation) is mainly used for carrying out a conformance protocol Test on an LTE system. The consistency protocol test of the existing LTE system mainly includes the following two ways:
firstly, manually writing a test case script, and then completing the consistency protocol test by using the test case script.
In the process of writing the test case script, the message parameters in the test case script need to be manually assigned one by one. Because the message parameters related to the LTE are very many, the message parameters need to be modified in the test case script every time different tests are carried out, errors are easy to occur, and the tester needs to clearly know the specific positions of the modified message parameters in the test case script, so that the workload and the working difficulty of the tester are very large, the test preparation time is prolonged, and the test progress is delayed.
And secondly, manually compiling a parameter configuration file, modifying the message parameters in the test case script template by using the parameter configuration file to obtain a test case script, and then completing the test of the consistency protocol by using the test case script.
Compared with the first method, the second method does not need manual modification of the message parameters. However, because the message parameters related to LTE are very many, the workload of writing the parameter configuration file is very large, and when the message parameters in the test case change, the parameter configuration file needs to be modified manually, the workload of the tester is still large, and the test preparation time is long, so that the test progress is delayed.
Disclosure of Invention
In view of this, an object of the present invention is to provide a method for automatically generating a parameter configuration file in an LTE system, which can generate the parameter configuration file required in a conformance protocol testing process of the LTE system without manual operation, thereby reducing the workload of a tester, shortening the test preparation time, and accelerating the test progress. Meanwhile, the invention also discloses a method for testing the consistency protocol of the LTE system.
In order to achieve the purpose, the invention provides the following technical scheme:
a method for automatically generating a parameter configuration file in an LTE system is applied to a conformance protocol test process of the LTE system, and comprises the following steps:
acquiring a message parameter set in the test case;
determining one message parameter in the message parameter set as a current message parameter;
analyzing the current message parameter to obtain the parameter name and the parameter type of the current message parameter;
determining the type of the current message parameter;
when the current message parameter is of a composite type, generating a parameter configuration item of the current message parameter and writing the parameter configuration item into a current parameter configuration file, traversing all child nodes of the current message parameter, respectively generating the parameter configuration item of each child node, and sequentially writing the parameter configuration items of each child node into the current parameter configuration file according to the sequence of processing each child node; when the current message parameter is a simple type, generating a parameter configuration item of the current message parameter and writing the parameter configuration item into a current configuration file; wherein,
a process for generating a parameter configuration item for the current message parameter, comprising: inquiring in a pre-stored parameter information table by using the parameter name of the current message parameter to acquire detailed information of the current message parameter, wherein the detailed information comprises the parameter name, the parameter field name, the parameter default value, the number of nodes in the homonymy list and the name of a mutual exclusion node, determining the identifier of the current message parameter according to a first preset rule, writing the identifier, the parameter name, the parameter type, the parameter field name, the parameter default value, the number of nodes in the homonymy list and the name of the mutual exclusion node of the current message parameter into a preset position of a pre-stored first template, and generating a parameter configuration item;
the process of generating the parameter configuration items of the child nodes comprises the following steps: querying the parameter information table by using the parameter name of the child node to obtain detailed information of the child node, determining an identifier of the child node according to a second preset rule, writing the identifier, the parameter name, the parameter field name, the parameter default value, the number of nodes in the same name list and the name of the mutually exclusive node of the child node into a preset position of a pre-stored second template, and generating a parameter configuration item;
and judging whether the message parameter set contains unprocessed message parameters, if so, determining one of the unprocessed message parameters as the current message parameter, and executing the step of analyzing the current message parameter.
Preferably, in the above method, further comprising: and setting an external interface for the parameter configuration file.
Preferably, in the above method, the external interface includes a parameter file display interface and/or a parameter transmission interface.
Preferably, in the above method, a standard API (application programming interface) provided by TTCN-3 is used to obtain the parameter set in the test case, and the current message parameter is parsed.
Preferably, in the above method, the parameter information table is stored in a database.
Preferably, in the method, the parameter information table is stored in a text file.
The invention also discloses a method for testing the LTE consistency protocol, which comprises the following steps:
acquiring a test module set in a test set;
determining one test module in the test module set as a current main test module;
respectively creating a parameter configuration file for each test case in the current main test module by adopting the method for automatically generating the parameter configuration file;
and judging whether the test module set contains unprocessed test modules or not, if so, determining one of the unprocessed test modules as a current main test module, executing the step of respectively creating a parameter configuration file for each test case in the current main test module, and if not, performing a consistency protocol test by using the generated parameter configuration file.
Therefore, the beneficial effects of the invention are as follows: the method for automatically generating the parameter configuration file in the LTE system can generate the parameter configuration file required by the test process of the consistency protocol of the LTE system, can reduce the workload of testers, and shortens the test preparation time, thereby accelerating the test progress.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
Fig. 1 is a flowchart of a method for automatically generating a parameter configuration file in an LTE system according to the present invention;
FIG. 2 is a flow chart of the method of FIG. 1 for generating parameter configuration items for current message parameters;
FIG. 3 is a flow chart of the method of FIG. 1 for generating parameter configuration items for child nodes;
fig. 4 is a flowchart of a method for testing an LTE conformance protocol according to the present invention.
Detailed Description
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 discloses a method for automatically generating a parameter configuration file in an LTE (Long term evolution) system, which can generate the parameter configuration file required in the test process of a consistency protocol of the LTE system without manual operation, reduce the workload of testers and shorten the test preparation time, thereby accelerating the test progress.
Referring to fig. 1, fig. 1 is a flowchart of a method for automatically generating a parameter configuration file in an LTE system according to the present invention. The method comprises the following steps:
step S1: and acquiring a message parameter set in the test case.
In a test case there may be one or more message parameters, which constitute a set of message parameters. In implementation, the standard API (Application Programming Interface) provided by TTCN-3 may be used to obtain the message parameter set in the test case. Of course, the message parameter set in the test case may also be obtained by other existing manners, which is not limited in the present invention.
Step S2: one message parameter in the message parameter set is determined as a current message parameter.
Step S3: and analyzing the current message parameter to obtain the parameter name and the parameter type of the current message parameter.
In implementation, the parameter name and the parameter type of the message parameter can be obtained by using a standard API provided by TTCN-3. Of course, the message parameter set in the test case may also be obtained by other existing manners, which is not limited in the present invention. The parameter types include composite types and simple types, for example, record and recordorf are composite types, charstring and integer are simple types.
Step S4: determining the type of the current message parameter, if the current message parameter is the composite type, executing step S5, and if the current message parameter is the simple type, executing step S8.
Step S5: and generating a parameter configuration item of the current message parameter and writing the parameter configuration item into the current parameter configuration file.
When it is determined that the current message parameter is the composite type, a parameter configuration item needs to be generated for the current message parameter, and then the generated parameter configuration item is written into the current parameter configuration file, it should be noted that the current parameter configuration file may be a blank file, at this time, the parameter configuration item generated in step S5 is directly written into the blank parameter configuration file, of course, the current parameter configuration file may already include parameter configuration items of other message parameters, and at this time, the parameter configuration item generated in step S5 is written into the end of the parameter configuration item included in the current parameter configuration file.
The specific process of generating the parameter configuration item for the current message parameter can be seen in fig. 2, which includes:
step S51: and inquiring in a pre-stored parameter information table by using the parameter name of the current message parameter to acquire the detailed information of the current message parameter.
The parameter information table can be stored in a database or a text file. The parameter information table contains detailed information of each message parameter, and the detailed information of the message parameter comprises a parameter name, a parameter field name, a parameter default value, the number of nodes in a homonymous list and a mutually exclusive node name. In the implementation, the parameter name of the current message parameter is used as a key or the search condition is searched or screened in the parameter information table, so that the detailed information of the current message parameter can be obtained.
Step S52: and determining the identifier of the current message parameter according to a first preset rule.
The identity of each message parameter is the unique identity of the message parameter in the parameter configuration file. The first preset rule may be: the identity of the current message parameters is determined in the order in which they were processed. For example, the identity of the first processed message parameter in the set of message parameters is determined to be 0, the identity of the second processed message parameter in the set of message parameters is determined to be 1, and so on. Alternatively, the first preset rule may also be: the current message parameter is assigned another identifier than the one contained in the current parameter profile. When the current message parameter is processed, the purpose of distinguishing each message parameter can be achieved as long as the distributed identifier is different from the identifiers of the message parameters of other generated parameter configuration items.
Step S53: and writing the identifier, the parameter name, the parameter type, the parameter field name, the parameter default value, the number of nodes in the homonymy list and the name of the mutual exclusion node of the current message parameter into a preset position of a pre-stored first template to generate a parameter configuration item.
In practice, this can be achieved in a number of ways. For example: the method comprises the steps of pre-storing a first template, wherein the positions of an identifier, a parameter name, a parameter type, a parameter field name, a parameter default value, the number of nodes in a homonymous list and a mutual exclusion node name of a current message parameter are required to be filled with null characters, character strings in front of the null characters are used as corresponding keywords, and the identifier, the parameter name, the parameter type, the parameter field name, the parameter default value, the number of nodes in the homonymous list and the mutual exclusion node name of the current message parameter are respectively written into the corresponding preset positions by searching the corresponding keywords in the pre-stored first template.
Or, in the pre-stored first template, the positions of the identifier, the parameter name, the parameter type, the parameter field name, the parameter default value, the node number in the same name list and the name of the mutual exclusion node, which need to be filled in the message parameter, are replaced by different identifiers, and when step S53 is executed, the corresponding identifiers are replaced by the identifier, the parameter name, the parameter type, the parameter field name, the parameter default value, the node number in the same name list and the name of the mutual exclusion node of the current message parameter, so as to obtain the parameter configuration item of the current message parameter.
Step S6: and traversing all child nodes of the current message parameters, and respectively generating parameter configuration items of the child nodes.
The specific process of generating parameter configuration items for child nodes can be seen in fig. 3, which includes:
step S61: and querying in the parameter information table by using the parameter name of the child node to acquire the detailed information of the child node.
The parameter information table can be stored in a database or a text file. The detailed information of the child nodes comprises parameter names, parameter field names, parameter default values, the number of nodes in a homonymous list and mutually exclusive node names. In practice, the detailed information of the child node can be obtained by searching or screening in the parameter information table by using the parameter name of the child node as a keyword or a search condition.
Step S62: and determining the identifier of the sub-node according to a second preset rule.
The identity of each child node is the unique identity of the child node under its parent node, that is, the identity of the child node is the unique identity of the child node under the message parameters to which it belongs. The second preset rule may be: and determining the identifier of the child node according to the sequence of the current child node to be processed. For example, for the first processed child node in the message parameter, its identity is determined to be 0, for the second processed child node in the message parameter, its identity is determined to be 1, and so on. Alternatively, the second preset rule may also be: the current child node is assigned another identity that is different from the identities of other child nodes under the same parent node. When the current child node is processed, the purpose of distinguishing each child node can be achieved as long as the distributed identification is different from the identifications of other child nodes under the same father node.
Step S63: and writing the identifier, the parameter name, the parameter field name, the parameter default value, the number of nodes in the homonymy list and the name of the mutual exclusion node of the child node into a preset position of a pre-stored second template to generate a parameter configuration item.
In practice, this can be achieved in a number of ways. For example: in the pre-stored second template, the positions of the identifier, the parameter name, the parameter type, the parameter field name, the parameter default value, the homonymy list node number and the mutex node name of the child node to be filled are null characters, the character string in front of each null character is used as a corresponding keyword, and the identifier, the parameter name, the parameter type, the parameter field name, the parameter default value, the homonymy list node number and the mutex node name of the child node are respectively written into the corresponding preset positions by searching the corresponding keyword in the pre-stored second template.
Or, in the pre-stored second template, the identifier, the parameter name, the parameter type, the parameter field name, the parameter default value, the number of nodes in the same name list, and the position of the name of the mutex node, which need to be filled in the child node, are replaced by different identifiers, and when step S63 is executed, the identifier, the parameter name, the parameter type, the parameter field name, the parameter default value, the number of nodes in the same name list, and the name of the mutex node are used to replace the corresponding identifiers.
Step S7: and according to the sequence of processing the child nodes, sequentially writing the parameter configuration items of the child nodes into the current parameter configuration file, and executing the step S9.
Step S8: and generating a parameter configuration item of the current message parameter and writing the parameter configuration item into the current configuration file.
In step S8, the process of generating the parameter configuration item of the current message parameter is shown in fig. 2, please refer to the foregoing description.
Step S9: and judging whether the message parameter set contains unprocessed message parameters, if so, executing the step S10, and if not, finishing.
Step S10: one of the unprocessed message parameters is determined as the current message parameter, and step S3 is performed.
The method for automatically generating a parameter configuration file disclosed above in the present invention is described as an example.
TTCN-3 document content:
Figure BDA00001674328400081
Figure BDA00001674328400091
the process of automatically generating a parameter profile is as follows:
1. the param _ causeValue type is obtained as record IECauseValue using the API, and is determined to be a composite type. Generating parameter configuration items:
<param id=”0”name=”param_causeValue”value=”null”mutexgroup=”-1”mutex=”-1”type=”IECauseValue”feldname=”param_causeValue”>
2. the child nodes of param _ cause value are recursively traversed using the API.
a) And acquiring the name index of the child node 1, wherein the type integer is a simple type. And querying the parameter information table to obtain the detailed description, default values and constraint conditions of the parameter information table. Generating parameter configuration items:
< child id = "0" name = "index" value = "0" mutexgroup = "-1" mutex = "-1" type = "integer" feldmame = "index"/>)
b) And acquiring the name nas of the child node 2, wherein the type integer is a simple type. And querying the information table to obtain the detailed description, default values and constraint conditions of the information table. Generating parameter configuration items:
< child id = "1" name = "NAS" value = "0" mutexgroup = "1" mutex = "radioNetwork | protocol" type = "integer" feldmame = "NAS cause"/>)
c) The child node 3 name radioNetwork, b) is obtained.
d) The name protocol of the child node 4, same as b) is obtained.
The recursive traversal ends.
And sequentially writing the generated parameter configuration items into a parameter configuration file TC _ test.
The file content is as follows:
Figure BDA00001674328400092
the method for automatically generating the parameter configuration file in the LTE system can generate the parameter configuration file required in the test process of the consistency protocol of the LTE system without manual operation, can reduce the workload of testers, shortens the test preparation time, and accordingly accelerates the test progress.
Preferably, an external interface can be further provided for the parameter configuration file, and the external interface comprises a parameter file display interface and/or a parameter transmission interface.
After a parameter file display interface is further set in the parameter configuration file, other application programs or Web services can display the content of the parameter file to a webpage or an interface of a local application program by calling the interface. Therefore, the user can flexibly configure the test case parameters of the LTE protocol conformance test based on the TTCN-3 through the user interface.
After the self-parameter transmission interface is further set in the parameter configuration file, other LTE protocol conformance testing application programs can automatically convert the test case parameters configured by the user into a form required by TTCN-3 language by calling the interface and transmit the test case parameters to the test case for use.
By setting the external interface for the configuration file, the user friendliness in the test process can be improved, and the test efficiency and the user experience are improved.
The invention also discloses an LTE consistency protocol testing method, which can automatically generate the parameter configuration file, thereby reducing the workload of testing personnel, shortening the testing preparation time and further accelerating the testing progress.
Referring to fig. 4, fig. 4 is a flowchart of an LTE conformance protocol testing method disclosed in the present invention, including:
step S100: and acquiring a test module set in the test suite.
The test suite refers to all test modules in a test system, and all test modules form a test module set.
Step S200: and determining one test module in the test module set as the current main test module.
Due to the limitation of the core language of TTCN-3, only the test cases in the current main test module can be obtained, so each test module in the test module set needs to be set as the main test module in the test suite in turn.
Step S300: and respectively creating a parameter configuration file for each test case in the current main test module.
Please refer to the foregoing description for the process of creating a parameter configuration file for a test case in step S300, which is not described herein again.
Step S400: and judging whether the test module set contains unprocessed test modules, if so, executing the step S500, otherwise, executing the step S600.
Step S500: and determining one of the unprocessed test modules as a current main test module, and executing the step S300.
Step S600: and carrying out consistency protocol test by using the generated parameter configuration file.
The LTE consistency protocol testing method disclosed by the invention can automatically generate the parameter configuration file, thereby reducing the workload of testing personnel, shortening the testing preparation time and further accelerating the testing progress.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention 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 disclosed herein.

Claims (7)

1. A method for automatically generating a parameter configuration file in a Long Term Evolution (LTE) system is applied to a consistency protocol test process of the LTE system, and is characterized by comprising the following steps:
acquiring a message parameter set in the test case;
determining one message parameter in the message parameter set as a current message parameter;
analyzing the current message parameter to obtain the parameter name and the parameter type of the current message parameter;
determining the type of the current message parameter;
when the current message parameter is of a composite type, generating a parameter configuration item of the current message parameter and writing the parameter configuration item into a current parameter configuration file, traversing all child nodes of the current message parameter, respectively generating the parameter configuration item of each child node, and sequentially writing the parameter configuration items of each child node into the current parameter configuration file according to the sequence of processing each child node; when the current message parameter is a simple type, generating a parameter configuration item of the current message parameter and writing the parameter configuration item into a current configuration file; wherein,
a process for generating a parameter configuration item for the current message parameter, comprising: inquiring in a pre-stored parameter information table by using the parameter name of the current message parameter to acquire detailed information of the current message parameter, wherein the detailed information comprises the parameter name, the parameter field name, the parameter default value, the number of nodes in the homonymy list and the name of a mutual exclusion node, determining the identifier of the current message parameter according to a first preset rule, writing the identifier, the parameter name, the parameter type, the parameter field name, the parameter default value, the number of nodes in the homonymy list and the name of the mutual exclusion node of the current message parameter into a preset position of a pre-stored first template, and generating a parameter configuration item;
the process of generating the parameter configuration items of the child nodes comprises the following steps: querying the parameter information table by using the parameter name of the child node to obtain detailed information of the child node, determining an identifier of the child node according to a second preset rule, writing the identifier, the parameter name, the parameter field name, the parameter default value, the number of nodes in the same name list and the name of the mutually exclusive node of the child node into a preset position of a pre-stored second template, and generating a parameter configuration item;
and judging whether the message parameter set contains unprocessed message parameters, if so, determining one of the unprocessed message parameters as the current message parameter, and executing the step of analyzing the current message parameter.
2. The method of claim 1, further comprising: and setting an external interface for the parameter configuration file.
3. The method of claim 2, wherein the external interface comprises a parameter file display interface and/or a parameter transfer interface.
4. The method according to any one of claims 1 to 3, wherein the parameter set in the test case is obtained and the current message parameters are parsed by using a standard API provided by TTCN-3 test and test control notation, third edition.
5. The method according to any one of claims 1 to 3, wherein the parameter information table is stored in a database.
6. A method according to any one of claims 1 to 3, wherein the parameter information table is stored in a text file.
7. A method for testing a Long Term Evolution (LTE) conformance protocol is characterized by comprising the following steps:
acquiring a test module set in a test set;
determining one test module in the test module set as a current main test module;
respectively creating a parameter configuration file for each test case in the current main test module by adopting the method of claim 1;
and judging whether the test module set contains unprocessed test modules or not, if so, determining one of the unprocessed test modules as a current main test module, executing the step of respectively creating a parameter configuration file for each test case in the current main test module, and if not, performing a consistency protocol test by using the generated parameter configuration file.
CN201210163005.7A 2012-05-23 2012-05-23 Method of automatically generating parameter configuration file for LTE (Long Term Evolution) system Expired - Fee Related CN102665231B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210163005.7A CN102665231B (en) 2012-05-23 2012-05-23 Method of automatically generating parameter configuration file for LTE (Long Term Evolution) system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210163005.7A CN102665231B (en) 2012-05-23 2012-05-23 Method of automatically generating parameter configuration file for LTE (Long Term Evolution) system

Publications (2)

Publication Number Publication Date
CN102665231A true CN102665231A (en) 2012-09-12
CN102665231B CN102665231B (en) 2015-02-18

Family

ID=46774619

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210163005.7A Expired - Fee Related CN102665231B (en) 2012-05-23 2012-05-23 Method of automatically generating parameter configuration file for LTE (Long Term Evolution) system

Country Status (1)

Country Link
CN (1) CN102665231B (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103309783A (en) * 2013-07-08 2013-09-18 北京经纬恒润科技有限公司 Test method and device based on bus communication
CN103415036A (en) * 2013-08-15 2013-11-27 北京中创信测科技股份有限公司 UE switching method and device with lossless tracking
CN106681921A (en) * 2016-12-27 2017-05-17 腾讯科技(深圳)有限公司 Method and device for achieving data parameterization
CN107864052A (en) * 2017-10-30 2018-03-30 广东亿迅科技有限公司 Method and its system based on lasting application deployment configuration automatic updating
CN108345459A (en) * 2017-01-22 2018-07-31 北京国双科技有限公司 A kind of site deployment method and device
CN109002390A (en) * 2018-06-25 2018-12-14 天维讯达(北京)科技有限公司 A kind of test case dynamic state of parameters configuration method and device
CN109634736A (en) * 2018-12-20 2019-04-16 郑州云海信息技术有限公司 Data training method and device in deep learning system
CN110287109A (en) * 2019-06-18 2019-09-27 广州华多网络科技有限公司 Test method, device, computer equipment and its storage medium of protocol interface
CN110688172A (en) * 2019-09-27 2020-01-14 南京博联智能科技有限公司 Method and device for configuring device function mutual exclusion logic, electronic device and storage medium
CN113992549A (en) * 2020-07-08 2022-01-28 大唐移动通信设备有限公司 Test method, test device, electronic equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080080399A1 (en) * 2006-10-03 2008-04-03 Interdigital Technology Corporation Enhanced node b configuration with a universal integrated circuit card
CN101552692A (en) * 2008-04-02 2009-10-07 大唐移动通信设备有限公司 Operating and maintenance system and parameter configuration method of network element device
CN102438241A (en) * 2011-12-30 2012-05-02 北京中创信测科技股份有限公司 Device and method for decrypting NAS (Network Attached Storage) signaling in LTE (Long Term Evolution) protocol monitoring analysis

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080080399A1 (en) * 2006-10-03 2008-04-03 Interdigital Technology Corporation Enhanced node b configuration with a universal integrated circuit card
CN101552692A (en) * 2008-04-02 2009-10-07 大唐移动通信设备有限公司 Operating and maintenance system and parameter configuration method of network element device
CN102438241A (en) * 2011-12-30 2012-05-02 北京中创信测科技股份有限公司 Device and method for decrypting NAS (Network Attached Storage) signaling in LTE (Long Term Evolution) protocol monitoring analysis

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103309783B (en) * 2013-07-08 2017-02-08 北京经纬恒润科技有限公司 Test method and device based on bus communication
CN103309783A (en) * 2013-07-08 2013-09-18 北京经纬恒润科技有限公司 Test method and device based on bus communication
CN103415036A (en) * 2013-08-15 2013-11-27 北京中创信测科技股份有限公司 UE switching method and device with lossless tracking
CN106681921A (en) * 2016-12-27 2017-05-17 腾讯科技(深圳)有限公司 Method and device for achieving data parameterization
CN108345459B (en) * 2017-01-22 2021-09-17 北京国双科技有限公司 Site deployment method and device
CN108345459A (en) * 2017-01-22 2018-07-31 北京国双科技有限公司 A kind of site deployment method and device
CN107864052A (en) * 2017-10-30 2018-03-30 广东亿迅科技有限公司 Method and its system based on lasting application deployment configuration automatic updating
CN109002390A (en) * 2018-06-25 2018-12-14 天维讯达(北京)科技有限公司 A kind of test case dynamic state of parameters configuration method and device
CN109002390B (en) * 2018-06-25 2021-07-27 天维讯达(北京)科技有限公司 Test case parameter dynamic configuration method and device
CN109634736A (en) * 2018-12-20 2019-04-16 郑州云海信息技术有限公司 Data training method and device in deep learning system
CN110287109A (en) * 2019-06-18 2019-09-27 广州华多网络科技有限公司 Test method, device, computer equipment and its storage medium of protocol interface
CN110287109B (en) * 2019-06-18 2023-09-19 广州华多网络科技有限公司 Protocol interface testing method and device, computer equipment and storage medium thereof
CN110688172A (en) * 2019-09-27 2020-01-14 南京博联智能科技有限公司 Method and device for configuring device function mutual exclusion logic, electronic device and storage medium
CN113992549A (en) * 2020-07-08 2022-01-28 大唐移动通信设备有限公司 Test method, test device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN102665231B (en) 2015-02-18

Similar Documents

Publication Publication Date Title
CN102665231B (en) Method of automatically generating parameter configuration file for LTE (Long Term Evolution) system
US11146286B2 (en) Compression of JavaScript object notation data using structure information
US9323650B2 (en) Methods for generating software test input data and devices thereof
CN111581083B (en) Interface testing method and device, electronic equipment and storage medium
CN112765023B (en) Test case generation method and device
CN111045683A (en) Applet code compiling method, device, equipment and medium
CN108076017B (en) Protocol analysis method and device for data packet
US20220035661A1 (en) Task generation
US20170177727A1 (en) Methods for analyzing web sites using web services and devices thereof
CN110543427B (en) Test case storage method and device, electronic equipment and storage medium
CN112154420A (en) Automatic intelligent cloud service testing tool
CN104750472A (en) Resource bundle management method and device of terminal application
CN110018835B (en) YANG model configuration data processing method and device, terminal device and storage medium
CN106776266B (en) Configuration method of test tool and terminal equipment
CN111580821B (en) Script binding method and device, electronic equipment and computer readable storage medium
JP6723976B2 (en) Test execution device and program
CN113688134A (en) Visual variable management method, system and equipment based on multidimensional data
CN113157904A (en) Sensitive word filtering method and system based on DFA algorithm
CN112711419A (en) Data comparison method and device
CN111026629A (en) Method and device for automatically generating test script
US20150347402A1 (en) System and method for enabling a client system to generate file system operations on a file system data set using a virtual namespace
CN113138767B (en) Code language conversion method, device, electronic equipment and storage medium
US20220035638A1 (en) Task execution
CN117009430A (en) Data management method, device, storage medium and electronic equipment
CN109635175B (en) Page data splicing method and device, readable storage medium and electronic equipment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20150218

Termination date: 20170523