Loading go-apps/meep-app-enablement/server/capif-mgmt/service-mgmt.go +4 −0 Original line number Diff line number Diff line Loading @@ -349,6 +349,10 @@ func appServicesPOST(w http.ResponseWriter, r *http.Request) { } // } if sInfoPost.AefProfiles[0].VendorSpecificUrnetsimeccapifexttransportInfo.Security == nil { sInfoPost.AefProfiles[0].VendorSpecificUrnetsimeccapifexttransportInfo.Security = &SecurityInfo{} } aefProfile := &AefProfile{ AefId: sInfoPost.AefProfiles[0].AefId, Versions: []Version{sInfoPost.AefProfiles[0].Versions[0]}, Loading go-apps/meep-app-enablement/server/service-mgmt/service-mgmt.go +4 −0 Original line number Diff line number Diff line Loading @@ -326,6 +326,10 @@ func appServicesPOST(w http.ResponseWriter, r *http.Request) { } } if sInfoPost.TransportInfo.Security == nil { sInfoPost.TransportInfo.Security = &SecurityInfo{} } // Create Service sInfo := &ServiceInfo{ SerInstanceId: uuid.New().String(), Loading Loading
go-apps/meep-app-enablement/server/capif-mgmt/service-mgmt.go +4 −0 Original line number Diff line number Diff line Loading @@ -349,6 +349,10 @@ func appServicesPOST(w http.ResponseWriter, r *http.Request) { } // } if sInfoPost.AefProfiles[0].VendorSpecificUrnetsimeccapifexttransportInfo.Security == nil { sInfoPost.AefProfiles[0].VendorSpecificUrnetsimeccapifexttransportInfo.Security = &SecurityInfo{} } aefProfile := &AefProfile{ AefId: sInfoPost.AefProfiles[0].AefId, Versions: []Version{sInfoPost.AefProfiles[0].Versions[0]}, Loading
go-apps/meep-app-enablement/server/service-mgmt/service-mgmt.go +4 −0 Original line number Diff line number Diff line Loading @@ -326,6 +326,10 @@ func appServicesPOST(w http.ResponseWriter, r *http.Request) { } } if sInfoPost.TransportInfo.Security == nil { sInfoPost.TransportInfo.Security = &SecurityInfo{} } // Create Service sInfo := &ServiceInfo{ SerInstanceId: uuid.New().String(), Loading