-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to latest component versions
- Loading branch information
Showing
1,481 changed files
with
35,410 additions
and
396,918 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
ip route add $GNB_ROUTE via $CLASSIFIER_IP | ||
amf --amfcfg amfcfg.yaml | ||
amf --config amfcfg.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM shynuu/sa-ntn:base as builder | ||
FROM debian:buster-slim | ||
WORKDIR /ausf | ||
COPY --from=builder /go/src/free5gc/bin/ausf /usr/local/bin/ausf | ||
COPY --from=builder /go/src/5g-core-ntn/free5gc/bin/ausf /usr/local/bin/ausf | ||
ENTRYPOINT ["ausf"] | ||
CMD ["-h"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM shynuu/sa-ntn:base AS builder | ||
FROM debian:buster-slim | ||
WORKDIR /nrf | ||
COPY --from=builder /go/src/free5gc/bin/nrf /usr/local/bin/nrf | ||
COPY --from=builder /go/src/5g-core-ntn/free5gc/bin/nrf /usr/local/bin/nrf | ||
ENTRYPOINT ["nrf"] | ||
CMD ["-h"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM shynuu/sa-ntn:base AS builder | ||
FROM debian:buster-slim | ||
WORKDIR /nssf | ||
COPY --from=builder /go/src/free5gc/bin/nssf /usr/local/bin/nssf | ||
COPY --from=builder /go/src/5g-core-ntn/free5gc/bin/nssf /usr/local/bin/nssf | ||
ENTRYPOINT ["nssf"] | ||
CMD ["-h"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM shynuu/sa-ntn:base AS builder | ||
FROM debian:buster-slim | ||
WORKDIR /ntnqof | ||
COPY --from=builder /go/src/5g-core-ntn/free5gc/bin/ntnqof /usr/local/bin/ntnqof | ||
COPY --from=builder /go/src/5g-core-ntn/bin/ntnqof /usr/local/bin/ntnqof | ||
ENTRYPOINT ["ntnqof"] | ||
CMD ["-h"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM shynuu/sa-ntn:base AS builder | ||
FROM debian:buster-slim | ||
WORKDIR /pcf | ||
COPY --from=builder /go/src/free5gc/bin/pcf /usr/local/bin/pcf | ||
COPY --from=builder /go/src/5g-core-ntn/free5gc/bin/pcf /usr/local/bin/pcf | ||
ENTRYPOINT ["pcf"] | ||
CMD ["-h"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM shynuu/sa-ntn:base AS builder | ||
FROM debian:buster-slim | ||
WORKDIR /qof | ||
COPY --from=builder /go/src/5g-core-ntn/free5gc/bin/qof /usr/local/bin/qof | ||
COPY --from=builder /go/src/5g-core-ntn/bin/qof /usr/local/bin/qof | ||
COPY ./entrypoint.sh /qof/entrypoint.sh | ||
ENTRYPOINT [ "./entrypoint.sh" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM shynuu/sa-ntn:base AS builder | ||
FROM debian:buster-slim | ||
WORKDIR /udm | ||
COPY --from=builder /go/src/free5gc/bin/udm /usr/local/bin/udm | ||
COPY --from=builder /go/src/5g-core-ntn/free5gc/bin/udm /usr/local/bin/udm | ||
ENTRYPOINT ["udm"] | ||
CMD ["-h"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM shynuu/sa-ntn:base AS builder | ||
FROM debian:buster-slim | ||
WORKDIR /udr | ||
COPY --from=builder /go/src/free5gc/bin/udr /usr/local/bin/udr | ||
COPY --from=builder /go/src/5g-core-ntn/free5gc/bin/udr /usr/local/bin/udr | ||
ENTRYPOINT ["udr"] | ||
CMD ["-h"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
RAN_IP=A | ||
CLASSIFIER_IP=A | ||
ip route add $RAN_IP via $CLASSIFIER_IP | ||
free5gc-upfd -f upfcfg.yaml | ||
free5gc-upfd -c upfcfg.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.