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

Delta Between Two Patch Sets: src/wifi/wscript

Issue 1055041: ns-3: Wireless Interference (Jamming) Framework
Left Patch Set: Move jamming to src/contrib. Update to latest energy model. Update jamming models. Created 13 years, 7 months ago
Right Patch Set: Add python bindings. Update to latest dev tree (3.11). Created 12 years, 10 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:
Right: Side by side diff | Download
« no previous file with change/comment | « src/wifi/model/wifi-preamble.h ('k') | src/wscript » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- 1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
2 2
3 def build(bld): 3 def build(bld):
4 obj = bld.create_ns3_module('wifi', ['network', 'propagation']) 4 obj = bld.create_ns3_module('wifi', ['network', 'propagation'])
5 obj.source = [ 5 obj.source = [
6 'model/wifi-information-element.cc', 6 'model/wifi-information-element.cc',
7 'model/wifi-information-element-vector.cc', 7 'model/wifi-information-element-vector.cc',
8 'model/wifi-channel.cc', 8 'model/wifi-channel.cc',
9 'model/wifi-mode.cc', 9 'model/wifi-mode.cc',
10 'model/ssid.cc', 10 'model/ssid.cc',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 'model/capability-information.h', 125 'model/capability-information.h',
126 'model/dcf-manager.h', 126 'model/dcf-manager.h',
127 'model/mac-rx-middle.h',· 127 'model/mac-rx-middle.h',·
128 'model/mac-low.h', 128 'model/mac-low.h',
129 'model/originator-block-ack-agreement.h', 129 'model/originator-block-ack-agreement.h',
130 'model/dcf.h', 130 'model/dcf.h',
131 'model/ctrl-headers.h', 131 'model/ctrl-headers.h',
132 'model/block-ack-agreement.h', 132 'model/block-ack-agreement.h',
133 'model/block-ack-manager.h', 133 'model/block-ack-manager.h',
134 'model/block-ack-cache.h', 134 'model/block-ack-cache.h',
135 'model/wifi-phy-state-helper.h',
135 'helper/athstats-helper.h', 136 'helper/athstats-helper.h',
136 'helper/wifi-helper.h', 137 'helper/wifi-helper.h',
137 'helper/yans-wifi-helper.h', 138 'helper/yans-wifi-helper.h',
138 'helper/nqos-wifi-mac-helper.h', 139 'helper/nqos-wifi-mac-helper.h',
139 'helper/qos-wifi-mac-helper.h', 140 'helper/qos-wifi-mac-helper.h',
140 ] 141 ]
141 142
142 if bld.env['ENABLE_GSL']: 143 if bld.env['ENABLE_GSL']:
143 obj.uselib = 'GSL GSLCBLAS M' 144 obj.uselib = 'GSL GSLCBLAS M'
144 obj_test.uselib = 'GSL GSLCBLAS M' 145 obj_test.uselib = 'GSL GSLCBLAS M'
145 146
146 obj = bld.create_ns3_program('wifi-phy-test', 147 obj = bld.create_ns3_program('wifi-phy-test',
147 ['core', 'mobility', 'network', 'wifi']) 148 ['core', 'mobility', 'network', 'wifi'])
148 obj.source = 'test/wifi-phy-test.cc' 149 obj.source = 'test/wifi-phy-test.cc'
149 150
150 bld.ns3_python_bindings() 151 bld.ns3_python_bindings()
151 152
LEFTRIGHT

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