162 Commits (ec29b0c1ff79cebcbe66caa6d6b90778261c42b8)

Author SHA1 Message Date
Codebot 921f17484e Merge branch 'next' into agpl_next 2 years ago
Andre Puschmann 179f7d8d69 asn1,test: add return value check for meas test 2 years ago
Codebot 655a098b71 Merge branch 'next' into agpl_next 2 years ago
Francisco Paisana 46c3fcc472 fix rrc_asn1_test 2 years ago
Andre Puschmann 51e4711bc4 asn1,test: add missing byte to test vector
copy and paste error and last byte was lost
2 years ago
Andre Puschmann e3509f041b asn1_test: add JSON plot of UE cap container 2 years ago
Andre Puschmann 965d1b423f asn1: add return value check to UE cap info unpacking
this makes the unit test fail
2 years ago
Codebot 3a533706bf Adding AGPL copyright to new files 2 years ago
Codebot 358070fe30 Merge branch 'next' into agpl_next
# Conflicts:
#	srsue/src/set_net_admin_caps.cc
2 years ago
Piotr Gawlowicz 0f628ca28f ue,rrc: test packing of UE Caps with r15 -> increase ue cap info buffer size 2 years ago
Fabian Eckermann 751136f46a rrc,asn1: Add asn1 packing and unpacking test for ue cap enquiry and -information 2 years ago
Codebot 3defd1bcf6 Merge branch 'next' into agpl_next 2 years ago
Andre Puschmann ef50c9abe5 srsran_asn1_nas_test: fix uninitalized value in packing test 2 years ago
Codebot 234f99de24 Merge branch 'next' into agpl_next 2 years ago
Matan Perelman 1b22c372a1 lib,nas: Add test for generic_nas_transport packing and unpacking 2 years ago
Codebot 4d2b5b8eda Adding AGPL copyright to new files 3 years ago
Codebot 9211ad7d51 Merge branch 'next' into agpl_next 3 years ago
Andre Puschmann 70eaec21e2 all: fix uninitialized variables detected by coverity 3 years ago
Codebot 123f766935 Merge branch 'next' into agpl_next 3 years ago
Andre Puschmann ba092c0e9b asn1,ngap_test: add TC to check unpacking of AMF-UE-ID > 32bits 3 years ago
Codebot 9664aa3cf4 Merge branch 'next' into agpl_next
# Conflicts:
#	lib/include/srsran/phy/channel/ch_awgn.h
3 years ago
Francisco 3c25b6cb24 asn1: remove presence flag for lists and octet strings, as the size of the latter implicitly tell if the asn1 field is present 3 years ago
Francisco f7efee9884 asn1: use typedefs for amf_ue_ngap_id, ran_ue_ngap_id, mme_ue_s1ap_id and enb_ue_s1ap_id and changed interface to access s1ap and ngap protocol_ies 3 years ago
Francisco Paisana d5f5df3e7b asn1: place common asn1 type for empty ie object sets in asn1_utils.h 3 years ago
Francisco Paisana ec1ed9d4a5 asn1: fix json generation for s1ap/ngap and improve ie protocol field interface 3 years ago
Francisco Paisana 61e225d762 asn1: move setup_release_c from rrc_nr_asn1 to asn1_utils and improved interface 3 years ago
Francisco Paisana 2d2a5bee03 asn1: update procotol_ie_single_container interface to use -> operator instead of .value to access container content 3 years ago
Francisco Paisana 6b181e7a94 asn1: move protocol_ie_single_container_s to asn1_utils, so it can be used by ngap, s1ap, and other layers 3 years ago
Francisco Paisana c8f7976014 asn1: use byte buffer pool for temporary variable length field generation instead of stack array 3 years ago
Codebot 582126d106 Merge branch 'next' into agpl_next 3 years ago
Francisco Paisana 40138c7125 changed namespace of asn1 ngap from 'ngap_nr' to simply 'ngap' 3 years ago
Codebot 21525935ab Merge branch 'next' into agpl_next
# Conflicts:
#	srsue/hdr/phy/ue_lte_phy_base.h
#	srsue/hdr/phy/ue_nr_phy_base.h
3 years ago
Fabian Eckermann 93210d9bb3 Add unit tests for new functions. 3 years ago
Codebot dd2c1f7695 Merge branch 'next' into agpl_next 3 years ago
Francisco 3bd77befd3 nr,gnb,asn1: update asn1 rrc nr unit test 3 years ago
Codebot 63fe471fa6 Merge branch 'next' into agpl_next 3 years ago
Carlo Galiotto ba50bbfb76 rlc,rrc,nr: remove rb_type from rlc_um_config
Signed-off-by: Carlo Galiotto <carlo@srs.io>
3 years ago
Carlo Galiotto 9c2099f680 rrc,rlc,nr: fix RB label in RLC-NR for UE logs + ..
add rb_type in rlc_um_config

Signed-off-by: Carlo Galiotto <carlo@srs.io>
3 years ago
Codebot 8c3332f894 Merge branch 'next' into agpl_next
# Conflicts:
#	srsenb/hdr/stack/upper/pdcp_nr.h
#	srsenb/hdr/stack/upper/rlc_nr.h
#	srsenb/src/stack/upper/pdcp_nr.cc
#	srsenb/src/stack/upper/rlc_nr.cc
3 years ago
Fabian Eckermann 8830c2796f Add support for NSA FDD on band n3, n5 and n7. 3 years ago
Codebot ecd0580b9e Merge branch 'next' into agpl_next 3 years ago
Fabian Eckermann f44eb0534f Add RRC NR test for FDD 3 years ago
Xavier Arteaga 0324806d6c Packed NR TDD config in duplex configuration and created test case for FDD 3 years ago
Codebot 958542dc2b Merge branch 'next' into agpl_next 3 years ago
David Rupprecht 0ef8976d53 Remove length from class and pass by reference 3 years ago
Codebot 60fb9ae9a6 Merge branch 'next' into agpl_next 3 years ago
Codebot 635d0bc6e9 Merge branch 'next' into agpl_next 3 years ago
Andre Puschmann 32ab1baeb1 enb,rrc: during NSA activation, remove EUTRA DRB and set MAC logical channel config 3 years ago
Andre Puschmann 9e7852ac83 srsran_asn1_nr: add RLC config to packing test 3 years ago
Andre Puschmann b388930325 srsran_asn1_rrc_nr_test: disable PCAP output by default 3 years ago