Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
oai-cn5g-fed
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
cn5g
oai-cn5g-fed
Commits
e8237418
Commit
e8237418
authored
3 years ago
by
Raphael Defosseux
Browse files
Options
Downloads
Patches
Plain Diff
DOC: update on the build image page
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
d79fd023
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/BUILD_IMAGES.md
+25
-9
25 additions, 9 deletions
docs/BUILD_IMAGES.md
with
25 additions
and
9 deletions
docs/BUILD_IMAGES.md
+
25
−
9
View file @
e8237418
...
...
@@ -14,18 +14,34 @@
# 1. Retrieve the correct network function branches #
| CNF Name | Branch Name | Commit at time of writing | Ubuntu 18.04 | RHEL8 (UBI8) |
| ----------- |:----------------------- | ------------------------------------------ | ------------ | ----------------|
| AMF |
`develop`
|
`9656dbb151847d7979436753b1c6a407fedf63fd`
| X | X |
| SMF |
`develop`
|
`401bf13b096b4f3d4bc865b30440d95484558cf4`
| X | X |
| NRF |
`develop`
|
`4982e0da034663e30d7682957c7b8b39c978bca1`
| X | X |
| SPGW-U-TINY |
`gtp_extension_header`
|
`3898c773f91bb21451d8a9d4ef8e3d06ab184e1d`
| X | X |
| CNF Name | Branch Name | Commit at time of writing | Ubuntu 18.04 | RHEL8 (UBI8) |
| ----------- |:----------- | ------------------------------------------ | ------------ | ----------------|
| AMF |
`develop`
|
`f31dc5a5a013882f4c5f6132d1b2af7f6c98ece2`
| X | X |
| SMF |
`develop`
|
`7e3ffb6b444269b7667501ee82da9c7b3f7bf9eb`
| X | X |
| NRF |
`develop`
|
`f722502f92333747503b13491962ade7c5e6dbca`
| X | X |
| SPGW-U-TINY |
`develop`
|
`7f687f853eaa7617ba56da186d0d55afb6219558`
| X | X |
**UPDATE (2021/07/12): all branches have been tagged with `2021.w28`.**
**PLEASE USE newer commits than these tags.**
```
bash
$
git clone https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-fed.git
$
cd
oai-cn5g-fed
# You can specify a tag on the parent GIT repository such as `2021.w28`
$
git checkout 2021.w28
# Or you can sync to the latest version
$
git checkout master
$
git pull origin master
# Then you need to resync the sub-modules (ie AMF, SPGW-U-TINY, SMF, NRF).
# You can specify:
# --- a valid tag (such as seen)
# --- a newer tag
# --- a branch to get the latest (`develop` being the latest stable)
# Usually the better option is to specify `develop`
$
./scripts/syncComponents.sh
-h
Openair-CN components synchronization
Original Author: Raphael Defosseux
...
...
@@ -57,12 +73,12 @@ Options:
--help
OR
-h
Print this
help
message.
$
./scripts/syncComponents.sh
--spgwu-tiny-branch
gtp_extension_header
$
./scripts/syncComponents.sh
--spgwu-tiny-branch
2021.w28
---------------------------------------------------------
OAI-AMF component branch : develop
OAI-SMF component branch : develop
OAI-NRF component branch : develop
OAI-SPGW-U component branch :
gtp_extension_header
OAI-SPGW-U component branch :
2021.w28
---------------------------------------------------------
....
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment