Commit Graph

  • fec6871309 github_workflow: remove build for Ubuntu 16.04 Andre Puschmann 2022-04-27 12:52:31 +0200
  • 8f73d7ad99 copyright: update year Andre Puschmann 2022-04-27 12:47:09 +0200
  • 2c557510b5 readme, changelog, version: update for 22.04 release Andre Puschmann 2022-04-26 10:43:42 +0200
  • abe82d0b7d fix infinite loop that takes place when the UE is being added in the mac but the ue_db is full Francisco 2022-02-21 10:56:01 +0000
  • e7ec918e5f gnb,rrc: convert FIXME to TODO Andre Puschmann 2022-04-26 16:30:11 +0200
  • cbc0b43621 lib,radio,rf: fix printf arguments Andre Puschmann 2022-04-26 16:29:51 +0200
  • 67f66e7d63 radio_dummy: fix potential result overflow by converting to wider type first Andre Puschmann 2022-04-26 16:29:05 +0200
  • 3fdec57a47 liblte_mme: Added sec_hdr_type check in liblte_mme_pack_deactivate_eps_bearer_context_request_msg Ali_UBUNTU18.04 2021-12-12 10:17:20 +0330
  • de4a54c7b2 epc: add net_name to epc.conf help Julian Lemmerich 2022-01-21 09:11:48 +0100
  • ee06a8893b lib,rlc_am_nr: fix wrong full sdu queue check Pedro Alvarez 2022-04-26 16:13:26 +0100
  • 9dbb7acffa lib,rlc_am_nr: ensure early return if there is not enough space for payload plus header Pedro Alvarez 2022-04-26 11:36:55 +0100
  • 6b0412f434 ue, config: Change default usim authentication algorithm to milenage. Fabian Eckermann 2022-04-26 10:49:58 +0200
  • 628b1d42f6 ue, config: Add srate parameter to ue config file. Fabian Eckermann 2022-04-26 10:47:58 +0200
  • dd59dfac7d Adding AGPL copyright to new files Codebot 2022-04-26 08:28:18 +0000
  • 123f766935 Merge branch 'next' into agpl_next Codebot 2022-04-26 08:28:16 +0000
  • 0c562336d2 lib,rlc_am_nr: change update of POLL SN to be the currently being transmitted SDU (if not an RETX) Pedro Alvarez 2022-04-21 18:23:54 +0100
  • 4d59989f72 lib,rlc_am_nr: fix t-PollRetransmion timer test to work with 18bit SN Pedro Alvarez 2022-04-21 16:10:17 +0100
  • abfa113576 lib,rlc_am_nr: fix wrong buffer state calculation for segment RETXes when SO=0 Pedro Alvarez 2022-04-21 15:28:02 +0100
  • d7a32a0ea5 lib,rlc_am_nr: sending first SDU segment if t-PollRetransmit expires instead of full SDU. Adressing test accordingly Pedro Alvarez 2022-04-21 12:38:47 +0100
  • 361d3f46e0 lib,rlc_am_nr: starting to fix retx poll expiry test Pedro Alvarez 2022-04-13 11:40:19 +0100
  • 42f7094a0e lib,rlc_am_nr: changed order in which the ack of poll SN is checked Pedro Alvarez 2022-04-11 17:17:11 +0100
  • 0ee20d7a0c lib,rlc_am_nr: addressing reviewers comments: * Tweaked logs * Addressed a missing modulus in handling a state variable. * made restarting t-PollRetransmission look more like the comment. Pedro Alvarez 2022-04-04 17:25:22 +0100
  • 2425985ab2 lib,rlc_am_nr: added test for poll retx timer Pedro Alvarez 2022-03-15 14:23:37 +0000
  • 0551244d64 lib,rlc_am_nr: make sure has_data returns true when there are retxs. Make sure t-PollRetransmit is not started if it is set to infinity. Pedro Alvarez 2022-03-29 14:26:11 +0100
  • 6ff18272e0 lib,rlc_am_nr: added debug_window function Pedro Alvarez 2022-03-29 13:56:12 +0100
  • d2d3c4140a lib,rlc_am_nr: make sure that sdu_under_segmentation is set before calculating the polling bit Pedro Alvarez 2022-03-29 14:41:56 +0100
  • ffb0c21903 lib,rlc_am_nr: stop poll retransmission if POLL_SN is ACKed/NACKed Pedro Alvarez 2022-03-14 18:17:20 +0000
  • 515f2099be lib,rlc_am_nr: added SN to get pdu poll function. Setting POLL_SN now. Pedro Alvarez 2022-03-14 17:50:20 +0000
  • f93d699abc lib,rlc_am_nr: retransmit first un-acked SDU when t-Poll_retransmit expires Pedro Alvarez 2022-03-14 17:29:17 +0000
  • b3edced44a lib,rlc_am_nr: added t_poll_retransmit to tx entity Pedro Alvarez 2022-03-14 16:02:32 +0000
  • 5c59cbfa75 ue,rrc_nr: include RLC capabilities in NR cap info Andre Puschmann 2022-04-25 13:35:08 +0200
  • c0546b8634 lib,rlc_am_nr: increase verbosity on invalid ACK Robert Falkenberg 2022-04-22 13:22:46 +0200
  • 4028b26274 lib,rlc_am_nr: add info_state() Robert Falkenberg 2022-04-22 14:00:09 +0200
  • c16071a3ac lib,rlc_am_nr: extend unit tests to check buffer state Robert Falkenberg 2022-04-22 12:32:21 +0200
  • d66c76b374 lib,rlc_am_nr: consider size of all pending retx in buffer state Robert Falkenberg 2022-04-22 10:29:57 +0200
  • ced6cf6e40 lib,rlc_am_nr: consider SDU under segmentation in buffer state Robert Falkenberg 2022-04-22 07:46:19 +0200
  • e0acb7b81c lib,rlc_am_nr: update buffer-state-related unit test Robert Falkenberg 2022-04-22 07:32:01 +0200
  • 20201cd89b lib,rlc_am_nr: cosmetic change, add comment Robert Falkenberg 2022-04-21 14:07:25 +0200
  • 6db4835302 ue,rrc_nr: use minimal NR capabilities by default Andre Puschmann 2022-04-24 11:08:19 +0200
  • 2cccad9d28 ue,rrc_nr: Added initial UE Capability Information Bedran Karakoc 2022-02-07 15:54:35 +0100
  • 29bd06f58a gnb,rrc: Added test for UE Capability Exchange procedure Bedran Karakoc 2022-01-17 15:18:51 +0100
  • d769192463 gnb,rrc: Wait for UE Capability Information before sending RRC Reconfiguration Bedran Karakoc 2022-01-13 14:04:46 +0100
  • 647882d03e nr,gnb,rrc: Add initial UE capability transfer Bedran Karakoc 2021-12-17 01:42:00 +0100
  • 8a27cdf45a lib,rlc_am_nr: fix incorrectly stopping the t-StatusProhibit Pedro Alvarez 2022-04-22 15:58:35 +0100
  • 63877ba209 lib,rlc_am_nr: make sure that tx_buffer_queue size is configurable Pedro Alvarez 2022-04-22 13:15:46 +0100
  • 10c921573f Revert "Add NSSAI slice differentiator, currently only 0 supported" Fabian Eckermann 2022-04-22 16:19:15 +0200
  • 47749350f0 gnb,ngap: make sure we log the received 5QI Pedro Alvarez 2022-04-22 10:12:55 +0100
  • 8505523928 ue,ue_sync: fix CP setting for find and track objects Andre Puschmann 2022-04-14 16:00:34 +0200
  • 225a7741b3 pssch_ue: fix uninitialized variables Andre Puschmann 2022-04-14 15:59:58 +0200
  • d854bbc22e enb,rrc: remove hard-coded SCG bearer config Andre Puschmann 2022-04-21 12:25:11 +0200
  • 319a185eba phy_common_test: fix test when compiled with USE_LTE_RATES Andre Puschmann 2022-04-22 11:55:59 +0200
  • ca37eed664 lib,rlc_am_nr: default initialize member in class definition Robert Falkenberg 2022-04-20 09:20:39 +0200
  • 85c95d94b2 lib,rlc_am_nr_test: add retx test with trimmed status PDU Robert Falkenberg 2022-04-08 15:50:34 +0200
  • a2332d10f2 lib,rlc_am_nr_packing: unit test + bugfix for trimming of status PDUs Robert Falkenberg 2022-04-08 14:08:07 +0200
  • 872e55a84e lib,rlc_am_nr_packing: reorder functions by importance Robert Falkenberg 2022-04-08 11:41:56 +0200
  • d9d3bfde63 lib,rlc_am_nr: remove redundant function calls. Robert Falkenberg 2022-04-08 10:31:51 +0200
  • 48dce0aab0 lib,rlc_am_nr: truncate status PDUs if necessary Robert Falkenberg 2022-04-07 15:27:41 +0200
  • 489259dc78 lib,rlc_am_nr: extend status PDU struct with self-contained packed size info Robert Falkenberg 2022-04-07 13:31:12 +0200
  • eec4a395d0 lib,rlc_am_nr: status PDU to string prints NACK range Robert Falkenberg 2022-04-07 13:13:41 +0200
  • 68695078f0 phy_common: add basic test for sample rate for different bandwidths Andre Puschmann 2022-04-20 14:59:54 +0200
  • e43d3f32fd cmake,soapy: fix finding of Soapy headers when installed in SOAPY_DIR env path Andre Puschmann 2022-04-20 16:46:06 +0200
  • e2efb88415 enb,ngap: extend type to store AMF id to 64bit Andre Puschmann 2022-04-20 15:08:09 +0200
  • 6984159c6f asn1: fix amf-ngap-ue-id unpacking overflow bug Francisco 2022-04-11 21:56:56 +0100
  • ba092c0e9b asn1,ngap_test: add TC to check unpacking of AMF-UE-ID > 32bits Andre Puschmann 2022-03-31 11:45:22 +0200
  • da2ac3b2c1 srsue,rrc_nr: fix warning and error logs in SA mode Andre Puschmann 2022-04-19 15:26:12 +0200
  • 2313365a41 ul_harq_nr,ue: fix format print Andre Puschmann 2022-04-19 13:29:18 +0200
  • 07cb60e3f9 gnb,mac: protect RACH counter Andre Puschmann 2022-04-19 12:29:39 +0200
  • b2e0481849 ue,mac,nr: fix another race in MAC Andre Puschmann 2022-04-19 12:28:58 +0200
  • b157490cb3 ue,nr,mac: fix race-condition when accesing temp RNTIs during RA procedure Andre Puschmann 2022-04-19 08:51:59 +0200
  • 87f22bb294 lib,rlc_am_nr_test: cosmetic change, deleted commented code Robert Falkenberg 2022-04-08 10:03:59 +0200
  • 25d7258442 lib,rlc_am_nr_test: comment new tests Robert Falkenberg 2022-04-08 09:54:17 +0200
  • 3a874e78af lib,rlc_am_nr_test: fix format string of test delimiter Robert Falkenberg 2022-04-08 08:59:54 +0200
  • fc38d4f4d9 lib,rlc_am_nr: consider offset when packing retx with segmentation Robert Falkenberg 2022-04-06 11:43:42 +0200
  • 69231f000f lib,rlc_am_nr: don't enqueue segment retx if already pending for retx. Robert Falkenberg 2022-04-09 10:32:06 +0200
  • 1a5683c226 lib,rlc_am_nr: add overlap check for segment offsets in rlc_amd_retx and queue Robert Falkenberg 2022-04-09 10:31:57 +0200
  • 62558d94da lib,rlc_am_nr: fix segmented retx of non-contiguous segments Robert Falkenberg 2022-04-05 16:39:42 +0200
  • 697781f024 lib,rlc_am_nr: testcase for NACK duplicate (full PDU) Robert Falkenberg 2022-04-05 16:38:05 +0200
  • efdba8b1c0 gnb,rrc_nr: fix up second RRC reconfiguration test Pedro Alvarez 2022-04-08 17:44:39 +0100
  • c1a565027b gnb,config: Minor fixes to rb.conf.example * added whitespace for QCI/5QI configs * make pdcp nr config default to 18 bits * swapped UM and AM between 5QI 7 and 9 Pedro Alvarez 2022-03-09 14:16:26 +0000
  • bbae0ce93c gnb,rrc_nr: Filling in RLC-NR DRB configs from 5QI config now. Pedro Alvarez 2022-03-03 18:51:05 +0000
  • 386b1640a9 gnb,bearer_mapper: hack to keep 5QI information in bearer mapper Pedro Alvarez 2022-03-08 15:48:02 +0000
  • b8006534f0 gnb,ngap,rrc_nr: Passing 5QI from the NGAP to the RRC when establishing eps bearers. Filling PDCP-NR config from 5QI config. Pedro Alvarez 2022-03-08 15:24:12 +0000
  • ca9b99fb47 gnb,config: Changed logging for setting not found exception, to make it clearer which setting was not found Pedro Alvarez 2022-02-25 15:00:11 +0000
  • 19487c680c gnb,config: Added logging about pdcp and rlc configs. Pedro Alvarez 2022-02-28 15:08:05 +0000
  • a725cb0436 gnb,config: Added RLC-NR UM and AM configuration parsing Pedro Alvarez 2022-02-25 18:13:30 +0000
  • 66bf6fd28c gnb,config: added PDCP-NR configuration parsing Pedro Alvarez 2022-02-24 17:20:14 +0000
  • e14efbd95a gnb,config: Added default configuration for the 5G RBs Pedro Alvarez 2022-03-07 15:27:33 +0000
  • 43a2678841 gnb,config: Added five_qi_cfg to rrc_nr_config_t. Starting to add five_qi_field to parse the rb.conf for 5g configuration. Pedro Alvarez 2022-02-23 18:22:22 +0000
  • 4bf7d8f524 enb,mac_nr: fix log line Andre Puschmann 2022-04-14 22:50:31 +0200
  • 899e4148d4 ue,mac_nr: reset DL and UL HARQ when MAC is reset Andre Puschmann 2022-04-14 22:46:52 +0200
  • e73acc3a4b cmake: remove redundant/conflicting cmake_minimum_required() in buildinfo. Robert Falkenberg 2022-03-18 10:28:15 +0100
  • 47caa60b45 lib,rlc_am_nr: fix up comment Pedro Alvarez 2022-04-11 11:45:20 +0100
  • 2f1cf8ee11 lib,rlc_am_nr: make max retx configurable in AM stress test Pedro Alvarez 2022-04-04 14:06:22 +0100
  • 4e2f7cf029 lib,rlc_am_nr: make sure that we RETX the segments if we get a NACK for an SDU that was already segmented Pedro Alvarez 2022-04-04 11:28:29 +0100
  • 865dfe87e7 lib,rlc_am_nr: Added assert to check SO_start <= SO_end Pedro Alvarez 2022-03-31 22:11:19 +0100
  • 7f7656e200 lib,rlc_am_nr: fix missing modulus Pedro Alvarez 2022-03-31 14:58:18 +0100
  • 02c077106b lib,rlc_am_nr: slowdown backoff if we run out of buffers in rlc_stress test Pedro Alvarez 2022-03-31 14:02:39 +0100
  • b70e6284e6 lib,rlc_am_nr: added logging info to to handling NACKs Pedro Alvarez 2022-03-31 14:01:42 +0100
  • 330513ae57 lib,rlc_am_nr: updating segment info when segmenting RETX Pedro Alvarez 2022-03-31 13:57:29 +0100
  • 9d0bbc45b3 lib,rlc_am_nr: added debug window function Pedro Alvarez 2022-03-30 15:04:30 +0100