This file is indexed.

/usr/include/ns3.27/ns3/wimax-net-device.h is in libns3-dev 3.27+dfsg-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
 * Copyright (c) 2007,2008, 2009 INRIA, UDcast
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation;
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * Authors: Jahanzeb Farooq <jahanzeb.farooq@sophia.inria.fr>
 *          Mohamed Amine Ismail <amine.ismail@sophia.inria.fr>
 */

#ifndef WIMAX_NET_DEVICE_H
#define WIMAX_NET_DEVICE_H

#include "ns3/net-device.h"
#include "ns3/event-id.h"
#include "ns3/mac48-address.h"
#include "cid.h"
#include "wimax-connection.h"
#include "cid-factory.h"
#include "mac-messages.h"
#include "dl-mac-messages.h"
#include "ul-mac-messages.h"
#include "ns3/traced-callback.h"
#include "ns3/nstime.h"
#include "ns3/log.h"
#include "wimax-phy.h"
#include "wimax-mac-header.h"

namespace ns3 {

class Node;
class Packet;
class TraceContext;
class TraceResolver;
class Channel;
class WimaxChannel;
class PacketBurst;
class BurstProfileManager;
class ConnectionManager;
class ServiceFlowManager;
class BandwidthManager;
class UplinkScheduler;

/**
 * \defgroup wimax WiMAX Models
 * This section documents the API of the ns-3 wimax module. For a generic functional description, please refer to the ns-3 manual.
 */

/**
 * \brief Hold together all WiMAX-related objects in a NetDevice.
 * \ingroup wimax
 *
 * This class holds together ns3::WimaxPhy, ns3::WimaxConnection,
 * ns3::ConectionManager, ns3::BurstProfileManager, and 
 * ns3::BandwidthManager.
 */
class WimaxNetDevice : public NetDevice
{
public:
  ///Direction enumeration
  enum Direction
  {
    DIRECTION_DOWNLINK,
    DIRECTION_UPLINK
  };

  /// RangingStatus enumeration
  enum RangingStatus
  {
    RANGING_STATUS_EXPIRED,
    RANGING_STATUS_CONTINUE,
    RANGING_STATUS_ABORT,
    RANGING_STATUS_SUCCESS
  };

  /**
   * \brief Get the type ID.
   * \return the object TypeId
   */
  static TypeId GetTypeId (void);
  WimaxNetDevice (void);
  virtual ~WimaxNetDevice (void);
  /**
   * Set transmission/receive transition gap
   * \param ttg transmit/receive transition gap
   */
  void SetTtg (uint16_t ttg);
  /**
   * Get transmission/receive transition gap
   * \returns transmit/receive transition gap
   */
  uint16_t GetTtg (void) const;
  /**
   * Set receive/transmit transition gap
   * \param rtg receive/transmit transition gap
   */
  void SetRtg (uint16_t rtg);
  /**
   * Get receive/transmit transition gap
   * \returns receive/transmit transition gap
   */
  uint16_t GetRtg (void) const;
  /**
   * Attach device to channel
   * \param channel channel to attach
   */
  void Attach (Ptr<WimaxChannel> channel);
  /**
   * Set the physical layer object
   * \param phy the phy layer object to use
   */
  void SetPhy (Ptr<WimaxPhy> phy);
  /**
   * Get the physical layer object
   * \returns a pointer to the physical layer object
   */
  Ptr<WimaxPhy> GetPhy (void) const;

  /**
   * Set the channel object
   * \param wimaxChannel the channel to be used
   */
  void SetChannel (Ptr<WimaxChannel> wimaxChannel);

  /**
   * Get the channel object by index
   * \param index the channel index
   * \returns the channel being used.
   */
  uint64_t GetChannel (uint8_t index) const;

