Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ampolicy/api_default.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ package ampolicy
import (
"net/http"

"github.com/5GC-DEV/openapi-cdac"
"github.com/5GC-DEV/openapi-cdac/models"
"github.com/gin-gonic/gin"
"github.com/omec-project/openapi"
"github.com/omec-project/openapi/models"
"github.com/omec-project/pcf/logger"
"github.com/omec-project/pcf/producer"
"github.com/omec-project/pcf/util"
Expand Down
4 changes: 2 additions & 2 deletions bdtpolicy/api_bdt_policies_collection_routers.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ package bdtpolicy
import (
"net/http"

"github.com/5GC-DEV/openapi-cdac"
"github.com/5GC-DEV/openapi-cdac/models"
"github.com/gin-gonic/gin"
"github.com/omec-project/openapi"
"github.com/omec-project/openapi/models"
"github.com/omec-project/pcf/logger"
"github.com/omec-project/pcf/producer"
"github.com/omec-project/util/httpwrapper"
Expand Down
4 changes: 2 additions & 2 deletions bdtpolicy/api_individual_bdt_policy_document_routers.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ package bdtpolicy
import (
"net/http"

"github.com/5GC-DEV/openapi-cdac"
"github.com/5GC-DEV/openapi-cdac/models"
"github.com/gin-gonic/gin"
"github.com/omec-project/openapi"
"github.com/omec-project/openapi/models"
"github.com/omec-project/pcf/logger"
"github.com/omec-project/pcf/producer"
"github.com/omec-project/util/httpwrapper"
Expand Down
4 changes: 2 additions & 2 deletions callback/api_nf_subscribe_notify.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ package callback
import (
"net/http"

"github.com/5GC-DEV/openapi-cdac"
"github.com/5GC-DEV/openapi-cdac/models"
"github.com/gin-gonic/gin"
"github.com/omec-project/openapi"
"github.com/omec-project/openapi/models"
"github.com/omec-project/pcf/logger"
"github.com/omec-project/pcf/producer"
"github.com/omec-project/util/httpwrapper"
Expand Down
4 changes: 2 additions & 2 deletions consumer/communication.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
"fmt"
"strings"

"github.com/omec-project/openapi"
"github.com/omec-project/openapi/models"
"github.com/5GC-DEV/openapi-cdac"
"github.com/5GC-DEV/openapi-cdac/models"
pcf_context "github.com/omec-project/pcf/context"
"github.com/omec-project/pcf/logger"
"github.com/omec-project/pcf/util"
Expand Down
6 changes: 3 additions & 3 deletions consumer/nf_discovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ import (
"fmt"
"net/http"

"github.com/5GC-DEV/openapi-cdac/Nnrf_NFDiscovery"
"github.com/5GC-DEV/openapi-cdac/models"
nrfCache "github.com/5GC-DEV/openapi-cdac/nrfcache"
"github.com/antihax/optional"
"github.com/omec-project/openapi/Nnrf_NFDiscovery"
"github.com/omec-project/openapi/models"
nrfCache "github.com/omec-project/openapi/nrfcache"
pcfContext "github.com/omec-project/pcf/context"
"github.com/omec-project/pcf/logger"
"github.com/omec-project/pcf/util"
Expand Down
6 changes: 3 additions & 3 deletions consumer/nf_management.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import (
"strings"
"time"

"github.com/omec-project/openapi"
"github.com/omec-project/openapi/Nnrf_NFManagement"
"github.com/omec-project/openapi/models"
"github.com/5GC-DEV/openapi-cdac"
"github.com/5GC-DEV/openapi-cdac/Nnrf_NFManagement"
"github.com/5GC-DEV/openapi-cdac/models"
pcfContext "github.com/omec-project/pcf/context"
"github.com/omec-project/pcf/logger"
)
Expand Down
4 changes: 2 additions & 2 deletions context/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (
"sync"
"time"

"github.com/omec-project/openapi"
"github.com/omec-project/openapi/models"
"github.com/5GC-DEV/openapi-cdac"
"github.com/5GC-DEV/openapi-cdac/models"
"github.com/omec-project/pcf/factory"
"github.com/omec-project/pcf/logger"
"github.com/omec-project/util/idgenerator"
Expand Down
2 changes: 1 addition & 1 deletion context/ue.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"strconv"
"strings"

"github.com/omec-project/openapi/models"
"github.com/5GC-DEV/openapi-cdac/models"
"github.com/omec-project/pcf/logger"
"github.com/omec-project/util/idgenerator"
)
Expand Down
2 changes: 1 addition & 1 deletion factory/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
package factory

import (
"github.com/omec-project/openapi/models"
"github.com/5GC-DEV/openapi-cdac/models"
"github.com/omec-project/util/logger"
)

Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ go 1.24.0
require (
github.com/5GC-DEV/config5g-cdac v0.2.1
github.com/5GC-DEV/event v0.0.0-20250920143456-3d7f9c51c82a
github.com/5GC-DEV/openapi-cdac v0.4.1
github.com/antihax/optional v1.0.0
github.com/cydev/zero v0.0.0-20160322155811-4a4535dd56e7
github.com/gin-contrib/cors v1.7.5
github.com/gin-gonic/gin v1.10.1
github.com/google/uuid v1.6.0
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/omec-project/openapi v1.4.1
github.com/omec-project/util v1.3.2
github.com/prometheus/client_golang v1.22.0
github.com/stretchr/testify v1.10.0
Expand Down Expand Up @@ -54,11 +54,11 @@ require (
github.com/ugorji/go/codec v1.2.14 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/arch v0.17.0 // indirect
golang.org/x/crypto v0.38.0 // indirect
golang.org/x/net v0.40.0 // indirect
golang.org/x/crypto v0.39.0 // indirect
golang.org/x/net v0.41.0 // indirect
golang.org/x/oauth2 v0.30.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/text v0.25.0 // indirect
golang.org/x/text v0.26.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
google.golang.org/grpc v1.72.2 // indirect
google.golang.org/protobuf v1.36.6 // indirect
Expand Down
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ github.com/5GC-DEV/config5g-cdac v0.2.1 h1:7Cqwmqh5jqeWtwYTrITflrGotglIRBIb1P3EF
github.com/5GC-DEV/config5g-cdac v0.2.1/go.mod h1:0OEL6UoNKKlx2tlNSoKpRtzckwxR2SL+pRBDAOCT4BU=
github.com/5GC-DEV/event v0.0.0-20250920143456-3d7f9c51c82a h1:Zql0XFQw2yfBPc7Yn51cHQO1B1h/XU7Vs9ARqOy19NA=
github.com/5GC-DEV/event v0.0.0-20250920143456-3d7f9c51c82a/go.mod h1:1c1txRb2QALAgLrRABwrydgjR/hHq/N7m4cwhhL+ggk=
github.com/5GC-DEV/openapi-cdac v0.4.1 h1:EFGYKz6D+k2tI4fEvSDAJseVo3amgoZEK3tVrp5znec=
github.com/5GC-DEV/openapi-cdac v0.4.1/go.mod h1:KLX5UeLe67E9SQC/vVNArCa4KK4luoDNAS0kRGkdE74=
github.com/antihax/optional v1.0.0 h1:xK2lYat7ZLaVVcIuj82J8kIro4V6kDe0AUDFboUCwcg=
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d h1:Byv0BzEl3/e6D5CLfI0j/7hiIEtvGVFPCZ7Ei2oq8iQ=
Expand Down Expand Up @@ -88,8 +90,6 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32 h1:W6apQkHrMkS0Muv8G/TipAy/FJl/rCYT0+EuS8+Z0z4=
github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32/go.mod h1:9wM+0iRr9ahx58uYLpLIr5fm8diHn0JbqRycJi6w0Ms=
github.com/omec-project/openapi v1.4.1 h1:F9RAjS5at/xcd2Iadl4/V0I3veYnH2WiFc3B7bj6Y8k=
github.com/omec-project/openapi v1.4.1/go.mod h1:RVoo/FjKWlqg95hRRqBhQYzoCUZlE+h6/u4vj8bP2Jo=
github.com/omec-project/util v1.3.2 h1:5JP4ZYqMPPESSYrgc6LQNlcvJ/Xhrq8u5jSV405iuX8=
github.com/omec-project/util v1.3.2/go.mod h1:Q5hNzZ0VSIbYzi+FRaJrvVD12BxK0n5uoNvvV3qn+ro=
github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4=
Expand Down Expand Up @@ -145,17 +145,17 @@ go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=
go.uber.org/zap v1.27.0/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E=
golang.org/x/arch v0.17.0 h1:4O3dfLzd+lQewptAHqjewQZQDyEdejz3VwgeYwkZneU=
golang.org/x/arch v0.17.0/go.mod h1:bdwinDaKcfZUGpH09BB7ZmOfhalA8lQdzl62l8gGWsk=
golang.org/x/crypto v0.38.0 h1:jt+WWG8IZlBnVbomuhg2Mdq0+BBQaHbtqHEFEigjUV8=
golang.org/x/crypto v0.38.0/go.mod h1:MvrbAqul58NNYPKnOra203SB9vpuZW0e+RRZV+Ggqjw=
golang.org/x/net v0.40.0 h1:79Xs7wF06Gbdcg4kdCCIQArK11Z1hr5POQ6+fIYHNuY=
golang.org/x/net v0.40.0/go.mod h1:y0hY0exeL2Pku80/zKK7tpntoX23cqL3Oa6njdgRtds=
golang.org/x/crypto v0.39.0 h1:SHs+kF4LP+f+p14esP5jAoDpHU8Gu/v9lFRK6IT5imM=
golang.org/x/crypto v0.39.0/go.mod h1:L+Xg3Wf6HoL4Bn4238Z6ft6KfEpN0tJGo53AAPC632U=
golang.org/x/net v0.41.0 h1:vBTly1HeNPEn3wtREYfy4GZ/NECgw2Cnl+nK6Nz3uvw=
golang.org/x/net v0.41.0/go.mod h1:B/K4NNqkfmg07DQYrbwvSluqCJOOXwUjeb/5lOisjbA=
golang.org/x/oauth2 v0.30.0 h1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI=
golang.org/x/oauth2 v0.30.0/go.mod h1:B++QgG3ZKulg6sRPGD/mqlHQs5rB3Ml9erfeDY7xKlU=
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=
golang.org/x/sys v0.33.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
golang.org/x/text v0.25.0 h1:qVyWApTSYLk/drJRO5mDlNYskwQznZmkpV2c8q9zls4=
golang.org/x/text v0.25.0/go.mod h1:WEdwpYrmk1qmdHvhkSTNPm3app7v4rsT8F2UD6+VHIA=
golang.org/x/text v0.26.0 h1:P42AVeLghgTYr4+xUnTRKDMqpar+PtX7KWuNQL21L8M=
golang.org/x/text v0.26.0/go.mod h1:QK15LZJUUQVJxhz7wXgxSy/CJaTFjd0G+YLonydOVQA=
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 h1:fc6jSaCT0vBduLYZHYrBBNY4dsWuvgyff9noRNDdBeE=
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822/go.mod h1:qQ0YXyHHx3XkvlzUtpXDkS29lDSafHMZBAZDc03LQ3A=
google.golang.org/grpc v1.72.2 h1:TdbGzwb82ty4OusHWepvFWGLgIbNo1/SUynEN0ssqv8=
Expand Down
4 changes: 2 additions & 2 deletions httpcallback/amf_status_change_notify.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ package httpcallback
import (
"net/http"

"github.com/5GC-DEV/openapi-cdac"
"github.com/5GC-DEV/openapi-cdac/models"
"github.com/gin-gonic/gin"
"github.com/omec-project/openapi"
"github.com/omec-project/openapi/models"
"github.com/omec-project/pcf/logger"
"github.com/omec-project/pcf/producer"
"github.com/omec-project/util/httpwrapper"
Expand Down
4 changes: 2 additions & 2 deletions httpcallback/sm_policy_notify.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ package httpcallback
import (
"net/http"

"github.com/5GC-DEV/openapi-cdac"
"github.com/5GC-DEV/openapi-cdac/models"
"github.com/gin-gonic/gin"
"github.com/omec-project/openapi"
"github.com/omec-project/openapi/models"
"github.com/omec-project/pcf/logger"
"github.com/omec-project/pcf/producer"
"github.com/omec-project/util/httpwrapper"
Expand Down
2 changes: 1 addition & 1 deletion internal/notifyevent/dispatcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package notifyevent

import (
"github.com/5GC-DEV/event"
"github.com/omec-project/openapi/models"
"github.com/5GC-DEV/openapi-cdac/models"
"github.com/omec-project/pcf/logger"
)

Expand Down
2 changes: 1 addition & 1 deletion internal/notifyevent/send_smpolicy_termination.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/http"

"github.com/5GC-DEV/event"
"github.com/omec-project/openapi/models"
"github.com/5GC-DEV/openapi-cdac/models"
"github.com/omec-project/pcf/logger"
"github.com/omec-project/pcf/util"
)
Expand Down
2 changes: 1 addition & 1 deletion internal/notifyevent/send_smpolicy_update.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/http"

"github.com/5GC-DEV/event"
"github.com/omec-project/openapi/models"
"github.com/5GC-DEV/openapi-cdac/models"
"github.com/omec-project/pcf/logger"
"github.com/omec-project/pcf/util"
)
Expand Down
4 changes: 2 additions & 2 deletions oam/api_get_am_policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ package oam
import (
"net/http"

"github.com/5GC-DEV/openapi-cdac"
"github.com/5GC-DEV/openapi-cdac/models"
"github.com/gin-gonic/gin"
"github.com/omec-project/openapi"
"github.com/omec-project/openapi/models"
"github.com/omec-project/pcf/logger"
"github.com/omec-project/pcf/producer"
"github.com/omec-project/util/httpwrapper"
Expand Down
4 changes: 2 additions & 2 deletions pcftests/pcf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ import (
"time"

protos "github.com/5GC-DEV/config5g-cdac/proto/sdcoreConfig"
"github.com/5GC-DEV/openapi-cdac/Nnrf_NFDiscovery"
"github.com/5GC-DEV/openapi-cdac/models"
"github.com/antihax/optional"
"github.com/omec-project/openapi/Nnrf_NFDiscovery"
"github.com/omec-project/openapi/models"
"github.com/omec-project/pcf/consumer"
pcfContext "github.com/omec-project/pcf/context"
"github.com/omec-project/pcf/factory"
Expand Down
4 changes: 2 additions & 2 deletions policyauthorization/api_application_sessions_collection.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ package policyauthorization
import (
"net/http"

"github.com/5GC-DEV/openapi-cdac"
"github.com/5GC-DEV/openapi-cdac/models"
"github.com/gin-gonic/gin"
"github.com/omec-project/openapi"
"github.com/omec-project/openapi/models"
"github.com/omec-project/pcf/logger"
"github.com/omec-project/pcf/producer"
"github.com/omec-project/pcf/util"
Expand Down
4 changes: 2 additions & 2 deletions policyauthorization/api_events_subscription_document.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ package policyauthorization
import (
"net/http"

"github.com/5GC-DEV/openapi-cdac"
"github.com/5GC-DEV/openapi-cdac/models"
"github.com/gin-gonic/gin"
"github.com/omec-project/openapi"
"github.com/omec-project/openapi/models"
"github.com/omec-project/pcf/logger"
"github.com/omec-project/pcf/producer"
"github.com/omec-project/pcf/util"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ package policyauthorization
import (
"net/http"

"github.com/5GC-DEV/openapi-cdac"
"github.com/5GC-DEV/openapi-cdac/models"
"github.com/gin-gonic/gin"
"github.com/omec-project/openapi"
"github.com/omec-project/openapi/models"
"github.com/omec-project/pcf/logger"
"github.com/omec-project/pcf/producer"
"github.com/omec-project/util/httpwrapper"
Expand Down
4 changes: 2 additions & 2 deletions producer/ampolicy.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import (
"net/http"
"reflect"

"github.com/5GC-DEV/openapi-cdac"
"github.com/5GC-DEV/openapi-cdac/models"
"github.com/mohae/deepcopy"
"github.com/omec-project/openapi"
"github.com/omec-project/openapi/models"
"github.com/omec-project/pcf/consumer"
pcf_context "github.com/omec-project/pcf/context"
"github.com/omec-project/pcf/logger"
Expand Down
6 changes: 3 additions & 3 deletions producer/bdtpolicy.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ import (
"fmt"
"net/http"

"github.com/5GC-DEV/openapi-cdac/Nnrf_NFDiscovery"
"github.com/5GC-DEV/openapi-cdac/Nudr_DataRepository"
"github.com/5GC-DEV/openapi-cdac/models"
"github.com/antihax/optional"
"github.com/google/uuid"
"github.com/mohae/deepcopy"
"github.com/omec-project/openapi/Nnrf_NFDiscovery"
"github.com/omec-project/openapi/Nudr_DataRepository"
"github.com/omec-project/openapi/models"
"github.com/omec-project/pcf/consumer"
pcf_context "github.com/omec-project/pcf/context"
"github.com/omec-project/pcf/logger"
Expand Down
4 changes: 2 additions & 2 deletions producer/callback.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
"net/http"
"strings"

"github.com/omec-project/openapi/models"
nrfCache "github.com/omec-project/openapi/nrfcache"
"github.com/5GC-DEV/openapi-cdac/models"
nrfCache "github.com/5GC-DEV/openapi-cdac/nrfcache"
"github.com/omec-project/pcf/consumer"
pcfContext "github.com/omec-project/pcf/context"
"github.com/omec-project/pcf/logger"
Expand Down
2 changes: 1 addition & 1 deletion producer/oam.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"net/http"
"strconv"

"github.com/omec-project/openapi/models"
"github.com/5GC-DEV/openapi-cdac/models"
"github.com/omec-project/pcf/context"
"github.com/omec-project/pcf/logger"
"github.com/omec-project/util/httpwrapper"
Expand Down
4 changes: 2 additions & 2 deletions producer/policyauthorization.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ import (
"strings"
"time"

"github.com/5GC-DEV/openapi-cdac"
"github.com/5GC-DEV/openapi-cdac/models"
"github.com/cydev/zero"
"github.com/omec-project/openapi"
"github.com/omec-project/openapi/models"
pcf_context "github.com/omec-project/pcf/context"
"github.com/omec-project/pcf/internal/notifyevent"
"github.com/omec-project/pcf/logger"
Expand Down
6 changes: 3 additions & 3 deletions producer/smpolicy.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ import (
"strconv"
"strings"

"github.com/5GC-DEV/openapi-cdac"
"github.com/5GC-DEV/openapi-cdac/Nudr_DataRepository"
"github.com/5GC-DEV/openapi-cdac/models"
"github.com/antihax/optional"
"github.com/mohae/deepcopy"
"github.com/omec-project/openapi"
"github.com/omec-project/openapi/Nudr_DataRepository"
"github.com/omec-project/openapi/models"
pcf_context "github.com/omec-project/pcf/context"
"github.com/omec-project/pcf/logger"
stats "github.com/omec-project/pcf/metrics"
Expand Down
8 changes: 4 additions & 4 deletions service/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ import (

grpcClient "github.com/5GC-DEV/config5g-cdac/proto/client"
protos "github.com/5GC-DEV/config5g-cdac/proto/sdcoreConfig"
"github.com/5GC-DEV/openapi-cdac/Nnrf_NFDiscovery"
openapiLogger "github.com/5GC-DEV/openapi-cdac/logger"
"github.com/5GC-DEV/openapi-cdac/models"
nrfCache "github.com/5GC-DEV/openapi-cdac/nrfcache"
"github.com/antihax/optional"
"github.com/gin-contrib/cors"
"github.com/omec-project/openapi/Nnrf_NFDiscovery"
openapiLogger "github.com/omec-project/openapi/logger"
"github.com/omec-project/openapi/models"
nrfCache "github.com/omec-project/openapi/nrfcache"
"github.com/omec-project/pcf/ampolicy"
"github.com/omec-project/pcf/bdtpolicy"
"github.com/omec-project/pcf/callback"
Expand Down
Loading