Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openairinterface5G openairinterface5G
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 54
    • Issues 54
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 40
    • Merge requests 40
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • oai
  • openairinterface5Gopenairinterface5G
  • Merge requests
  • !1205

Merged
Created Jul 16, 2021 by Raphael Defosseux@defosseuOwner

fix(oai-lte-ue): unrestrict socket in nas init. Fix running with a docker Ubuntu container

  • Overview 9
  • Commits 1
  • Changes 6

Fix proposed by Laurent.

The problem is in a server socket, that I think have been developed to send AT commands to the OAI UE.
We let the feature in place, the problem was that they restricted the socket bind to localhost, that doesn't always exist.
We bind the socket to any_addr (instead of localhost), so the commands to the UE can come also from a remote machine.

I've added also a docker-compose to test locally the fix.

Edited Jul 16, 2021 by Raphael Defosseux
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix-lte-ue-modem-in-docker-container