  /**
   * Set the number of frames
   * \param nrFrames the number of frames
   */
  void SetNrFrames (uint32_t nrFrames);
  /**
   * Get the number of frames
   * \returns the number of frames.
   */
  uint32_t GetNrFrames (void) const;
  /**
   * Set the MAC address
   * \param address the mac address of the net device
   */
  void SetMacAddress (Mac48Address address);
  /**
   * Get the MAC address
   * \returns the mac address of the net device
   */
  Mac48Address GetMacAddress (void) const;
  /**
   * Set the device state
   * \param state the state
   */
  void SetState (uint8_t state);
  /**
   * Get the device state
   * \returns the state
   */
  uint8_t GetState (void) const;
  /**
   * Get the initial ranging connection
   * \returns the initial ranging connection
   */
  Ptr<WimaxConnection> GetInitialRangingConnection (void) const;
  /**
   * Get the broadcast connection
   * \returns the broadcast connection
   */
  Ptr<WimaxConnection> GetBroadcastConnection (void) const;

  /**
   * Set the current DCD
   * \param dcd the DCD
   */
  void SetCurrentDcd (Dcd dcd);
  /**
   * Get the current DCD
   * \returns the DCD
   */
  Dcd GetCurrentDcd (void) const;
  /**
   * Set the current UCD
   * \param ucd the UCD
   */
  void SetCurrentUcd (Ucd ucd);
  /**
   * Get the current UCD
   * \returns the UCD
   */
  Ucd GetCurrentUcd (void) const;
  /**
   * Get the connection manager of the device
   * \returns the connection manager of the device
   */
  Ptr<ConnectionManager> GetConnectionManager (void) const;

  /**
   * Set the connection manager of the device
   * \param  connectionManager the commection manager to be installed in the device
   */
  virtual void SetConnectionManager (Ptr<ConnectionManager> connectionManager );

  /**
   * Get the burst profile manager
   * \returns the burst profile manager currently installed in the device
   */
  Ptr<BurstProfileManager> GetBurstProfileManager (void) const;

  /**
   * Set the burst profile manager
   * \param burstProfileManager the burst profile manager to be installed on the device
   */
  void SetBurstProfileManager (Ptr<BurstProfileManager> burstProfileManager);

  /**
   * Get the bandwidth manager on the device
   * \returns the bandwidth manager installed on the device
   */
  Ptr<BandwidthManager> GetBandwidthManager (void) const;

  /**
   * Set the bandwidth manager on the device
   * \param bandwidthManager the bandwidth manager to be installed on the device
   */
  void SetBandwidthManager (Ptr<BandwidthManager> bandwidthManager);

  /**
   * \brief Creates the initial ranging and broadcast connections
   */
  void CreateDefaultConnections (void);

  /// Start function
  virtual void Start (void) = 0;
  /// Stop function
  virtual void Stop (void) = 0;

  /// Set receive callback function
  void SetReceiveCallback (void);

  /**
   * Forward a packet to the next layer above the device
   * \param packet the packet
   * \param source the source MAC address
   * \param dest the destination MAC address
   */
  void ForwardUp (Ptr<Packet> packet, const Mac48Address &source, const Mac48Address &dest);

  /**
   * Enqueue a packet
   * \param packet the packet
   * \param hdrType the header type
   * \param connection the wimax connection
   * \returns true if successful
   */
  virtual bool Enqueue (Ptr<Packet> packet, const MacHeaderType &hdrType, Ptr<WimaxConnection> connection) = 0;
  /**
   * Forward a packet down the stack
   * \param burst the packet burst
   * \param modulationType the modulation type
   */
  void ForwardDown (Ptr<PacketBurst> burst, WimaxPhy::ModulationType modulationType);

  // temp, shall be private
  static uint8_t m_direction; ///< downlink or uplink

  static Time m_frameStartTime; ///< temp, to determine the frame start time at SS side, shall actually be determined by frame start preamble

  /**
   * Set device name
   * \param name the device name
   */
  virtual void SetName (const std::string name);
  /**
   * Get device name
   * \returns the device name
   */
  virtual std::string GetName (void) const;
  /**
   * Set interface index
   * \param index the index
   */
  virtual void SetIfIndex (const uint32_t index);
  /**
   * Get interface index
   * \returns the interface index
   */
  virtual uint32_t GetIfIndex (void) const;
  /**
   * Get the channel (this method is redundant with GetChannel()) 
   * \returns the channel used by the phy layer
   */
  virtual Ptr<Channel> GetPhyChannel (void) const;
  /**
   * Get the channel
   * \returns the channel
   */
  virtual Ptr<Channel> GetChannel (void) const;
  /**
   * Set address of the device
   * \param address the address
   */
  virtual void SetAddress (Address address);
  /**
   * Get address of the device
   * \returns the address
   */
  virtual Address GetAddress (void) const;
  /**
   * Set MTU value for the device
   * \param mtu the MTU
   * \returns true if successful
   */
  virtual bool SetMtu (const uint16_t mtu);
  /**
   * Get MTU of the device
   * \returns the MTU
   */
  virtual uint16_t GetMtu (void) const;
  /**
   * Check if link is up
   * \return true if the link is up
   */
  virtual bool IsLinkUp (void) const;
  /**
   * Set link change callback function
   * \param callback the callback function
   */
  virtual void SetLinkChangeCallback (Callback<void> callback);
  /**
   * Check if broadcast enabled
   * \returns true if broadcast
   */
  virtual bool IsBroadcast (void) const;
  /**
   * Get broadcast address
   * \returns the address
   */
  virtual Address GetBroadcast (void) const;
  /**
   * Check if multicast enabled
   * \returns true if multicast
   */
  virtual bool IsMulticast (void) const;
  /**
   * Get multicast address
   * \returns the multicast address
   */
  virtual Address GetMulticast (void) const;
  /**
   * Make multicast address
   * \param multicastGroup the IPv4 address
   * \returns the multicast address
   */
  virtual Address MakeMulticastAddress (Ipv4Address multicastGroup) const;
  /**
   * Check if device is a point-to-point device
   * \returns true if point to point
   */
  virtual bool IsPointToPoint (void) const;
  /**
   * Send function
   * \param packet the packet
   * \param dest the destination address
   * \param protocolNumber the protocol number
   * \returns true if successful
   */
  virtual bool Send (Ptr<Packet> packet, const Address& dest, uint16_t protocolNumber);
  /**
   * Set node pointer
   * \param node the node pointer
   */
  virtual void SetNode (Ptr<Node> node);
  /**
   * Get node pointer
   * \returns the node pointer
   */
  virtual Ptr<Node> GetNode (void) const;
  /**
   * Check if device needs ARP
   * \returns true if ARP required
   */
  virtual bool NeedsArp (void) const;
  /**
   * Set receive callback function
   * \param cb the receive callback function
   */
  virtual void SetReceiveCallback (NetDevice::ReceiveCallback cb);
  /**
   * Add link change callback function
   * \param callback the link change callback function
   */
  virtual void AddLinkChangeCallback (Callback<void> callback);
  /**
   * Send a packet
   * \param packet the packet
   * \param source the source address
   * \param dest the destination address
   * \param protocolNumber the protocol number
   * \returns true if successful
   */
  virtual bool SendFrom (Ptr<Packet> packet, const Address& source, const Address& dest, uint16_t protocolNumber);
  /**
   * Set promiscious receive callback function
   * \param cb the promiscious mode callback
   */
  virtual void SetPromiscReceiveCallback (PromiscReceiveCallback cb);
  /**
   * Get promiscious receive callback function
   * \returns the promiscious mode callback
   */
  NetDevice::PromiscReceiveCallback GetPromiscReceiveCallback (void);
  /**
   * Check if device supports the SendFrom method
   * \returns true if SendFrom is supported
   */
  virtual bool SupportsSendFrom (void) const;

  /**
   * TracedCallback signature for packet and Mac48Address.
   *
   * \param [in] packet The packet.
   * \param [in] mac The Mac48Address.
   * \deprecated The `const Mac48Address &` argument is deprecated
   * and will be changed to \c Mac48Address in a future release.
   * The TracedCallback signature will then match \c Packet::Mac48Address
   * and this typedef can be removed.
   */
  typedef void (* TxRxTracedCallback)
    (Ptr<const Packet> packet, const Mac48Address & mac);
  /**
   * \deprecated The `const Mac48Address &` argument is deprecated
   * and will be changed to \c Mac48Address in a future release.
   * The TracedCallback signature will then match \c Packet::Mac48Address
   * and this typedef can be removed.
   * \todo This member variable should be private.
   */
  TracedCallback<Ptr<const Packet>, const Mac48Address &> m_traceRx;
  /**
   * \deprecated The `const Mac48Address &` argument is deprecated
   * and will be changed to \c Mac48Address in a future release.
   * The TracedCallback signature will then match \c Packet::Mac48Address
   * and this typedef can be removed.
   * \todo This member variable should be private.
   */
  TracedCallback<Ptr<const Packet>, const Mac48Address &> m_traceTx;

