Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
openairinterface5G
openairinterface5G
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 150
    • Issues 150
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 12
    • Merge Requests 12
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards

[GITLAB] - UPGRADE TO v12 on Wednesday the 18th of December at 11.30AM

  • oai
  • openairinterface5Gopenairinterface5G
  • Merge Requests
  • !36

Merged
Opened Jun 10, 2016 by Cedric Roux@cedric.roux
  • Report abuse
Report abuse

T

I did some compilation tests using ./build_oai -s --run-group "0101*", all was fine.

I ran lte-softmodem with the sequans and let it run for a while with both uplink and downlink UDP low throughput traffic, all was fine.

I ran some TCP tests, downlink 14 Mb/s (because the sequans does not report a CQI of 15 but 14 maximum, so we don't go to maximum MCS, so 14 Mb/s instead of 16) with a very clean radio (almost no error in the HARQ processes).

For uplink things are not so clean, it starts at 6 Mb/s and after a while goes down to 2/3 Mbit/s. Lot's of errors in the HARQ processes, mostly uplink but also downlink.

This is a both with and without T activated.

So to me it's fine.

The T tracer is a debugging tool. When it's not enabled, it has zero impact on the processing. I think we need to do very little tests before merging. I'll let you decide but to me it's okay!

Check out, review, and merge locally

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

git fetch https://gitlab.eurecom.fr/oai-internal/openairinterface5g.git T
git checkout -b oai-internal/openairinterface5g-T FETCH_HEAD

Step 2. Review the changes locally

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

git fetch origin
git checkout origin/develop
git merge --no-ff oai-internal/openairinterface5g-T

Step 4. Push the result of the merge to GitLab

git push origin develop

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

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

  • Discussion 12
  • Commits 219
  • Changes
Assignee
No assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View project labels
Reference: oai/openairinterface5g!36