Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhongxiao
OpenXG-RAN
Commits
535ac60f
Commit
535ac60f
authored
Jan 21, 2014
by
Lionel Gauthier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@4914
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
1246d482
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
openair2/Makefile
openair2/Makefile
+5
-0
No files found.
openair2/Makefile
View file @
535ac60f
...
...
@@ -160,6 +160,11 @@ nascellrg_netlink.ko:
nascellrg_clean.ko
:
(
cd
NAS/DRIVER/CELLULAR/NASRG
&&
$(MAKE)
-j
$(NUM_CORES)
$(SET_UM)
NAS_DRIVER_TYPE_ETHERNET
=
1
NAS_NETLINK
=
1
V
=
1
-C
/usr/src/
$(LINUX_KERNEL)
M
=
`
pwd
`
clean
)
# Driver for UE using LTE core network (MME, S+P-GW)
ue_ip.ko
:
(
cd
NETWORK_DRIVER/UE_IP
&&
$(MAKE)
-j
$(NUM_CORES)
$(SET_UM)
NAS_NETLINK
=
1
OAI_NW_DRIVER_USE_NETLINK
=
1
V
=
1
-C
/usr/src/
$(LINUX_KERNEL)
M
=
`
pwd
`
modules
)
rt_emul
:
(
cd
SIMULATION/USER_TOOLS/RT_EMUL_LAUNCHER
&&
$(MAKE)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment