Commit Graph

78 Commits

Author SHA1 Message Date
Eduardo Almeida
456f840cc7 doc: Add warning-as-error to Sphinx options 2024-02-23 12:30:43 +00:00
Tom Henderson
b6a5ee8151 Run utils/trim-trailing-whitespace.py on codebase 2022-06-05 21:01:11 -07:00
ZorazeAli
3b3f388109 lte: Remove unnecessary spaces from the docs 2019-05-10 18:30:29 +02:00
ZorazeAli
bd83bb19fb lte: Add RLF related documentation 2019-05-10 18:28:51 +02:00
Tom Henderson
d13ed911e2 lte: Add missing figure reference 2019-01-18 13:25:03 -08:00
Manuel Requena
4dd0821ed6 lte: EPC upgrade
The LTE/EPC model has been enhanced with new features:
    * SGW, PGW and MME are full nodes.
    * There are P2P links between core network nodes.
    * New S5 interface between SGW and PGW nodes based on GTPv2-C protocol.
    * Allow simulations with multiple SGWs and PGWs.

LTE eNB RRC is extended to support:
    * S1 signalling with the core network is initiated after the
      RRC connection establishment procedure is finished.
    * New ATTACH_REQUEST state to wait for finalization of the S1
      signalling with the core network.
    * New InitialContextSetupRequest primitive of the S1 SAP that is
      received by the eNB RRC when the S1 signalling from the core network
      is finished.

