Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1122)

Side by Side Diff: examples/lte/wscript

Issue 1869054: LTE module for ns-3
Patch Set: Created 13 years, 7 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
2
3 def build(bld):
4 obj = bld.create_ns3_program('lte-phy-downlink',
5 ['lte'])
6 obj.source = 'lte-phy-downlink.cc'
7
8 obj = bld.create_ns3_program('lte-phy-uplink',
9 ['lte'])
10 obj.source = 'lte-phy-uplink.cc'
11
12 obj = bld.create_ns3_program('lte-device',
13 ['lte'])
14 obj.source = 'lte-device.cc'
15
16 obj = bld.create_ns3_program('lte-channel-model',
17 ['lte'])
18 obj.source = 'lte-channel-model.cc'
19
20 obj = bld.create_ns3_program('lte-amc',
21 ['lte'])
22 obj.source = 'lte-amc.cc'
23
OLDNEW
« no previous file with comments | « examples/lte/waf ('k') | examples/spectrum/waf » ('j') | src/helper/lte-helper.h » ('J')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b