5G-MAG / rt-5gms-application-provider

The 5GMS Application Provider interacts with the 5GMS Application Function via M1 Provisioning interface, and uses M8 interface to communicate with UE.
Other
2 stars 4 forks source link

Sturcture of Dynamic Policies template #19

Closed stojkovicv closed 5 months ago

stojkovicv commented 6 months ago

Description

In current implementation, SweetAlert window has been activated every time the creation of dynamic policies is attempted. It enables smooth input of every value, but doesn't contain any explanation on meaning of the parameters, or what is their purpose in overall mechanism. From the M1 Python library's documentation, it's clear that detailed information about structure of Dynamic Policies template can be found in TS 29.571 (Common Data Types for Service Based Interfaces).

Moreover, there is currently no client-side checking of inputed values, and the error handling is provided only by the backend code. The error message is just transpassed to the front GUI. This can be enhanced.

Solution

Note: Client-side in this context is considered to be front-end Javascript GUI.