@@ -43,6 +43,7 @@ When configuring the SDK as a **Network App Invoker**, the following fields must
For SDK configuration as a **Network App Provider**, the following fields are required:
For SDK configuration as a **Network App Provider**, the following fields are required:
-`provider_folder`
-`provider_folder`
-`supported_features`
-`cert_generation` (fields such as `csr_common_name`, `csr_country_name`, etc.)
-`cert_generation` (fields such as `csr_common_name`, `csr_country_name`, etc.)
-`APFs`
-`APFs`
-`AEFs`
-`AEFs`
@@ -80,6 +81,7 @@ This file can also be populated using [environment variables](../samples/envirom
-`invoker_folder`: The path (relative or absolute) where invoker information (certificates, keys, etc.) is stored.
-`invoker_folder`: The path (relative or absolute) where invoker information (certificates, keys, etc.) is stored.
-`provider_folder`: The path (relative or absolute) where provider information is stored.
-`provider_folder`: The path (relative or absolute) where provider information is stored.
-`supported_features`: A string used to indicate the features supported by an API. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of "0" to "9", "a" to "f" or "A" to "F". [More information](https://github.com/jdegre/5GC_APIs/blob/Rel-18/TS29571_CommonData.yaml)
-`capif_host`: The domain name of the CAPIF host.
-`capif_host`: The domain name of the CAPIF host.
-`register_host`: The domain name of the register host.
-`register_host`: The domain name of the register host.