WO2022044190A1 - Generating device, generating method, and generating program - Google Patents

Generating device, generating method, and generating program Download PDF

Info

Publication number
WO2022044190A1
WO2022044190A1 PCT/JP2020/032322 JP2020032322W WO2022044190A1 WO 2022044190 A1 WO2022044190 A1 WO 2022044190A1 JP 2020032322 W JP2020032322 W JP 2020032322W WO 2022044190 A1 WO2022044190 A1 WO 2022044190A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
normalization
scenario
normalized
derived
Prior art date
Application number
PCT/JP2020/032322
Other languages
French (fr)
Japanese (ja)
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 日本電信電話株式会社
Priority to PCT/JP2020/032322 priority Critical patent/WO2022044190A1/en
Publication of WO2022044190A1 publication Critical patent/WO2022044190A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/50Testing arrangements

Definitions

  • the present invention relates to a generator, a generator, and a generator.
  • MG Media Gateway
  • NGN Next Generation Network
  • IMS IP Multimedia Subsystem
  • the terminal device 10A and the terminal device 10B transmit and receive a specified signal to and from the NW (Network) device 5a by a protocol such as SIP (Session Initiation Protocol) or RTP (Real time Transport Protocol), and the NW device 5a. Perform verification.
  • NW Network
  • SIP Session Initiation Protocol
  • RTP Real time Transport Protocol
  • the pseudo terminal device 15A is a device that can reproduce the operation of the terminal device 10A or the like by adjusting the confing 15A-1.
  • the pseudo terminal device 15B is a device that can reproduce the operation of the terminal device 10B or the like by adjusting the confing 15B-1.
  • the pseudo terminal device 15A and the pseudo terminal device 15B transmit and receive a specified signal to the NW device 5b by a protocol such as SIP or RTP to verify the NW device 5b.
  • OSS Open Source Software
  • SIPp Open Source Software
  • pcap2sipp an OSS (scenario generation tool) called “pcap2sipp” that reproduces the scenario from the actual capture data.
  • pcap2sipp it is used to reproduce an event that occurred in a commercial environment.
  • FIG. 18 is a diagram for explaining a conventional scenario generation tool.
  • the terminal device 10A and the terminal device 10B verify the NW device 5a by transmitting and receiving a specified signal to the NW device 5a by a protocol such as SIP or RTP.
  • the scenario generation tool (pcap2sipp) 25 uses the captured data.
  • the captured data captures data transmitted and received between the terminal device 10A (terminal device 10B) and the NW device 5a at the time of verification.
  • the data transmitted / received between the terminal device 10A and the NW device 5a is referred to as capture data 11A.
  • the scenario generation tool 25 generates a scenario (confing) 15A-2 based on the capture data 11A.
  • the pseudo terminal device 15A reproduces the operation of the terminal device 10A based on the scenario 15A-2, and verifies the NW device 5b.
  • the data transmitted / received between the terminal device 10B and the NW device 5b is referred to as capture data 11B.
  • the scenario generation tool 25 generates a scenario (confing) 15B-2 based on the capture data 11B.
  • the pseudo terminal device 15B reproduces the operation of the terminal device 10B based on the scenario 15B-2, and verifies the NW device 5b.
  • the scenario can be easily created by using the conventional scenario generation tool (pcap2sipp) 25, but it is complicated including the header and the service unique to the telecom operator. It is not possible to automatically create a scenario corresponding to various call processing, and a large operation is required to create the scenario. If it takes a lot of operation to create a scenario, it is not possible to quickly verify the problem event that occurred in the commercial environment in the verification environment.
  • pcap2sipp scenario generation tool
  • the present invention has been made in view of the above, and an object of the present invention is to automatically generate a scenario for a telecommunications carrier's original header and complicated processing.
  • the generator according to the present invention is transmitted and received between the network device and the terminal device that performs verification against the network device via the network.
  • the normalization unit that generates the first normalized data in which the data is shaped based on the order of the description for each protocol, the network device, and the terminal device at the time of past verification of the network device.
  • An evaluation unit that evaluates the degree of similarity between a plurality of second normalized data in which the data sent and received between the two is shaped so that a certain order of description is maintained, and the first normalized data, and the above. Based on the evaluation result of the evaluation unit, the generation unit that generates the scenario data corresponding to the first normalization data based on the scenario data of the second normalization data similar to the first normalization data. It is characterized by being prepared.
  • FIG. 1 is a diagram showing an example of a system according to this embodiment.
  • FIG. 2 is a diagram (1) for explaining a processing outline of the generator according to the present embodiment.
  • FIG. 3 is a diagram (2) for explaining a processing outline of the generator according to the present embodiment.
  • FIG. 4 is a schematic diagram illustrating a schematic configuration of the generator of the present embodiment.
  • FIG. 5 is a diagram for explaining an example of a change in CALL-ID in a certain transfer service.
  • FIG. 6 is a diagram showing an example of a data structure of data derived from a commercial event.
  • FIG. 7 is a diagram showing an example of the data structure of the normalized data.
  • FIG. 8 is a diagram showing an example of the data structure of the verification result-derived data table.
  • FIG. 1 is a diagram showing an example of a system according to this embodiment.
  • FIG. 2 is a diagram (1) for explaining a processing outline of the generator according to the present embodiment.
  • FIG. 3 is a diagram (2) for explaining
  • FIG. 9 is a diagram (1) for explaining the processing of the normalization unit.
  • FIG. 10 is a diagram (2) for explaining the processing of the normalization unit.
  • FIG. 11 is a diagram (1) for explaining the processing of the generation unit.
  • FIG. 12 is a diagram (2) for explaining the processing of the generation unit.
  • FIG. 13 is a flowchart showing a processing procedure for normalizing the captured data.
  • FIG. 14 is a flowchart showing a processing procedure for generating scenario data.
  • FIG. 15 is a diagram showing an example of a computer that executes a generation program.
  • FIG. 16 is a diagram for explaining a verification environment of network equipment.
  • FIG. 17 is a diagram (1) for explaining a conventional scenario generation tool.
  • FIG. 18 is a diagram (2) for explaining a conventional scenario generation tool.
  • FIG. 1 is a diagram showing an example of a system according to this embodiment. As shown in FIG. 1, this system 1 includes a NW device 5, terminal devices 10A and 10B, pseudo terminal devices 20A and 20B, and a generation device 100. The NW device 5, the terminal devices 10A and 10B, the pseudo terminal devices 20A and 20B, and the generation device 100 are connected to each other via the network N.
  • the NW device 5 is compatible with various network devices such as MG.
  • the NW device 5 is verified by the terminal devices 10A and 10B and the pseudo terminal devices 20A and 20B.
  • the NW device 5 is shown, but the system 1 may have another NW device.
  • the terminal devices 10A and 10B transmit and receive a specified signal to and from the NW device 5 based on a protocol such as SIP or RTP, and verify the NW device 5.
  • the terminal devices 10A and 10B are shown, but the system 1 may include other terminal devices.
  • the terminal devices 10A and 10B are collectively referred to as the terminal device 10.
  • the captured data which is the data transmitted / received between the terminal device 10 and the NW device 5, is referred to as “captured data”.
  • the pseudo terminal devices 20A and 20B reproduce the operation of the terminal device 10 using the scenario data generated by the generation device 100, and verify the NW device 5.
  • the pseudo terminal devices 20A and 20B correspond to SIPp and the like.
  • the pseudo terminal devices 20A and 20B are realized by a computer or the like that executes a program of the pseudo terminal devices 20A and 20B.
  • One computer may execute the programs of the pseudo terminal devices 20A and 20B to realize the pseudo terminal devices 20A and 20B, or a plurality of computers may execute the programs of the pseudo terminal devices 20A and 20B.
  • Pseudo-terminal devices 20A and 20B may be realized.
  • the pseudo terminal devices 20A and 20B are shown, but the system 1 may include other pseudo terminal devices.
  • the pseudo terminal devices 20A and 20B are collectively referred to as a pseudo terminal device 20.
  • the generation device 100 is a device that generates scenario data based on the capture data transmitted / received between the NW device 5 and the terminal device 10.
  • the generation device 100 transmits the generated scenario data to the pseudo terminal device 20, and causes the pseudo terminal device 20 to reproduce the operation of the terminal device 10 to execute the verification of the NW device 5.
  • the capture data 141 includes an operation rule in which there is no rule of order (order regarding description) in RFC (Request For Comments) or the like. For example, the description order of the TO header and the FROM header in the INVITE header of SIP has no provision regarding the order.
  • the generation device 100 shapes the capture data 141 for each protocol so that a certain order of description is maintained, and converts it into data. For example, the generation device 100 generates the normalized data 30a by shaping (normalizing) the data related to SIP among the captured data 141. The generation device 100 generates the normalized data 30b by shaping the data related to RTP among the captured data 141. The generation device 100 generates the normalized data 30c by shaping the data related to the protocols other than SIP and RTP among the captured data 141.
  • the normalized data 30a, 30b, and 30c are collectively referred to as commercial event-derived data 142.
  • the generation device 100 has a plurality of verification result-derived data 40, 41, 42. Here, the verification result-derived data 40 to 42 are shown, but the generation device 100 may have other verification result-derived data.
  • the verification result-derived data 40 to 42 are data used in the past verification for the NW device 5, and have normalized data formatted for each protocol so that a certain order of description is maintained.
  • the verification result-derived data 40 has normalized data 40a, 40b, 40c.
  • the verification result-derived data 41 has normalized data 41a, 41b, 41c.
  • the verification result-derived data 42 has normalized data 42a, 42b, 42c.
  • the normalized data 40a, 41a, 42a are shaped data related to SIP.
  • the normalized data 40b, 41b, 42b are formatted data related to RTP.
  • the normalized data 40c, 41c, 42c are formatted data related to protocols other than SIP and RTP.
  • the verification result-derived data 40 is associated with the scenario data 40-0.
  • the scenario data 40-0 is information that defines the operation when the terminal device that has transmitted / received the verification result-derived data 40 before shaping performs the verification of the NW device 5.
  • the verification result-derived data 41 is associated with the scenario data 41-1.
  • the scenario data 41-1 is information that defines the operation when the terminal device that has transmitted / received the verification result-derived data 41 before shaping performs the verification of the NW device 5.
  • the verification result-derived data 42 is associated with the scenario data 42-2.
  • the scenario data 42-2 is information that defines the operation when the terminal device that has transmitted / received the verification result-derived data 42 before shaping performs the verification of the NW device 5.
  • the generator 100 evaluates the degree of similarity between the characteristics of the verification result-derived data 40 to 42 and the characteristics of the commercial event-derived data 142.
  • the generation device 100 generates scenario data 144 based on the evaluation result of the similarity.
  • the generation device 100 When the characteristics of the data derived from a certain verification result and the characteristics of the data 142 derived from a commercial event match, the generation device 100 generates the scenario data 144 using the scenario data corresponding to the data derived from a certain verification result. For example, in the generator 100, when the verification result-derived data 40 and the commercial event-derived data 142 are the same except for a predetermined variable, the verification result-derived data 40 and the commercial event-derived data 142 match ( Exact match). In this case, the generation device 100 generates the scenario data 144 by replacing the variable of the scenario data 40-0 corresponding to the verification result-derived data 40 with the variable of the commercial event-derived data 142.
  • the generator 100 When the characteristics of the data derived from the plurality of verification results and the characteristics of the data 142 derived from the commercial event partially match, the generator 100 combines a plurality of scenario data corresponding to the data derived from the plurality of verification results to create a scenario. Generate data 144.
  • the normalized data 30a of the commercial event-derived data 142 and the normalized data 40a of the verification result-derived data 40 match, and the normalized data 30b of the commercial event-derived data 142 and the normalized data of the verification result-derived data 41 are matched.
  • the generation device 100 includes the data corresponding to the normalized data 40a in the scenario data 40-0, the data corresponding to the normalized data 41b in the scenario data 40-1, and the scenario data 40-.
  • the scenario data 144 is generated by combining the data corresponding to the normalized data 42c and replacing the combined scenario variables with the variables of the commercial event-derived data 142.
  • the generator 100 generates the commercial event-derived data 142 by shaping the capture data 141 for each protocol so that a certain order is maintained, and generates the commercial event-derived data 142.
  • the degree of similarity between the derived data 142 and the derived data of each verification result is evaluated.
  • the generation device 100 generates scenario data 144 for reproduction from the scenario data corresponding to the data derived from each verification result based on the evaluation result of the similarity. This makes it possible to automatically generate a scenario from the telecom operator's own header and the capture data 141 corresponding to complicated processing.
  • FIG. 4 is a schematic diagram illustrating a schematic configuration of the generator according to the present embodiment.
  • the generation device 100 includes a communication control unit 110, an input unit 120, an output unit 130, a storage unit 140, and a control unit 150.
  • the generation device 100 is realized by a general-purpose computer such as a personal computer.
  • the communication control unit 110 is realized by a NIC (Network Interface Card) or the like, and controls communication between an external device and the control unit 150 via a telecommunication line such as a LAN (Local Area Network) or the Internet.
  • NIC Network Interface Card
  • LAN Local Area Network
  • the input unit 120 is realized by using an input device such as a keyboard or a mouse, and inputs various instruction information such as processing start to the control unit 150 in response to an input operation by the operator.
  • the output unit 130 is realized by a display device such as a liquid crystal display, a printing device such as a printer, or the like.
  • the storage unit 140 has capture data 141, commercial event-derived data 142, verification result-derived data table 143, and scenario data 144.
  • the storage unit 140 is realized by a semiconductor memory element such as a RAM (Random Access Memory) or a flash memory (Flash Memory), or a storage device such as a hard disk or an optical disk.
  • the capture data 141 is data transmitted / received between the terminal device 10 and the NW device 5 when the terminal device 10 (or another terminal device) verifies the NW device 5 in a commercial environment.
  • a CALL-ID is set for each signal in the capture data 141.
  • the CALL-ID is converted to the CALL-ID each time it is transferred.
  • FIG. 5 is a diagram for explaining an example of a change in CALL-ID in a certain transfer service.
  • the outgoing terminal 11, the SIP server 12, and the incoming terminals 13A, 13B, and 13C will be used for explanation.
  • the data transmission / reception in FIG. 5 is based on SIP.
  • the calling terminal 11 transmits an INVITE signal (Call-ID (1)) to the SIP server 12 (step S10).
  • the SIP server 12 transmits an INVITE signal (Call-ID (2)) to the incoming terminal 13A (step S11).
  • the incoming terminal 13A transmits a 4xx response signal (Call-ID (2)) to the SIP server 12 (step S12).
  • the SIP server 12 transmits a transfer INVITE signal (Call-ID (3)) to the incoming terminal 13B (step S13).
  • the incoming terminal 13B transmits a 4xx response signal (Call-ID (3)) to the SIP server 12 (step S14).
  • the SIP server 12 transmits a transfer INVITE signal (Call-ID (4)) to the incoming terminal 13C (step S15).
  • the incoming terminal 13C transmits a 200 response signal (Call-ID (4)) to the SIP server 12 (step S16).
  • the SIP server 12 transmits a 200 response signal (Call-ID (1)) to the calling terminal 11 (step S17).
  • the commercial event-derived data 142 is data generated by normalizing the capture data 141.
  • the commercial event-derived data 142 is formatted based on a certain order of description for each protocol.
  • the user information (electric number, domain, IP) and the like included in the capture data 141 are normalized as abstract information (electric number A, domain A, IP-A) that does not change for each call.
  • the identification information for each call such as CALL-ID is also abstracted so that the fluctuations such as CALL-ID-A and CALL-ID-B can be understood in order to observe the fluctuations in the call.
  • FIG. 6 is a diagram showing an example of a data structure of data derived from a commercial event. As shown in FIG. 6, this commercial event-derived data associates the protocol with the normalized data.
  • normalized data is associated with each of the protocols “SIP”, “RTP”, and “other protocols”.
  • the normalized data corresponding to the protocols "SIP”, “RTP”, and “other protocols” are defined as normalized data 30a to 30c, respectively.
  • FIG. 7 is a diagram showing an example of the data structure of the normalized data.
  • the normalized data has a plurality of elements, and data in which the operation of each communication (INVITE signal, response signal, etc.) is normalized is registered in each element.
  • data normalized data obtained by normalizing the data transmitted / received in steps S11 to S15 of FIG. 5 will be described.
  • the element E1 stores data obtained by normalizing the INVITE signal of step S11 in FIG.
  • the data obtained by normalizing the 4xx response signal in step S12 in FIG. 5 is omitted as an example.
  • the element E2 stores the normalized data of the transfer INVITE signal in step S13 of FIG.
  • the element E3 stores data obtained by normalizing the 4xx response signal of step S14 in FIG.
  • the element E4 stores data obtained by normalizing the transfer INVITE signal in step S15 of FIG.
  • the element E5 stores data obtained by normalizing the 200 response signal of step S16 in FIG.
  • the verification result-derived data table 143 is a table that holds a plurality of verification result-derived data.
  • FIG. 8 is a diagram showing an example of the data structure of the verification result-derived data table. As shown in FIG. 8, the verification result-derived data table 143 associates the identification information, the protocol, the normalized data, and the scenario data.
  • the identification information is information that identifies the data derived from the verification result.
  • the protocol indicates the protocol used in the verification.
  • Normalized data is data in which the operation of communication is normalized.
  • the scenario data is associated with the data derived from the verification result.
  • the scenario data may be associated with each protocol. In FIG. 8, as an example, a case where scenario data is associated with each protocol will be described, but the present invention is not limited to this.
  • the normalized data 40a to 40c are associated with the scenario data SC0a to SC0c, respectively.
  • the normalized data 41a to 41c are associated with the scenario data SC1a to SC1c, respectively.
  • the normalized data 42a to 42c are associated with the scenario data SC2a to SC2c, respectively.
  • the normalized data of each protocol corresponding to the same identification information in FIG. 8 is collectively referred to as the verification result-derived data.
  • the normalized data 40a to 40c of each protocol included in the identification information “V40” are collectively referred to as the verification result-derived data 40.
  • the normalized data 41a to 41c of each protocol included in the identification information "V41” are collectively referred to as the verification result-derived data 41.
  • the normalized data 42a to 42c of each protocol included in the identification information "V42” are collectively referred to as the verification result-derived data 42.
  • the scenario data 144 is scenario data corresponding to the commercial event-derived data 142.
  • the scenario data 144 is generated by the generation unit 154 described later.
  • the control unit 150 has an acquisition unit 151, a normalization unit 152, an evaluation unit 153, a generation unit 154, and a notification unit 155.
  • the control unit 150 corresponds to a CPU (Central Processing Unit) or the like.
  • the acquisition unit 151 captures data transmitted and received between devices in a commercial environment. For example, the acquisition unit 151 acquires data transmitted / received between the terminal device 10 and the NW device 5 as capture data 141. The acquisition unit 151 stores the acquired capture data 141 in the storage unit 140. The acquisition unit 151 may acquire the capture data 141 from an external device (capture device) or the like.
  • the normalization unit 152 generates data 142 derived from commercial events by shaping (normalizing) the capture data 141 for each protocol based on a certain order of description. For example, the normalization unit 152 performs normalization in which the description order of various headers included in the signal (INVITE signal, response signal) is rearranged in a predetermined order.
  • the normalization unit 152 makes it easy to compare user information variables such as telephone numbers and IP addresses contained in signals from the data of the development environment and the data of the commercial environment from the unique values. Convert to a predetermined value, such as IP2.
  • FIG. 9 and 10 are diagrams for explaining the processing of the normalization unit.
  • FIG. 9 will be described.
  • the description order of the header of the initial INVITE signal 50A is INVITE sip, Via, Max-Forwoards, Call-ID, From, To, Route, CSeq.
  • the initial INVITE signal 50A includes user information variables in regions 1a to 1g.
  • the identification information of CALL-ID is included in the region 1h.
  • the normalization unit 152 changes the description order of the header to a predetermined fixed description order. If the header description order is already a fixed description order, the header description order is left as it is. For example, if the fixed description order is INVITE sip, Via, Max-Forwoards, Call-ID, From, To, Route, CSeq, the description order of the header of the initial INVITE signal 50A is a fixed description order. Therefore, the normalization unit 152 keeps the description order of the header of the initial INVITE signal 50A as it is.
  • the normalization unit 152 abstracts the user information variables in the areas 1a to 1g into predetermined information. For example, the normalization unit 152 converts the user information variable "4002001@pbx.jp" in the area 1a into "telephone number A domain A”. The normalization unit 152 converts the user information variable "192.168.10.8:20001" in the area 1b into "VIP-IP-A”. The normalization unit 152 converts the user information variable "z9hG4bk-22306-1-0" in the area 1c into "VIABRA-A".
  • the normalization unit 152 converts the user information variable "gCJoW2002001@pbx.jp” in the area 1d into "telephone number B domain A”.
  • the normalization unit 152 converts the user information variable "22306 SIPpTag091" in the area 1e into “FROMTAG-A”.
  • the normalization unit 152 converts the user information variable "4002001@pbx.jp” in the area 1f into "telephone number A domain A”.
  • the normalization unit 152 converts the user information variable "sip: 192.168.10.123:35790;lr” in the area 1g into "ROUTE-IP-A”.
  • the normalization unit 152 converts the identification information "inv // / 1-22306@192.168.10.8" of the area 1h into "Call-ID-A”.
  • the normalization unit 152 executes the above process, the initial INVITE signal 50A is normalized to become a normalized signal 60A.
  • FIG. 10 will be described.
  • the description order of the header of the initial INVITE signal 51A is INVITE sip, Via, Call-ID, Max-Forwoards, To, From, Route, CSeq.
  • the initial INVITE signal 51A includes user information variables in regions 1a to 1g.
  • the identification information of CALL-ID is included in the region 1h.
  • the normalization unit 152 changes the description order of the header to a certain description order.
  • the normalization unit 152 changes the description order of the header of the initial INVITE signal 51A from "INVITE sip, Via, Call-ID, Max-Forwoards, To, From, Route, CSeq" to "INVITE sip, Via, Max-Forwoards," Convert to "Call-ID, From, To, Route, CSeq".
  • the normalization unit 152 abstracts the user information variables in the areas 1a to 1g into predetermined information. For example, the normalization unit 152 converts the user information variable “5002001@pbx.jp” in the area 1a into the “telephone number A domain A”. The normalization unit 152 converts the user information variable "192.168.10.8:20001" in the area 1b into "VIP-IP-A”. The normalization unit 152 converts the user information variable "z9hG4bK-22306-1-0" in the area 1c into "VIABRA-A".
  • the normalization unit 152 converts the user information variable "gCJoW2002001@pbx.jp” in the area 1d into "telephone number B domain A”.
  • the normalization unit 152 converts the user information variable "22306 SIPpTag091" in the area 1e into “FROMTAG-A”.
  • the normalization unit 152 converts the user information variable "5002001@pbx.jp” in the area 1f into "telephone number A domain A”.
  • the normalization unit 152 converts the user information variable "sip: 192.168.10.123:35790;lr” in the area 1g into "ROUTE-IP-A”.
  • the normalization unit 152 converts the identification information "xxx // / 1-22306@192.168.10.8" of the area 1h into "Call-ID-A”.
  • the normalization unit 152 executes the above process, the initial INVITE signal 51A is normalized to become the normalized signal 61A.
  • the initial INVITE signal 50A before normalization and the initial INVITE signal 51A have different header information and cannot be determined as similar data. However, by normalizing, the normalized signal 60A and the normalized signal 61A can be compared. can. Since the normalized signal 60A and the normalized signal 61A completely match, it is determined that the INVITE signal is used for a call having the same operation.
  • the normalization unit 152 generates a normalization signal for each signal by repeatedly executing the above processing for a plurality of signals for each protocol included in the capture data 141.
  • the normalization unit 152 generates the commercial event-derived data 142 by setting a normalization signal for each element constituting the normalization data in association with the protocol, and registers the data 142 in the storage unit 140.
  • the commercial event-derived data 142 has normalized data set for each protocol, and as described with FIG. 7, the normalized data has a normalized signal set for each element. And it is vectorized.
  • the normalization unit 152 executes the same process as the process of generating the commercial event-derived data 142 based on the capture data 141 to generate the normalized data of the verification result-derived data table 143. And.
  • the normalization unit 152 obtains the captured data before normalization of the data derived from the verification result in advance, and formats (normalizes) the data derived from the verification result based on a certain order of description for each protocol to derive the verification result.
  • Data normalization Data is generated and registered in the verification result-derived data table 143.
  • the scenario data corresponding to each protocol of the verification result-derived data is set in advance.
  • the evaluation unit 153 evaluates the similarity between the commercial event-derived data 142 and the plurality of verification result-derived data registered in the verification result-derived data table 143.
  • the verification result-derived data 40 to 42 are registered in the verification result-derived data table 143.
  • the evaluation unit 153 compares the commercial event-derived data 142 with the verification result-derived data 40 to 42, and determines whether or not they match. For example, the evaluation unit 153 matched when the normalized data of each protocol of the commercial event-derived data 142 and the normalized data of each protocol of the verification result-derived data 41 all matched (exactly matched). The identification information "V41" of the verification result-derived data 41 is output to the generation unit 154.
  • the evaluation unit 153 compares the commercial event-derived data 142 with the verification result-derived data 40 to 42, and if there is no matching verification result-derived data, does it match for each protocol normalized data? Judge whether or not (evaluate partial match).
  • the normalized data 30a and 30c of the commercial event-derived data 142 and the normalized data 41a and 41c of the verification result-derived data 40 match, and the normalized data 30b of the commercial event-derived data 142 and the verification result-derived data 41. It is assumed that the normalized data 42b of the above matches.
  • the evaluation unit 153 evaluates that the commercial event-derived data 142 and the verification result-derived data 40 to 42 partially match, and the identification information (protocol) “V41 (SIP, another protocol)”, “. "V42 (RTP)” is output to the generation unit 154.
  • the generation unit 154 generates scenario data 144 corresponding to the commercial event-derived data 142.
  • 11 and 12 are diagrams for explaining the processing of the generation unit. FIG. 11 will be described.
  • the generation unit 154 acquires that the verification result-derived data 41 (identification information: V40) and the commercial event-derived data match (exact match)
  • the generation unit 154 uses the scenario data 40-1 of the verification result-derived data 41.
  • the scenario data 40-1 corresponds to the scenario data SC1a, SC1b, SC1c described with reference to FIG.
  • the generation unit 154 generates the scenario data 144 by replacing the variables of the verification event included in the scenario data 40-1 with the variables of the commercial event.
  • FIG. 12 describes the processing of the generation unit 154 in the case of partial matching, and the generation unit 154 receives identification information (protocol) “V41 (SIP, other protocol)” and “V42 (V 42) from the evaluation unit 153. RTP) ”is assumed to have been acquired. This coincides with the normalized data 30a and 30c of the commercial event-derived data 142 and the normalized data 41a and 41c of the verification result-derived data 41, and the normalized data 30b of the commercial event-derived data 142 and the verification result-derived data. It is shown that the normalized data 42b of 42 is matched.
  • the generation unit 154 diverts the scenario SC1a corresponding to the normalized data 41a, the scenario SC1c corresponding to the normalized data 41c, and the scenario SC2b corresponding to the normalized data 42b.
  • the generation unit 154 combines the scenario data SC1a, SC1c, and SC2b, and replaces the variable of the verification event included in the combined scenario data with the variable of the commercial event to generate the scenario data 144.
  • the notification unit 155 transmits the scenario data 144 generated by the generation unit 154 to the computer that executes the program of the pseudo terminal device 20.
  • the pseudo terminal device 20 verifies the NW device 5 using the scenario data 144.
  • FIG. 13 is a flowchart showing a processing procedure for normalizing the captured data.
  • the acquisition unit 151 of the generation device 100 acquires the capture data 141 (step S101).
  • the generation device 100 specifies the operation of each communication corresponding to the unselected protocol (step S102).
  • the normalization unit 152 of the generation device 100 generates a normalized signal for each operation by normalizing the operation (signal) of each communication included in the capture data 141 (step S103).
  • the normalization unit 152 generates normalization data of the selected protocol by setting the normalization signal to the element of each vector (step S104).
  • step S105 If there is an unselected protocol (step S105, Yes), the normalization unit 152 shifts to step S102. If there is no unselected protocol (step S105, No), the normalization unit 152 ends the process.
  • FIG. 14 is a flowchart showing a processing procedure for generating scenario data.
  • the evaluation unit 153 of the generator 100 evaluates the similarity between the commercial event-derived data 142 and the plurality of verification result-derived data (step S201).
  • step S202 When the data derived from the verification result that completely matches exists (step S202, Yes), the generation unit 154 of the generation device 100 shifts to the process of step S203. On the other hand, if the data derived from the verification result that completely matches does not exist (step S202, No), the generation unit 154 shifts to the process of step S205.
  • Step S203 will be described.
  • the generation unit 154 acquires the scenario data corresponding to the data derived from the verification result that completely matches (step S203).
  • the generation unit 154 generates the scenario data 144 of the commercial event-derived data by replacing the variables included in the scenario data with the variables of the commercial event-derived data (step S204).
  • Step S205 will be described. If there is a partial match with the data derived from the plurality of verification results (steps S205, Yes), the generation unit 154 shifts to the process of step S206. On the other hand, if the data derived from the plurality of verification results do not partially match (steps S205, No), the generation unit 154 ends the process.
  • Step S206 will be described.
  • the generation unit 154 acquires scenario data of a plurality of partially matched verification result-derived data (step S206).
  • the generation unit 154 generates scenario data 144 of commercial event-derived data by combining each scenario data of a plurality of verification result-derived data (step S207).
  • the generation device 100 generates commercial event-derived data 142 by shaping the capture data 141 for each protocol so that a certain order of description is maintained, and the commercial event-derived data 142 and each verification result. Evaluate the degree of similarity with the origin data.
  • the generation device 100 generates scenario data 144 for reproduction from the scenario data corresponding to the data derived from each verification result based on the evaluation result of the similarity. This makes it possible to automatically generate a scenario from the telecom operator's own header and the capture data 141 corresponding to complicated processing.
  • the generator 100 evaluates the degree of similarity between the data derived from the commercial event 142 and the data derived from each verification result, and if there is data derived from the verification result that completely matches, the data derived from the verification result that exactly matches corresponds to the data derived from the verification result.
  • Scenario data 144 is generated by replacing the variables of the scenario data with the variables of the data derived from the commercial event. Therefore, the scenario data 144 can be efficiently generated by diverting the scenario data corresponding to the data derived from the verification result that completely matches.
  • the generation device 100 combines the commercial event-derived data 142 and each scenario data of the partially matched verification result-derived data when there are a plurality of partially matched verification result-derived data to generate the scenario data 144. Generate. Therefore, the scenario data 144 can be generated even when there is no data derived from the verification result that completely matches.
  • the generation device 100 normalizes a plurality of verification result-derived data included in the verification result-derived data table 143. This makes it possible to compare the data derived from the commercial event 142 with the data derived from the verification result.
  • the generation device 100 transmits the generated scenario data 144 to the pseudo terminal device 20 to execute the verification of the NW device 5. As a result, after the capture data 141 is given to the generation device 100, the verification can be executed promptly.
  • the generation device 100 can be implemented by installing a generation program that executes the above selection process as package software or online software on a desired computer.
  • the information processing device can be made to function as the generation device 100.
  • the information processing device referred to here includes a desktop type or notebook type personal computer.
  • information processing devices include smartphones, mobile communication terminals such as mobile phones and PHS (Personal Handyphone System), and slate terminals such as PDAs (Personal Digital Assistants).
  • the function of the generation device 100 may be implemented in the cloud server.
  • FIG. 15 is a diagram showing an example of a computer that executes a generation program.
  • the computer 1000 has, for example, a memory 1010, a CPU 1020, a hard disk drive interface 1030, a disk drive interface 1040, a serial port interface 1050, a video adapter 1060, and a network interface 1070. Each of these parts is connected by a bus 1080.
  • the memory 1010 includes a ROM (Read Only Memory) 1011 and a RAM 1012.
  • the ROM 1011 stores, for example, a boot program such as a BIOS (Basic Input Output System).
  • BIOS Basic Input Output System
  • the hard disk drive interface 1030 is connected to the hard disk drive 1031.
  • the disk drive interface 1040 is connected to the disk drive 1041.
  • a removable storage medium such as a magnetic disk or an optical disk is inserted into the disk drive 1041.
  • a mouse 1051 and a keyboard 1052 are connected to the serial port interface 1050.
  • a display 1061 is connected to the video adapter 1060.
  • the hard disk drive 1031 stores, for example, the OS 1091, the application program 1092, the program module 1093, and the program data 1094. Each of the information described in the above embodiment is stored in, for example, the hard disk drive 1031 or the memory 1010.
  • the generated program is stored in the hard disk drive 1031 as, for example, a program module 1093 in which a command executed by the computer 1000 is described.
  • the program module 1093 in which each process executed by the generation device 100 described in the above embodiment is described is stored in the hard disk drive 1031.
  • the data used for information processing by the generation program is stored as program data 1094 in, for example, the hard disk drive 1031.
  • the CPU 1020 reads the program module 1093 and the program data 1094 stored in the hard disk drive 1031 into the RAM 1012 as needed, and executes each of the above-mentioned procedures.
  • the program module 1093 and the program data 1094 related to the generation program are not limited to the case where they are stored in the hard disk drive 1031. For example, they are stored in a removable storage medium and read by the CPU 1020 via the disk drive 1041 or the like. May be done. Alternatively, the program module 1093 and the program data 1094 related to the generated program are stored in another computer connected via a network such as a LAN or WAN (Wide Area Network), and are read out by the CPU 1020 via the network interface 1070. You may.
  • a network such as a LAN or WAN (Wide Area Network)

