Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(agw): change remote location of libgtpnl in docker container #14766

Merged
merged 1 commit into from
Dec 27, 2022

Conversation

mpfirrmann
Copy link
Contributor

Signed-off-by: Marco Pfirrmann marco.pfirrmann@tngtech.com

Summary

The libgtpnl repo was moved to a new location, see also #14721. This changes the remote location throughout the codebase.

Test Plan

Additional Information

  • This change is backwards-breaking

@mpfirrmann mpfirrmann requested review from a team December 27, 2022 10:36
@mpfirrmann mpfirrmann requested a review from a team as a code owner December 27, 2022 10:36
@pull-request-size pull-request-size bot added the size/XS Denotes a PR that changes 0-9 lines. label Dec 27, 2022
@mpfirrmann mpfirrmann requested review from nstng and removed request for maxhbr and pshelar December 27, 2022 10:36
@github-actions
Copy link
Contributor

Thanks for opening a PR! 💯

A couple initial guidelines

Howto

  • Reviews. The "Reviewers" listed for this PR are the Magma maintainers who will shepherd it.
  • Checks. All required CI checks must pass before merge.
  • Merge. Once approved and passing CI checks, use the ready2merge label to indicate the maintainers can merge your PR.

More info

Please take a moment to read through the Magma project's

If this is your first Magma PR, also consider reading

@github-actions github-actions bot added component: agw Access gateway-related issue component: ci All updates on CI (Jenkins/CircleCi/Github Action) labels Dec 27, 2022
Copy link
Member

@maxhbr maxhbr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions
Copy link
Contributor

github-actions bot commented Dec 27, 2022

FeG Lint & Test

    2 files  203 suites   40s ⏱️
374 tests 374 ✔️ 0 💤 0
388 runs  388 ✔️ 0 💤 0

Results for commit 9180c7a.

♻️ This comment has been updated with latest results.

@@ -138,7 +138,7 @@ RUN git clone --recurse-submodules -b v1.15.0 https://github.com/grpc/grpc && \
wget https://ftp.gnu.org/gnu/nettle/nettle-2.5.tar.gz && \
wget https://www.gnupg.org/ftp/gcrypt/gnutls/v3.1/gnutls-3.1.23.tar.xz && \
git clone https://liblfds.org/git/liblfds && \
git clone https://git.osmocom.org/libgtpnl && \
git clone https://gitea.osmocom.org/cellular-infrastructure/libgtpnl/ && \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit³: the "/" at the end is superfluous, right? -> inconsistent with the other entries

@github-actions
Copy link
Contributor

github-actions bot commented Dec 27, 2022

DP Lint & Test

14 tests   14 ✔️  3m 7s ⏱️
  1 suites    0 💤
  1 files      0

Results for commit 9180c7a.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@nstng nstng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm - see nit (decide for yourself if this is worth a change).

@rdefosse fyi for possible OAI upstream changes

Signed-off-by: Marco Pfirrmann <marco.pfirrmann@tngtech.com>
@mpfirrmann mpfirrmann enabled auto-merge (squash) December 27, 2022 11:09
@mpfirrmann mpfirrmann merged commit 21fce21 into magma:master Dec 27, 2022
@mpfirrmann mpfirrmann deleted the pr/adapt_libgtpnl_source branch December 27, 2022 11:52
lucasgonze pushed a commit to lucasgonze/magma that referenced this pull request Feb 29, 2024
…ma#14766)

Signed-off-by: Marco Pfirrmann <marco.pfirrmann@tngtech.com>

Signed-off-by: Marco Pfirrmann <marco.pfirrmann@tngtech.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: agw Access gateway-related issue component: ci All updates on CI (Jenkins/CircleCi/Github Action) size/XS Denotes a PR that changes 0-9 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants