Skip to content

Commit

Permalink
removed free5gc references
Browse files Browse the repository at this point in the history
  • Loading branch information
vthiruveedula committed May 18, 2022
1 parent df2e746 commit 7d3b001
Show file tree
Hide file tree
Showing 45 changed files with 293 additions and 264 deletions.
12 changes: 6 additions & 6 deletions ampolicy/api_default.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ import (

"github.com/gin-gonic/gin"

"github.com/free5gc/http_wrapper"
"github.com/free5gc/openapi"
"github.com/free5gc/openapi/models"
"github.com/free5gc/pcf/logger"
"github.com/free5gc/pcf/producer"
"github.com/free5gc/pcf/util"
"github.com/omec-project/http_wrapper"
"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"
)

func HTTPPoliciesPolAssoIdDelete(c *gin.Context) {
Expand Down
4 changes: 2 additions & 2 deletions ampolicy/routers.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import (

"github.com/gin-gonic/gin"

"github.com/free5gc/logger_util"
"github.com/free5gc/pcf/logger"
"github.com/omec-project/logger_util"
"github.com/omec-project/pcf/logger"
)

// Route is the information for every URI.
Expand Down
10 changes: 5 additions & 5 deletions bdtpolicy/api_bdt_policies_collection_routers.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ import (

"github.com/gin-gonic/gin"

"github.com/free5gc/http_wrapper"
"github.com/free5gc/openapi"
"github.com/free5gc/openapi/models"
"github.com/free5gc/pcf/logger"
"github.com/free5gc/pcf/producer"
"github.com/omec-project/http_wrapper"
"github.com/omec-project/openapi"
"github.com/omec-project/openapi/models"
"github.com/omec-project/pcf/logger"
"github.com/omec-project/pcf/producer"
)

// CreateBDTPolicy - Create a new Individual BDT policy
Expand Down
10 changes: 5 additions & 5 deletions bdtpolicy/api_individual_bdt_policy_document_routers.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ import (

"github.com/gin-gonic/gin"

"github.com/free5gc/http_wrapper"
"github.com/free5gc/openapi"
"github.com/free5gc/openapi/models"
"github.com/free5gc/pcf/logger"
"github.com/free5gc/pcf/producer"
"github.com/omec-project/http_wrapper"
"github.com/omec-project/openapi"
"github.com/omec-project/openapi/models"
"github.com/omec-project/pcf/logger"
"github.com/omec-project/pcf/producer"
)

// GetBDTPolicy - Read an Individual BDT policy
Expand Down
4 changes: 2 additions & 2 deletions bdtpolicy/routers.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import (

"github.com/gin-gonic/gin"

"github.com/free5gc/logger_util"
"github.com/free5gc/pcf/logger"
"github.com/omec-project/logger_util"
"github.com/omec-project/pcf/logger"
)

// Route is the information for every URI.
Expand Down
10 changes: 5 additions & 5 deletions consumer/communication.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ import (
"fmt"
"strings"

"github.com/free5gc/openapi"
"github.com/free5gc/openapi/models"
pcf_context "github.com/free5gc/pcf/context"
"github.com/free5gc/pcf/logger"
"github.com/free5gc/pcf/util"
"github.com/omec-project/openapi"
"github.com/omec-project/openapi/models"
pcf_context "github.com/omec-project/pcf/context"
"github.com/omec-project/pcf/logger"
"github.com/omec-project/pcf/util"
)

func AmfStatusChangeSubscribe(amfUri string, guamiList []models.Guami) (
Expand Down
8 changes: 4 additions & 4 deletions consumer/nf_discovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ import (

"github.com/antihax/optional"

"github.com/free5gc/openapi/Nnrf_NFDiscovery"
"github.com/free5gc/openapi/models"
"github.com/free5gc/pcf/logger"
"github.com/free5gc/pcf/util"
"github.com/omec-project/openapi/Nnrf_NFDiscovery"
"github.com/omec-project/openapi/models"
"github.com/omec-project/pcf/logger"
"github.com/omec-project/pcf/util"
)

func SendSearchNFInstances(
Expand Down
10 changes: 5 additions & 5 deletions consumer/nf_management.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ import (
"strings"
"time"

"github.com/free5gc/openapi"
"github.com/free5gc/openapi/Nnrf_NFManagement"
"github.com/free5gc/openapi/models"
pcf_context "github.com/free5gc/pcf/context"
"github.com/free5gc/pcf/logger"
"github.com/omec-project/openapi"
"github.com/omec-project/openapi/Nnrf_NFManagement"
"github.com/omec-project/openapi/models"
pcf_context "github.com/omec-project/pcf/context"
"github.com/omec-project/pcf/logger"
)

func BuildNFInstance(context *pcf_context.PCFContext) (profile models.NfProfile, err error) {
Expand Down
10 changes: 5 additions & 5 deletions context/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ import (
"strings"
"sync"

"github.com/free5gc/idgenerator"
"github.com/free5gc/openapi"
"github.com/free5gc/openapi/models"
"github.com/free5gc/pcf/factory"
"github.com/free5gc/pcf/logger"
"github.com/omec-project/idgenerator"
"github.com/omec-project/openapi"
"github.com/omec-project/openapi/models"
"github.com/omec-project/pcf/factory"
"github.com/omec-project/pcf/logger"
"github.com/sirupsen/logrus"
)

Expand Down
6 changes: 3 additions & 3 deletions context/ue.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import (
"strconv"
"strings"

"github.com/free5gc/idgenerator"
"github.com/free5gc/openapi/models"
"github.com/free5gc/pcf/logger"
"github.com/omec-project/idgenerator"
"github.com/omec-project/openapi/models"
"github.com/omec-project/pcf/logger"
)

// key is supi
Expand Down
4 changes: 2 additions & 2 deletions factory/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
package factory

import (
"github.com/free5gc/logger_util"
"github.com/free5gc/openapi/models"
"github.com/omec-project/logger_util"
"github.com/omec-project/openapi/models"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion factory/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

"gopkg.in/yaml.v2"

"github.com/free5gc/pcf/logger"
"github.com/omec-project/pcf/logger"
)

var PcfConfig Config
Expand Down
29 changes: 16 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/free5gc/pcf
module github.com/omec-project/pcf

go 1.14

Expand All @@ -7,25 +7,28 @@ require (
github.com/antonfisher/nested-logrus-formatter v1.3.1
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/cydev/zero v0.0.0-20160322155811-4a4535dd56e7
github.com/free5gc/MongoDBLibrary v1.0.0
github.com/free5gc/http2_util v1.0.0
github.com/free5gc/http_wrapper v1.0.0
github.com/free5gc/idgenerator v1.0.0
github.com/free5gc/logger_conf v1.0.0
github.com/free5gc/logger_util v1.0.0
github.com/free5gc/openapi v1.0.0
github.com/free5gc/path_util v1.0.0
github.com/free5gc/version v1.0.0
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.6.3
github.com/gin-gonic/gin v1.7.0
github.com/golang/snappy v0.0.2 // indirect
github.com/google/uuid v1.1.2
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/omec-project/config5g v1.0.7
github.com/omec-project/MongoDBLibrary v1.0.100-dev
github.com/omec-project/config5g v1.0.100-dev
github.com/omec-project/http2_util v1.0.100-dev
github.com/omec-project/http_wrapper v1.0.102-dev
github.com/omec-project/idgenerator v1.0.100-dev
github.com/omec-project/logger_conf v1.0.100-dev
github.com/omec-project/logger_util v1.0.100-dev
github.com/omec-project/openapi v1.0.100-dev
github.com/omec-project/path_util v1.0.100-dev
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/tim-ywliu/event v0.1.0
github.com/urfave/cli v1.22.5
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a // indirect
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/yaml.v2 v2.4.0
)

replace github.com/free5gc/pcf => ../pcf
replace github.com/omec-project/pcf => ../pcf
Loading

0 comments on commit 7d3b001

Please sign in to comment.