Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
openairinterface5G
openairinterface5G
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge Requests 20
    • Merge Requests 20
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Commits
  • oai
  • openairinterface5Gopenairinterface5G
  • Merge Requests
  • !418

Closed
Opened Oct 16, 2018 by Bi-Ruei, Chiu@biruei.chiuDeveloper
  • Report abuse
Report abuse

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b "develop-nr-adding-2018-09-asn1" "origin/develop-nr-adding-2018-09-asn1"

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout "develop-nr"
git merge --no-ff "develop-nr-adding-2018-09-asn1"

Step 4. Push the result of the merge to GitLab

git push origin "develop-nr"

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

Develop nr adding 2018 09 asn1

  • Overview 16
  • Commits 5
  • Changes 134

Compile NR-RRC 15.3.0 and LTE-RRC 15.3.0

  1. Add prefix LTE_ to LTE-RRC generated data types by assigning ASN1C_PREFIX=LTE_ when invoking asn1c
  2. Use ASN.1 from NR-RRC 15.3.0, LTE-RRC 15.3.0, S1AP 15.3.0 and X2AP 15.3.0
  3. Modify all expressions using original LTE-RRC data types to new generated ones
  4. Does not change any program logic
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View project labels
Reference: oai/openairinterface5g!418
Source branch: develop-nr-adding-2018-09-asn1