Tom Henderson
a352f08572
lte: Add back ability for unlimited MaxTxBufferSize in RLC AM
2021-06-08 06:45:11 -07:00
Shiva Gantha
9b3e97434b
lte: ( fixes #395 ) Add transmission buffer size for RLC AM
...
- code copied from lte-rlc-um.cc
- add packet drop trace in LteRlc (referred code in wifi-phy.cc:PhyTxDrop)
2021-06-08 06:44:59 -07:00
bbojovic
7957cf56b0
lte: ( fixes #322 ) Add Channel pointer value type attribute to REM helper
2021-06-07 10:36:20 -07:00
Rediet
e27d87e971
lte: Update doc on integration of BLER curves
...
Remove obsolete references to Pem
2021-05-27 12:39:50 +00:00
Rediet
668a2de316
lte: Update links in model library references
2021-05-27 12:39:50 +00:00
ZorazeAli
7329cc2554
lte: Rescan APIs
2021-05-27 11:27:29 +02:00
ZorazeAli
ebfec2d7a7
lte: Pass complete PDCP SDU params from LtePdcpSapProvider to LtePdcp
...
See merge request !268
2021-05-27 11:26:25 +02:00
Rediet
338f4c418e
lte: fix crashing daily tests
...
Same logic as commit e6ca9be6fb
2021-05-21 08:34:59 +02:00
ZorazeAli
a51b72e375
lte: Add NotValid enum members for initialization
2021-05-21 08:34:47 +02:00
Rediet
e6ca9be6fb
lte: Assign default values
...
Fixes crashing optimized/release builds with 'may be used uninitialized' error
2021-05-19 20:19:23 +00:00
Sachin Nayak
7765a4519b
lte: Set UeRrcSapProvider only if RNTI exists at the eNB
...
see MR !605
2021-04-14 14:57:43 +02:00
Sachin Nayak
6305437fbe
lte: Make sure RNTI exists before removing UE context
...
see MR !605
2021-04-14 14:56:36 +02:00
Sachin Nayak
ae280797f3
lte: Update fading_trace_generator.m for the latest MATLAB version
2021-04-13 15:40:25 -07:00
Mattia Lecci
2cfcebe0d0
antenna: (merges !481 ) Update antenna module
...
- Introduce PhasedArrayModel
- Use the new PhasedArrayModel framework across modules (e.g., 3gpp channel model)
- Improve Angles class. Furthermore, Angles has been translated from elevation to inclination and from degrees to radians
- Update antenna module doc
- Fix random angle generation for the 3gpp channel model. Specifically, cluster and sub-cluster angles might be generated with inclination angles outside the inclination range [0, pi], and have now been fixed.
2021-04-10 18:59:00 -07:00
ZorazeAli
7a65a32345
lte: ( fixes #354 ) Use uint16_t for srsIndex instead of uint8_t
...
Thanks to Menglei Zhang
see MR !566
2021-03-07 14:00:20 +01:00
Nitya Chandra
6222fd44c7
spectrum: ( fixes #195 ) Add const qualifier to all SpectrumPhy getters
2021-03-01 11:02:01 -08:00
ZorazeAli
8137af04f0
lte: Check the RandomAccess status of an RNTI to whom the preamble was assigned
...
Thanks to Menglei Zhang
Fixes #285 see MR !556
2021-02-24 09:36:48 +01:00
ZorazeAli
e513cc8f6a
lte: Remove assert upon RAR timeout in RLF example and..
...
update the documentation of the example
see MR !555
2021-02-24 09:30:15 +01:00
Tommaso Pecorella
e2edf298ab
lte: ( fixes #346 ) ASN1 header gcc7 fix
2021-02-07 17:44:59 +00:00
Tom Henderson
4a661dc399
bindings: Rescan all APIs
2020-12-30 14:21:24 -08:00
Theodore Zhang
a9ff81dd5f
lte: Fix log statement
2020-12-23 18:20:23 -08:00
Tom Henderson
6002d927bc
bindings: Rescan all APIs
2020-12-21 21:18:58 -08:00
kkoutlia
546b0701ab
lte: Remove unnecessary forward declaration
...
See MR !479
2020-11-27 09:47:12 +01:00
bbojovic
c12ef3987d
lte: ( fixes !273 ) When removing LC remove also its BSR
2020-11-24 12:45:11 +01:00
bbojovic
c078f2e431
lte: fix #13b0ed8d and formatting
...
- remove lines of code that were commented out before #13b0ed8d and enabled in #13b0ed8d
- fix formatting in one file that existed before #13b0ed8d
2020-11-07 23:31:19 +01:00
Alexander Krotov
07f43a93b8
lte: local include without ns3/ prefix
2020-11-01 19:05:29 +03:00
Anna Poon
13b0ed8d50
Implementation of time-arithmetic changes introduced in issue !348 .
...
Used method for printing time with a unit. Generally the changes follow this pattern:
`now.GetSeconds ()` --> `now.As (Time::S)`
2020-10-30 22:39:24 +00:00
Tom Henderson
9bfa3bd724
bindings: Rescan all APIs
2020-10-03 14:21:45 -07:00
Tom Henderson
ac2dc28ccb
lte: Fix incorrect trace source path in example
2020-09-12 15:20:45 -07:00
Tom Henderson
8c6fb7d420
bindings: Rescan all APIs
2020-09-05 13:04:28 -07:00
ZorazeAli
125f0df3fa
lte: Rescan APIs
2020-08-29 22:35:17 +02:00
ZorazeAli
6b069fb9d3
lte: Add test case to cover the scenario in #224
...
see merge request !381
2020-08-29 22:19:53 +02:00
ZorazeAli
15232004f5
lte: ( fixes #224 ) Stop scheduling parallel intermediate UE measurement reports
...
The UE should schedule periodic measurements only when the previous periodic
event has expired or has not been scheduled
see merge request !381
2020-08-29 22:19:53 +02:00
ZorazeAli
a57e9c8aec
lte: Rescan APIs
2020-06-08 17:40:57 -07:00
amiraslanhaghrah
c184761331
lte: ( fixes #221 ) Stop T310 upon receving handover command
...
As per TS36331 sec 5.3.5.4, if the UE receives
RRCConnectionReconfiguration including the mobilityControlInfo
T310 timer must be stopped.
closes #221
2020-06-08 17:40:57 -07:00
Steven Smith
dded72e02e
build: ( fixes #217 ) Guard compilation of example used as a test
...
* Added documentation to ExampleAsTestSuite on the need for this guarding
* Updated with Peter's patch for examples-as-test placeholders in wscripts
2020-06-08 09:35:50 -07:00
Tom Henderson
5eea3c0270
bindings: Rescan all APIs
2020-06-07 11:38:26 -07:00
ZorazeAli
5128a68dc6
lte: Rescan APIs
2020-05-28 15:32:52 +02:00
Peter D. Barnes, Jr
88d244c5f0
lte: Add trace sources for uplink PSD and RBs
...
see merge request !300
2020-05-28 15:32:48 +02:00
ZorazeAli
b58719ce24
lte: Rescan APIs
2020-05-25 19:39:06 +02:00
ZorazeAli
d910efc37c
lte: Use ConnectFailSafe to connect PDCP traces
...
It also reverts back the change done to DrbCreatedTrace TraceSource in 59276b0d
see merge request !302
2020-05-25 19:39:06 +02:00
ZorazeAli
9c9deb76b9
lte: Delete test suite LteSecondaryCellSelectionTestSuite
...
Closes #196
2020-05-22 17:52:20 +02:00
Tom Henderson
e99ae43138
bindings: rescan all APIs
2020-05-11 22:07:00 -07:00
Tommaso Pecorella
07baf5b48f
(lte): remove tests artifacts.
2020-05-11 16:42:04 +00:00
ZorazeAli
59276b0d96
lte: Fix tests after config update
...
see merge request !270
2020-05-06 19:21:16 +02:00
Peter D. Barnes, Jr
b23be18b3b
Use CommandLine cmd (__FILE__) instead of COMMANDLINE macro.
...
This in effect replaces commit 5e624d550
2020-05-01 14:42:53 -07:00
Peter D. Barnes, Jr
fe8981f2c9
doc: sphinx warnings in Models book
2020-05-01 12:58:21 -07:00
Peter D. Barnes, Jr
5e624d5504
doc: Use the new COMMANDLINE macro in every example
2020-04-27 16:20:09 -07:00
Alexander Krotov
40de9c4a56
lte: use Create<> in lte-spectrum-signal-parameters.cc
...
Its implementation is the same as used in ::Copy() methods.
2020-04-24 13:42:24 +03:00
ZorazeAli
dc5bd4d407
lte: Rescan APIs
2020-04-08 09:38:02 +02:00