Abstract

A normalizing unit 152 of a generating device 100 generates first normalized data obtained by shaping, on the basis of a certain description order for each protocol, data transmitted and received over a network between a network appliance and a terminal device which carries out verification with respect to the network appliance. An evaluating unit 153 of the generating device 100 evaluates a degree of similarity between the first normalized data and a plurality of items of second normalized data obtained by shaping the data transmitted and received between the network appliance and the terminal device in a past verification time for the network appliance, in such a way that the certain description order is maintained. On the basis of the evaluation results obtained by the evaluating unit, a generating unit 154 of the generating device 100 generates scenario data corresponding to the first normalized data on the basis of scenario data of the second normalized data that are similar to the first normalized data.

Description

生成装置、生成方法および生成プログラムGenerator, generation method and generation program
 本発明は、生成装置、生成方法および生成プログラムに関する。 The present invention relates to a generator, a generator, and a generator.
 IMS(IP Multimedia Subsystem)準拠のNGN(Next Generation Network)におけるコアネットワークにはMG(Media Gateway)など様々なネットワーク機器が存在する。これらのネットワーク機器の検証は、全てが実機で行われるわけではなく、多くのテストケースにおいて検証作業の効率化のために端末を疑似した疑似端末装置が用いられる。 There are various network devices such as MG (Media Gateway) in the core network of NGN (Next Generation Network) compliant with IMS (IP Multimedia Subsystem). Not all of these network devices are verified on the actual machine, and in many test cases, a pseudo terminal device that imitates a terminal is used to improve the efficiency of the verification work.
 図16および図17は、ネットワーク機器の検証環境を説明するための図である。図16について説明する。端末装置10Aおよび端末装置10Bは、NW(Network)装置5aとの間で、SIP(Session Initiation Protocol)やRTP(Real time Transport Protocol)等のプロトコルによって、規定の信号を送受信し、NW装置5aの検証を行う。 16 and 17 are diagrams for explaining the verification environment of the network device. FIG. 16 will be described. The terminal device 10A and the terminal device 10B transmit and receive a specified signal to and from the NW (Network) device 5a by a protocol such as SIP (Session Initiation Protocol) or RTP (Real time Transport Protocol), and the NW device 5a. Perform verification.
 図17について説明する。疑似端末装置15Aは、コンフィング15A-1を調整することで、端末装置10A等の動作を再現できる装置である。疑似端末装置15Bは、コンフィング15B-1を調整することで、端末装置10B等の動作を再現できる装置である。疑似端末装置15Aおよび疑似端末装置15Bは、NW装置5bに対してSIPやRTP等のプロトコルによって、規定の信号を送受信し、NW装置5bの検証を行う。 FIG. 17 will be described. The pseudo terminal device 15A is a device that can reproduce the operation of the terminal device 10A or the like by adjusting the confing 15A-1. The pseudo terminal device 15B is a device that can reproduce the operation of the terminal device 10B or the like by adjusting the confing 15B-1. The pseudo terminal device 15A and the pseudo terminal device 15B transmit and receive a specified signal to the NW device 5b by a protocol such as SIP or RTP to verify the NW device 5b.
 従来、テレコム事業者や通信機器メーカーが独自に疑似端末装置を開発して運用してきたが、昨今では、OSS(Open Source Software)の端末疑似装置が多く用いられている。たとえば、代表的なOSSに「SIPp」というソフトウェアがある。SIPpを利用することで、シナリオという動作規格情報を編集でき、端末疑似装置において、様々な動作を再現することができる。 Conventionally, telecom operators and communication equipment manufacturers have independently developed and operated pseudo-terminal devices, but nowadays, OSS (Open Source Software) terminal pseudo-devices are often used. For example, a typical OSS is software called "SIPp". By using SIPp, it is possible to edit operation standard information called a scenario, and it is possible to reproduce various operations in a terminal simulated device.
 また、SIPpの場合、シナリオを実際のキャプチャデータから再現する「pcap2sipp」と呼ばれるOSS(シナリオ生成ツール)も存在する。pcap2sippでは、商用環境で生じた事象を再現する場合に用いられる。 In the case of SIPp, there is also an OSS (scenario generation tool) called "pcap2sipp" that reproduces the scenario from the actual capture data. In pcap2sipp, it is used to reproduce an event that occurred in a commercial environment.
 図18は、従来のシナリオ生成ツールを説明するための図である。商用環境において、端末装置10Aおよび端末装置10Bは、NW装置5aに対してSIPやRTP等のプロトコルによって、規定の信号を送受信することで、NW装置5aの検証を行う。 FIG. 18 is a diagram for explaining a conventional scenario generation tool. In a commercial environment, the terminal device 10A and the terminal device 10B verify the NW device 5a by transmitting and receiving a specified signal to the NW device 5a by a protocol such as SIP or RTP.
 シナリオ生成ツール(pcap2sipp)25は、キャプチャデータを利用する。キャプチャデータは、検証時において、端末装置10A(端末装置10B)と、NW装置5aとの間で送受信されるデータをキャプチャしたものである。端末装置10Aと、NW装置5aとの間で送受信されたデータを、キャプチャデータ11Aと表記する。シナリオ生成ツール25は、キャプチャデータ11Aを基にして、シナリオ(コンフィング)15A-2を生成する。疑似端末装置15Aは、シナリオ15A-2を基にして、端末装置10Aの動作を再現し、NW装置5bの検証を行う。 The scenario generation tool (pcap2sipp) 25 uses the captured data. The captured data captures data transmitted and received between the terminal device 10A (terminal device 10B) and the NW device 5a at the time of verification. The data transmitted / received between the terminal device 10A and the NW device 5a is referred to as capture data 11A. The scenario generation tool 25 generates a scenario (confing) 15A-2 based on the capture data 11A. The pseudo terminal device 15A reproduces the operation of the terminal device 10A based on the scenario 15A-2, and verifies the NW device 5b.
 端末装置10Bと、NW装置5bとの間で送受信されるデータを、キャプチャデータ11Bと表記する。シナリオ生成ツール25は、キャプチャデータ11Bを基にして、シナリオ(コンフィング)15B-2を生成する。疑似端末装置15Bは、シナリオ15B-2を基にして、端末装置10Bの動作を再現し、NW装置5bの検証を行う。 The data transmitted / received between the terminal device 10B and the NW device 5b is referred to as capture data 11B. The scenario generation tool 25 generates a scenario (confing) 15B-2 based on the capture data 11B. The pseudo terminal device 15B reproduces the operation of the terminal device 10B based on the scenario 15B-2, and verifies the NW device 5b.
 しかしながら、従来の技術では、テレコム事業者の独自のヘッダや複雑な処理に対して、シナリオを自動生成することができないという課題がある。 However, with the conventional technology, there is a problem that scenarios cannot be automatically generated for the unique headers and complicated processing of telecommunications carriers.
 たとえば、端末装置の動作が単純であれば、従来のシナリオ生成ツール(pcap2sipp)25を用いることで、シナリオを容易に作成することができるが、テレコム事業者独自のヘッダや独自のサービスを含む複雑な呼処理に対応するシナリオを自動で作成することができず、シナリオ作成に大きな稼働を要する。シナリオ作成に大きな稼働を要してしまうと、商用環境で発生した問題事象を検証環境で速やかに検証することができない。 For example, if the operation of the terminal device is simple, the scenario can be easily created by using the conventional scenario generation tool (pcap2sipp) 25, but it is complicated including the header and the service unique to the telecom operator. It is not possible to automatically create a scenario corresponding to various call processing, and a large operation is required to create the scenario. If it takes a lot of operation to create a scenario, it is not possible to quickly verify the problem event that occurred in the commercial environment in the verification environment.
 本発明は、上記に鑑みてなされたものであって、テレコム事業者の独自のヘッダや複雑な処理に対して、シナリオを自動生成することを目的とする。 The present invention has been made in view of the above, and an object of the present invention is to automatically generate a scenario for a telecommunications carrier's original header and complicated processing.
 上述した課題を解決し、目的を達成するために、本発明に係る生成装置は、ネットワークを介して、ネットワーク機器と、前記ネットワーク機器に対して検証を実行する端末装置との間で送受信されるデータを、プロトコル毎に、一定の記述の順序性に基づいて整形した第1正規化データを生成する正規化部と、前記ネットワーク機器に対する過去の検証時において、前記ネットワーク機器と、前記端末装置との間で送受信されたデータを、一定の記述の順序性が保たれるように整形した複数の第2正規化データと、前記第1正規化データとの類似度を評価する評価部と、前記評価部の評価結果を基にして、前記第1正規化データに類似する第2正規化データのシナリオデータを基にして、前記第1正規化データに対応するシナリオデータを生成する生成部とを備えることを特徴とする。 In order to solve the above-mentioned problems and achieve the object, the generator according to the present invention is transmitted and received between the network device and the terminal device that performs verification against the network device via the network. The normalization unit that generates the first normalized data in which the data is shaped based on the order of the description for each protocol, the network device, and the terminal device at the time of past verification of the network device. An evaluation unit that evaluates the degree of similarity between a plurality of second normalized data in which the data sent and received between the two is shaped so that a certain order of description is maintained, and the first normalized data, and the above. Based on the evaluation result of the evaluation unit, the generation unit that generates the scenario data corresponding to the first normalization data based on the scenario data of the second normalization data similar to the first normalization data. It is characterized by being prepared.
 本発明によれば、テレコム事業者の独自のヘッダや複雑な処理に対して、シナリオを自動生成することが可能となる。 According to the present invention, it is possible to automatically generate a scenario for a telecom operator's own header and complicated processing.
