forked from magma/magma
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for selecting the default APN per subscriber (magma…
…#15453) * feat: add support for selecting the default APN per subscriber Signed-off-by: Amr Elsayyad <[email protected]> * chore: add MAGMA_ROOT env var to VSCode settings Signed-off-by: Amr Elsayyad <[email protected]> * fix(ci) ci/cd build fails due to unresolved dependancy in unit test Adding `psutil` unit caused automated tests to fail due to unrezloved dependancy in the bazel definition. Signed-off-by: Jordan Vrtanoski <[email protected]> --------- Signed-off-by: Amr Elsayyad <[email protected]> Signed-off-by: Jordan Vrtanoski <[email protected]> Co-authored-by: Jordan Vrtanoski <[email protected]>
- Loading branch information
1 parent
58a101a
commit 142cc3b
Showing
21 changed files
with
705 additions
and
412 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"terminal.integrated.env.linux": { | ||
"MAGMA_ROOT": "${workspaceFolder}" | ||
}, | ||
"terminal.integrated.env.osx": { | ||
"MAGMA_ROOT": "${workspaceFolder}" | ||
}, | ||
"terminal.integrated.env.windows": { | ||
"MAGMA_ROOT": "${workspaceFolder}" | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
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
3 changes: 3 additions & 0 deletions
3
lte/cloud/go/services/lte/obsidian/models/apn_configuration_swaggergen.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.