(TID) Enhance mapper to store created services per slice
# Proposers - Javier Velazquez (TID) # Description The mapper is enhanced to store in an object the IDs of the created services. This way it is easier to track the associated services with an slice for creating, modifying or deleting slices. # Demo or definition of done A new database is created storing the list of service IDs, with a reference to the slice id it correspond to. The primary key will be service_id (string) and the other field will be slice_id (string) ## Acknowledgements This work is supported by UNITY-6G project, co-funded from European Union’s Horizon Europe Smart Networks and Services Joint Undertaking (SNS JU) research and innovation programme under the Grant Agreement No 101192650 and from the Swiss State Secretariat for Education, Research and Innovation (SERI).
issue