Skip to content

Commit

Permalink
Remove upfadapter because it was moved to its own repository (#329)
Browse files Browse the repository at this point in the history
* Remove `upfadapter` because it was moved to its own repository

Signed-off-by: Arrobo, Gabriel <[email protected]>

* Create patch release

Signed-off-by: Arrobo, Gabriel <[email protected]>

---------

Signed-off-by: Arrobo, Gabriel <[email protected]>
  • Loading branch information
gab-arrobo authored Oct 11, 2024
1 parent 34e85d4 commit c00ce3c
Show file tree
Hide file tree
Showing 22 changed files with 1 addition and 1,578 deletions.
8 changes: 0 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,3 @@ updates:
day: "sunday"
time: "21:00"
timezone: "America/Los_Angeles"

- package-ecosystem: "gomod"
directory: "/upfadapter/"
schedule:
interval: "weekly"
day: "sunday"
time: "21:00"
timezone: "America/Los_Angeles"
15 changes: 0 additions & 15 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,6 @@ jobs:
- name: Build
run: go build

build-upfadapter:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./upfadapter
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'

- name: Build
run: go build

docker-build:
runs-on: ubuntu-latest
steps:
Expand Down
9 changes: 0 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ WORKDIR $GOPATH/src/smf
COPY . .
RUN make all

WORKDIR $GOPATH/src/smf/upfadapter
RUN CGO_ENABLED=0 go build

FROM alpine:3.20 AS smf

LABEL description="ONF open source 5G Core Network" \
Expand All @@ -42,12 +39,6 @@ RUN if [ "$DEBUG_TOOLS" = "true" ]; then \
apk update && apk add --no-cache -U vim strace net-tools curl netcat-openbsd bind-tools tcpdump; \
fi

# Set working dir
WORKDIR /free5gc/bin

# copy upf-adapter image
COPY --from=builder /go/src/smf/upfadapter/upf-adapter .

# Set working dir
WORKDIR /free5gc/smf

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.1-dev
1.6.1
221 changes: 0 additions & 221 deletions upfadapter/config/config.go

This file was deleted.

18 changes: 0 additions & 18 deletions upfadapter/go.mod

This file was deleted.

3 changes: 0 additions & 3 deletions upfadapter/go.mod.license

This file was deleted.

26 changes: 0 additions & 26 deletions upfadapter/go.sum

This file was deleted.

3 changes: 0 additions & 3 deletions upfadapter/go.sum.license

This file was deleted.

47 changes: 0 additions & 47 deletions upfadapter/logger/logger.go

This file was deleted.

Loading

0 comments on commit c00ce3c

Please sign in to comment.