Skip to content

Commit c00ce3c

Browse files
authored
Remove upfadapter because it was moved to its own repository (#329)
* 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]>
1 parent 34e85d4 commit c00ce3c

File tree

22 files changed

+1
-1578
lines changed

22 files changed

+1
-1578
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,3 @@ updates:
2727
day: "sunday"
2828
time: "21:00"
2929
timezone: "America/Los_Angeles"
30-
31-
- package-ecosystem: "gomod"
32-
directory: "/upfadapter/"
33-
schedule:
34-
interval: "weekly"
35-
day: "sunday"
36-
time: "21:00"
37-
timezone: "America/Los_Angeles"

.github/workflows/master.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,6 @@ jobs:
2525
- name: Build
2626
run: go build
2727

28-
build-upfadapter:
29-
runs-on: ubuntu-latest
30-
defaults:
31-
run:
32-
working-directory: ./upfadapter
33-
steps:
34-
- uses: actions/checkout@v4
35-
36-
- uses: actions/setup-go@v5
37-
with:
38-
go-version-file: 'go.mod'
39-
40-
- name: Build
41-
run: go build
42-
4328
docker-build:
4429
runs-on: ubuntu-latest
4530
steps:

Dockerfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ WORKDIR $GOPATH/src/smf
2525
COPY . .
2626
RUN make all
2727

28-
WORKDIR $GOPATH/src/smf/upfadapter
29-
RUN CGO_ENABLED=0 go build
30-
3128
FROM alpine:3.20 AS smf
3229

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

45-
# Set working dir
46-
WORKDIR /free5gc/bin
47-
48-
# copy upf-adapter image
49-
COPY --from=builder /go/src/smf/upfadapter/upf-adapter .
50-
5142
# Set working dir
5243
WORKDIR /free5gc/smf
5344

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.1-dev
1+
1.6.1

upfadapter/config/config.go

Lines changed: 0 additions & 221 deletions
This file was deleted.

upfadapter/go.mod

Lines changed: 0 additions & 18 deletions
This file was deleted.

upfadapter/go.mod.license

Lines changed: 0 additions & 3 deletions
This file was deleted.

upfadapter/go.sum

Lines changed: 0 additions & 26 deletions
This file was deleted.

upfadapter/go.sum.license

Lines changed: 0 additions & 3 deletions
This file was deleted.

upfadapter/logger/logger.go

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)