WO2025008909A1 - Method and system for implementing a platform for encoding and decoding messages of target protocols - Google Patents
Method and system for implementing a platform for encoding and decoding messages of target protocols Download PDFInfo
- Publication number
- WO2025008909A1 WO2025008909A1 PCT/IN2024/050808 IN2024050808W WO2025008909A1 WO 2025008909 A1 WO2025008909 A1 WO 2025008909A1 IN 2024050808 W IN2024050808 W IN 2024050808W WO 2025008909 A1 WO2025008909 A1 WO 2025008909A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- message
- platform
- ies
- asn
- data type
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/22—Parsing or analysis of headers
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L51/00—User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
- H04L51/06—Message adaptation to terminal or network requirements
- H04L51/066—Format adaptation, e.g. format conversion or compression
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L51/00—User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
- H04L51/58—Message adaptation for wireless communication
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/06—Notations for structuring of protocol data, e.g. abstract syntax notation one [ASN.1]
Definitions
- Embodiments of the present disclosure generally relate to the field of wireless communication systems. More particularly, embodiments of the present disclosure relate to a method and system for implementing a platform for encoding and decoding messages of target protocols.
- Wireless communication technology has rapidly evolved over the past few decades, with each generation bringing significant improvements and advancements.
- the first generation of wireless communication technology was based on analog technology and offered only voice services.
- 2G second-generation
- 3G third generation
- 3G marked the introduction of high-speed internet access, mobile video calling, and location-based services.
- 4G fourth-generation
- 5G fifth-generation
- wireless communication technology has become more advanced, sophisticated, and capable of delivering more services to its users.
- NFs network functions
- AMF Access and Mobility Management Function
- SMF session management function
- AUSF Authentication Server function
- NSSF Network Slice Selection Function
- PCF Policy control function
- NRF Network Repository Function
- One or more of the aforementioned NFs communicates with each other, to implement multiple activities on the 5G communication system.
- Each such interface/protocol has a large number of messages and each message has a large number of information elements.
- Next Generation Application Protocol (NGAP), an Abstract Syntax Notation (ASN) 1.0 basic packed encoding rules (PER) based protocol, has 75 messages and 286 information elements
- SI Application Protocol (S1AP), another ASN 1.0 basic PER based protocol, has 72 messages and 120 information elements.
- a stack platform decodes and encodes messages that are received or transmitted by NFs such as the AMF and/or the SMF of 5G network.
- NFs such as the AMF and/or the SMF of 5G network.
- a separate stack with a large number of messages and information elements has to be developed in existing approaches. This is a labour intensive, a time-consuming and inefficient approach, particularly because where there are changes in any message or information element structure, the entire stack platform has to be again developed, tested and deployed.
- information element and message-specific classes are defined in a stack platform and separate application programming interfaces (APIs) are needed for each message class and information element-specific class. Consequently, interfacing of stack platform with a core application ofthe NFs such as the SMF and/orthe AMF of5G network is complex and voluminous work due to large of number of APIs involved in said interfacing.
- APIs application programming interfaces
- ASN Abstract Syntax Notation
- PER packed encoding rules
- An aspect of the present disclosure may relate to a method for implementing a platform for decoding one or more messages of one or more target protocols.
- the method comprises receiving, by a transceiver unit at the platform, a message from a network node, the message comprising one or more information elements (IEs), wherein the message relates to one of the one or more target protocols.
- the method further comprises creating, by an object creator unit at the platform, a stack object for the message.
- the method further comprises analysing, by an analysis unit at the platform, the one or more IEs of the message by passing the message through the stack object, based on at least one of: one or more decoding rules, a set of properties of each of the one or more IEs, and a JavaScript Object Notation (JSON) configuration associated with each of the one or more IEs.
- the method further comprises decoding, by a decoder unit at the platform, the message based on the analysis.
- each of the one or more target protocols is an Abstract Syntax Notation (ASN) 1.0 packed encoding rules (PER) based protocol
- the one or more decoding rules are one or more ASN decoding rules
- the set of properties is a set of ASN properties of said each of the one or more IEs.
- the one or more ASN 1.0 PER based protocols comprise one or more aligned variants of the ASN 1.0 PER and one or more non-aligned variants of the ASN 1.0 PER.
- the one or more ASN decoding rules are pre-stored in a storage unit.
- the one or more ASN decoding rules are based on a data type associated with the one or more IEs.
- the data type is one of an integer data type, an enumerated data type, a string data type, a choice data type, an extension data type, a sequence data type, and a sequence-of data type.
- each of the one or more IEs is one of a familiar IE and an unfamiliar IE, wherein the familiar IE is an IE for which a decoding information exists in a cache memory, and the unfamiliar IE is an IE for which the decoding information is absent in the cache memory.
- an analysis of the familiar IE of the message is performed using the decoding information existing in the cache memory.
- Another aspect of the present disclosure may relate to a system for implementing a platform for decoding one or more messages of one or more target protocols.
- the system further comprises a transceiver unit configure to receive, at the platform, a message from a network node, the message comprising one or more information elements (IEs), wherein the message relates to one of the one or more target protocols.
- the system further comprises an object creator unit configured to create, at the platform, a stack object for the message.
- the system further comprises an analysis unit configured to analyse, at the platform, one or more IEs of the message by passing the message through the stack object, based on at least one of: one or more decoding rules, a set of properties of each of the one or more IEs, and a JavaScript Object Notation (JSON) configuration associated with each of the one or more IEs.
- the system further comprises a decoder unit configured to decode, at the platform, the message based on the analysis.
- An aspect of the present disclosure may relate to a method for implementing a platform for encoding one or more messages of one or more target protocols.
- the method comprises receiving, by a transceiver unit at the platform, an indication for sending a message to a network node, the message comprising one or more information elements (IEs), wherein the message relates to one of the one or more target protocols.
- the method thereafter comprises creating, by an object creator unit at the platform, a stack object for the message.
- the method further comprises providing, by an input unit at the platform, a value for each of the one or more IEs in the message, based on at least one of: one or more encoding rules, a set of properties of each of the one or more IEs, and a JavaScript Object Notation (JSON) configuration associated with each of the one or more IEs.
- the method thereafter comprises encoding, by an encoder unit at the platform, the message based on the providing the value for each of the one or more IEs in the message.
- each of the one or more target protocols is an Abstract Syntax Notation (ASN) 1.0 packed encoding rules (PER) based protocol
- the one or more encoding rules are one or more ASN encoding rules
- the set of properties is a set of ASN properties of said each of the one or more IEs.
- the one or more ASN 1.0 PER based protocols comprise one or more aligned variants of the ASN 1.0 PER and one or more non-aligned variants of the ASN 1.0 PER.
- the one or more ASN encoding rules are pre-stored in a storage unit.
- the one or more ASN encoding rules are based on a data type associated with the one or more IES.
- the data type is one of an integer data type, an enumerated data type, a string data type, a choice data type, an extension data type, a sequence data type, and a sequence-of data type.
- each of the one or more IEs is one of a familiar IE and an unfamiliar IE, wherein the familiar IE is an IE for which an encoding information exists in a cache memory, and the unfamiliar IE is an IE for which the encoding information is absent in the cache memory.
- the method comprises an analysis of the familiar IE of the message is performed using the encoding information existing in the cache memory.
- Another aspect of the present disclosure may relate to a system for implementing a platform for encoding one or more messages of one or more target protocols.
- the system comprises a transceiver unit configured to receive, at the platform, an indication for sending a message to a network node, the message comprising one or more information elements (IEs), wherein the message relates to one of the one or more target protocols.
- the system further comprises an object creator unit configured to create, at the platform, a stack obj ect for the message .
- the system further comprises an input unit configured to provide, at the platform, a value for each of the one or more IEs in the message, based on at least one of: one or more encoding rules, a set of properties of each of the one or more IEs, and a JavaScript Object Notation (JSON) configuration associated with each of the one or more IEs.
- the system further comprises an encoder unit configured to encode, at the platform, the message based on the providing the value for said each of the one or more IEs in the message.
- Yet another aspect of the present disclosure may relate to a non-transitory computer readable storage medium storing instructions for implementing a platform decoding one or more messages of one or more target protocols, the instructions include executable code which, when executed by one or more units of a system, causes: a transceiver unit of the system to receive, at the platform, a message from a network node, the message comprising one or more information elements (IES), wherein the message relates to one of the one or more target protocols; an object creator unit of the system to create, at the platform, a stack object for the message; an analysis unit of the system to analyse, at the platform, one or more IEs of the message by passing the message through the stack object, based on at least one of: one or more decoding rules, a set of properties of each of the one or more IEs, and a JavaScript Object Notation (JSON) configuration associated with each of the one or more IEs; and a decoder unit of the system to decode, at the platform, the message
- Yet another aspect of the present disclosure may relate to a non-transitory computer readable storage medium storing instructions for implementing a platform for encoding one or more messages of one or more target protocols, the instructions include executable code which, when executed by one or more units of a system, causes: a transceiver unit of the system to receive, at the platform, an indication for sending a message to a network node, the message comprising one or more information elements (IEs), wherein the message relates to one of the one or more target protocols; an object creator unit of the system to create, at the platform, a stack object for the message; an input unit of the system to provide, at the platform, a value for each of the one or more IEs in the message, based on at least one of: one or more encoding rules, a set of properties of each of the one or more IEs, and a JavaScript Object Notation (JSON) configuration associated with each of the one or more IEs; and an encoder unit of the system to encode, at the
- FIG. 1 illustrates an exemplary block diagram representation of 5th generation core (5GC) network architecture.
- 5GC 5th generation core
- FIG. 2 illustrates an exemplary block diagram of a computing device upon which the features of the present disclosure may be implemented in accordance with exemplary implementation of the present disclosure.
- FIG. 3 illustrates an exemplary block diagram of a system for implementing a platform for encoding and decoding messages of one or more target protocols, in accordance with exemplary implementations of the present disclosure.
- Fig. 4 illustrates a method flow diagram for implementing a platform for decoding one or more messages of one or more target protocols, in accordance with exemplary implementations of the present disclosure.
- FIG. 5 illustrates a method flow diagram for implementing a platform for encoding one or more messages of one or more target protocols, in accordance with exemplary implementations of the present disclosure.
- exemplary and/or “demonstrative” is used herein to mean serving as an example, instance, or illustration. For the avoidance of doubt, the subject matter disclosed herein is not limited by such examples.
- any aspect or design described herein as “exemplary” and/or “demonstrative” is not necessarily to be construed as preferred or advantageous over other aspects or designs, nor is it meant to preclude equivalent exemplary structures and techniques known to those of ordinary skill in the art.
- processor refers to any logic circuitry for processing instructions.
- a processor may be a general-purpose processor, a special purpose processor, a conventional processor, a digital signal processor, a plurality of microprocessors, one or more microprocessors in association with a (Digital Signal Processing) DSP core, a controller, a microcontroller, Application Specific Integrated Circuits, Field Programmable Gate Array circuits, any other type of integrated circuits, etc.
- the processor may perform signal coding data processing, input/output processing, and/or any other functionality that enables the working of the system according to the present disclosure. More specifically, the processor or processing unit is a hardware processor.
- a user equipment may be any electrical, electronic and/or computing device or equipment, capable of implementing the features of the present disclosure.
- the user equipment/device may include, but is not limited to, a mobile phone, smart phone, laptop, a general-purpose computer, desktop, personal digital assistant, tablet computer, wearable device or any other computing device which is capable of implementing the features of the present disclosure.
- the user device may contain at least one input means configured to receive an input from unit(s) which are required to implement the features of the present disclosure.
- storage unit or “memory unit” refers to a machine or computer-readable medium including any mechanism for storing information in a form readable by a computer or similar machine.
- a computer-readable medium includes read-only memory (“ROM”), random access memory (“RAM”), magnetic disk storage media, optical storage media, flash memory devices or other types of machine-accessible storage media.
- the storage unit stores at least the data that may be required by one or more units of the system to perform their respective functions.
- interface refers to a shared boundary across which two or more separate components of a system exchange information or data.
- the interface may also be referred to a set of rules or protocols that define communication or interaction of one or more modules or one or more units with each other, which also includes the methods, functions, or procedures that may be called.
- All modules, units, components used herein, unless explicitly excluded herein, may be software modules or hardware processors, the processors being a general-purpose processor, a special purpose processor, a conventional processor, a digital signal processor (DSP), a plurality of microprocessors, one or more microprocessors in association with a DSP core, a controller, a microcontroller, Application Specific Integrated Circuits (ASIC), Field Programmable Gate Array circuits (FPGA), any other type of integrated circuits, etc.
- DSP digital signal processor
- ASIC Application Specific Integrated Circuits
- FPGA Field Programmable Gate Array circuits
- the transceiver unit includes at least one receiver and at least one transmitter configured respectively for receiving and transmitting data, signals, information or a combination thereof between units/components within the system and/or connected with the system.
- the present disclosure aims to overcome the above-mentioned and other existing problems in this field of technology by providing a method and system for implementing a platform for encoding and decoding messages of target protocols.
- FIG. 1 illustrates an exemplary block diagram representation of 5th generation core (5GC) network architecture, in accordance with exemplary implementation of the present disclosure.
- the 5GC network architecture [100] includes a user equipment (UE) [102], a radio access network (RAN) [104], an access and mobility management function (AMF) [106], a Session Management Function (SMF) [108], a Service Communication Proxy (SCP) [110], an Authentication Server Function (AUSF) [112], a Network Slice Specific Authentication and Authorization Function (NSSAAF) [114], a Network Slice Selection Function (NSSF) [116], a Network Exposure Function (NEF) [118], a Network Repository Function (NRF) [120], a Policy Control Function (PCF) [122], a Unified Data Management (UDM) [124], an application function (AF) [126], a User Plane Function (UPF) [128], a data network (DN) [130], wherein all the components are assumed to be connected
- UE user equipment
- Radio Access Network (RAN) is the part of a mobile telecommunications system that connects user equipment (UE) [102] to the core network (CN) and provides access to different types of networks (e.g., 5G network). It consists of radio base stations and the radio access technologies that enable wireless communication.
- Access and Mobility Management Function (AMF) is a 5G core network function responsible for managing access and mobility aspects, such as UE registration, connection, and reachability. It also handles mobility management procedures like handovers and paging.
- Session Management Function (SMF) [108] is a 5G core network function responsible for managing session-related aspects, such as establishing, modifying, and releasing sessions. It coordinates with the User Plane Function (UPF) for data forwarding and handles IP address allocation and QoS enforcement.
- UPF User Plane Function
- Service Communication Proxy (SCP) [110] is a network function in the 5G core network that facilitates communication between other network functions by providing a secure and efficient messaging service. It acts as a mediator for service-based interfaces.
- AUSF Authentication Server Function
- 5G core responsible for authenticating UEs during registration and providing security services. It generates and verifies authentication vectors and tokens.
- NSSAAF Network Slice Specific Authentication and Authorization Function
- Network Slice Selection Function (NSSF) [116] is a network function responsible for selecting the appropriate network slice for a UE based on factors such as subscription, requested services, and network policies.
- Network Exposure Function (NEF) [118] is a network function that exposes capabilities and services of the 5G network to external applications, enabling integration with third-party services and applications.
- Network Repository Function (NRF) [120] is a network function that acts as a central repository for information about available network functions and services. It facilitates the discovery and dynamic registration of network functions.
- PCF Policy Control Function
- Unified Data Management [124] is a network function that centralizes the management of subscriber data, including authentication, authorization, and subscription information.
- Application Function (AF) is a network function that represents external applications interfacing with the 5G core network to access network capabilities and services.
- UPF User Plane Function
- Data Network [130] refers to a network that provides data services to user equipment (UE) in a telecommunications system.
- the data services may include but are not limited to Internet services, private data network related services.
- FIG. 2 illustrates an exemplary block diagram of a computing device [1000] (or referred to herein as a computer system [1000]) upon which the features of the present disclosure may be implemented in accordance with exemplary implementation of the present disclosure.
- the computing device [1000] may be in communication with a communication network (such as a 5th generation network) and may implement a method for implementing a platform for encoding and decoding messages of target protocols utilising a system [300],
- the computing device [1000] in communication with the communication network itself implements the method for implementing the platform for encoding and decoding messages of target protocols using one or more units configured within the computing device [1000], wherein a person skilled in the art would appreciate that said one or more units are capable of implementing the features as disclosed in the present disclosure.
- the computing device [1000] may include a bus [1002] or other communication mechanism for communicating information, and a hardware processor [1004] coupled with bus [1002] for processing information.
- the hardware processor [1004] may be, for example, a general purpose microprocessor.
- the computing device [1000] may also include a main memory [1006], such as a random access memory (RAM), or other dynamic storage device, coupled to the bus [1002] for storing information and instructions to be executed by the processor [1004],
- the main memory [1006] also may be used for storing temporary variables or other intermediate information during execution of the instructions to be executed by the processor [1004], Such instructions, when stored in non-transitory storage media accessible to the processor [1004], render the computing device [1000] into a special-purpose machine that is customized to perform the operations specified in the instructions.
- the computing device [1000] further includes a read only memory (ROM) [1008] or other static storage device coupled to the bus [1002] for storing static information and instructions for the processor [1004],
- ROM read only memory
- a storage device [1010], such as a magnetic disk, optical disk, or solid-state drive is provided and coupled to the bus [1002] for storing information and instructions.
- the computing device [1000] may be coupled via the bus [1002] to a display [1012], such as a cathode ray tube (CRT), Liquid crystal Display (LCD), Light Emitting Diode (LED) display, Organic LED (OLED) display, etc. for displaying information to a computer user.
- a cursor controller [1016] such as a mouse, a trackball, or cursor direction keys, for communicating direction information and command selections to the processor [1004], and for controlling cursor movement on the display [1012].
- This input device typically has two degrees of freedom in two axes, a first axis (e.g., x) and a second axis (e.g., y), that allow the device to specify positions in a plane.
- the computing device [1000] may implement the techniques described herein using customized hard-wired logic, one or more ASICs or FPGAs, firmware and/or program logic which in combination with the computing device [1000] causes or programs the computing device [1000] to be a special -purpose machine.
- the techniques herein are performed by the computing device [1000] in response to the processor [1004] executing one or more sequences of one or more instructions contained in the main memory [1006], Such instructions may be read into the main memory [1006] from another storage medium, such as the storage device [1010], Execution of the sequences of instructions contained in the main memory [1006] causes the processor [1004] to perform the process steps described herein.
- hard-wired circuitry may be used in place of or in combination with software instructions.
- the computing device [1000] also may include a communication interface [1018] coupled to the bus [1002],
- the communication interface [1018] provides a two-way data communication coupling to a network link [1020] that is connected to a local network [1022].
- the communication interface [1018] may be an integrated services digital network (ISDN) card, cable modem, satellite modem, or a modem to provide a data communication connection to a corresponding type of telephone line.
- the communication interface [1018] may be a local area network (LAN) card to provide a data communication connection to a compatible LAN.
- LAN local area network
- Wireless links may also be implemented.
- the communication interface [1018] sends and receives electrical, electromagnetic or optical signals that carry digital data streams representing various types of information.
- the computing device [1000] can send messages and receive data, including program code, through the network(s), the network link [1020] and the communication interface [1018],
- a server [1030] might transmit a requested code for an application program through the Internet [1028], the ISP [1026], the local network [1022], the host [1024] and the communication interface [1018],
- the received code may be executed by the processor [1004] as it is received, and/or stored in the storage device [1010], or other non-volatile storage for later execution.
- FIG. 3 an exemplary block diagram of a system [300] for implementing a platform for encoding and decoding messages of target protocols, is shown, in accordance with the exemplary implementations of the present disclosure.
- the system [300] for implementing the platform for decoding messages of target protocols comprises at least one transceiver unit [3002], at least object creator unit [3004], at least one analysis unit [3006], at least one decoder unit [3008] and a storage unit.
- the system [300] for implementing the platform for encoding messages of target protocols comprises at least one transceiver unit [3102], at least object creator unit [3104], at least one input unit [3106], at least one encoder unit [3108], and the storage unit.
- system [300] may comprise multiple such units or the system [300] may comprise any such numbers of said units, as required to implement the features of the present disclosure. Further, in an implementation, the system [300] may reside in a server or a network entity.
- system [300] is configured for implementing a platform for decoding one or more messages of one or more target protocols, with the help of the interconnection between the components/units of the system [300],
- the transceiver unit [3002] of the system [300] may receive, at the platform [301], a message from a network node of a communication network.
- the message comprises one or more information elements (IEs), wherein the message relates to one of the one or more target protocols.
- IEs information elements
- Each of the of the one or more target protocols is an Abstract Syntax Notation (ASN) 1.0 packed encoding rules (PER) based protocol.
- ASN 1.0 PER based protocols comprises one or more aligned variants of the ASN 1.0 PER and one or more non-aligned variants of the ASN 1.0 PER.
- an Abstract Syntax Notation (ASN) 1.0 packed encoding rules (PER) based protocol may include but is not limited to at least one of a Next Generation Application Protocol (NGAP) and a SI Application Protocol (S1AP). Therefore, target protocols refer to a set of communication protocols utilized within a network environment, specifically adopting the Abstract Syntax Notation (ASN) 1.0 Packed Encoding Rules (PER).
- the NGAP is a target protocol utilized in 5G networks for communication between network elements such as a Core Network (CN) and a Radio Access Network (RAN). It employs ASN. l PER for efficient message exchange between the network elements.
- the S 1 AP is a target protocol that in Long Term Evolution (LTE) networks facilitates communication between a Mobility Management Entity (MME) and an Evolved NodeB (eNodeB). It utilizes ASN.1 PER and supports exchange of control plane messages between network elements.
- LTE Long Term Evolution
- MME Mobility Management Entity
- eNodeB Evolved NodeB
- an “information element (IE)” comprises an information required to be sent across an interface of the communication network (e.g., 5G network) via the message, wherein said information may include but is not limited to a Quality of Service (QoS) related information, an information related to network capability, and a user equipment identifier etc.
- QoS Quality of Service
- the transceiver unit [3002] may receive the message from the network node for decoding said message.
- the term “network node” herein may correspond to a specific device or entity within the communication network, the network node is responsible for sending or transmitting data.
- the platform [301] is a part of the system [300] that encodes the messages before such messages are transmitted from the system [300] to one or more network nodes in the communication network. Moreover, the platform [301] also decodes the messages that are received by the system [300], More specifically, the platform [301] is a common stack platform that may be implemented for different Abstract Syntax Notation (ASN) 1.0 basic -Packed Encoding Rules (PER) based protocols. In the platform [301] only common generic encoding and decoding application programming interfaces (APIs) are used which results in a reduction of number of APIs involved in interfacing with a core application of the communication network.
- APIs application programming interfaces
- the implementation of the platform [301] i.e., the common stack platform
- ASN 1.0 basic-PER (Aligned Variant and/or Non-Aligned Variant) based protocols overcomes the limitations of existing solution as in the existing solutions there is a requirement of different stack platforms for different ASN 1.0 basic-PER (Aligned Variant and/or Non-Aligned Variant) based protocols.
- the platform [301] is an integral component of the system [300] designed for encoding and decoding messages exchanged between network nodes within a communication network. It facilitates seamless communication by employing a unified approach to handle various Abstract Syntax Notation (ASN) 1.0 basic-Packed Encoding Rules (PER) based protocols, including Aligned Variant and Non-Aligned Variant protocols.
- ASN Abstract Syntax Notation
- PER Encoding Rules
- the platform [301] facilitates efficient encoding and decoding of messages exchanged between base stations, user equipment, and network core elements. It supports protocols such as Next Generation Application Protocol (NGAP) and SI Application Protocol (S1AP), ensuring seamless communication and interoperability.
- NGAP Next Generation Application Protocol
- SI Application Protocol SI Application Protocol
- the platform [301] may serve as a standardized encoding and decoding platform. It supports protocols such as NGAP and S1AP, enabling standardized message exchange and interoperability among loT devices.
- the object creator unit [3004] is connected to the transceiver unit [3002], The object creator unit [3004] creates a stack object for the message at the platform [301],
- the stack object refers to a structured data entity generated by the object creator unit [3004] within a system [300], wherein said stack object is specifically designed to organize and manage message data originating from the platform [301],
- the creation of the stack object by the object creator unit [3004] is a fundamental step in decoding the message received from the network node.
- the transceiver unit [3002] passes network bytes present in the message to the stack object.
- the analysis unit [3006] analyses, at the platform [301], the one or more IES of the message by passing the message through the stack object, based on at least one of: one or more decoding rules, a set of properties of each of the one or more IEs, and a JavaScript Object Notation (JSON) configuration associated with each of the one or more IEs. Also, after the analysis the decoder unit [3008] decodes the message based on the analysis.
- JSON JavaScript Object Notation
- the one or more decoding rules are one or more ASN decoding rules
- the set of properties is a set of ASN properties of each of the one or more IEs.
- the set of ASN properties is collection of attributes or characteristics associated with each IE and is specifically defined according to the ASN. 1.0.
- the set of ASN properties may be obvious to a person skilled in the art in light of the Abstract Syntax Notation (ASN) 1.0 packed encoding rules (PER) based protocol.
- the set of ASN properties may include but are not limited to, type, length, tag, constraints, and/or default value etc.
- the one or more decoding rules are one or more decoding techniques pre-stored in a memory module of the system [300], In one implementation, one or more ASN decoding rules are user defined and pre-stored in the storage unit, however the disclosure is not limited thereto. It is to be noted that, in an implementation, each IE in the received message is decoded according to ASN decoding rules using a dictionary or grammar of this IE configured in a JSON format.
- each IE is decoded according to its ASN properties.
- the one or more ASN decoding rules are based on a data type associated with the one or more IEs.
- the data type is one of an integer data type, an enumerated data type, a string data type, a choice data type, an extension data type, a sequence data type, and a sequence-of data type.
- the data type “integer” herein may correspond to a whole number, which can be positive, negative, or zero. For example, integer: 42.
- the data type “enumerated” herein may correspond to a set of named values, where each name corresponds to a unique integer.
- the data type “string” herein may correspond to a sequence of characters.
- Common string types include UTF8String', TA5String', and PrintableString' .
- UTF8String "Hello, World!”
- the datatype “choice” herein may correspond to an allowance of several possible types to be selected for a given value. For example, choice ⁇ intvalue integer, strvalue utf8string ⁇ .
- extension herein may be used to allow future extensions to types without breaking existing implementations, often marked in SEQUENCE and CHOICE types.
- sequence herein may correspond to a collection of elements, each with a specified type, where the elements must appear in a specified order.
- sequence of herein may correspond to a list of elements, all of which are of the same type. For example, a sequence of integers.
- one or more JSON configuration files may be supplied by a user to the platform [301] which configures the platform [301] to encode and decode messages transmitted and received (respectively) through a given ASN 1.0 basic-PER (Aligned Variant and/or Non- Aligned Variant) based protocol.
- the platform [301] essentially needs the grammar or dictionary to encode and decode messages for the given ASN 1.0 basic-PER (Aligned Variant and/or Non- Aligned Variant) based protocol.
- the required dictionary is provided to the platform [301] in the form of the JSON configuration file containing the necessary details for enabling the platform to encode and decode messages for the given ASN 1.0 basic-PER (Aligned Variant/or Non-Aligned Variant) based protocol.
- the platform [301] is enabled such that it can receive multiple JSON configuration files and may get configured with each JSON file it receives.
- the same platform [301] acts as a common stack platform for different ASN 1.0 basic-PER (Aligned Variant and/or Non-Aligned Variant) based protocols, such as Next Generation Application Protocol (NGAP) and SI Application Protocol (S1AP).
- ASN 1.0 basic-PER (Aligned Variant and/or Non-Aligned Variant) based protocols such as Next Generation Application Protocol (NGAP) and SI Application Protocol (S1AP).
- NGAP Next Generation Application Protocol
- SI Application Protocol SI Application Protocol
- each of the one or more IES is one of a familiar IE and an unfamiliar IE, wherein the familiar IE is an IE for which a decoding information exists in a cache memory, and the unfamiliar IE is an IE for which the decoding information is absent in the cache memory.
- the decoding information may be created by the system [300] to identify the unfamiliar IE.
- the analysis of the familiar IE of the message is performed using the decoding information existing in the cache memory.
- analysis of the unfamiliar IE of the message is performed using the decoding information created by the system [300] to identify the unfamiliar IE.
- the system [300] further comprises the decoder unit [3008] that may decode, at the platform [301], the message based on the analysis performed by the analysis unit [3006],
- the decoder unit [3008] may get IE values in that particular message using common generic decoding Application Programming Interfaces (APIs). This way the platform [301] is enabled to decode messages for different ASN 1.0 basic-PER (Aligned Variant and Non-Aligned Variant) based protocols.
- APIs Application Programming Interfaces
- system [300] is configured for encoding messages for target protocols, wherein the system [300] performs said encoding using the at least one transceiver unit [3102], the at least one object creator unit [3104], the at least one input unit [3106], and the at least one encoder unit [3108],
- the transceiver unit [3102] of the system [300] may receive, at the platform [301], an indication for sending a message to a network node.
- the message comprises one or more information elements (IEs), wherein the message relates to one of the one or more target protocols.
- Each of the one or more target protocols is an Abstract Syntax Notation (ASN) 1.0 packed encoding rules (PER) based protocol.
- ASN Abstract Syntax Notation
- PER encoding rules
- the one or more ASN 1.0 PER based protocols comprise one or more aligned variants of the ASN 1.0 PER and one or more non-aligned variants of the ASN 1.0 PER.
- the ASN 1.0 PER based protocol may include but is not limited to at least one of a Next Generation Application Protocol (NGAP) and a S 1 Application Protocol (S1AP).
- NGAP Next Generation Application Protocol
- S1AP S 1 Application Protocol
- an “information element (IE)” comprises an information required to be sent across an interface of the communication network (e.g., 5G network) via the message, wherein said information may include but is not limited to a Quality of Service (QoS) related information, an information related to network capability, and a user equipment identifier etc.
- QoS Quality of Service
- the transceiver unit [3102] may transmit the message to the network node by encoding the message to be transmitted by the system [300],
- the term “network node” herein may correspond to a specific device or entity within the communication network, the network node is responsible for sending or transmitting data.
- the platform [301] is a part of the system [300] which encodes the messages before such messages are transmitted from the system [300] to one or more network nodes in the communication network. Moreover, the platform [301] also decodes the messages that are received by the system [300],
- the platform [301] is a common stack platform that may be implemented for different Abstract Syntax Notation (ASN) 1.0 basic-Packed Encoding Rules (PER) based protocols.
- ASN Abstract Syntax Notation
- PER basic-Packed Encoding Rules
- APIs application programming interfaces
- the implementation of the platform [301] i.e., the common stack platform
- ASN 1.0 basic-PER (Aligned Variant and/or Non-Aligned Variant) based protocols overcomes the limitations of existing solution as in the existing solutions there is a requirement of different stack platforms for different ASN 1.0 basic-PER (Aligned Variant and/or Non-Aligned Variant) based protocols.
- Each of the one or more IES is one of a familiar IE and an unfamiliar IE, wherein the familiar IE is an IE for which an encoding information exists in a cache memory, and the unfamiliar IE is an IE for which the encoding information is absent in the cache memory. It is to be noted that the analysis of the familiar IE of the message is performed using the encoding information existing in the cache memory. Also, in an implementation that analysis of the unfamiliar IE of the message is performed using the encoding information created by the system [300] to identify the unfamiliar IE.
- the object creator unit [3104] is communicably coupled to the transceiver unit [3102] .
- the object creator unit [3104] is configured to create, at the platform [301], a stack object for the message.
- the stack object refers to a structured data entity generated by the object creator unit [3104] within a system, wherein said stack object is specifically designed to organize and manage message data originating from the platform [301],
- the creation of the stack object by the object creator unit [3104] is a fundamental step in encoding the message for transmission to the network node.
- the transceiver unit [3102] passes values of the IES in that particular stack object using common generic encoding Application Programming Interfaces (APIs).
- APIs Application Programming Interfaces
- the input unit [3106] is connected with the object creator unit [3104], The input unit [3106] is further configured to provide, at the platform [301], a value for each of the one or more IEs in the message, based on at least one of: one or more encoding rules, a set of properties of each of the one or more IEs, and a JavaScript Object Notation (JSON) configuration associated with each of the one or more IEs.
- JSON JavaScript Object Notation
- the value of the IE is derived by utilizing the provided encoding rules, IE properties, and JSON configurations via the input unit [3106], Also, after the analysis the encoder unit [3108] encodes the message based on the analysis.
- the one or more encoding rules are one or more ASN encoding rules, and the set of properties is a set of ASN properties of said each of the one or more IEs.
- the set of ASN properties is collection of attributes or characteristics associated with each Information Element (IE) and is specifically defined according to the ASN 1.0.
- the set of ASN properties may be obvious to a person skilled in the art in light of the Abstract Syntax Notation (ASN) 1.0 packed encoding rules (PER) based protocol.
- the set of ASN properties may include but are not limited to, type, length, tag, constraints, and/or default value etc. It is to be noted that each IE is encoded according to its ASN properties.
- each IE in the message is encoded according to the ASN encoding rules using a dictionary or grammar of this IE configured in a JSON format.
- the one or more encoding rules are the one or more encoding techniques pre-stored in a memory module of the system [300],
- the one or more ASN encoding rules are user defined and are pre-stored in a storage unit, however the disclosure is not limited thereto.
- the one or more ASN encoding rules are based on a data type associated with the one or more IES.
- the data type is one of an integer data type, an enumerated data type, a string data type, a choice data type, an extension datatype, a sequence datatype, and a sequence-of datatype.
- one or more JSON configuration files may be supplied by a user to the platform [301] which configures the platform [301] to encode messages transmitted through a given ASN 1.0 basic -PER (Aligned Variant and/or Non-Aligned Variant) based protocol.
- the platform [301] essentially needs the dictionary to encode messages for the given ASN 1.0 basic-PER based protocol.
- the required dictionary is provided to the platform [301] in the form of the JSON configuration file containing the necessary details for enabling the platform to encode messages for the given ASN 1.0 basic-PER based protocol.
- the platform [301] is enabled such that it can receive multiple JSON configuration files and may get configured with each JSON file it receives.
- the same platform [301] acts as a common stack platform for different ASN 1.0 basic-PER (Aligned Variant and Non-Aligned Variant) based protocols, such as Next Generation Application Protocol (NGAP) and SI Application Protocol (S1AP).
- NGAP Next Generation Application Protocol
- S1AP SI Application Protocol
- the encoder unit [3108] is configured to encode, at the platform [301], the message based on providing the value for the each of the one or more IEs in the message.
- the platform [301] may create a final encoded buffer of the message that is to be transmitted to the network node in the form of network bytes. This way the platform [301] is enabled to encode messages for different ASN 1.0 basic-PER (Aligned Variant and Non- Aligned Variant) based protocols.
- FIG. 4 an exemplary method flow diagram [400] for implementing a platform for decoding one or more messages of one or more target protocols, in accordance with exemplary implementations of the present disclosure is shown.
- the method [400] is performed by the system [300], Further, in an implementation, the system [300] may be present in a server device to implement the features of the present disclosure. Also, as shown in Figure 4, the method [400] starts at step [402] .
- the method [400] as disclosed by the present disclosure comprises receiving, by a transceiver unit [3002] at the platform [301], a message from a network node, the message comprising one or more information elements (IEs), wherein the message relates to one of the one or more target protocols.
- IEs information elements
- the method comprises receiving by the transceiver unit [3002], the message from the network node for decoding said message.
- the term “network node” herein may correspond to a specific device or entity within the communication network, the network node is responsible for sending or transmitting data.
- the platform [301] is a part of the system [300] which encodes the messages before such messages are transmitted from the system [300] to one or more network nodes in the communication network. Moreover, the platform [301] also decodes the messages that are received by the system [300], More specifically, the platform [301] is a common stack platform that may be implemented for different Abstract Syntax Notation (ASN) 1.0 basic -Packed Encoding Rules (PER) based protocols. In the platform [301] only common generic encoding and decoding application programming interfaces (APIs) are used which results in a reduction of number of APIs involved in interfacing with a core application of the communication network.
- APIs application programming interfaces
- the implementation of the platform [301] i.e., the common stack platform
- ASN 1.0 basic-PER (Aligned Variant and/or Non-Aligned Variant) based protocols overcomes the limitations of existing solution as in the existing solutions there is a requirement of different stack platforms for different ASN 1.0 basic-PER (Aligned Variant and/or Non-Aligned Variant) based protocols.
- Each of the one or more target protocols is an Abstract Syntax Notation (ASN) 1.0 packed encoding rules (PER) based protocol.
- the one or more ASN 1.0 PER based protocols comprise one or more aligned variants of the ASN 1.0 PER and one or more non-aligned variants of the ASN 1.0 PER.
- the method [400] as disclosed by the present disclosure comprises creating, by an object creator unit [3004] at the platform [301], a stack object for the message.
- the stack object refers to a structured data entity generated by the object creator unit [3004] within a system, wherein said stack object is specifically designed to organize and manage message data originating from the platform [301],
- the creation of the stack object by the object creator unit [3104] is a fundamental step in decoding the message received from the network node.
- the transceiver unit [3002] passes network bytes present in the message to the stack object.
- the method [400] as disclosed by the present disclosure comprises analysing, by an analysis unit [3006] at the platform [301], the one or more IES of the message by passing the message through the stack object, based on at least one of: one or more decoding rules, a set of properties of each of the one or more IEs, and a JavaScript Object Notation (JSON) configuration associated with each of the one or more IEs. Also, after the analysis the decoder unit [3008] decodes the message based on the analysis.
- JSON JavaScript Object Notation
- Each of the one or more IEs is one of a familiar IE and an unfamiliar IE, wherein the familiar IE is an IE for which a decoding information exists in a cache memory, and the unfamiliar IE is an IE for which the decoding information is absent in the cache memory.
- the analysis of the familiar IE of the message is performed using the decoding information existing in the cache memory.
- the decoding information may be created by the system [300] to identify the unfamiliar IE.
- the analysis of the familiar IE of the message is performed using the decoding information existing in the cache memory.
- analysis of the unfamiliar IE of the message is performed using the decoding information created by the system [300] to identify the unfamiliar IE.
- the one or more decoding rules are one or more ASN decoding rules
- the set of properties is a set of ASN properties of said each of the one or more IEs.
- the set of ASN properties is collection of attributes or characteristics associated with each IE and is specifically defined according to the ASN. 1.0.
- the set of ASN properties may be obvious to a person skilled in the art in light of the Abstract Syntax Notation (ASN) 1.0 packed encoding rules (PER) based protocol.
- the set of ASN properties may include but are not limited to, type, length, tag, constraints, and/or default value etc.
- the one or more decoding rules are one or more decoding techniques pre-stored in a memory module of the system [300],
- the one or more ASN decoding rules are user defined and pre-stored in a storage unit, however the disclosure is not limited thereto.
- each IE in the received message is decoded according to ASN decoding rules using a dictionary or grammar of this IE configured in a JSON format.
- each IE is decoded according to its ASN properties.
- the one or more ASN decoding rules are based on a data type associated with the one or more IES.
- the data type is one of an integer data type, an enumerated data type, a string data type, a choice data type, an extension data type, a sequence data type, and a sequence-of data type.
- integer may correspond to a whole number, which can be positive, negative, or zero. For example, integer: 42.
- the data type “enumerated” herein may correspond to a set of named values, where each name corresponds to a unique integer.
- the data type “string” herein may correspond to a sequence of characters.
- Common string types include UTF8String', TA5String', and PrintableString' .
- UTF8String "Hello, World!”
- the datatype “choice” herein may correspond to an allowance of several possible types to be selected for a given value. For example, choice ⁇ intvalue integer, strvalue utf8string ⁇ .
- extension herein may be used to allow future extensions to types without breaking existing implementations, often marked in SEQUENCE and CHOICE types.
- sequence herein may correspond to a collection of elements, each with a specified type, where the elements must appear in a specified order.
- sequence of herein may correspond to a list of elements, all of which are of the same type. For example, a sequence of integers.
- one or more JSON configuration files may be supplied by a user to the platform [301] which configures the platform [301] to encode and decode messages transmitted and received (respectively) through a given ASN 1.0 basic-PER (Aligned Variant and/or Non- Aligned Variant) based protocol.
- the platform [301] essentially needs the grammar of dictionary to encode and decode messages for the given ASN 1.0 basic-PER (Aligned Variant and/or Non- Aligned Variant) based protocol.
- the required dictionary is provided to the platform [301] in the form of the JSON configuration file containing the necessary details for enabling the platform to encode and decode messages for the given ASN 1.0 basic-PER (Aligned Variant and/or Non- Aligned Variant) based protocol.
- the platform [301] is enabled such that it can receive multiple JSON configuration files and may get configured with each JSON file it receives.
- the same platform [301] acts as a common stack platform for different ASN 1.0 basic-PER (Aligned Variant and/or Non-Aligned Variant) based protocols, such as Next Generation Application Protocol (NGAP) and SI Application Protocol (S1AP).
- NGAP Next Generation Application Protocol
- S1AP SI Application Protocol
- the method [400] as disclosed by the present disclosure comprises decoding, by a decoder unit [3008] at the platform [301], the message based on the analysis.
- the decoder unit [3008] may get IE values in that particular message using common generic decoding APIs. This way the platform [301] is enabled to decode messages for different ASN 1.0 basic-PER (Aligned Variant and Non-Aligned Variant) based protocols.
- FIG. 5 an exemplary method flow diagram [500] for implementing a platform for encoding one or more messages of one or more target protocols, in accordance with exemplary implementations of the present disclosure is shown.
- the method [500] is performed by the system [300], Further, in an implementation, the system [300] may be present in a server device to implement the features of the present disclosure. Also, as shown in Figure 5, the method [500] starts at step [502],
- the method [500] as disclosed by the present disclosure comprises receiving, by a transceiver unit [3102] at the platform [301 ] , an indication for sending a message to a network node, the message comprising one or more information elements (IEs), wherein the message relates to one of the one or more target protocols.
- Each of the one or more target protocols is an Abstract Syntax Notation (ASN) 1.0 packed encoding rules (PER) based protocol.
- ASN 1.0 PER based protocols comprise one or more aligned variants of the ASN 1.0 PER and one or more non-aligned variants of the ASN 1.0 PER.
- the ASN 1.0 PER based protocol may include but is not limited to at least one of a Next Generation Application Protocol (NGAP) and a S 1 Application Protocol (S1AP).
- NGAP Next Generation Application Protocol
- S1AP S 1 Application Protocol
- an “information element (IE)” comprises an information required to be sent across an interface of the communication network (e.g., 5G network) via the message, wherein said information may include but is not limited to a Quality of Service (QoS) related information, an information related to network capability, and a user equipment identifier etc.
- QoS Quality of Service
- the transceiver unit [3102] may transmit the message to the network node by encoding the message to be transmitted by the system [300],
- the term “network node” herein may correspond to a specific device or entity within the communication network, the network node is responsible for sending or transmitting data.
- the platform [301] is a part of the system [300] which encodes the messages before such messages are transmitted from the system [300] to one or more network nodes in the communication network. Moreover, the platform [301] also decodes the messages that are received by the system [300],
- the platform [301] is a common stack platform that may be implemented for different Abstract Syntax Notation (ASN) 1.0 basic-Packed Encoding Rules (PER) based protocols.
- ASN Abstract Syntax Notation
- PER basic-Packed Encoding Rules
- APIs application programming interfaces
- the implementation of the platform [301] i.e., the common stack platform
- ASN 1.0 basic-PER (Aligned Variant and/or Non-Aligned Variant) based protocols overcomes the limitations of existing solution as in the existing solutions there is a requirement of different stack platforms for different ASN 1.0 basic-PER (Aligned Variant and/or Non-Aligned Variant) based protocols.
- each of the one or more IES is one of a familiar IE and an unfamiliar IE, wherein the familiar IE is an IE for which an encoding information exists in a cache memory, and the unfamiliar IE is an IE for which the encoding information is absent in the cache memory.
- An analysis of the familiar IE of the message is performed using the encoding information existing in the cache memory.
- analysis of the unfamiliar IE of the message is performed using the encoding information created by the system [300] to identify the unfamiliar IE.
- the method [500] as disclosed by the present disclosure comprises creating, by an object creator unit [3104] at the platform [301], a stack object for the message.
- the stack object refers to a structured data entity generated by the object creator unit [3104] within a system, wherein said stack object is specifically designed to organize and manage message data originating from the platform [301],
- the creation of the stack object by the object creator unit [3104] is a fundamental step in encoding the message for transmission to the network node.
- the transceiver unit [3102] passes values of the IES in that particular stack object using common generic encoding Application Programming Interfaces (APIs).
- APIs Application Programming Interfaces
- the method [500] as disclosed by the present disclosure comprises providing, by an input unit [3106] at the platform [301], a value for each of the one or more IEs in the message, based on at least one of: one or more encoding rules, a set of properties of each of the one or more IEs, and a JavaScript Object Notation (JSON) configuration associated with each of the one or more IEs.
- the value of the IE is derived by utilizing the provided encoding rules, IE properties, and JSON configurations via the input unit [3106], Also, after the analysis the encoder unit [3108] encodes the message based on the analysis.
- the one or more encoding rules are one or more ASN encoding rules, and the set of properties is a set of ASN properties of said each of the one or more IEs.
- the set of ASN properties is collection of attributes or characteristics associated with each Information Element (IE) and is specifically defined according to the ASN 1.0. Moreover, the set of ASN properties may be obvious to a person skilled in the art in light of the Abstract Syntax Notation (ASN) 1.0 packed encoding rules (PER) based protocol. Also, the set of ASN properties may include but are not limited to, type, length, tag, constraints, and/or default value etc.
- each IE in the message is encoded according to the ASN encoding rules using a dictionary or grammar of this IE configured in the JSON format.
- the one or more ASN encoding rules are user defined and pre-stored in a storage unit, however the disclosure is not limited thereto.
- the one or more ASN encoding rules are based on a data type associated with the one or more IEs.
- the data type is one of an integer data type, an enumerated data type, a string data type, a choice data type, an extension data type, a sequence data type, and a sequence-of data type.
- the method [500] as disclosed by the present disclosure comprises encoding, by an encoder unit [3108] at the platform [301], the message based on the providing the value for the each of the one or more IES in the message.
- the platform [301] may create a final encoded buffer of the message that is to be transmitted to the network node in the form of network bytes. This way the platform [301] is enabled to encode messages for different ASN 1.0 basic-PER (Aligned Variant and/or Non-Aligned Variant) based protocols.
- the present disclosure further discloses a non-transitory computer readable storage medium storing instructions for implementing a platform for decoding one or more messages of one or more target protocols, the instructions include executable code which, when executed by one or more units of a system, causes: a transceiver unit [3002] of the system [300] to receive, at the platform [301], a message from a network node, the message comprising one or more information elements (IEs), wherein the message relates to one of the one or more target protocols; an object creator unit [3004] of the system [300] to create, at the platform [301], a stack object for the message; an analysis unit [3006] of the system [300] to analyse, at the platform [301], one or more IEs of the message by passing the message through the stack object, based on at least one of: one or more decoding rules, a set of properties of each of the one or more IEs, and a JavaScript Object Notation (JSON) configuration associated with each of the one or
- the present disclosure further discloses a non-transitory computer readable storage medium storing instructions for implementing a platform [301] for encoding one or more messages of one or more target protocols, the instructions include executable code which, when executed by one or more units of a system, causes: a transceiver unit [3102] of the system [300] to receive, at the platform [301], an indication for sending a message to a network node, the message comprising one or more information elements (IEs), wherein the message relates to one of the one or more target protocols; an object creator unit [3104] of the system [300] to create, at the platform [301], a stack object for the message; an input unit [3106] of the system [300] to provide, at the platform [301], a value for each ofthe one or more IES in the message, based on at least one of: one ormore encoding rules, a set of properties of each of the one or more IEs, and a JavaScript Object Notation (JSON) configuration
- the present disclosure provides a technically advanced solution for implementing a platform for encoding and decoding one or more messages of one or more target protocols.
- the method and system for implementing a common stack platform for different ASN 1.0 basic-PER based protocols enables common encoding and decoding APIs to be used for different protocols such as NGAP and S 1 AP. It is emphasized that no information element or message-specific APIs are needed, as are needed in the case of conventional stack platforms known in the art. Moreover, the number of APIs required is also reduced by the use of the present solution, which improves computational speed and efficiency and makes the overall system less resource-intensive.
- the method and system for implementing a common stack platform for different ASN 1.0 basic-PER based protocols makes the stack platform highly scalable and optimized.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer Security & Cryptography (AREA)
- Communication Control (AREA)
Abstract
Description
Claims
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| EP24835630.5A EP4740411A1 (en) | 2023-07-03 | 2024-06-13 | Method and system for implementing a platform for encoding and decoding messages of target protocols |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| IN202321044309 | 2023-07-03 | ||
| IN202321044309 | 2023-07-03 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2025008909A1 true WO2025008909A1 (en) | 2025-01-09 |
Family
ID=94171411
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/IN2024/050808 Ceased WO2025008909A1 (en) | 2023-07-03 | 2024-06-13 | Method and system for implementing a platform for encoding and decoding messages of target protocols |
Country Status (2)
| Country | Link |
|---|---|
| EP (1) | EP4740411A1 (en) |
| WO (1) | WO2025008909A1 (en) |
Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8145794B2 (en) * | 2008-03-14 | 2012-03-27 | Microsoft Corporation | Encoding/decoding while allowing varying message formats per message |
-
2024
- 2024-06-13 EP EP24835630.5A patent/EP4740411A1/en active Pending
- 2024-06-13 WO PCT/IN2024/050808 patent/WO2025008909A1/en not_active Ceased
Patent Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8145794B2 (en) * | 2008-03-14 | 2012-03-27 | Microsoft Corporation | Encoding/decoding while allowing varying message formats per message |
Non-Patent Citations (1)
| Title |
|---|
| "Information technology – ASN.1 encoding rules: Specification of Packed Encoding Rules (PER)", ITU-T X.691 - TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU, 13 February 2021 (2021-02-13), pages 1 - 72, XP009561263 * |
Also Published As
| Publication number | Publication date |
|---|---|
| EP4740411A1 (en) | 2026-05-13 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| EP4740511A1 (en) | Method and system for optimization of device triggering procedure for iot devices | |
| EP4740637A1 (en) | Method and system for configuring and managing proxy registrations in a network | |
| EP4740411A1 (en) | Method and system for implementing a platform for encoding and decoding messages of target protocols | |
| EP4740612A1 (en) | Method and system for reporting slice-specific load information | |
| EP4740410A1 (en) | Method and system for implementing common stack platform for byte diagram-based protocols | |
| WO2025008915A1 (en) | Method and system for providing a network slice instance information | |
| WO2025008876A1 (en) | Method and system for whitelisting vowifi compatible devices | |
| WO2025057183A1 (en) | Method and system for establishing connection between user equipment and network | |
| WO2025013009A1 (en) | Method and system for provisioning one or more subscriber user equipment | |
| WO2025012979A1 (en) | Method and system for a configuration-based management of a procedure request | |
| WO2025012927A1 (en) | Method and system for managing messages in binding support function bsf unit of communication network | |
| WO2025012980A1 (en) | Method and system for performing a barring procedure in a pre-defined presence reporting area (pra) | |
| EP4740636A1 (en) | Method and system for routing a registration request in a communication network | |
| WO2025052404A1 (en) | Method and system for facilitating routing in a network | |
| WO2025012992A1 (en) | Method and system for dynamically enriching summary logs of session(s) | |
| WO2025012956A2 (en) | Method and system for providing multimedia priority service in a communication network | |
| WO2025052478A1 (en) | Method and system for generating a pcf response in a telecommunications network | |
| EP4740609A1 (en) | Method and system for managing incoming network requests on an overloaded producer network function | |
| WO2025052474A1 (en) | Method and system for managing subscription of network functions | |
| WO2025017686A1 (en) | Method and system for provisioning slice information in a communication network | |
| EP4740606A1 (en) | Method and system for managing communications in a telecommunications network | |
| WO2025008936A1 (en) | Method and system for establishing pdu session with upf | |
| WO2025052421A1 (en) | Method and system for handling location requests in a wireless communication network | |
| EP4740682A1 (en) | Method and system for creating a session management (sm) context in first and second network | |
| WO2025013048A1 (en) | Method and system for updating parameters for one or more network nodes |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 24835630 Country of ref document: EP Kind code of ref document: A1 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2024835630 Country of ref document: EP |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| ENP | Entry into the national phase |
Ref document number: 2024835630 Country of ref document: EP Effective date: 20260203 |
|
| WWP | Wipo information: published in national office |
Ref document number: 2024835630 Country of ref document: EP |