図1は、本実施例に係るシステムの一例を示す図である。FIG. 1 is a diagram showing an example of a system according to this embodiment. 図2は、本実施例に係る生成装置の処理概要を説明するための図(1)である。FIG. 2 is a diagram (1) for explaining a processing outline of the generator according to the present embodiment. 図3は、本実施例に係る生成装置の処理概要を説明するための図(2)である。FIG. 3 is a diagram (2) for explaining a processing outline of the generator according to the present embodiment. 図4は、本実施形態の生成装置の概略構成を例示する模式図である。FIG. 4 is a schematic diagram illustrating a schematic configuration of the generator of the present embodiment. 図5は、ある転送サービスにおけるCALL-IDの変化の一例を説明するための図である。FIG. 5 is a diagram for explaining an example of a change in CALL-ID in a certain transfer service. 図6は、商用事象由来データのデータ構造の一例を示す図である。FIG. 6 is a diagram showing an example of a data structure of data derived from a commercial event. 図7は、正規化データのデータ構造の一例を示す図である。FIG. 7 is a diagram showing an example of the data structure of the normalized data. 図8は、検証結果由来データテーブルのデータ構造の一例を示す図である。FIG. 8 is a diagram showing an example of the data structure of the verification result-derived data table. 図9は、正規化部の処理を説明するための図(1)である。FIG. 9 is a diagram (1) for explaining the processing of the normalization unit. 図10は、正規化部の処理を説明するための図(2)である。FIG. 10 is a diagram (2) for explaining the processing of the normalization unit. 図11は、生成部の処理を説明するための図(1)である。FIG. 11 is a diagram (1) for explaining the processing of the generation unit. 図12は、生成部の処理を説明するための図(2)である。FIG. 12 is a diagram (2) for explaining the processing of the generation unit. 図13は、キャプチャデータを正規化する処理手順を示すフローチャートである。FIG. 13 is a flowchart showing a processing procedure for normalizing the captured data. 図14は、シナリオデータを生成する処理手順を示すフローチャートである。FIG. 14 is a flowchart showing a processing procedure for generating scenario data. 図15は、生成プログラムを実行するコンピュータの一例を示す図である。FIG. 15 is a diagram showing an example of a computer that executes a generation program. 図16は、ネットワーク機器の検証環境を説明するための図である。FIG. 16 is a diagram for explaining a verification environment of network equipment. 図17は、従来のシナリオ生成ツールを説明するための図(1)である。FIG. 17 is a diagram (1) for explaining a conventional scenario generation tool. 図18は、従来のシナリオ生成ツールを説明するための図(2)である。FIG. 18 is a diagram (2) for explaining a conventional scenario generation tool.
 以下に、本願の開示する生成装置、生成方法および生成プログラムの実施例を図面に基づいて詳細に説明する。なお、この実施例によりこの発明が限定されるものではない。 Hereinafter, examples of the generator, the generation method, and the generation program disclosed in the present application will be described in detail with reference to the drawings. The present invention is not limited to this embodiment.
 図1は、本実施例に係るシステムの一例を示す図である。図1に示すように、このシステム1は、NW装置5と、端末装置10A,10Bと、疑似端末装置20A,20Bと、生成装置100とを有する。NW装置5と、端末装置10A,10Bと、疑似端末装置20A,20Bと、生成装置100とは、ネットワークNを介して相互に接続される。 FIG. 1 is a diagram showing an example of a system according to this embodiment. As shown in FIG. 1, this system 1 includes a NW device 5, terminal devices 10A and 10B, pseudo terminal devices 20A and 20B, and a generation device 100. The NW device 5, the terminal devices 10A and 10B, the pseudo terminal devices 20A and 20B, and the generation device 100 are connected to each other via the network N.
 NW装置5は、MG等の各種のネットワーク機器に対応する。NW装置5は、端末装置10A,10B、疑似端末装置20A,20Bによって、検証が行われる。ここでは、NW装置5を示すが、システム1は、その他のNW装置を有していてもよい。 The NW device 5 is compatible with various network devices such as MG. The NW device 5 is verified by the terminal devices 10A and 10B and the pseudo terminal devices 20A and 20B. Here, the NW device 5 is shown, but the system 1 may have another NW device.
 端末装置10A,10Bは、NW装置5との間で、SIPやRTP等のプロトコルに基づいて、規定の信号を送受信し、NW装置5の検証を行う。ここでは、端末装置10A,10Bを示すが、システム1は、他の端末装置を含んでいてもよい。以下の説明では、端末装置10A,10Bをまとめて、端末装置10と表記する。端末装置10と、NW装置5との間で送受信されたデータであって、キャプチャされたデータを「キャプチャデータ」と表記する。 The terminal devices 10A and 10B transmit and receive a specified signal to and from the NW device 5 based on a protocol such as SIP or RTP, and verify the NW device 5. Here, the terminal devices 10A and 10B are shown, but the system 1 may include other terminal devices. In the following description, the terminal devices 10A and 10B are collectively referred to as the terminal device 10. The captured data, which is the data transmitted / received between the terminal device 10 and the NW device 5, is referred to as “captured data”.
 疑似端末装置20A,20Bは、生成装置100によって生成されるシナリオデータを用いて、端末装置10の動作を再現し、NW装置5の検証を行う。疑似端末装置20A,20Bは、SIPp等に対応する。たとえば、疑似端末装置20A,20Bは、疑似端末装置20A,20Bのプログラムを実行するコンピュータ等によって実現される。1つのコンピュータが、疑似端末装置20A,20Bのプログラムを実行して、疑似端末装置20A,20Bを実現させてもよいし、複数のコンピュータが、疑似端末装置20A,20Bのプログラムを実行して、疑似端末装置20A,20Bを実現させてもよい。 The pseudo terminal devices 20A and 20B reproduce the operation of the terminal device 10 using the scenario data generated by the generation device 100, and verify the NW device 5. The pseudo terminal devices 20A and 20B correspond to SIPp and the like. For example, the pseudo terminal devices 20A and 20B are realized by a computer or the like that executes a program of the pseudo terminal devices 20A and 20B. One computer may execute the programs of the pseudo terminal devices 20A and 20B to realize the pseudo terminal devices 20A and 20B, or a plurality of computers may execute the programs of the pseudo terminal devices 20A and 20B. Pseudo-terminal devices 20A and 20B may be realized.
 ここでは、疑似端末装置20A,20Bを示すが、システム1は、他の疑似端末装置を含んでいてもよい。以下の説明では、疑似端末装置20A,20Bをまとめて、疑似端末装置20と表記する。 Here, the pseudo terminal devices 20A and 20B are shown, but the system 1 may include other pseudo terminal devices. In the following description, the pseudo terminal devices 20A and 20B are collectively referred to as a pseudo terminal device 20.
 生成装置100は、NW装置5と端末装置10との間で送受信されたキャプチャデータを基にして、シナリオデータを生成する装置である。生成装置100は、生成したシナリオデータを、疑似端末装置20に送信し、疑似端末装置20に、端末装置10の動作を再現させることで、NW装置5の検証を実行させる。 The generation device 100 is a device that generates scenario data based on the capture data transmitted / received between the NW device 5 and the terminal device 10. The generation device 100 transmits the generated scenario data to the pseudo terminal device 20, and causes the pseudo terminal device 20 to reproduce the operation of the terminal device 10 to execute the verification of the NW device 5.
 図2及び図3は、本実施例に係る生成装置の処理概要を説明するための図である。図2について説明する。キャプチャデータ141には、RFC(Request For Comments)等で順序性(記述に関する順序性)の規定のない動作規定が含まれる。たとえば、SIPのINVITEヘッダ内のTOヘッダとFROMヘッダの記述順序は、順序性に関する規定がない。 2 and 3 are diagrams for explaining the processing outline of the generator according to the present embodiment. FIG. 2 will be described. The capture data 141 includes an operation rule in which there is no rule of order (order regarding description) in RFC (Request For Comments) or the like. For example, the description order of the TO header and the FROM header in the INVITE header of SIP has no provision regarding the order.
 生成装置100は、キャプチャデータ141を、一定の記述の順序性が保たれるように、プロトコル毎に整形し、データ化する。たとえば、生成装置100は、キャプチャデータ141のうち、SIPに関するデータを整形(正規化)することで、正規化データ30aを生成する。生成装置100は、キャプチャデータ141のうち、RTPに関するデータを整形することで、正規化データ30bを生成する。生成装置100は、キャプチャデータ141のうち、SIP、RTP以外のプロトコルに関するデータを整形することで、正規化データ30cを生成する。正規化データ30a,30b,30cをまとめて、商用事象由来データ142と表記する。 The generation device 100 shapes the capture data 141 for each protocol so that a certain order of description is maintained, and converts it into data. For example, the generation device 100 generates the normalized data 30a by shaping (normalizing) the data related to SIP among the captured data 141. The generation device 100 generates the normalized data 30b by shaping the data related to RTP among the captured data 141. The generation device 100 generates the normalized data 30c by shaping the data related to the protocols other than SIP and RTP among the captured data 141. The normalized data 30a, 30b, and 30c are collectively referred to as commercial event-derived data 142.
 図3の説明に移行する。生成装置100は、複数の検証結果由来データ40,41,42を有する。ここでは、検証結果由来データ40~42を示すが、生成装置100は、その他の検証結果由来データを有していてもよい。 Move on to the explanation in Fig. 3. The generation device 100 has a plurality of verification result-derived data 40, 41, 42. Here, the verification result-derived data 40 to 42 are shown, but the generation device 100 may have other verification result-derived data.
 検証結果由来データ40~42は、NW装置5に対する過去の検証で用いられたデータであって、一定の記述の順序性が保たれるように、プロトコル毎に整形された正規化データを有する。たとえば、検証結果由来データ40は、正規化データ40a,40b,40cを有する。検証結果由来データ41は、正規化データ41a,41b,41cを有する。検証結果由来データ42は、正規化データ42a,42b,42cを有する。 The verification result-derived data 40 to 42 are data used in the past verification for the NW device 5, and have normalized data formatted for each protocol so that a certain order of description is maintained. For example, the verification result-derived data 40 has normalized data 40a, 40b, 40c. The verification result-derived data 41 has normalized data 41a, 41b, 41c. The verification result-derived data 42 has normalized data 42a, 42b, 42c.
 たとえば、正規化データ40a,41a,42aは、SIPに関するデータを整形したものである。正規化データ40b,41b,42bは、RTPに関するデータを整形したものである。正規化データ40c,41c,42cは、SIP、RTP以外のプロトコルに関するデータを整形したものである。 For example, the normalized data 40a, 41a, 42a are shaped data related to SIP. The normalized data 40b, 41b, 42b are formatted data related to RTP. The normalized data 40c, 41c, 42c are formatted data related to protocols other than SIP and RTP.
 検証結果由来データ40は、シナリオデータ40-0に対応付けられる。シナリオデータ40-0は、整形前の検証結果由来データ40を送受信した端末装置が、NW装置5の検証を行う場合の動作を定義した情報である。 The verification result-derived data 40 is associated with the scenario data 40-0. The scenario data 40-0 is information that defines the operation when the terminal device that has transmitted / received the verification result-derived data 40 before shaping performs the verification of the NW device 5.
 検証結果由来データ41は、シナリオデータ41-1に対応付けられる。シナリオデータ41-1は、整形前の検証結果由来データ41を送受信した端末装置が、NW装置5の検証を行う場合の動作を定義した情報である。 The verification result-derived data 41 is associated with the scenario data 41-1. The scenario data 41-1 is information that defines the operation when the terminal device that has transmitted / received the verification result-derived data 41 before shaping performs the verification of the NW device 5.
 検証結果由来データ42は、シナリオデータ42-2に対応付けられる。シナリオデータ42-2は、整形前の検証結果由来データ42を送受信した端末装置が、NW装置5の検証を行う場合の動作を定義した情報である。 The verification result-derived data 42 is associated with the scenario data 42-2. The scenario data 42-2 is information that defines the operation when the terminal device that has transmitted / received the verification result-derived data 42 before shaping performs the verification of the NW device 5.
 生成装置100は、検証結果由来データ40~42の特徴と、商用事象由来データ142の特徴との類似度を評価する。生成装置100は、類似度の評価結果を基にして、シナリオデータ144を生成する。 The generator 100 evaluates the degree of similarity between the characteristics of the verification result-derived data 40 to 42 and the characteristics of the commercial event-derived data 142. The generation device 100 generates scenario data 144 based on the evaluation result of the similarity.
 生成装置100は、ある検証結果由来データの特徴と、商用事象由来データ142の特徴とが一致する場合には、ある検証結果由来データに対応するシナリオデータを用いて、シナリオデータ144を生成する。たとえば、生成装置100は、検証結果由来データ40と、商用事象由来データ142とが、所定の変数を除いて同じ場合には、検証結果由来データ40と、商用事象由来データ142とが一致する(完全一致する)と評価する。この場合、生成装置100は、検証結果由来データ40に対応するシナリオデータ40-0の変数を、商用事象由来データ142の変数に置き換えることで、シナリオデータ144を生成する。 When the characteristics of the data derived from a certain verification result and the characteristics of the data 142 derived from a commercial event match, the generation device 100 generates the scenario data 144 using the scenario data corresponding to the data derived from a certain verification result. For example, in the generator 100, when the verification result-derived data 40 and the commercial event-derived data 142 are the same except for a predetermined variable, the verification result-derived data 40 and the commercial event-derived data 142 match ( Exact match). In this case, the generation device 100 generates the scenario data 144 by replacing the variable of the scenario data 40-0 corresponding to the verification result-derived data 40 with the variable of the commercial event-derived data 142.
 生成装置100は、複数の検証結果由来データの特徴と、商用事象由来データ142の特徴が部分的に一致する場合には、複数の検証結果由来データに対応する複数のシナリオデータを組み合わせて、シナリオデータ144を生成する。 When the characteristics of the data derived from the plurality of verification results and the characteristics of the data 142 derived from the commercial event partially match, the generator 100 combines a plurality of scenario data corresponding to the data derived from the plurality of verification results to create a scenario. Generate data 144.
 たとえば、商用事象由来データ142の正規化データ30aと、検証結果由来データ40の正規化データ40aとが一致し、商用事象由来データ142の正規化データ30bと、検証結果由来データ41の正規化データ41bとが一致し、商用事象由来データ142の正規化データ30cと、検証結果由来データ42の正規化データ40cとが一致する場合に、商用事象由来データ142と、複数の検証結果由来データ40~42が部分一致すると評価する。 For example, the normalized data 30a of the commercial event-derived data 142 and the normalized data 40a of the verification result-derived data 40 match, and the normalized data 30b of the commercial event-derived data 142 and the normalized data of the verification result-derived data 41 are matched. When 41b matches and the normalized data 30c of the commercial event-derived data 142 and the normalized data 40c of the verification result-derived data 42 match, the commercial event-derived data 142 and the plurality of verification result-derived data 40 to It is evaluated that 42 is a partial match.
 この場合には、生成装置100は、シナリオデータ40-0のうち、正規化データ40aに対応するデータと、シナリオデータ40-1のうち、正規化データ41bに対応するデータと、シナリオデータ40-2のうち、正規化データ42cに対応するデータを組み合わせ、組み合わせたシナリオの変数を、商用事象由来データ142の変数に置き換えることで、シナリオデータ144を生成する。 In this case, the generation device 100 includes the data corresponding to the normalized data 40a in the scenario data 40-0, the data corresponding to the normalized data 41b in the scenario data 40-1, and the scenario data 40-. Of 2, the scenario data 144 is generated by combining the data corresponding to the normalized data 42c and replacing the combined scenario variables with the variables of the commercial event-derived data 142.
 上記のように、本実施例に係る生成装置100は、キャプチャデータ141を、一定の順序性が保たれるように、プロトコル毎に整形することで、商用事象由来データ142を生成し、商用事象由来データ142と、各検証結果由来データとの類似度の評価を行う。生成装置100は、類似度の評価結果を基にして、各検証結果由来データに対応するシナリオデータから、再現用のシナリオデータ144を生成する。これによって、テレコム事業者の独自のヘッダや複雑な処理に対応するキャプチャデータ141から、シナリオを自動生成することができる。 As described above, the generator 100 according to the present embodiment generates the commercial event-derived data 142 by shaping the capture data 141 for each protocol so that a certain order is maintained, and generates the commercial event-derived data 142. The degree of similarity between the derived data 142 and the derived data of each verification result is evaluated. The generation device 100 generates scenario data 144 for reproduction from the scenario data corresponding to the data derived from each verification result based on the evaluation result of the similarity. This makes it possible to automatically generate a scenario from the telecom operator's own header and the capture data 141 corresponding to complicated processing.
 次に、本実施例に係る生成装置100の概略構成について説明する。図4は、本実施例に係る生成装置の概略構成を例示する模式図である。図4に示すように、生成装置100は、通信制御部110と、入力部120と、出力部130と、記憶部140と、制御部150とを有する。生成装置100は、パソコン等の汎用コンピュータで実現される。 Next, a schematic configuration of the generator 100 according to this embodiment will be described. FIG. 4 is a schematic diagram illustrating a schematic configuration of the generator according to the present embodiment. As shown in FIG. 4, the generation device 100 includes a communication control unit 110, an input unit 120, an output unit 130, a storage unit 140, and a control unit 150. The generation device 100 is realized by a general-purpose computer such as a personal computer.
 通信制御部110は、NIC(Network Interface Card)等で実現され、LAN(Local Area Network)やインターネットなどの電気通信回線を介した外部の装置と制御部150との通信を制御する。 The communication control unit 110 is realized by a NIC (Network Interface Card) or the like, and controls communication between an external device and the control unit 150 via a telecommunication line such as a LAN (Local Area Network) or the Internet.
 入力部120は、キーボードやマウス等の入力デバイスを用いて実現され、操作者による入力操作に対応して、制御部150に対して処理開始などの各種指示情報を入力する。出力部130は、液晶ディスプレイなどの表示装置、プリンター等の印刷装置等によって実現される。 The input unit 120 is realized by using an input device such as a keyboard or a mouse, and inputs various instruction information such as processing start to the control unit 150 in response to an input operation by the operator. The output unit 130 is realized by a display device such as a liquid crystal display, a printing device such as a printer, or the like.
 記憶部140は、キャプチャデータ141と、商用事象由来データ142と、検証結果由来データテーブル143と、シナリオデータ144とを有する。記憶部140は、RAM(Random Access Memory)、フラッシュメモリ(Flash Memory)等の半導体メモリ素子、または、ハードディスク、光ディスク等の記憶装置によって実現される。 The storage unit 140 has capture data 141, commercial event-derived data 142, verification result-derived data table 143, and scenario data 144. The storage unit 140 is realized by a semiconductor memory element such as a RAM (Random Access Memory) or a flash memory (Flash Memory), or a storage device such as a hard disk or an optical disk.
 キャプチャデータ141は、商用環境において、端末装置10(あるいは、他の端末装置)がNW装置5を検証する場合に端末装置10と、NW装置5との間で送受信したデータである。なお、キャプチャデータ141には、各信号にCALL-IDが設定される。CALL-IDは、転送のたびにCALL-IDが変換される。 The capture data 141 is data transmitted / received between the terminal device 10 and the NW device 5 when the terminal device 10 (or another terminal device) verifies the NW device 5 in a commercial environment. A CALL-ID is set for each signal in the capture data 141. The CALL-ID is converted to the CALL-ID each time it is transferred.
 図5は、ある転送サービスにおけるCALL-IDの変化の一例を説明するための図である。図5では、発端末11、SIPサーバ12、着端末13A,13B,13Cを用いて説明を行う。図5のデータの送受信は、SIPに基づくデータの送受信とする。 FIG. 5 is a diagram for explaining an example of a change in CALL-ID in a certain transfer service. In FIG. 5, the outgoing terminal 11, the SIP server 12, and the incoming terminals 13A, 13B, and 13C will be used for explanation. The data transmission / reception in FIG. 5 is based on SIP.
 ある転送サービスにおいて、発端末11は、SIPサーバ12に、INVITE信号(Call-ID(1))を送信する(ステップS10)。SIPサーバ12は、着端末13Aに、INVITE信号(Call-ID(2))を送信する(ステップS11)。着端末13Aは、SIPサーバ12に、4xx応答信号(Call-ID(2))を送信する(ステップS12)。 In a certain transfer service, the calling terminal 11 transmits an INVITE signal (Call-ID (1)) to the SIP server 12 (step S10). The SIP server 12 transmits an INVITE signal (Call-ID (2)) to the incoming terminal 13A (step S11). The incoming terminal 13A transmits a 4xx response signal (Call-ID (2)) to the SIP server 12 (step S12).
 SIPサーバ12は、着端末13Bに、転送INVITE信号(Call-ID(3))を送信する(ステップS13)。着端末13Bは、SIPサーバ12に、4xx応答信号(Call-ID(3))を送信する(ステップS14)。 The SIP server 12 transmits a transfer INVITE signal (Call-ID (3)) to the incoming terminal 13B (step S13). The incoming terminal 13B transmits a 4xx response signal (Call-ID (3)) to the SIP server 12 (step S14).
 SIPサーバ12は、着端末13Cに、転送INVITE信号(Call-ID(4))を送信する(ステップS15)。着端末13Cは、SIPサーバ12に、200応答信号(Call-ID(4))を送信する(ステップS16)。SIPサーバ12は、発端末11に、200応答信号(Call-ID(1))を送信する(ステップS17)。 The SIP server 12 transmits a transfer INVITE signal (Call-ID (4)) to the incoming terminal 13C (step S15). The incoming terminal 13C transmits a 200 response signal (Call-ID (4)) to the SIP server 12 (step S16). The SIP server 12 transmits a 200 response signal (Call-ID (1)) to the calling terminal 11 (step S17).
 図4の説明に戻る。商用事象由来データ142は、キャプチャデータ141を正規化することで生成されるデータである。商用事象由来データ142は、プロトコル毎に、一定の記述の順序性に基づいて整形されている。また、キャプチャデータ141に含まれるユーザ情報(電番、ドメイン、IP)等は、呼毎に変動しない抽象的な情報(電番A、ドメインA、IP-A)として正規化される。CALL-ID等の呼毎の識別情報についても、呼内で変動を観測するため、CALL-ID-A、CALL-ID-B等変動がわかるように抽象化される。 Return to the explanation in Fig. 4. The commercial event-derived data 142 is data generated by normalizing the capture data 141. The commercial event-derived data 142 is formatted based on a certain order of description for each protocol. Further, the user information (electric number, domain, IP) and the like included in the capture data 141 are normalized as abstract information (electric number A, domain A, IP-A) that does not change for each call. The identification information for each call such as CALL-ID is also abstracted so that the fluctuations such as CALL-ID-A and CALL-ID-B can be understood in order to observe the fluctuations in the call.
 図6は、商用事象由来データのデータ構造の一例を示す図である。図6に示すように、この商用事象由来データは、プロトコルと、正規化データとを対応付ける。図6では、プロトコル「SIP」、「RTP」、「他のプロトコル」に対して、それぞれ正規化データが対応付けられている。プロトコル「SIP」、「RTP」、「他のプロトコル」に対応する正規化データをそれぞれ、正規化データ30a~30cとする。 FIG. 6 is a diagram showing an example of a data structure of data derived from a commercial event. As shown in FIG. 6, this commercial event-derived data associates the protocol with the normalized data. In FIG. 6, normalized data is associated with each of the protocols “SIP”, “RTP”, and “other protocols”. The normalized data corresponding to the protocols "SIP", "RTP", and "other protocols" are defined as normalized data 30a to 30c, respectively.
 図7は、正規化データのデータ構造の一例を示す図である。正規化データは、複数の要素を有し、各要素には、各通信の動作(INVITE信号、応答信号等)を正規化したデータが登録されている。図7では一例として、図5のステップS11~S15で送受信されたデータを正規化したデータ(正規化データ)について説明する。 FIG. 7 is a diagram showing an example of the data structure of the normalized data. The normalized data has a plurality of elements, and data in which the operation of each communication (INVITE signal, response signal, etc.) is normalized is registered in each element. In FIG. 7, as an example, data (normalized data) obtained by normalizing the data transmitted / received in steps S11 to S15 of FIG. 5 will be described.
 たとえば、要素E1には、図5のステップS11のINVITE信号を正規化したデータが格納される。なお、図5のステップS12の4xx応答信号を正規化したデータは、一例として、省略する。 For example, the element E1 stores data obtained by normalizing the INVITE signal of step S11 in FIG. The data obtained by normalizing the 4xx response signal in step S12 in FIG. 5 is omitted as an example.
 要素E2には、図5のステップS13の転送INVITE信号を正規化したデータが格納される。要素E3には、図5のステップS14の4xx応答信号を正規化したデータが格納される。要素E4には、図5のステップS15の転送INVITE信号を正規化したデータが格納される。要素E5には、図5のステップS16の200応答信号を正規化したデータが格納される。 The element E2 stores the normalized data of the transfer INVITE signal in step S13 of FIG. The element E3 stores data obtained by normalizing the 4xx response signal of step S14 in FIG. The element E4 stores data obtained by normalizing the transfer INVITE signal in step S15 of FIG. The element E5 stores data obtained by normalizing the 200 response signal of step S16 in FIG.
 検証結果由来データテーブル143は、複数の検証結果由来データを保持するテーブルである。図8は、検証結果由来データテーブルのデータ構造の一例を示す図である。図8に示すように、この検証結果由来データテーブル143は、識別情報と、プロトコルと、正規化データと、シナリオデータとを対応付ける。 The verification result-derived data table 143 is a table that holds a plurality of verification result-derived data. FIG. 8 is a diagram showing an example of the data structure of the verification result-derived data table. As shown in FIG. 8, the verification result-derived data table 143 associates the identification information, the protocol, the normalized data, and the scenario data.
 識別情報は、検証結果由来データを識別する情報である。プロトコルは検証で用いたプロトコルを示す。正規化データは、通信の動作を正規化したデータである。シナリオデータは、検証結果由来データに対応付けられる。シナリオデータは、プロトコル毎に対応付けられてもよい。図8では一例として、プロトコル毎に、シナリオデータを対応付ける場合について説明するが、これに限定されるものはない。 The identification information is information that identifies the data derived from the verification result. The protocol indicates the protocol used in the verification. Normalized data is data in which the operation of communication is normalized. The scenario data is associated with the data derived from the verification result. The scenario data may be associated with each protocol. In FIG. 8, as an example, a case where scenario data is associated with each protocol will be described, but the present invention is not limited to this.
 たとえば、正規化データ40a~40cは、シナリオデータSC0a~SC0cにそれぞれ対応付けられる。正規化データ41a~41cは、シナリオデータSC1a~SC1cにそれぞれ対応付けられる。正規化データ42a~42cは、シナリオデータSC2a~SC2cにそれぞれ対応付けられる。 For example, the normalized data 40a to 40c are associated with the scenario data SC0a to SC0c, respectively. The normalized data 41a to 41c are associated with the scenario data SC1a to SC1c, respectively. The normalized data 42a to 42c are associated with the scenario data SC2a to SC2c, respectively.
 以下の説明では、図8の同一の識別情報に対応する各プロトコルの正規化データをまとめて、検証結果由来データとする。たとえば、識別情報「V40」に含まれる各プロトコルの正規化データ40a~40cをまとめて、検証結果由来データ40と表記する。識別情報「V41」に含まれる各プロトコルの正規化データ41a~41cをまとめて、検証結果由来データ41と表記する。識別情報「V42」に含まれる各プロトコルの正規化データ42a~42cをまとめて、検証結果由来データ42と表記する。 In the following explanation, the normalized data of each protocol corresponding to the same identification information in FIG. 8 is collectively referred to as the verification result-derived data. For example, the normalized data 40a to 40c of each protocol included in the identification information “V40” are collectively referred to as the verification result-derived data 40. The normalized data 41a to 41c of each protocol included in the identification information "V41" are collectively referred to as the verification result-derived data 41. The normalized data 42a to 42c of each protocol included in the identification information "V42" are collectively referred to as the verification result-derived data 42.
 図4の説明に戻る。シナリオデータ144は、商用事象由来データ142に対応するシナリオデータである。シナリオデータ144は、後述する生成部154によって生成される。 Return to the explanation in Fig. 4. The scenario data 144 is scenario data corresponding to the commercial event-derived data 142. The scenario data 144 is generated by the generation unit 154 described later.
 制御部150は、取得部151と、正規化部152と、評価部153と、生成部154と、通知部155とを有する。制御部150は、CPU(Central Processing Unit)等に対応する。 The control unit 150 has an acquisition unit 151, a normalization unit 152, an evaluation unit 153, a generation unit 154, and a notification unit 155. The control unit 150 corresponds to a CPU (Central Processing Unit) or the like.
 取得部151は、商用環境において、装置間で送受信されるデータをキャプチャする。たとえば、取得部151は、端末装置10と、NW装置5との間で送受信されるデータをキャプチャデータ141として取得する。取得部151は、取得したキャプチャデータ141を、記憶部140に格納する。なお、取得部151は、外部装置(キャプチャ装置)等から、キャプチャデータ141を取得してもよい。 The acquisition unit 151 captures data transmitted and received between devices in a commercial environment. For example, the acquisition unit 151 acquires data transmitted / received between the terminal device 10 and the NW device 5 as capture data 141. The acquisition unit 151 stores the acquired capture data 141 in the storage unit 140. The acquisition unit 151 may acquire the capture data 141 from an external device (capture device) or the like.
 正規化部152は、キャプチャデータ141を、プロトコル毎に、一定の記述の順序性に基づいて整形(正規化)することで、商用事象由来データ142を生成する。たとえば、正規化部152は、信号(INVITE信号、応答信号)に含まれる各種ヘッダの記載順序を所定の順序に並び替える正規化を行う。正規化部152は、信号に含まれる電話番号やIPアドレス等のユーザ情報変数を、固有値から、開発環境と商用環境のデータとで比較しやすいように、電番1、電番2、IP1、IP2等のように、所定の値に変換する。 The normalization unit 152 generates data 142 derived from commercial events by shaping (normalizing) the capture data 141 for each protocol based on a certain order of description. For example, the normalization unit 152 performs normalization in which the description order of various headers included in the signal (INVITE signal, response signal) is rearranged in a predetermined order. The normalization unit 152 makes it easy to compare user information variables such as telephone numbers and IP addresses contained in signals from the data of the development environment and the data of the commercial environment from the unique values. Convert to a predetermined value, such as IP2.
 図9および図10は、正規化部の処理を説明するための図である。図9について説明する。図9に示す例では、ある呼Aの初期INVITE信号50Aを正規化する場合について説明する。初期INVITE信号50Aのヘッダの記載順序は、INVITE sip、Via、Max-Forwoards、Call-ID、From、To、Route、CSeqとなっている。初期INVITE信号50Aには、領域1a~1gに、ユーザ情報変数が含まれている。初期INVITE信号50Aには、領域1hに、CALL-IDの識別情報が含まれている。 9 and 10 are diagrams for explaining the processing of the normalization unit. FIG. 9 will be described. In the example shown in FIG. 9, a case where the initial INVITE signal 50A of a certain call A is normalized will be described. The description order of the header of the initial INVITE signal 50A is INVITE sip, Via, Max-Forwoards, Call-ID, From, To, Route, CSeq. The initial INVITE signal 50A includes user information variables in regions 1a to 1g. In the initial INVITE signal 50A, the identification information of CALL-ID is included in the region 1h.
 正規化部152は、ヘッダの記載順序を、予め定められた一定の記述の順序に変更する。ヘッダの記述順序が既に、一定の記述の順序となっている場合には、ヘッダの記載順序をそのままとする。たとえば、一定の記述の順序を、INVITE sip、Via、Max-Forwoards、Call-ID、From、To、Route、CSeqとすると、初期INVITE信号50Aのヘッダの記載順序は、一定の記述の順序となっているため、正規化部152は、初期INVITE信号50Aのヘッダの記載順序をそのままとする。 The normalization unit 152 changes the description order of the header to a predetermined fixed description order. If the header description order is already a fixed description order, the header description order is left as it is. For example, if the fixed description order is INVITE sip, Via, Max-Forwoards, Call-ID, From, To, Route, CSeq, the description order of the header of the initial INVITE signal 50A is a fixed description order. Therefore, the normalization unit 152 keeps the description order of the header of the initial INVITE signal 50A as it is.
 正規化部152は、領域1a~1gのユーザ情報変数を、予め定められた情報に抽象化する。たとえば、正規化部152は、領域1aのユーザ情報変数「4002001@pbx.jp」を「電番AドメインA」に変換する。正規化部152は、領域1bのユーザ情報変数「192.168.10.8:20001」を「VIP-IP-A」に変換する。正規化部152は、領域1cのユーザ情報変数「z9hG4bk-22306-1-0」を「VIABRA-A」に変換する。 The normalization unit 152 abstracts the user information variables in the areas 1a to 1g into predetermined information. For example, the normalization unit 152 converts the user information variable "4002001@pbx.jp" in the area 1a into "telephone number A domain A". The normalization unit 152 converts the user information variable "192.168.10.8:20001" in the area 1b into "VIP-IP-A". The normalization unit 152 converts the user information variable "z9hG4bk-22306-1-0" in the area 1c into "VIABRA-A".
 正規化部152は、領域1dのユーザ情報変数「gCJoW2002001@pbx.jp」を「電番BドメインA」に変換する。正規化部152は、領域1eのユーザ情報変数「22306SIPpTag091」を「FROMTAG-A」に変換する。正規化部152は、領域1fのユーザ情報変数「4002001@pbx.jp」を「電番AドメインA」に変換する。正規化部152は、領域1gのユーザ情報変数「sip:192.168.10.123:35790;lr」を「ROUTE-IP-A」に変換する。正規化部152は、領域1hの識別情報「inv///1-22306@192.168.10.8」を「Call-ID-A」に変換する。 The normalization unit 152 converts the user information variable "gCJoW2002001@pbx.jp" in the area 1d into "telephone number B domain A". The normalization unit 152 converts the user information variable "22306 SIPpTag091" in the area 1e into "FROMTAG-A". The normalization unit 152 converts the user information variable "4002001@pbx.jp" in the area 1f into "telephone number A domain A". The normalization unit 152 converts the user information variable "sip: 192.168.10.123:35790;lr" in the area 1g into "ROUTE-IP-A". The normalization unit 152 converts the identification information "inv // / 1-22306@192.168.10.8" of the area 1h into "Call-ID-A".
 正規化部152が、上記処理を実行することで、初期INVITE信号50Aは、正規化され、正規化信号60Aとなる。 When the normalization unit 152 executes the above process, the initial INVITE signal 50A is normalized to become a normalized signal 60A.
 図10について説明する。図10に示す例では、ある呼Bの初期INVITE信号51Aを正規化する場合について説明する。初期INVITE信号51Aのヘッダの記載順序は、INVITE sip、Via、Call-ID、Max-Forwoards、To、From、Route、CSeqとなっている。初期INVITE信号51Aには、領域1a~1gに、ユーザ情報変数が含まれている。初期INVITE信号51Aには、領域1hに、CALL-IDの識別情報が含まれている。 FIG. 10 will be described. In the example shown in FIG. 10, a case where the initial INVITE signal 51A of a certain call B is normalized will be described. The description order of the header of the initial INVITE signal 51A is INVITE sip, Via, Call-ID, Max-Forwoards, To, From, Route, CSeq. The initial INVITE signal 51A includes user information variables in regions 1a to 1g. In the initial INVITE signal 51A, the identification information of CALL-ID is included in the region 1h.
 正規化部152は、ヘッダの記載順序を、一定の記述の順序に変更する。正規化部152は、初期INVITE信号51Aのヘッダの記載順序を、「INVITE sip、Via、Call-ID、Max-Forwoards、To、From、Route、CSeq」から「INVITE sip、Via、Max-Forwoards、Call-ID、From、To、Route、CSeq」に変換する。 The normalization unit 152 changes the description order of the header to a certain description order. The normalization unit 152 changes the description order of the header of the initial INVITE signal 51A from "INVITE sip, Via, Call-ID, Max-Forwoards, To, From, Route, CSeq" to "INVITE sip, Via, Max-Forwoards," Convert to "Call-ID, From, To, Route, CSeq".
 正規化部152は、領域1a~1gのユーザ情報変数を、予め定められた情報に抽象化する。たとえば、正規化部152は、領域1aのユーザ情報変数「5002001@pbx.jp」を「電番AドメインA」に変換する。正規化部152は、領域1bのユーザ情報変数「192.168.10.8:20001」を「VIP-IP-A」に変換する。正規化部152は、領域1cのユーザ情報変数「z9hG4bK-22306-1-0」を「VIABRA-A」に変換する。 The normalization unit 152 abstracts the user information variables in the areas 1a to 1g into predetermined information. For example, the normalization unit 152 converts the user information variable “5002001@pbx.jp” in the area 1a into the “telephone number A domain A”. The normalization unit 152 converts the user information variable "192.168.10.8:20001" in the area 1b into "VIP-IP-A". The normalization unit 152 converts the user information variable "z9hG4bK-22306-1-0" in the area 1c into "VIABRA-A".
 正規化部152は、領域1dのユーザ情報変数「gCJoW2002001@pbx.jp」を「電番BドメインA」に変換する。正規化部152は、領域1eのユーザ情報変数「22306SIPpTag091」を「FROMTAG-A」に変換する。正規化部152は、領域1fのユーザ情報変数「5002001@pbx.jp」を「電番AドメインA」に変換する。正規化部152は、領域1gのユーザ情報変数「sip:192.168.10.123:35790;lr」を「ROUTE-IP-A」に変換する。正規化部152は、領域1hの識別情報「xxx///1-22306@192.168.10.8」を「Call-ID-A」に変換する。 The normalization unit 152 converts the user information variable "gCJoW2002001@pbx.jp" in the area 1d into "telephone number B domain A". The normalization unit 152 converts the user information variable "22306 SIPpTag091" in the area 1e into "FROMTAG-A". The normalization unit 152 converts the user information variable "5002001@pbx.jp" in the area 1f into "telephone number A domain A". The normalization unit 152 converts the user information variable "sip: 192.168.10.123:35790;lr" in the area 1g into "ROUTE-IP-A". The normalization unit 152 converts the identification information "xxx // / 1-22306@192.168.10.8" of the area 1h into "Call-ID-A".
 正規化部152が、上記処理を実行することで、初期INVITE信号51Aは、正規化され、正規化信号61Aとなる。 When the normalization unit 152 executes the above process, the initial INVITE signal 51A is normalized to become the normalized signal 61A.
 正規化前の初期INVITE信号50Aと、初期INVITE信号51Aとは、ヘッダ情報が異なり類似データとして判定できないが、正規化することで、正規化信号60Aと、正規化信号61Aとを比較することができる。正規化信号60Aと、正規化信号61Aとは完全に一致するため、同じ動作の呼に使用されているINVITE信号と判定される。 The initial INVITE signal 50A before normalization and the initial INVITE signal 51A have different header information and cannot be determined as similar data. However, by normalizing, the normalized signal 60A and the normalized signal 61A can be compared. can. Since the normalized signal 60A and the normalized signal 61A completely match, it is determined that the INVITE signal is used for a call having the same operation.
 正規化部152は、キャプチャデータ141に含まれるプロトコル毎の複数の信号について、上記処理を繰り返し実行することで、各信号の正規化信号を生成する。正規化部152は、プロトコルと対応付けて、正規化データを構成する各要素に、正規化信号を設定することで、商用事象由来データ142を生成し、記憶部140に登録する。図6で説明したように、商用事象由来データ142は、プロトコル毎に、正規化データが設定され、図7で説明したように、正規化データは、各要素に正規化信号が設定されることで、ベクトル化されている。 The normalization unit 152 generates a normalization signal for each signal by repeatedly executing the above processing for a plurality of signals for each protocol included in the capture data 141. The normalization unit 152 generates the commercial event-derived data 142 by setting a normalization signal for each element constituting the normalization data in association with the protocol, and registers the data 142 in the storage unit 140. As described with reference to FIG. 6, the commercial event-derived data 142 has normalized data set for each protocol, and as described with FIG. 7, the normalized data has a normalized signal set for each element. And it is vectorized.
 ところで、正規化部152は、キャプチャデータ141を基にして、商用事象由来データ142を生成した処理と同様の処理を実行して、検証結果由来データテーブル143の正規化データを生成しておくものとする。正規化部152は、検証結果由来データの正規化前のキャプチャデータを事前に取得しておき、プロトコル毎に、一定の記述の順序性に基づいて整形(正規化)することで、検証結果由来データの正規化データを生成し、検証結果由来データテーブル143に登録しておく。検証結果由来データの各プロトコルに対応するシナリオデータは、事前に設定される。 By the way, the normalization unit 152 executes the same process as the process of generating the commercial event-derived data 142 based on the capture data 141 to generate the normalized data of the verification result-derived data table 143. And. The normalization unit 152 obtains the captured data before normalization of the data derived from the verification result in advance, and formats (normalizes) the data derived from the verification result based on a certain order of description for each protocol to derive the verification result. Data normalization Data is generated and registered in the verification result-derived data table 143. The scenario data corresponding to each protocol of the verification result-derived data is set in advance.
 図4の説明に戻る。評価部153は、商用事象由来データ142と、検証結果由来データテーブル143に登録された複数の検証結果由来データとの類似度を評価する。ここでは一例として、検証結果由来データテーブル143に、検証結果由来データ40~42が登録されているものとする。 Return to the explanation in Fig. 4. The evaluation unit 153 evaluates the similarity between the commercial event-derived data 142 and the plurality of verification result-derived data registered in the verification result-derived data table 143. Here, as an example, it is assumed that the verification result-derived data 40 to 42 are registered in the verification result-derived data table 143.
 評価部153は、商用事象由来データ142と、検証結果由来データ40~42とを比較して、一致するか否かを判定する。たとえば、評価部153は、商用事象由来データ142の各プロトコルの正規化データと、検証結果由来データ41の各プロトコルの正規化データとが全て一致した場合(完全一致した場合)には、一致した検証結果由来データ41の識別情報「V41」を、生成部154に出力する。 The evaluation unit 153 compares the commercial event-derived data 142 with the verification result-derived data 40 to 42, and determines whether or not they match. For example, the evaluation unit 153 matched when the normalized data of each protocol of the commercial event-derived data 142 and the normalized data of each protocol of the verification result-derived data 41 all matched (exactly matched). The identification information "V41" of the verification result-derived data 41 is output to the generation unit 154.
 一方、評価部153は、商用事象由来データ142と、検証結果由来データ40~42とを比較して、一致する検証結果由来データが存在しない場合には、プロトコルの正規化データ毎に一致するか否かを判定する(部分一致の評価を行う)。 On the other hand, the evaluation unit 153 compares the commercial event-derived data 142 with the verification result-derived data 40 to 42, and if there is no matching verification result-derived data, does it match for each protocol normalized data? Judge whether or not (evaluate partial match).
 たとえば、商用事象由来データ142の正規化データ30a,30cと、検証結果由来データ40の正規化データ41a,41cとが一致し、商用事象由来データ142の正規化データ30bと、検証結果由来データ41の正規化データ42bとが一致したものとする。 For example, the normalized data 30a and 30c of the commercial event-derived data 142 and the normalized data 41a and 41c of the verification result-derived data 40 match, and the normalized data 30b of the commercial event-derived data 142 and the verification result-derived data 41. It is assumed that the normalized data 42b of the above matches.
 この場合には、評価部153は、商用事象由来データ142と、検証結果由来データ40~42とが部分一致したと評価し、識別情報(プロトコル)「V41(SIP、他のプロトコル)」、「V42(RTP)」を、生成部154に出力する。 In this case, the evaluation unit 153 evaluates that the commercial event-derived data 142 and the verification result-derived data 40 to 42 partially match, and the identification information (protocol) “V41 (SIP, another protocol)”, “. "V42 (RTP)" is output to the generation unit 154.
 生成部154は、商用事象由来データ142に対応するシナリオデータ144を生成する。図11及び図12は、生成部の処理を説明するための図である。図11について説明する。生成部154は、検証結果由来データ41(識別情報:V40)と、商用事象由来データとが一致(完全一致)した旨を取得した場合には、検証結果由来データ41のシナリオデータ40-1を転用する。シナリオデータ40-1は、図8で説明した、シナリオデータSC1a,SC1b,SC1cに対応する。 The generation unit 154 generates scenario data 144 corresponding to the commercial event-derived data 142. 11 and 12 are diagrams for explaining the processing of the generation unit. FIG. 11 will be described. When the generation unit 154 acquires that the verification result-derived data 41 (identification information: V40) and the commercial event-derived data match (exact match), the generation unit 154 uses the scenario data 40-1 of the verification result-derived data 41. Divert. The scenario data 40-1 corresponds to the scenario data SC1a, SC1b, SC1c described with reference to FIG.
 生成部154は、シナリオデータ40-1に含まれる検証事象の変数を、商用事象の変数に置き換えることで、シナリオデータ144を生成する。 The generation unit 154 generates the scenario data 144 by replacing the variables of the verification event included in the scenario data 40-1 with the variables of the commercial event.
 図12について説明する。図12は、部分一致した場合の生成部154の処理を説明するものであり、生成部154は、評価部153から、識別情報(プロトコル)「V41(SIP、他のプロトコル)」、「V42(RTP)」を、取得したものとする。これは、商用事象由来データ142の正規化データ30a,30cと、検証結果由来データ41の正規化データ41a,41cとが一致し、商用事象由来データ142の正規化データ30bと、検証結果由来データ42の正規化データ42bとが一致したことを示す。 FIG. 12 will be described. FIG. 12 describes the processing of the generation unit 154 in the case of partial matching, and the generation unit 154 receives identification information (protocol) “V41 (SIP, other protocol)” and “V42 (V 42) from the evaluation unit 153. RTP) ”is assumed to have been acquired. This coincides with the normalized data 30a and 30c of the commercial event-derived data 142 and the normalized data 41a and 41c of the verification result-derived data 41, and the normalized data 30b of the commercial event-derived data 142 and the verification result-derived data. It is shown that the normalized data 42b of 42 is matched.
 この場合には、生成部154は、正規化データ41aに対応するシナリオSC1aと、正規化データ41cに対応するシナリオSC1cと、正規化データ42bに対応するシナリオSC2bとを転用する。生成部154は、シナリオデータSC1a,SC1c,SC2bを組み合わせ、組み合わせたシナリオデータに含まれる検証事象の変数を、商用事象の変数に置き換えることで、シナリオデータ144を生成する。 In this case, the generation unit 154 diverts the scenario SC1a corresponding to the normalized data 41a, the scenario SC1c corresponding to the normalized data 41c, and the scenario SC2b corresponding to the normalized data 42b. The generation unit 154 combines the scenario data SC1a, SC1c, and SC2b, and replaces the variable of the verification event included in the combined scenario data with the variable of the commercial event to generate the scenario data 144.
 図4の説明に戻る。通知部155は、生成部154に生成されたシナリオデータ144を、疑似端末装置20のプログラムを実行するコンピュータに送信する。疑似端末装置20は、シナリオデータ144を用いて、NW装置5を検証する。 Return to the explanation in Fig. 4. The notification unit 155 transmits the scenario data 144 generated by the generation unit 154 to the computer that executes the program of the pseudo terminal device 20. The pseudo terminal device 20 verifies the NW device 5 using the scenario data 144.
 次に、本実施例に係る生成装置100が、キャプチャデータを正規化する処理手順の一例について説明する。図13は、キャプチャデータを正規化する処理手順を示すフローチャートである。図13に示すように、生成装置100の取得部151は、キャプチャデータ141を取得する(ステップS101)。 Next, an example of a processing procedure in which the generation device 100 according to this embodiment normalizes the capture data will be described. FIG. 13 is a flowchart showing a processing procedure for normalizing the captured data. As shown in FIG. 13, the acquisition unit 151 of the generation device 100 acquires the capture data 141 (step S101).
 生成装置100は、未選択のプロトコルに対応する各通信の動作を特定する(ステップS102)。生成装置100の正規化部152は、キャプチャデータ141に含まれる各通信の動作(信号)を正規化することで、各動作の正規化信号を生成する(ステップS103)。正規化部152は、正規化信号を、各ベクトルの要素に設定することで、選択したプロトコルの正規化データを生成する(ステップS104)。 The generation device 100 specifies the operation of each communication corresponding to the unselected protocol (step S102). The normalization unit 152 of the generation device 100 generates a normalized signal for each operation by normalizing the operation (signal) of each communication included in the capture data 141 (step S103). The normalization unit 152 generates normalization data of the selected protocol by setting the normalization signal to the element of each vector (step S104).
 正規化部152は、未選択のプロトコルが存在する場合には(ステップS105,Yes)、ステップS102に移行する。正規化部152は、未選択のプロトコルが存在しない場合には(ステップS105,No)、処理を終了する。 If there is an unselected protocol (step S105, Yes), the normalization unit 152 shifts to step S102. If there is no unselected protocol (step S105, No), the normalization unit 152 ends the process.
 次に、本実施例に係る生成装置100が、シナリオデータを生成する処理手順の一例について説明する。図14は、シナリオデータを生成する処理手順を示すフローチャートである。図14に示すように、生成装置100の評価部153は、商用事象由来データ142と、複数の検証結果由来データとの類似度を評価する(ステップS201)。 Next, an example of a processing procedure in which the generation device 100 according to this embodiment generates scenario data will be described. FIG. 14 is a flowchart showing a processing procedure for generating scenario data. As shown in FIG. 14, the evaluation unit 153 of the generator 100 evaluates the similarity between the commercial event-derived data 142 and the plurality of verification result-derived data (step S201).
 生成装置100の生成部154は、完全一致する検証結果由来データが存在する場合には(ステップS202,Yes)、ステップS203の処理に移行する。一方、生成部154は、完全一致する検証結果由来データが存在しない場合には(ステップS202,No)、ステップS205の処理に移行する。 When the data derived from the verification result that completely matches exists (step S202, Yes), the generation unit 154 of the generation device 100 shifts to the process of step S203. On the other hand, if the data derived from the verification result that completely matches does not exist (step S202, No), the generation unit 154 shifts to the process of step S205.
 ステップS203について説明する。生成部154は、完全一致した検証結果由来データに対応するシナリオデータを取得する(ステップS203)。生成部154は、シナリオデータに含まれる変数を、商用事象由来データの変数に置き換えることで、商用事象由来データのシナリオデータ144を生成する(ステップS204)。 Step S203 will be described. The generation unit 154 acquires the scenario data corresponding to the data derived from the verification result that completely matches (step S203). The generation unit 154 generates the scenario data 144 of the commercial event-derived data by replacing the variables included in the scenario data with the variables of the commercial event-derived data (step S204).
 ステップS205について説明する。生成部154は、複数の検証結果由来データと、部分一致した場合には(ステップS205,Yes)、ステップS206の処理に移行する。一方、生成部154は、複数の検証結果由来データと、部分一致していない場合には(ステップS205,No)、処理を終了する。 Step S205 will be described. If there is a partial match with the data derived from the plurality of verification results (steps S205, Yes), the generation unit 154 shifts to the process of step S206. On the other hand, if the data derived from the plurality of verification results do not partially match (steps S205, No), the generation unit 154 ends the process.
 ステップS206について説明する。生成部154は、部分一致した複数の検証結果由来データのシナリオデータをそれぞれ取得する(ステップS206)。生成部154は、複数の検証結果由来データの各シナリオデータを組み合わせることで、商用事象由来データのシナリオデータ144を生成する(ステップS207)。 Step S206 will be described. The generation unit 154 acquires scenario data of a plurality of partially matched verification result-derived data (step S206). The generation unit 154 generates scenario data 144 of commercial event-derived data by combining each scenario data of a plurality of verification result-derived data (step S207).
 次に、本実施例に係る生成装置100の効果について説明する。生成装置100は、キャプチャデータ141を、一定の記述の順序性が保たれるように、プロトコル毎に整形することで、商用事象由来データ142を生成し、商用事象由来データ142と、各検証結果由来データとの類似度の評価を行う。生成装置100は、類似度の評価結果を基にして、各検証結果由来データに対応するシナリオデータから、再現用のシナリオデータ144を生成する。これによって、テレコム事業者の独自のヘッダや複雑な処理に対応するキャプチャデータ141から、シナリオを自動生成することができる。 Next, the effect of the generator 100 according to this embodiment will be described. The generation device 100 generates commercial event-derived data 142 by shaping the capture data 141 for each protocol so that a certain order of description is maintained, and the commercial event-derived data 142 and each verification result. Evaluate the degree of similarity with the origin data. The generation device 100 generates scenario data 144 for reproduction from the scenario data corresponding to the data derived from each verification result based on the evaluation result of the similarity. This makes it possible to automatically generate a scenario from the telecom operator's own header and the capture data 141 corresponding to complicated processing.
 生成装置100は、商用事象由来データ142と、各検証結果由来データとの類似度の評価を行い、完全一致する検証結果由来データが存在する場合には、完全一致する検証結果由来データに対応するシナリオデータの変数を、商用事象由来データの変数に置き換えることで、シナリオデータ144を生成する。このため、完全一致した検証結果由来データに対応するシナリオデータを流用して、効率的に、シナリオデータ144を生成することができる。 The generator 100 evaluates the degree of similarity between the data derived from the commercial event 142 and the data derived from each verification result, and if there is data derived from the verification result that completely matches, the data derived from the verification result that exactly matches corresponds to the data derived from the verification result. Scenario data 144 is generated by replacing the variables of the scenario data with the variables of the data derived from the commercial event. Therefore, the scenario data 144 can be efficiently generated by diverting the scenario data corresponding to the data derived from the verification result that completely matches.
 生成装置100は、商用事象由来データ142と、部分一致する複数の検証結果由来データが存在する場合には、部分一致した複数の検証結果由来データの各シナリオデータを組み合わせることで、シナリオデータ144を生成する。このため、完全に一致する検証結果由来データが存在しない場合でも、シナリオデータ144を生成することができる。 The generation device 100 combines the commercial event-derived data 142 and each scenario data of the partially matched verification result-derived data when there are a plurality of partially matched verification result-derived data to generate the scenario data 144. Generate. Therefore, the scenario data 144 can be generated even when there is no data derived from the verification result that completely matches.
 生成装置100は、検証結果由来データテーブル143に含まれる複数の検証結果由来データを正規化しておく。これによって、商用事象由来データ142と、検証結果由来データとを比較することが可能となる。 The generation device 100 normalizes a plurality of verification result-derived data included in the verification result-derived data table 143. This makes it possible to compare the data derived from the commercial event 142 with the data derived from the verification result.
 生成装置100は、生成したシナリオデータ144を、疑似端末装置20に送信することで、NW装置5の検証を実行させる。これによって、生成装置100に、キャプチャデータ141を与えてから、速やかに検証を実行することができる。 The generation device 100 transmits the generated scenario data 144 to the pseudo terminal device 20 to execute the verification of the NW device 5. As a result, after the capture data 141 is given to the generation device 100, the verification can be executed promptly.
 上記実施形態に係る生成装置100が実行する処理をコンピュータが実行可能な言語で記述したプログラムを作成することもできる。一実施形態として、生成装置100は、パッケージソフトウェアやオンラインソフトウェアとして上記の選定処理を実行する生成プログラムを所望のコンピュータにインストールさせることによって実装できる。例えば、上記の生成プログラムを情報処理装置に実行させることにより、情報処理装置を生成装置100として機能させることができる。ここで言う情報処理装置には、デスクトップ型またはノート型のパーソナルコンピュータが含まれる。また、その他にも、情報処理装置にはスマートフォン、携帯電話機やPHS(Personal Handyphone System)などの移動体通信端末、さらには、PDA(Personal Digital Assistant)などのスレート端末などがその範疇に含まれる。また、生成装置100の機能を、クラウドサーバに実装してもよい。 It is also possible to create a program in which the processing executed by the generation device 100 according to the above embodiment is described in a language that can be executed by a computer. As one embodiment, the generation device 100 can be implemented by installing a generation program that executes the above selection process as package software or online software on a desired computer. For example, by causing the information processing device to execute the above generation program, the information processing device can be made to function as the generation device 100. The information processing device referred to here includes a desktop type or notebook type personal computer. In addition, information processing devices include smartphones, mobile communication terminals such as mobile phones and PHS (Personal Handyphone System), and slate terminals such as PDAs (Personal Digital Assistants). Further, the function of the generation device 100 may be implemented in the cloud server.
 図15は、生成プログラムを実行するコンピュータの一例を示す図である。コンピュータ1000は、例えば、メモリ1010と、CPU1020と、ハードディスクドライブインタフェース1030と、ディスクドライブインタフェース1040と、シリアルポートインタフェース1050と、ビデオアダプタ1060と、ネットワークインタフェース1070とを有する。これらの各部は、バス1080によって接続される。 FIG. 15 is a diagram showing an example of a computer that executes a generation program. The computer 1000 has, for example, a memory 1010, a CPU 1020, a hard disk drive interface 1030, a disk drive interface 1040, a serial port interface 1050, a video adapter 1060, and a network interface 1070. Each of these parts is connected by a bus 1080.
 メモリ1010は、ROM(Read Only Memory)1011およびRAM1012を含む。ROM1011は、例えば、BIOS(Basic Input Output System)等のブートプログラムを記憶する。ハードディスクドライブインタフェース1030は、ハードディスクドライブ1031に接続される。ディスクドライブインタフェース1040は、ディスクドライブ1041に接続される。ディスクドライブ1041には、例えば、磁気ディスクや光ディスク等の着脱可能な記憶媒体が挿入される。シリアルポートインタフェース1050には、例えば、マウス1051およびキーボード1052が接続される。ビデオアダプタ1060には、例えば、ディスプレイ1061が接続される。 The memory 1010 includes a ROM (Read Only Memory) 1011 and a RAM 1012. The ROM 1011 stores, for example, a boot program such as a BIOS (Basic Input Output System). The hard disk drive interface 1030 is connected to the hard disk drive 1031. The disk drive interface 1040 is connected to the disk drive 1041. A removable storage medium such as a magnetic disk or an optical disk is inserted into the disk drive 1041. For example, a mouse 1051 and a keyboard 1052 are connected to the serial port interface 1050. For example, a display 1061 is connected to the video adapter 1060.
 ここで、ハードディスクドライブ1031は、例えば、OS1091、アプリケーションプログラム1092、プログラムモジュール1093およびプログラムデータ1094を記憶する。上記実施形態で説明した各情報は、例えばハードディスクドライブ1031やメモリ1010に記憶される。 Here, the hard disk drive 1031 stores, for example, the OS 1091, the application program 1092, the program module 1093, and the program data 1094. Each of the information described in the above embodiment is stored in, for example, the hard disk drive 1031 or the memory 1010.
 また、生成プログラムは、例えば、コンピュータ1000によって実行される指令が記述されたプログラムモジュール1093として、ハードディスクドライブ1031に記憶される。具体的には、上記実施形態で説明した生成装置100が実行する各処理が記述されたプログラムモジュール1093が、ハードディスクドライブ1031に記憶される。 Further, the generated program is stored in the hard disk drive 1031 as, for example, a program module 1093 in which a command executed by the computer 1000 is described. Specifically, the program module 1093 in which each process executed by the generation device 100 described in the above embodiment is described is stored in the hard disk drive 1031.
 また、生成プログラムによる情報処理に用いられるデータは、プログラムデータ1094として、例えば、ハードディスクドライブ1031に記憶される。そして、CPU1020が、ハードディスクドライブ1031に記憶されたプログラムモジュール1093やプログラムデータ1094を必要に応じてRAM1012に読み出して、上述した各手順を実行する。 Further, the data used for information processing by the generation program is stored as program data 1094 in, for example, the hard disk drive 1031. Then, the CPU 1020 reads the program module 1093 and the program data 1094 stored in the hard disk drive 1031 into the RAM 1012 as needed, and executes each of the above-mentioned procedures.
 なお、生成プログラムに係るプログラムモジュール1093やプログラムデータ1094は、ハードディスクドライブ1031に記憶される場合に限られず、例えば、着脱可能な記憶媒体に記憶されて、ディスクドライブ1041等を介してCPU1020によって読み出されてもよい。あるいは、生成プログラムに係るプログラムモジュール1093やプログラムデータ1094は、LANやWAN(Wide Area Network)等のネットワークを介して接続された他のコンピュータに記憶され、ネットワークインタフェース1070を介してCPU1020によって読み出されてもよい。 The program module 1093 and the program data 1094 related to the generation program are not limited to the case where they are stored in the hard disk drive 1031. For example, they are stored in a removable storage medium and read by the CPU 1020 via the disk drive 1041 or the like. May be done. Alternatively, the program module 1093 and the program data 1094 related to the generated program are stored in another computer connected via a network such as a LAN or WAN (Wide Area Network), and are read out by the CPU 1020 via the network interface 1070. You may.
 以上、本発明者によってなされた発明を適用した実施形態について説明したが、本実施形態による本発明の開示の一部をなす記述および図面により本発明は限定されることはない。すなわち、本実施形態に基づいて当業者等によりなされる他の実施形態、実施例および運用技術等は全て本発明の範疇に含まれる。 Although the embodiment to which the invention made by the present inventor is applied has been described above, the present invention is not limited by the description and the drawings which form a part of the disclosure of the present invention according to the present embodiment. That is, other embodiments, examples, operational techniques, and the like made by those skilled in the art based on the present embodiment are all included in the scope of the present invention.
 100  生成装置
 110  通信制御部
 120  入力部
 130  出力部
 140  記憶部
 141  キャプチャデータ
 142  商用事象由来データ
 143  検証結果由来データテーブル
 144  シナリオデータ
 150  制御部
 151  取得部
 152  正規化部
 153  評価部
 154  生成部
 155  通知部
