├── .gitmodules
├── doc
├── satellite-gwstructure.png
├── satellite-utstructure.png
├── satellite-gain-72beams.png
├── sns3-theme
│ ├── static
│ │ ├── bc_s.png
│ │ └── ns3_stylesheet.css
│ ├── ns3_doxy_footer.html
│ ├── layout.html
│ └── theme.conf
├── satellite-full72-gain-map.png
├── satellite-geosatstructure.png
├── satellite-helper-structure.png
├── satellite-general-architecture.pdf
├── satellite-general-architecture.png
├── satellite-forward-composite-sinr.png
├── satellite-full72-dominance-map-userfreq.png
├── satellite.rst
├── README.md
└── main.h
├── examples
├── generic-input-attributes.xml
├── sat-tutorial-input.xml
├── sat-generic-launcher.cc
├── sat-rayleigh-example.cc
├── CMakeLists.txt
├── sat-loo-example.cc
└── sat-mobility-position-generator.cc
├── .gitignore
├── .hgignore
├── .gitlab-ci.yml
├── model
├── satellite-base-fader.cc
├── satellite-base-fader-conf.cc
├── satellite-base-fading.cc
├── satellite-arq-buffer-context.cc
├── satellite-interference-elimination.cc
├── satellite-superframe-allocator.cc
├── satellite-sgp4io.h
├── satellite-node-info.cc
├── satellite-arp-cache.cc
├── lorawan-ground-mac-gateway.h
├── lorawan-orbiter-mac-gateway.h
├── iers-data.h
├── satellite-arp-cache.h
├── satellite-lora-phy-tx.cc
├── satellite-fwd-carrier-conf.cc
├── lora-beam-tag.cc
├── satellite-constant-position-mobility-model.h
├── satellite-isl-arbiter.cc
├── satellite-sgp4ext.h
├── satellite-base-fader-conf.h
├── satellite-arq-buffer-context.h
├── lora-beam-tag.h
├── satellite-fading-input-trace.cc
├── satellite-constant-position-mobility-model.cc
├── vector-extensions.cc
├── satellite-fading-input-trace.h
├── satellite-free-space-loss.cc
├── satellite-free-space-loss.h
├── lorawan-mac-gateway.h
├── satellite-orbiter-user-llc.h
├── satellite-base-fader.h
├── satellite-orbiter-feeder-llc.h
├── satellite-propagation-delay-model.h
├── satellite-encap-pdu-status-tag.cc
├── lora-device-address-generator.cc
├── satellite-propagation-delay-model.cc
├── satellite-look-up-table.h
├── satellite-arq-header.cc
├── satellite-const-variables.h
├── satellite-node-info.h
├── satellite-on-off-application.h
├── lora-network-controller.h
├── satellite-address-tag.cc
├── satellite-packet-classifier.h
├── satellite-loo-conf.h
├── satellite-rayleigh-conf.h
├── satellite-base-trace-container.cc
├── satellite-base-fading.h
├── satellite-scheduling-object.cc
├── satellite-fwd-carrier-conf.h
├── satellite-isl-arbiter.h
├── lora-network-controller.cc
├── lora-network-scheduler.h
├── satellite-simple-channel.h
├── satellite-ground-station-address-tag.cc
├── lora-device-address-generator.h
└── satellite-arq-sequence-number.h
├── ext-utils
├── pre-commit.hook
├── run-sim.sh
├── uncrustify.cfg
├── runSatTests.sh
├── writeExtFadingIndexFile.m
└── get_beam_center.py
├── stats
├── satellite-stats-backlogged-request-helper.h
├── satellite-stats-capacity-request-helper.h
├── satellite-stats-waveform-usage-helper.h
├── satellite-stats-beam-service-time-helper.h
├── satellite-stats-resources-granted-helper.h
└── satellite-stats-packet-drop-rate-helper.h
├── utils
├── satellite-input-fstream-wrapper.cc
├── satellite-output-fstream-wrapper.cc
├── satellite-input-fstream-wrapper.h
└── satellite-output-fstream-wrapper.h
└── helper
├── satellite-point-to-point-isl-helper.h
├── satellite-isl-arbiter-unicast-helper.h
├── satellite-lora-conf.h
├── satellite-on-off-helper.cc
├── lora-forwarder-helper.h
├── lora-network-server-helper.h
└── satellite-beam-user-info.cc
/.gitmodules:
--------------------------------------------------------------------------------
1 | [submodule "data"]
2 | path = data
3 | url = ../sns3-data.git
--------------------------------------------------------------------------------
/doc/satellite-gwstructure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sns3/sns3-satellite/HEAD/doc/satellite-gwstructure.png
--------------------------------------------------------------------------------
/doc/satellite-utstructure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sns3/sns3-satellite/HEAD/doc/satellite-utstructure.png
--------------------------------------------------------------------------------
/doc/satellite-gain-72beams.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sns3/sns3-satellite/HEAD/doc/satellite-gain-72beams.png
--------------------------------------------------------------------------------
/doc/sns3-theme/static/bc_s.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sns3/sns3-satellite/HEAD/doc/sns3-theme/static/bc_s.png
--------------------------------------------------------------------------------
/doc/satellite-full72-gain-map.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sns3/sns3-satellite/HEAD/doc/satellite-full72-gain-map.png
--------------------------------------------------------------------------------
/doc/satellite-geosatstructure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sns3/sns3-satellite/HEAD/doc/satellite-geosatstructure.png
--------------------------------------------------------------------------------
/doc/satellite-helper-structure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sns3/sns3-satellite/HEAD/doc/satellite-helper-structure.png
--------------------------------------------------------------------------------
/doc/satellite-general-architecture.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sns3/sns3-satellite/HEAD/doc/satellite-general-architecture.pdf
--------------------------------------------------------------------------------
/doc/satellite-general-architecture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sns3/sns3-satellite/HEAD/doc/satellite-general-architecture.png
--------------------------------------------------------------------------------
/doc/satellite-forward-composite-sinr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sns3/sns3-satellite/HEAD/doc/satellite-forward-composite-sinr.png
--------------------------------------------------------------------------------
/doc/satellite-full72-dominance-map-userfreq.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sns3/sns3-satellite/HEAD/doc/satellite-full72-dominance-map-userfreq.png
--------------------------------------------------------------------------------
/examples/generic-input-attributes.xml:
--------------------------------------------------------------------------------
1 |
2 |