  virtual void DoDispose (void);
  virtual Address GetMulticast (Ipv6Address addr) const;
  virtual Address GetMulticast (Ipv4Address multicastGroup) const;
  virtual bool IsBridge (void) const;

  /**
   * Check if device is promiscious
   * \returns true if promiscious
   */
  bool IsPromisc (void);
  /**
   * Notify promiscious trace of a packet arrival
   * \param p the packet
   */
  void NotifyPromiscTrace (Ptr<Packet> p);

private:
  /// copy constructor (disabled)
  WimaxNetDevice (const WimaxNetDevice &);
  /**
   * assignment operator (disabled)
   * \returns the wimax net device
   */
  WimaxNetDevice & operator= (const WimaxNetDevice &);

  /// Maximum MSDU size
  static const uint16_t MAX_MSDU_SIZE = 1500;
  /// recommended by wimax forum.
  static const uint16_t DEFAULT_MSDU_SIZE = 1400;

  /**
   * Send a packet
   * \param packet the packet
   * \param source the source MAC address
   * \param dest the destination MAC address
   * \param protocolNumber the protocol number
   * \returns true if successful
   */
  virtual bool DoSend (Ptr<Packet> packet,
                       const Mac48Address& source,
                       const Mac48Address& dest,
                       uint16_t protocolNumber) = 0;
  /**
   * Receive a packet
   * \param packet the packet received
   */
  virtual void DoReceive (Ptr<Packet> packet) = 0;
  /**
   * Get the channel
   * \returns the wimax channel
   */
  virtual Ptr<WimaxChannel> DoGetChannel (void) const;
  /**
   * Receive a packet burst
   * \param burst the packet burst
   */
  void Receive (Ptr<const PacketBurst> burst);
  /// Initialize channels function
  void InitializeChannels (void);

  Ptr<Node> m_node; ///< the node
  Ptr<WimaxPhy> m_phy; ///< the phy
  NetDevice::ReceiveCallback m_forwardUp; ///< forward up callback function
  NetDevice::PromiscReceiveCallback m_promiscRx; ///< promiscious receive fcallback function

  uint32_t m_ifIndex; ///< IF index
  std::string m_name; ///< service name
  bool m_linkUp; ///< link up?
  Callback<void> m_linkChange; ///< link change callback
  mutable uint16_t m_mtu; ///< MTU

  /// temp, shall be in BS. defined here to allow SS to access. SS shall actually determine it from DLFP, shall be moved to BS after DLFP is implemented
  static uint32_t m_nrFrames; 

  /// not sure if it shall be included here
  std::vector<uint64_t> m_dlChannels;

  Mac48Address m_address; ///< MAC address
  uint8_t m_state; ///< state
  uint32_t m_symbolIndex; ///< symbol index

  /// length of TTG in units of PSs
  uint16_t m_ttg;
  /// length of RTG in units of PSs
  uint16_t m_rtg;

  Dcd m_currentDcd; ///< DCD
  Ucd m_currentUcd; ///< UCD

  Ptr<WimaxConnection> m_initialRangingConnection; ///< initial rnaging connection
  Ptr<WimaxConnection> m_broadcastConnection; ///< broadcast connection

  Ptr<ConnectionManager> m_connectionManager; ///< connection manager
  Ptr<BurstProfileManager> m_burstProfileManager; ///< burst profile manager
  Ptr<BandwidthManager> m_bandwidthManager; ///< badnwidth manager

  Ptr<Object> m_mobility; ///< modility model

};

} // namespace ns3

#endif /* WIMAX_NET_DEVICE_H */