100 Generator 110 Communication control unit 120 Input unit 130 Output unit 140 Storage unit 141 Capture data 142 Commercial event-derived data 143 Verification result-derived data table 144 Scenario data 150 Control unit 151 Acquisition unit 152 Normalization unit 153 Evaluation unit 154 Generation unit 155 Notification section

Claims (7)

  1.  ネットワークを介して、ネットワーク機器と、前記ネットワーク機器に対して検証を実行する端末装置との間で送受信されるデータを、プロトコル毎に、一定の記述の順序性に基づいて整形した第1正規化データを生成する正規化部と、
     前記ネットワーク機器に対する過去の検証時において、前記ネットワーク機器と、前記端末装置との間で送受信されたデータを、一定の記述の順序性が保たれるように整形した複数の第2正規化データと、前記第1正規化データとの類似度を評価する評価部と、
     前記評価部の評価結果を基にして、前記第1正規化データに類似する第2正規化データのシナリオデータを基にして、前記第1正規化データに対応するシナリオデータを生成する生成部と
     を備えることを特徴とする生成装置。
    First normalization in which data transmitted and received between a network device and a terminal device that executes verification against the network device via the network is shaped based on a certain order of description for each protocol. The normalization part that generates the data and
    At the time of past verification of the network device, a plurality of second normalized data obtained by shaping the data transmitted / received between the network device and the terminal device so as to maintain a certain order of description. , An evaluation unit that evaluates the degree of similarity to the first normalized data,
    With a generation unit that generates scenario data corresponding to the first normalization data based on the scenario data of the second normalization data similar to the first normalization data based on the evaluation result of the evaluation unit. A generator characterized by comprising.
  2.  前記生成部は、前記評価部の評価結果を基にして、前記第1正規化データと、前記第2正規化データとが一致する場合に、前記第2正規化データに対応するシナリオデータの変数を、前記第1正規化データの変数に置き換えることで、前記第1正規化データに対応するシナリオデータを生成することを特徴とする請求項1に記載の生成装置。 Based on the evaluation result of the evaluation unit, the generation unit is a variable of scenario data corresponding to the second normalization data when the first normalization data and the second normalization data match. The generation device according to claim 1, wherein the scenario data corresponding to the first normalization data is generated by replacing the above with a variable of the first normalization data.
  3.  前記生成部は、前記評価部の評価結果を基にして、前記第1正規化データと、部分一致する複数の第2正規化データが存在する場合に、部分一致する複数の第2正規化データに対応する複数のシナリオデータを組み合わせて、前記第1正規化データに対応するシナリオデータを生成することを特徴とする請求項1または2に記載の生成装置。 The generation unit is based on the evaluation result of the evaluation unit, and when there are a plurality of second normalization data that partially match the first normalization data, the plurality of second normalization data that partially match. The generator according to claim 1 or 2, wherein the scenario data corresponding to the first normalization data is generated by combining a plurality of scenario data corresponding to the above.
  4.  前記正規化部は、過去の検証時において、前記ネットワーク機器と、前記端末装置との間で送受信された複数のデータを、プロトコル毎に、一定の記述の順序性が保たれるように整形することで、前記複数の第2正規化データを生成することを特徴とする請求項1に記載の生成装置。 The normalization unit shapes a plurality of data transmitted / received between the network device and the terminal device at the time of past verification so that a certain order of description is maintained for each protocol. The generator according to claim 1, wherein the plurality of second normalized data are generated.
  5.  前記生成部によって生成されたシナリオデータを、疑似端末装置に送信して、前記ネットワーク機器に対する検証を実行させる送信部を更に有することを特徴とする請求項1に記載の生成装置。 The generation device according to claim 1, further comprising a transmission unit that transmits scenario data generated by the generation unit to a pseudo terminal device to execute verification against the network device.
  6.  ネットワークを介して、ネットワーク機器と、前記ネットワーク機器に対して検証を実行する端末装置との間で送受信されるデータを、プロトコル毎に、一定の記述の順序性に基づいて整形した第1正規化データを生成する正規化工程と、
     前記ネットワーク機器に対する過去の検証時において、前記ネットワーク機器と、前記端末装置との間で送受信されたデータを、一定の記述の順序性が保たれるように整形した複数の第2正規化データと、前記第1正規化データとの類似度を評価する評価工程と、
     前記評価工程の評価結果を基にして、前記第1正規化データに類似する第2正規化データのシナリオデータを基にして、前記第1正規化データに対応するシナリオデータを生成する生成工程と
     をコンピュータに実行させることを特徴とする生成方法。
    First normalization in which data transmitted and received between a network device and a terminal device that executes verification against the network device via the network is shaped based on a certain order of description for each protocol. The normalization process to generate the data and
    At the time of past verification of the network device, a plurality of second normalized data obtained by shaping the data transmitted / received between the network device and the terminal device so as to maintain a certain order of description. , An evaluation step for evaluating the degree of similarity with the first normalized data,
    A generation step of generating scenario data corresponding to the first normalization data based on the scenario data of the second normalization data similar to the first normalization data based on the evaluation result of the evaluation process. A generation method characterized by having a computer execute.
  7.  ネットワークを介して、ネットワーク機器と、前記ネットワーク機器に対して検証を実行する端末装置との間で送受信されるデータを、プロトコル毎に、一定の記述の順序性に基づいて整形した第1正規化データを生成する正規化手順と、
     前記ネットワーク機器に対する過去の検証時において、前記ネットワーク機器と、前記端末装置との間で送受信されたデータを、一定の記述の順序性が保たれるように整形した複数の第2正規化データと、前記第1正規化データとの類似度を評価する評価手順と、
     前記評価手順の評価結果を基にして、前記第1正規化データに類似する第2正規化データのシナリオデータを基にして、前記第1正規化データに対応するシナリオデータを生成する生成手順と
     をコンピュータに実行させることを特徴とする生成プログラム。
    First normalization in which data transmitted and received between a network device and a terminal device that executes verification against the network device via the network is shaped based on a certain order of description for each protocol. The normalization procedure to generate the data and
    At the time of past verification of the network device, a plurality of second normalized data obtained by shaping the data transmitted / received between the network device and the terminal device so as to maintain a certain order of description. , The evaluation procedure for evaluating the similarity with the first normalized data, and
    A generation procedure for generating scenario data corresponding to the first normalization data based on the scenario data of the second normalization data similar to the first normalization data based on the evaluation result of the evaluation procedure. A generator characterized by having a computer execute.
