Signaling flow analysis system and signaling flow analysis method
An analysis method and analysis system technology, applied in the field of signaling flow analysis, can solve problems such as complex logic judgment, and achieve the effects of improving responsiveness, improving application value, and flexible script configuration.
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0063] Adopt lua among the present invention as script development language. It can be easily embedded in applications, is extremely flexible, and can be extended in various languages. The following is an illustrative example of the script code used in the process of determining the status of a service request in the present invention.
[0064] local msgType = Script.MessageType()
[0065] if (msgType == 327716 --[[ "MM CM Service Request" --]]
[0066] and Decoder.CMServiceType() == "Mobile originating call establishment")
[0067] then
[0068] Script. RaiseEvent(Event. CallInitiation)
[0069] return true
[0070] end
[0071] The script execution returns false by default. If the judgment condition is met, it returns true, and the system will switch to the response state according to the returned result.
[0072] Such as figure 1 As shown, in an exemplary decision process, there are various intermediate states such as channel request, service establishment, ringing,...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com