Squashed commit of the following from mrequena:epc-upgrade:

    lte: Clarify that e2e is IPv4/IPv6 and core network is IPv4-only
    lte: Remove duplicated example from wscript
    lte: Add new features of the EPC upgrade to CHANGES.html
    lte: Remove duplicated example
    lte: (fixes #3027) S1 signalling is done before RRC connection establishment is finished
    lte: Add new ATTACH_REQUEST state in eNB RRC
    lte: cast a uint8_t when logging
    lte: Fix doxygen comments and doc typos
    lte: Add documentation for EPC split
    lte: Use protocolNumber in new EpcPgwApplication
    lte: Add doxygen doc for EpcSgwApplication class
    lte: Add doxygen doc for EpcPgwApplication class
    lte: Add doxygen doc for EpcMmeApplication class
    lte: PreSerialize/PreDesearialize are only used in the derived messages
    lte: Command line parameters take precedence over parameters in config file
    lte: Rename number of node pairs variable
    lte: Add IPv6 support to new PgwApplication
    lte: Change to new pgw node
    lte: Number of nodes has changed after EPC split
    lte: InitialUeMessage cannot be called if simulation is not started
    lte: Change some names of addresses and clean debug code
    lte: New GetPacketFilters method
    lte: Add new files to build system
    lte: Don't need to build the GtpcHeader by hand, just the message
    lte: GTPC messages derived from GtpcHeader
    lte: Add new PGW Application
    lte: Add new SGW Application
    lte: Add new MME Application
    lte: Add new GTP-C protocol header
    lte: Split SGW/PGW/MME in different nodes
    lte: Add new example
2019-01-12 17:55:34 -08:00
Biljana Bojovic
303c241df3 lte: add documentation, examples and tests for carrier aggregation 2017-02-02 10:00:27 +01:00
Piotr Gawlowicz
a9e442320b figures redrawn 2014-12-16 12:43:23 -08:00
Piotr Gawlowicz
a9ef49d196 GSoC 2014 FFR algorithms 2014-09-05 01:12:55 +02:00
Budiarto Herman
9fdf10eb97 merge from ns-3-dev branch to GSoC branch 2013-11-08 12:09:58 +01:00
Budiarto Herman
41d7f8e590 Updated the 'Handover simulation campaign' section of LTE module user documentation with a figure and averaged results over different RngRun 2013-09-22 20:34:55 +03:00
Budiarto Herman
397689f94e Renamed LTE initial cell selection figure 2013-09-15 22:43:30 +03:00
Budiarto Herman
70970ce418 Revamped lte-cell-selection test suite with better success probability 2013-09-15 20:54:03 +03:00
Budiarto Herman
6af79bf7df Updated lte-handover-target testing documentation 2013-09-11 14:38:13 +03:00
Tom Henderson
c5971345d1 hg root cannot be used on non-mercurial repositories 2013-09-06 18:46:39 -07:00
Budiarto Herman
14cf6679c8 Updated LTE module documentation as per comments from GSoC mentors (including renaming legacy handover algorithm to A2-A4-RSRQ handover algorithm) 2013-09-06 15:51:02 +03:00
Budiarto Herman
611e124f5c Added notes on LTE handover failure 2013-08-26 02:06:49 +03:00
Budiarto Herman
d6288badf4 Updated LTE handover documentation 2013-08-24 19:36:40 +03:00
Budiarto Herman
abe882ea95 Testing documentation for LTE cell selection 2013-07-30 16:41:23 +03:00
Budiarto Herman
dfe28a253f Updated the structure of initial cell selection documentation 2013-07-29 18:24:32 +03:00
Peter D. Barnes, Jr.
ca0a436d75 Remove duplicate Makefile rules 2013-08-06 15:07:25 -07:00
Nicola Baldo
587cee5600 merge ns-3-lena-dev with ns-3-dev 2013-07-16 18:49:00 +02:00
Budiarto Herman
f25ecbfd4e Updated UE measurements documentation 2013-07-10 14:59:00 +03:00
Budiarto Herman
176d7dfdb5 Dia file for UE measurement testing documentation 2013-06-13 08:24:35 +03:00
Peter D. Barnes, Jr.
39ff2c926b Use a common portable pdf rescaling script. 2013-06-11 17:28:15 -07:00
Manuel Requena
4f16a0636a Add automatic handover documentation 2013-04-19 17:51:58 +02:00
Nicola Baldo
401ce63113 updated and reorganized LTE design docs 2012-12-13 03:16:10 +01:00
Nicola Baldo
940f18c6ac reorganized design doc 2012-12-12 20:08:28 +01:00
mmiozzo
d046808859 Merge with lena-dev 2012-08-31 16:49:46 +02:00
Nicola Baldo
05e9aecdec fixed Makefiles for LTE sphinx docs 2012-08-31 12:24:28 +02:00
Marco Miozzo
f91e248194 HARQ design documentation 1st draft 2012-08-30 15:34:40 +02:00
Nicola Baldo
ccd74257b9 merge ns-3-lena-dev with ns-3-dev 2012-08-30 13:00:17 +02:00
Peter D. Barnes, Jr.
5322d41c35 Remove temp files after building pdf docs 2012-08-08 12:40:37 -07:00
Nicola Baldo
2617931f84 merge lena-dev and lena-epc 2012-07-31 19:18:23 +02:00
mmiozzo
cf443305c0 Merge with lena-pem changeset 8812:eab4c6514af0 (Ctrl and Ref Signaling) 2012-07-19 13:02:41 +02:00
Marco Miozzo
78e301f1a6 Update LENA documentation with Ctrl and Ref signaling part 2012-07-11 13:01:37 +02:00
Nicola Baldo
de76eadb10 fixed src/lte/doc/Makefile 2012-07-02 18:24:06 +02:00
Nicola Baldo
3550c2b524 updated docs with revised LTE radio protocol stack architecture 2012-07-02 18:17:43 +02:00
Nicola Baldo
295a14554a merge 2012-06-15 17:02:22 +02:00
Nicola Baldo
d979a890ab updated RRC design 2012-06-05 11:57:00 +02:00
Nicola Baldo
70724a71c7 merge 2012-06-04 13:57:55 +02:00
Nicola Baldo
fa87f19478 fixed bug 1437 - LTE documentation missing figures and references 2012-05-30 14:33:29 +02:00
mmiozzo
6485dbb1c1 Update PEM model with new BLER curves based on standard ECR 2012-05-22 16:40:24 +02:00
Nicola Baldo
836554566a draft design docs for RRC + NAS + MAC RA procedure 2012-05-14 19:54:40 +02:00
Manuel Requena
c22af97eaa Add files to the build system for x2 design document 2012-05-08 12:48:26 +02:00
Nicola Baldo
c05ba907c4 support make clean properly for standalone LTE docs 2012-04-11 17:21:38 +02:00
Nicola Baldo
985fd0f08c fixed lte+antenna docs in models library 2012-03-13 18:41:52 +01:00
Nicola Baldo
deef7e42b8 updated LTE docs 2012-03-02 18:41:01 +01:00
Marco Miozzo
4c965f551e Update MIESM Figure for having a good resolution in html 2012-01-16 11:54:49 +01:00
mmiozzo
6bde43ef24 Solve bugs in merging PEM repository 2012-01-13 13:58:53 +01:00