PCT/JP2020/032322 2020-08-27 2020-08-27 Generating device, generating method, and generating program WO2022044190A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP2020/032322 WO2022044190A1 (en) 2020-08-27 2020-08-27 Generating device, generating method, and generating program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2020/032322 WO2022044190A1 (en) 2020-08-27 2020-08-27 Generating device, generating method, and generating program

Publications (1)

Publication Number Publication Date
WO2022044190A1 true WO2022044190A1 (en) 2022-03-03

Family

ID=80352882

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2020/032322 WO2022044190A1 (en) 2020-08-27 2020-08-27 Generating device, generating method, and generating program

Country Status (1)

Country Link
WO (1) WO2022044190A1 (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006352290A (en) * 2005-06-14 2006-12-28 Nec Commun Syst Ltd Scenario creating apparatus, test system, scenario generating method, and program
JP2007189610A (en) * 2006-01-16 2007-07-26 Oki Telecommunication Systems Co Ltd Method for coping with interconnection of applications with mounting difference existing in sip protocol
JP2010258988A (en) * 2009-04-28 2010-11-11 Nec Corp Device, method and program for analyzing packet
JP2011130235A (en) * 2009-12-18 2011-06-30 Mitsubishi Electric Corp Information processing apparatus, information processing method and program
US8612530B1 (en) * 2011-05-27 2013-12-17 Mu Dynamics, Inc. Pass-through testing using message exchange identifiers
JP2017174147A (en) * 2016-03-24 2017-09-28 日本電信電話株式会社 Conversion rule generation device, and conversion rule generation method

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006352290A (en) * 2005-06-14 2006-12-28 Nec Commun Syst Ltd Scenario creating apparatus, test system, scenario generating method, and program
JP2007189610A (en) * 2006-01-16 2007-07-26 Oki Telecommunication Systems Co Ltd Method for coping with interconnection of applications with mounting difference existing in sip protocol
JP2010258988A (en) * 2009-04-28 2010-11-11 Nec Corp Device, method and program for analyzing packet
JP2011130235A (en) * 2009-12-18 2011-06-30 Mitsubishi Electric Corp Information processing apparatus, information processing method and program
US8612530B1 (en) * 2011-05-27 2013-12-17 Mu Dynamics, Inc. Pass-through testing using message exchange identifiers
JP2017174147A (en) * 2016-03-24 2017-09-28 日本電信電話株式会社 Conversion rule generation device, and conversion rule generation method

Similar Documents

Publication Publication Date Title
US7184534B2 (en) Using a telephony application server for call control with a voice server
US10250646B2 (en) Method and device for establishing channel
US8402132B2 (en) Method, system and device for device capabilities exchange
CN112118184B (en) Gateway automatic routing method and device, storage medium and computer equipment
US20080062962A1 (en) Resetting / restarting SIP endpoint devices
JP2007049415A (en) Voice data conversion apparatus, network system, and control method and program
JP5716795B2 (en) Service control apparatus, service control system and method
CN111510476B (en) Communication method, communication device, computer equipment and computer readable storage medium
US10320951B2 (en) Systems and methods for establishing a virtual local area network
CN107241254B (en) Network connection device, network system and networking method
CN112073923A (en) Communication method, device, gateway and readable storage medium compatible with multiple operators
US20230034743A1 (en) Methods and apparatus for adding and/or providing stir/shaken diversion information
US10367894B2 (en) Information processing apparatus, method for controlling the same, non-transitory computer-readable storage medium, and information processing system
CN110543428B (en) Application system testing method and device
JP2010507266A (en) Network security processing method and system for selecting one of software and hardware cryptographic modules according to multimedia session information
JP2012015738A (en) Communication terminal, communication method and communication program
WO2022044190A1 (en) Generating device, generating method, and generating program
WO2006024636A1 (en) Communications system
WO2023134312A1 (en) Content charging test method, management device, terminal device and storage medium
CN101834737B (en) Discovery method and device of IP telephone and equipment
CN113014664B (en) Gateway adaptation method, device, electronic equipment and storage medium
US20100064034A1 (en) Communication server device, address determination method and address determination program
JP4698486B2 (en) IP telephone service system and IP telephone service method
US11604877B1 (en) Nested courses of action to support incident response in an information technology environment
CN112261214A (en) Network voice communication automatic test method and system

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20951443

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP