EP4107909A1 - Intent specification for automated control of communication networks - Google Patents
Intent specification for automated control of communication networksInfo
- Publication number
- EP4107909A1 EP4107909A1 EP20707044.2A EP20707044A EP4107909A1 EP 4107909 A1 EP4107909 A1 EP 4107909A1 EP 20707044 A EP20707044 A EP 20707044A EP 4107909 A1 EP4107909 A1 EP 4107909A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- intent
- interface
- syntax
- intent specification
- communication network
- 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.)
- Pending
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/08—Configuration management of networks or network elements
- H04L41/0889—Techniques to speed-up the configuration process
Definitions
- At least some embodiments relate to an apparatus and a method for intent specification for automated control of communication networks.
- At least some embodiments relate to Cognitive Autonomous Networks (CAN) in 5G (radio access) networks and other (future) generations of wireless/mobile networks and specifically, the use of intents in managing networks.
- CAN Cognitive Autonomous Networks
- IBN Intent-Based Networking
- Reference [1] proposes an intent refinement process with a chatbot that is trained using machine learning to capture intents from Google® assistant to assist non-expert users to configure their home networks.
- Mobile communication networks are however very complex to use a simple chatbot. A more comprehensive intent capture platform is required.
- At least some embodiments aim at overcoming the above drawbacks.
- an apparatus and a method for defining, specifying and capturing a user or operator intent for automated control of communication networks are provided.
- an apparatus, a method and a non- transitory computer-readable storage medium are provided as specified by the appended claims.
- Fig. 1 shows a schematic diagram illustrating an intent specification platform according to at least some embodiments.
- Fig. 2 shows a schematic diagram illustrating a traffic steering feature or SON function.
- Fig. 3 shows a schematic diagram illustrating the intent specification platform according to at least some embodiments, when used for traffic steering.
- Fig. 4 shows a schematic block diagram illustrating a configuration of a control unit in which examples of embodiments are implementable.
- the intent specification apparatus and the intent specification method are capable of defining, specifying and capturing intents, e.g. user or operator intents, for automated control of communication networks.
- the intent specification apparatus and the intent specification method are implemented by an intent specification platform (ISP) 110 illustrated in Fig. 1.
- ISP intent specification platform
- the intent specification apparatus and the intent specification method specify, using a syntax, an intent regarding control of a communication network, wherein the syntax comprises at least a control object of the communication network and a verb which indicates what action to do with the control object.
- the syntax further comprises at least one of: a context and one or more parameters, wherein the context and the one or more parameters indicate with what parameters and under what conditions the action is to be done.
- the syntax for specifying network control intents captures what needs to be done, where, with what parameters and under what conditions it should be done.
- the intent specification apparatus and the intent specification method extract, based on the syntax, the intent from at least one of value entries or statements.
- the ISP 110 provides for objects for submitting intents - either explicitly as a dictionary of field/value entries or implicitly from some statements.
- the intent specification apparatus comprises a first user interface for inputting the value entries or statements.
- the ISP 110 comprises interfaces 114 (which are also referred to as first user interface in this description) and mechanisms for submitting intents, e.g. GUI 101, CLI 102, means for inputting a text string 103 and/or means for inputting an audio command 104.
- interfaces 114 which are also referred to as first user interface in this description
- mechanisms for submitting intents e.g. GUI 101, CLI 102, means for inputting a text string 103 and/or means for inputting an audio command 104.
- the intent specification apparatus and the intent specification method classify the intent into at least one of the following states: a first state indicating that the intent is declared, a second state indicating that the intent is declared and comprises execution logic for the execution of the intent by the communication network, a third state indicating that the intent is declared, comprises the execution logic and can be executed by the communication network, and a fourth state indicating that the execution logic of the intent is under execution in the communication network.
- the first state indicates that the intent is classified as declared, i.e. the intent is listed but does not comprise execution logic.
- the second state indicates that the intent is classified as defined. In the second state, the intent has execution logic.
- the third state indicates that the intent is classified as being supported, i.e. the intent can be executed.
- the fourth state indicates that the intent is classified as being active, i.e. the intent is deployed to network or is under execution.
- the intent specification apparatus and the intent specification method acquire attributes from a storing unit storing the attributes, wherein the attributes are usable for specifying the intent.
- the intent specification apparatus and the intent specification method define an intent based on the syntax and create execution logic for the intent.
- the storing unit stores an intent-attributes database or catalog of candidate objects, verbs, etc., which can be used for specifying the intent.
- the storing unit is implemented by an intent catalog or database 120 shown in Fig. 1.
- an intent catalog interface 116 is provided between the intent catalog or database 120 and the ISP 110.
- the intent specification apparatus comprises the storing unit.
- the intent specification apparatus and the intent specification method are used to identify a list of supported intents.
- the intent specification apparatus comprises a second user interface for querying the storing unit for associations between at least one of verbs, contexts, parameters and control objects.
- the second user interface allows a user to query the intent catalog or database 120 for supported verbs, contexts and parameters for a given control object or vice-versa.
- the second user interface is part of the first user interface 114.
- the intent specification apparatus comprises a first interface, and the intent specification apparatus and the intent specification method acquire, via the first interface, at least one of the control object and the attributes from a network management apparatus of the communication network.
- the first interface is an interface (not shown in Fig. 1) to network management systems to read managed (e.g. controlled) objects and attributes.
- the ISP 110 provides for mechanisms (e.g. parsers) 111 for recognizing and parsing user input for implicit intents into a network management intent, i.e. identifying the different fields in the input string/audio in line with the defined syntax.
- the input is received from different user interfaces 114 and mechanisms including CLI 102, GUI 101 (e.g. drop downs).
- the parsers 111 parse the input to identify the different intent-related fields therein that match the defined syntax.
- to specify an intent comprises mechanisms for declaring and/or creating intents by using or extending the list of candidate objects, verbs, parameters and contexts in the intent catalog or database 120 and by combining attributes to create an intent.
- the intent specification apparatus and the intent specification method check, based on rules defining the syntax, correctness and completeness of the intent that has been specified.
- the ISP 110 comprises a mechanism 112 for enforcing syntax rules and checking for correctness and completeness of the specified intent.
- the checking for correctness and completeness includes checks on whether the specified verb is supported, the object is supported for the verb or the required attributes (context, parameters, ...) are included.
- the syntax enforcement mechanism 112 is partly used to parse the intent for correctness and completeness.
- the intent specification apparatus and the intent specification method authenticate a user for the right to execute the intent.
- the ISP 110 comprises an authenticator 113 to authenticate a user for the right to execute a specific intent.
- the authentication is extended to include the right to execute the intent for specific attributes of the intent.
- the intent specification apparatus comprises a second interface and the intent specification apparatus and the intent specification method receive credentials fitting the intent via the second interface.
- the intent specification apparatus comprises a third interface and the intent specification apparatus and the intent specification method send a first message via the third interface.
- the ISP 110 comprises, as the third interface, an intent specification interface 115 for exchanging information with an intent fulfillment system 130 e.g. to send an intent for execution to the intent fulfillment system 130 or to receive reports on the success of the execution from the intent fulfillment system 130.
- an intent specification interface 115 for exchanging information with an intent fulfillment system 130 e.g. to send an intent for execution to the intent fulfillment system 130 or to receive reports on the success of the execution from the intent fulfillment system 130.
- the first message includes a request for executing the intent.
- the intent specification apparatus and the intent specification method receive a second message via the third interface.
- the second message comprises an indication of a result of execution of the intent and optionally a reason for the result.
- the second message comprises execution logic for the intent.
- the intent specification apparatus comprises a third user interface, and the intent specification apparatus and the intent specification method send a third message via the third user interface.
- the third user interface comprises at least part of the interface 114, 101-104.
- the third message comprises a request for a response from the user regarding a syntax problem.
- the third message comprise a response on a result of an execution of the intent and optionally a reason for the result.
- the first and third messages are sent by the ISP 110 to fulfil the different aspects of the intent specification.
- these are messages sent to the intent fulfillment system 130 via the intent specification interface 115 e.g. to execute the intent, and to the user, e.g. using the interfaces 114, e.g. for response regarding syntax problems, or responses on the success /failure of intent execution with the respective reason where applicable.
- the second and fourth messages are received by the ISP 110 to fulfil the different aspects of the intent specification.
- these are messages received from the intent fulfillment system 130 via the intent specification interface 115, regarding the success /failure of intent execution with the respective reason where applicable.
- An intent is a statement of what one entity (e.g. an operator) wishes to have fulfilled. It does not state or in any way indicate how such desired outcomes can or should be fulfilled, i.e., the intent is the reasoning behind a goal or objective that then can be achieved by undertaking some actions.
- a basic intent is specified as: do something to something given some conditions and using some parameters.
- Examples of basic intents, as statement that the operator can invoke, include the following: 1. Restrict/deny Handovers of high mobility users to small cells.
- an intent is identified by four fields - a verb, an object, a set of contexts and one or more parameters.
- the "verb” represents the action that the user or operator wishes to be accomplished.
- the verbs are "restrict/deny”, “undo”, “allow”, and “collect”.
- the object is the network entity to which that verb must be applied, and such object may be physical, hardware, software or even logical.
- the objects are “handover”, “command”, “load balancing” and “Carrier Aggregation statistics” respectively.
- the contexts represent the information of interest to the fulfillment system, which information may change the way the intent is fulfilled.
- the contexts include "high mobility users” “small cells”, “urban cells”, and "city xyz”.
- the parameters are those attributes related to the object that may be useful for fulfilling the specific intent. Both contexts and parameters are optional since not all intents will require them. Moreover, it may not always be easy to distinguish the contexts and parameters. For example, according to at least some embodiments, "high mobility” is also considered an input parameter for the "deny handovers" intent.
- basic intents can also be high-level intents that require many low commands to be fulfilled. Examples of such high-level intents are:
- a compound intent is compiled as a combination of multiple basic intents using logical conjunctions such as 'AND', 'OR', 'NOT'.
- a candidate intent is an intent that has been designed and whose logic has been implemented in the system and as such can be executed when needed.
- Object a_network_object
- the function has four entries with the keys as verb, object, context and parameters.
- the value for the verb is a single entry while the object (e.g. control object) comprises one or a plurality of network objects that are manageable (e.g. controllable).
- the values for both context and parameters are hash functions, where the keys are respectively contexts and parameters applicable to the specific combination of verb and object.
- the values for each entry in the context and parameter hash functions comprise at least one of a single value, an array or a hash function depending on the specific entry.
- the ISP 110 assumes that there exists a storing unit, e.g. an intent catalog or data base 120, which contains a list of all intents and their respective attributes.
- the intent catalog or data base 120 contains a list of candidate objects and attributes which can be used to define intents.
- the list is populated by the list of managed objects read from network management systems.
- an interface (aforementioned first interface) is implemented from the network management systems to either the ISP 110 or to the intent catalog or database 120 through which the list of managed objects can be read.
- the intents in the intent catalog or database 120 are identified by a unique identifier called the "intent identifier", the intent name and a corresponding execution logic or execution graph, as shown in Table 1 below.
- the intent catalog or database 120 also includes users or user groups with the rights to execute specific intents (referred to as Execution rights in Table 1).
- the intent catalog or database 120 also includes the activity status (referred to as Status in Table 1) of the different intents which indicates the extent to which the intent can be executed or not. As described above, according to at least some embodiments, the status of the intent is classified and changed to one of the modes: declared, defined, supported and active. An intent is classified as declared in case it is listed in the intent catalog or database 120 but does not necessarily have the required execution logic.
- An intent is classified as defined in case the corresponding execution logic has been defined and if needed the intent can be executed.
- An intent is classified as supported in case the intent can be executed; otherwise, it cannot be executed. It follows that a supported intent has both been declared and defined.
- An intent is classified as active in case the intent has been deployed to the network and the corresponding execution logic is under execution e.g. by the network functions and processes module 140 illustrated in Fig. 1.
- the intent attributes are either explicitly defined in full, i.e., there is no ambiguity allowed in the intent catalog or database 120 which implies that a new intent should be defined if the same task as for an existing intent needs to be accomplished with a different context.
- an alternative approach is to only list relations among combinations of objects/verbs and combinations of contexts and parameters that are supported for each object-verb pair. This allows the user to define an intent on the fly by combining the required attributes. According to at least some embodiments, this is achieved using a context/parameter "regex" language or by including a sub-catalog for contexts.
- the ISP 110 supports the following user vocabulary regarding intents:
- Declare/create intent which will add the corresponding entry to the intent catalog or database 120.
- Declare/create intent which will add the corresponding entry to the intent catalog or database 120.
- intent which, according to at least some embodiments, describes an execution logic to be implemented by the intent fulfillment system 130.
- the intent vocabulary is submitted via a multiplicity of user interfaces 114.
- a simple interface is the Command Line Interface (CLI) 102 where the user specifies the intent in a predefined language that allows the intent to be interpreted.
- the language specifies the ordering of the terms, e.g. in a way closer to imperative English language, for example,
- the language is less close to human language and only captures the critical terms.
- a_verb to an_object given/when/in some_context(s) using some_parameter(s) the equivalent CLI statement using a delimiter ⁇ d> e.g. a tab, space, or otherwise is:
- GUI 101 Another user interface is the Graphical User Interface (GUI) 101 which allows the user to select the fields of interest for the specific intent.
- GUI 101 also is connected to the intent fulfillment system 130 (which connection is not shown in Fig. 1) so that it already filters the provided option and offers only those that are applicable, e.g. presents only the candidate contexts and parameters that are allowed for a specific verb-object combination.
- the user intent is submitted as text, e.g. through a text file of any format, via interface 103.
- the ISP 110 can parse (e.g. using parsers 111) or learn to parse the text, among them are topic modelling and natural language processing.
- the user intent is submitted as an audio command, using interface 104, which the ISP 110 parses (e.g. using parsers 111) to create the intent object.
- the ISP 110 contains a database (e.g. the intent catalog or database 120) of candidate objects and verbs as well as contexts and parameters which can be combined by the user to specify a candidate intent.
- a database e.g. the intent catalog or database 120
- the intent catalog or database 120 is part of the ISP 110.
- the outcome of the ISP 110 is the candidate intent submitted to the intent fulfillment system 130 through the intent specification interface 115.
- the candidate intent is submitted as the filled-out hash function equivalent to Expression (1).
- the ISP 110 supports intent execution in a multi-vendor environment, i.e. where the full intent platform is not necessarily from one vendor.
- the intent specification interface 115 is configured to ensure that an intent can be specified on the ISP 110 of one vendor and executed on another vendor's intent fulfillment system 130.
- the ISP 110 queries the intent fulfillment system 130 via the intent specification interface 115 to determine whether execution logic for a particular intent exists.
- the ISP 110 then updates the intent catalog or database 120 accordingly.
- the intent fulfillment system 130 indicates via the intent specification interface 115 the presence of execution logic.
- the fulfillment system 130 sends a description of the execution logic in form of a graph of actions to be executed or network functions to be called, via the intent specification interface 115.
- the ISP 110 queries the intent fulfillment system 130 via the intent specification interface 115 to determine if that intent can be fulfilled, even when it is already known that the logic exists. According to at least some embodiments, the ISP 110 then updates the intent catalog or database 120 accordingly.
- the ISP 110 requests for the execution/fulfillment of a specific intent via the intent specification interface 115.
- the intent fulfillment system 130 reports about the degree of success or failure of a request to execute/fulfil a specific intent, via the intent specification interface 115.
- the ISP 110 has an interface to the intent catalog or database 120. Over this interface, the ISP 110 is configured to perform at least one of the following: add new intents to the intent catalog or database 120 after they have been declared; change the status of intents to declared, defined, supported or active; change the declaration of an intent by changing specific fields of the intent; and query an intent or specific field of the intent.
- the intent catalog or database 120 sends a report on a specific intent over the intent catalog interface 116, including reports of specific values of that intent's dictionary.
- the intent catalog or database 120 is contained within the ISP 110 in which case the intent catalog interface 116 is internal to the ISP 110.
- a new candidate intent is created or declared by specifying a combination of verb, object, contexts and parameters. According to at least some embodiments, this involves extending the list of candidate verbs, objects, contexts and parameters in the intent catalog or database 120.
- the ISP 110 adds the corresponding intent to the intent catalog or database 120 and, as default, marks it as undeclared. Undeclared in this case implies that the fields may be incomplete, if some of the necessary parameters are not specified.
- the operator then explicitly changes the status to declared if all fields are deemed complete.
- the ISP 110 asks the fulfillment system 130 if the intent can be fulfilled in which case the ISP 110 changes the status to declared and defined if given a positive response, otherwise it leaves it as undeclared.
- the context and parameters fields are not always included in an intent declaration and the declared intent may still be parsed as complete for as long as a corresponding execution logic has been defined and the intent has been confirmed as implementable by the intent fulfillment system 130.
- the supported field is marked unknown.
- the ISP 110 checks if the intent is supported. If not the ISP 110 queries the intent fulfillment system 130 via the intent specification interface 115 if the intent fulfillment system 130 can execute the intent. Regardless of the received response, the ISP 110 updates the intent catalog or database 120 accordingly, but if the intent fulfillment system 130 responds negatively, the ISP 110 indicates to the operator that the intent is not supported and cannot be fulfilled.
- the ISP 110 requests the intent fulfillment system 130 to fulfill the request to which the intent fulfillment system 130 will respond with the degree of success or failure after the execution.
- the ISP 110 checks, e.g. using module 112, that the submitted hash object matches the defined syntax for submitting intents, i.e. that the required fields and their respective values are submitted. According to at least some embodiments, the ISP 110 logs the candidate intent with a timestamp and optionally an automatically generated identifier. The ISP 110 also checks, e.g. using module 112, to ensure the correctness of the values submitted for the respective fields of the intent. According to at least some embodiments, first, the module 112 checks if the specified verb is supported and in particular if the verb is supported for the specified object. The module 112 also checks whether the required attributes (i.e. the contexts, and parameters) are included in the intent specification and that the included values are supported for the verb-object combination.
- the required attributes i.e. the contexts, and parameters
- this correctness checking is done when an intent has been defined, but it will generally be required to be done before executing an intent, in which case the request for executing the intent is only sent if the intent is found to have been correctly submitted.
- the ISP 110 tracks either within the intent catalog or database 120 or separately, the list of users or user groups that are allowed to execute specific intents. According to at least some embodiments, the ISP 110 takes a user's credentials and checks, e.g. using the authenticator 113, if that user is allowed to execute a particular intent by matching those credentials against those users that are allowed to execute the specific intent. According to at least some embodiments, the check also is run against specific attributes of the intent e.g. to confirm if a particular intent can be executed with particular context or parameters.
- the ISP 110 either takes the credentials that have already been submitted when the user first logs into the intent system, or the ISP 110 specifically requests the user for their credentials after the user has requested for the specific intent to be executed.
- the ISP 110 sends at least one of the following messages across the ISP user interface(s) 101-104, 114:
- the IPS 110 is able to receive and act on at least one of the following messages received e.g. via the interfaces 101-104, 114:
- User authentication details including for example a username and a password.
- the ISP 110 sends at least one of the following messages across the intent specification interface 115:
- Requests to define or revise the execution logic for a specific intent Requests to define or revise the execution logic for a specific intent. Request to execute a specific intent.
- the IPS 110 is able to receive and act on the following messages received e.g. via the intent specification interface 115: Notifications on the success of failure of a specific request and any reasons as may be applicable.
- the ISP 110 allows network operators to create and run their intents without having to specify the details on how those intents should be fulfilled.
- the ISP 110 allows intents specified on one vendor's system to be executed or fulfilled on another vendor's system using a simple interface between the two systems.
- TS Traffic Steering
- the traffic steering feature as summarized by Fig. 2, is very complicated, so it is a good candidate for intent based network control operations.
- the operator may wish to readjust the traffic steering behaviour without looking into the specific details and options of the traffic steering feature(s).
- the configuration options are too many and complicated, so the intent-based control should abstract the complexity and simplify the operator actions through the intent system (i.e. the combination of the ISP 110 and some intent fulfillment system 130).
- traffic steering related intents rely on multiple automation/SON or network functions as represented by Fig. 3. It is noted that in Fig. 3 similar reference signs are used to refer to elements similar to those shown in Fig. 1.
- the intent fulfillment system 130 comprises traffic steering intent execution logic.
- Network functions and processes 140 comprise energy savings, carrier aggregation, traffic steering, load balancing and handover optimization.
- three traffic steering-related intents are defined and utilized:
- ESM_TS Energy saving TS
- example specifications according to the vocabulary of the ISP 110 for the three intents are as described by Table 2: As shown in Table 2, the action in the first row is "declaration" of the intents Urban_TS, ESM_TS and Flexible_TS.
- the action is "fulfill/execute" in which the declared intents Urban_TS, ESM_TS and Flexible_TS are executed by the network functions and processes of block 140, in particular the network functions and processes with respect to traffic steering of block 140, based on the traffic steering intent execution logic of the intent fulfillment system 130.
- FIG. 4 illustrating a simplified block diagram of a control unit 10 that is suitable for use in practicing at least some of the embodiments.
- control unit 10 implements at least one of hardware, software and firmware of the above-described intent specification apparatus and intent specification method.
- the control unit 10 comprises processing resources (e.g. processing circuitry) 11, memory resources (e.g. memory circuitry) 12 and interfaces (e.g. interface circuitry) 13, connected via a link 14. At least some embodiments are implemented by the memory resources 12 storing a program which is executable by the processing resources 11.
- processing resources e.g. processing circuitry
- memory resources e.g. memory circuitry
- interfaces e.g. interface circuitry
- connection means any connection or coupling, either direct or indirect, between two or more elements, and, according to at least some embodiments, encompass the presence of one or more intermediate elements between two elements that are “connected” or “coupled” together.
- the coupling or connection between the elements can be physical, logical, or a combination thereof.
- two elements are considered to be “connected” or “coupled” together by the use of one or more wires, cables and printed electrical connections, as well as by the use of electromagnetic energy, such as electromagnetic energy having wavelengths in the radio frequency region, the microwave region and the optical (both visible and invisible) region, as non-limiting examples.
- circuitry refers to one or more or all of the following:
- circuits such as a microprocessor(s) or a portion of a microprocessor(s), that require software or firmware for operation, even if the software or firmware is not physically present.
- circuitry applies to all uses of this term in this application, including in any claims.
- circuitry would also cover an implementation of merely a processor (or multiple processors) or portion of a processor and its (or their) accompanying software and/or firmware.
- circuitry would also cover, for example and if applicable to the particular claim element, a baseband integrated circuit or applications processor integrated circuit for a mobile phone or a similar integrated circuit in server, a cellular network device, or other network device.
- an intent specification apparatus comprises means for specifying, using a syntax, an intent regarding control of a communication network, wherein the syntax comprises at least a control object of the communication network and a verb which indicates what action to do with the control object.
- the syntax further comprises at least one of: a context and one or more parameters, wherein the context and the one or more parameters indicate with what parameters and under what conditions the action is to be done.
- the apparatus further comprises means for extracting, based on the syntax, the intent from at least one of value entries or statements.
- the apparatus further comprises a first user interface for inputting the value entries or statements.
- the apparatus further comprises means for classifying the intent into at least one of the following states: a first state indicating that the intent is declared, a second state indicating that the intent is declared and comprises execution logic for the execution of the intent by the communication network, a third state indicating that the intent is declared, comprises the execution logic and can be executed by the communication network, and a fourth state indicating that the execution logic of the intent is under execution in the communication network.
- the apparatus further comprises means for acquiring attributes from a storing unit storing the attributes, wherein the attributes are usable for specifying the intent.
- the apparatus further comprises the storing unit.
- the apparatus further comprises means for storing the intent into the storing unit.
- the apparatus further comprises a second user interface for querying the storing unit for associations between at least one of verbs, contexts, parameters and control objects.
- the apparatus further comprises a first interface, and means for acquiring, via the first interface, at least one of the control object and the attributes from a network management apparatus of the communication network.
- the apparatus further comprises means for checking, based on rules defining the syntax, correctness and completeness of the intent that has been specified.
- the apparatus further comprises means for authenticating a user for the right to execute the intent.
- the apparatus further comprises a second interface, and means for receiving credentials fitting the intent via the second interface.
- the apparatus further comprises a third interface to an intent fulfillment apparatus for implementing execution logic of the intent, and means for sending a first message via the third interface.
- the first message includes a request for executing the intent.
- the apparatus further comprises means for receiving a second message via the third interface.
- the second message comprises: an indication of a result of execution of the intent and optionally a reason for the result, and/or execution logic for the intent.
- the apparatus further comprises means for defining an intent based on the syntax and creating execution logic for the intent.
- the apparatus further comprises a third user interface, and means for sending a third message via the third user interface, wherein the third message comprises: a request for a response from the user regarding a syntax problem, and/or a response on a result of an execution of the intent and optionally a reason for the result.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
- User Interface Of Digital Computer (AREA)
Abstract
Description
Claims
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/EP2020/054540 WO2021164878A1 (en) | 2020-02-20 | 2020-02-20 | Intent specification for automated control of communication networks |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| EP4107909A1 true EP4107909A1 (en) | 2022-12-28 |
Family
ID=69699863
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP20707044.2A Pending EP4107909A1 (en) | 2020-02-20 | 2020-02-20 | Intent specification for automated control of communication networks |
Country Status (2)
| Country | Link |
|---|---|
| EP (1) | EP4107909A1 (en) |
| WO (1) | WO2021164878A1 (en) |
Families Citing this family (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2022228694A1 (en) | 2021-04-30 | 2022-11-03 | Nokia Solutions And Networks Oy | Intent fulfillment satisfaction |
| CN116266267A (en) * | 2021-12-17 | 2023-06-20 | 华为技术有限公司 | Method and device for checking legality of intention |
| CN119366162A (en) | 2022-06-16 | 2025-01-24 | 诺基亚技术有限公司 | Apparatus and method for mapping machine learning-based applications to intent logic units |
| CN120979928A (en) * | 2024-05-15 | 2025-11-18 | 华为技术有限公司 | A method, apparatus and system for managing network management intentions |
Family Cites Families (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9762619B1 (en) * | 2016-08-30 | 2017-09-12 | Nicira, Inc. | Multi-layer policy definition and enforcement framework for network virtualization |
| US10594560B2 (en) * | 2017-03-27 | 2020-03-17 | Cisco Technology, Inc. | Intent driven network policy platform |
| US10756983B2 (en) * | 2017-12-08 | 2020-08-25 | Apstra, Inc. | Intent-based analytics |
-
2020
- 2020-02-20 EP EP20707044.2A patent/EP4107909A1/en active Pending
- 2020-02-20 WO PCT/EP2020/054540 patent/WO2021164878A1/en not_active Ceased
Also Published As
| Publication number | Publication date |
|---|---|
| WO2021164878A1 (en) | 2021-08-26 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11886609B2 (en) | Computer-implemented methods, systems comprising computer-readable media, and electronic devices for secure multi-datasource query job status notificaion | |
| EP4107909A1 (en) | Intent specification for automated control of communication networks | |
| US20230283520A1 (en) | Intent driven network policy platform | |
| US11392586B2 (en) | Data protection method and device and storage medium | |
| US10949528B1 (en) | System and method for secure, policy-based access control for mobile computing devices | |
| EP4140097B1 (en) | Intent fulfillment for automated control of communication networks | |
| KR102048648B1 (en) | Restful Operations on Semantic IoT | |
| US10050842B2 (en) | Network control and management using semantic reasoners in a network environment | |
| US20220247786A1 (en) | Security policy generation and enforcement for device clusters | |
| RU2678496C2 (en) | Device policy manager | |
| CN111258627B (en) | Interface document generation method and device | |
| US20080163340A1 (en) | Method and apparatus for policy-based network access control with arbitrary network access control frameworks | |
| CN102271053A (en) | Automating network reconfiguration during migrations | |
| US11200319B2 (en) | Cloud enabling of legacy trusted networking devices for zero touch provisioning and enterprise as a service | |
| CN112149107A (en) | Unified authority management method, system, device and storage medium | |
| WO2022132941A1 (en) | Activity verification within a network computing environment | |
| CN108763887A (en) | Database manipulation requests verification method, apparatus, server and storage medium | |
| CN113572780A (en) | Equipment security policy configuration method | |
| US12259932B2 (en) | Focused URL recrawl | |
| US11698911B2 (en) | System and methods for performing updated query requests in a system of multiple database engine | |
| US12381917B2 (en) | Systems and methods for validating, maintaining, and visualizing security policies | |
| US12382263B2 (en) | Apparatus and method for implementing R1-O1 data models for O1 related services within a telecommunications network | |
| WO2022033079A1 (en) | Pico base station configuration method and apparatus, and storage medium and electronic apparatus | |
| US11669527B1 (en) | Optimized policy data structure for distributed authorization systems | |
| US12511317B2 (en) | Systems for securely searching textual content across multiple documents in various repositories |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: UNKNOWN |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE |
|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE |
|
| 17P | Request for examination filed |
Effective date: 20220920 |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR |
|
| DAV | Request for validation of the european patent (deleted) | ||
| DAX | Request for extension of the european patent (deleted) | ||
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: EXAMINATION IS IN PROGRESS |
|
| 17Q | First examination report despatched |
Effective date: 20260126 |