openBackhaul / AirInterfacePowerSaver

Pranay's first Application on the MW SDN Controller
Apache License 2.0
1 stars 1 forks source link

Operation clients are missing for spec 0.0.10 config file #146

Closed paulBMentopolis closed 3 months ago

paulBMentopolis commented 3 months ago

In the specification file "AirInterfacePowerSaver+config.json", the operation clients for all modules/functions that are added in the 0.0.5->0.0.10 upgrade are currently missing. The "AirInterfacePowerSaver.yaml" contains all relevant endpoints.

In addition, callbacks which are declared in the "AirInterfacePowerSaver+forwardings.yaml" are also missing in the "AirInterfacePowerSaver+config.json" but are declared in "AirInterfacePowerSaver.yaml". This may be intentional because the functions which are triggered seem to be mostly internal for the new 0.0.10 functions and may require no config file entry.