diff --git a/ci-scripts/checkAddedWarnings.sh b/ci-scripts/checkAddedWarnings.sh index 3d6c80be9e..a2145f5f56 100755 --- a/ci-scripts/checkAddedWarnings.sh +++ b/ci-scripts/checkAddedWarnings.sh @@ -22,7 +22,6 @@ function usage { echo "OAI Warning Check script" - echo " Original Author: Raphael Defosseux" echo "" echo "Usage:" echo "------" diff --git a/ci-scripts/checkCodingFormattingRules.sh b/ci-scripts/checkCodingFormattingRules.sh index f2e0c59a2d..68abf8818f 100755 --- a/ci-scripts/checkCodingFormattingRules.sh +++ b/ci-scripts/checkCodingFormattingRules.sh @@ -22,7 +22,6 @@ function usage { echo "OAI Coding / Formatting Guideline Check script" - echo " Original Author: Raphael Defosseux" echo "" echo " By default (no options) the complete repository will be checked" echo " In case of merge request, provided source and target branch," diff --git a/ci-scripts/checkGitLabMergeRequestLabels.sh b/ci-scripts/checkGitLabMergeRequestLabels.sh index 16a3b3874f..43d6c39331 100755 --- a/ci-scripts/checkGitLabMergeRequestLabels.sh +++ b/ci-scripts/checkGitLabMergeRequestLabels.sh @@ -22,7 +22,6 @@ function usage { echo "OAI GitLab merge request applying script" - echo " Original Author: Raphael Defosseux" echo "" echo "Usage:" echo "------" diff --git a/ci-scripts/doGitLabMerge.sh b/ci-scripts/doGitLabMerge.sh index 15c3f34855..daf763897e 100755 --- a/ci-scripts/doGitLabMerge.sh +++ b/ci-scripts/doGitLabMerge.sh @@ -22,7 +22,6 @@ function usage { echo "OAI GitLab merge request applying script" - echo " Original Author: Raphael Defosseux" echo "" echo "Usage:" echo "------" diff --git a/cmake_targets/at_commands/CMakeLists.txt b/cmake_targets/at_commands/CMakeLists.txt index b450c087c2..c597989363 100755 --- a/cmake_targets/at_commands/CMakeLists.txt +++ b/cmake_targets/at_commands/CMakeLists.txt @@ -19,8 +19,6 @@ # * contact@openairinterface.org # */ -# Author: Lionel GAUTHIER - cmake_minimum_required(VERSION 2.8) set(CMAKE_VERBOSE_MAKEFILE ON) diff --git a/cmake_targets/build_oai b/cmake_targets/build_oai index e47e70df7a..d56a86800b 100755 --- a/cmake_targets/build_oai +++ b/cmake_targets/build_oai @@ -22,7 +22,6 @@ # file build_oai # brief OAI automated build tool that can be used to install, compile, run OAI. -# author Navid Nikaein, Lionel GAUTHIER, Laurent Thomas set -e diff --git a/cmake_targets/tools/build_helper b/cmake_targets/tools/build_helper index 3447bc6941..8e77995e7a 100755 --- a/cmake_targets/tools/build_helper +++ b/cmake_targets/tools/build_helper @@ -21,7 +21,6 @@ # file build_helper # brief -# authors Laurent Thomas, Lionel GAUTHIER # ####################################### if [ ! -f /etc/os-release ]; then diff --git a/common/config/config_cmdline.c b/common/config/config_cmdline.c index f8b10ad14b..d6d6e600fd 100644 --- a/common/config/config_cmdline.c +++ b/common/config/config_cmdline.c @@ -19,16 +19,10 @@ * contact@openairinterface.org */ -/*! \file config_cmdline.c +/*! * \brief configuration module, command line parsing implementation - * \author Francois TABURET - * \date 2017 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ + #define _GNU_SOURCE #include #include diff --git a/common/config/config_common.h b/common/config/config_common.h index 0400e703c7..501b04986f 100644 --- a/common/config/config_common.h +++ b/common/config/config_common.h @@ -19,17 +19,11 @@ * contact@openairinterface.org */ -/*! \file common/config/config_userapi.h +/*! * \brief: configuration module, include file to be used by the source code calling the * configuration module to access configuration parameters - * \author Francois TABURET - * \date 2017 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ + #ifndef INCLUDE_CONFIG_COMMON_H #define INCLUDE_CONFIG_COMMON_H #include "config_load_configmodule.h" diff --git a/common/config/config_load_configmodule.c b/common/config/config_load_configmodule.c index 988e993dc6..3f7d9c3aa1 100644 --- a/common/config/config_load_configmodule.c +++ b/common/config/config_load_configmodule.c @@ -19,16 +19,10 @@ * contact@openairinterface.org */ -/*! \file common/config/config_load_configmodule.c +/*! * \brief configuration module, load the shared library implementing the configuration module - * \author Francois TABURET - * \date 2017 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ + #define _GNU_SOURCE #include #include diff --git a/common/config/config_load_configmodule.h b/common/config/config_load_configmodule.h index 93753ef358..68231b1d44 100644 --- a/common/config/config_load_configmodule.h +++ b/common/config/config_load_configmodule.h @@ -19,17 +19,11 @@ * contact@openairinterface.org */ -/*! \file common/config/config_load_configmodule.h +/*! * \brief: configuration module, include file to be used by the source code calling the * configuration module initialization - * \author Francois TABURET - * \date 2017 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ + #ifndef INCLUDE_CONFIG_LOADCONFIGMODULE_H #define INCLUDE_CONFIG_LOADCONFIGMODULE_H diff --git a/common/config/config_paramdesc.h b/common/config/config_paramdesc.h index 9333a778af..72f6e42205 100644 --- a/common/config/config_paramdesc.h +++ b/common/config/config_paramdesc.h @@ -19,16 +19,10 @@ * contact@openairinterface.org */ -/*! \file common/config/config_paramdesc.h +/*! * \brief configuration module, include file describing parameters, common to all implementations - * \author Francois TABURET - * \date 2017 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ + #include #ifndef INCLUDE_CONFIG_PARAMDESC_H #define INCLUDE_CONFIG_PARAMDESC_H diff --git a/common/config/config_userapi.c b/common/config/config_userapi.c index 271b9ba0a9..7602e43f92 100644 --- a/common/config/config_userapi.c +++ b/common/config/config_userapi.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file common/config/config_userapi.c +/*! * \brief configuration module, api implementation to access configuration parameters - * \author Francois TABURET - * \date 2017 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ #define _GNU_SOURCE diff --git a/common/config/config_userapi.h b/common/config/config_userapi.h index 57d738ae83..933e8f4fa0 100644 --- a/common/config/config_userapi.h +++ b/common/config/config_userapi.h @@ -19,17 +19,11 @@ * contact@openairinterface.org */ -/*! \file common/config/config_userapi.h +/*! * \brief: configuration module, include file to be used by the source code calling the * configuration module to access configuration parameters - * \author Francois TABURET - * \date 2017 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ + #ifndef INCLUDE_CONFIG_USERAPI_H #define INCLUDE_CONFIG_USERAPI_H #include "config_load_configmodule.h" diff --git a/common/config/libconfig/config_libconfig.c b/common/config/libconfig/config_libconfig.c index e265c93207..ee5df2ddd7 100644 --- a/common/config/libconfig/config_libconfig.c +++ b/common/config/libconfig/config_libconfig.c @@ -18,16 +18,11 @@ * For more information about the OpenAirInterface (OAI) Software Alliance: * contact@openairinterface.org */ -/*! \file common/config/libconfig/config_libconfig.c + +/*! * \brief: implementation libconfig configuration library - * \author Francois TABURET - * \date 2017 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ + #define _GNU_SOURCE #include #include diff --git a/common/config/libconfig/config_libconfig.h b/common/config/libconfig/config_libconfig.h index a11b13f69c..07cf8eadf1 100644 --- a/common/config/libconfig/config_libconfig.h +++ b/common/config/libconfig/config_libconfig.h @@ -19,16 +19,10 @@ * contact@openairinterface.org */ -/*! \file common/config/libconfig/config_libconfig.c +/*! * \brief configuration module, include file for libconfig implementation - * \author Francois TABURET - * \date 2017 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ + #ifndef INCLUDE_CONFIG_LIBCONFIG_H #define INCLUDE_CONFIG_LIBCONFIG_H diff --git a/common/config/libconfig/config_libconfig_private.h b/common/config/libconfig/config_libconfig_private.h index 4afc8a7a27..617ed1b6bf 100644 --- a/common/config/libconfig/config_libconfig_private.h +++ b/common/config/libconfig/config_libconfig_private.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file common/config/libconfig/config_libconfig_private.h +/*! * \brief configuration module, include file for libconfig implementation - * \author Francois TABURET - * \date 2017 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ #ifndef CONFIG_LIBCONFIG_PRIVATE_H_ diff --git a/common/ngran_types.h b/common/ngran_types.h index ac5af71f23..aece3e4032 100644 --- a/common/ngran_types.h +++ b/common/ngran_types.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file common/ngran_types.h -* \brief Definitions for NGRAN node types -* \author R. Knopp -* \date 2018 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief Definitions for NGRAN node types + */ #ifndef __NGRAN_TYPES_H__ #define __NGRAN_TYPES_H__ diff --git a/common/platform_types.h b/common/platform_types.h index e2ffb7b304..4a25eb6627 100644 --- a/common/platform_types.h +++ b/common/platform_types.h @@ -19,14 +19,6 @@ * contact@openairinterface.org */ -/* - platform_types.h - ------------------- - AUTHOR : Lionel GAUTHIER - COMPANY : EURECOM - EMAIL : Lionel.Gauthier@eurecom.fr - - ***************************************************************************/ #ifndef __PLATFORM_TYPES_H__ #define __PLATFORM_TYPES_H__ diff --git a/common/ran_context.h b/common/ran_context.h index f6784c733a..7c04260b6c 100644 --- a/common/ran_context.h +++ b/common/ran_context.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file common/ran_context.h -* \brief LTE Physical channel configuration and variable structure definitions -* \author R. Knopp, F. Kaltenberger -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr, florian.kaltenberger@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief LTE Physical channel configuration and variable structure definitions + */ #ifndef __RAN_CONTEXT_H__ #define __RAN_CONTEXT_H__ diff --git a/common/utils/LOG/log.c b/common/utils/LOG/log.c index 99b1f140bc..791eed59ec 100644 --- a/common/utils/LOG/log.c +++ b/common/utils/LOG/log.c @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file log.c -* \brief log implementaion -* \author Navid Nikaein -* \date 2009 - 2014 -* \version 0.5 -* @ingroup util - -*/ +/*! + * \brief log implementaion + */ #define _GNU_SOURCE /* required for pthread_getname_np */ //#define LOG_TEST 1 diff --git a/common/utils/LOG/log.h b/common/utils/LOG/log.h index b8ccedffbe..db53036f1d 100644 --- a/common/utils/LOG/log.h +++ b/common/utils/LOG/log.h @@ -19,14 +19,6 @@ * contact@openairinterface.org */ -/*! \file log.h -* \brief openair log generator (OLG) for -* \author Navid Nikaein -* \date 2009 - 2014 -* \version 0.5 -* @ingroup util -*/ - #ifndef __LOG_H__ #define __LOG_H__ diff --git a/common/utils/LOG/lttng-log.h b/common/utils/LOG/lttng-log.h index cf5b83fa19..caa8c32370 100644 --- a/common/utils/LOG/lttng-log.h +++ b/common/utils/LOG/lttng-log.h @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file lttng-log.h -* \brief LTTng Log interface -* \author Anurag Asokan -* \date 2024 -* \version 0.5 -* @ingroup util - -*/ +/*! + * \brief LTTng Log interface + */ #ifndef __LTTNG_LOG_H__ #define __LTTNG_LOG_H__ diff --git a/common/utils/LOG/lttng-tp.c b/common/utils/LOG/lttng-tp.c index 2d372958f8..045f221cb2 100644 --- a/common/utils/LOG/lttng-tp.c +++ b/common/utils/LOG/lttng-tp.c @@ -19,14 +19,10 @@ * contact@openairinterface.org */ -/*! \file lttng-tp.c -* \brief Lttng trace implementaion -* \author Anurag Asokan -* \date 2024 -* \version 0.5 -* @ingroup util +/*! + * \brief Lttng trace implementaion + */ -*/ //This file is used to define the tracepoints for the lttng tracing.In order to to do linkage with the lttng-tp.h file, we need to define the tracepoints here. #define TRACEPOINT_CREATE_PROBES #define TRACEPOINT_DEFINE diff --git a/common/utils/LOG/lttng-tp.h b/common/utils/LOG/lttng-tp.h index 7938ce9070..5da484527e 100644 --- a/common/utils/LOG/lttng-tp.h +++ b/common/utils/LOG/lttng-tp.h @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file lttng-tp.h -* \brief Lttng tracer implementaion -* \author Anurag Asokan -* \date 2024 -* \version 0.5 -* @ingroup util - -*/ +/*! + * \brief Lttng tracer implementaion + */ #ifndef _LTTNG_TP_H #define _LTTNG_TP_H diff --git a/common/utils/LOG/vcd_signal_dumper.c b/common/utils/LOG/vcd_signal_dumper.c index 841f2889b6..c1f182618b 100644 --- a/common/utils/LOG/vcd_signal_dumper.c +++ b/common/utils/LOG/vcd_signal_dumper.c @@ -19,16 +19,8 @@ * contact@openairinterface.org */ -/*! \file vcd_signal_dumper.c +/*! * \brief Dump functions calls and variables to VCD file. Use GTKWave to display this file. - * \author S. Roux - * \maintainer: navid nikaein - * \date 2012 - 2104 - * \version 0.1 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr - * \note - * \warning */ #include diff --git a/common/utils/LOG/vcd_signal_dumper.h b/common/utils/LOG/vcd_signal_dumper.h index fb27c19973..2569205a35 100644 --- a/common/utils/LOG/vcd_signal_dumper.h +++ b/common/utils/LOG/vcd_signal_dumper.h @@ -19,17 +19,8 @@ * contact@openairinterface.org */ -/*! \file vcd_signal_dumper.h +/*! * \brief Output functions call to VCD file which is readable by gtkwave. - * \author ROUX Sebastien - * \author S. Roux - * \maintainer: navid nikaein - * \date 2012 - 2104 - * \version 0.1 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr - * \note - * \warning */ #ifndef VCD_SIGNAL_DUMPER_H_ diff --git a/common/utils/T/T_defs.h b/common/utils/T/T_defs.h index 13b664a487..ca0d8d6772 100644 --- a/common/utils/T/T_defs.h +++ b/common/utils/T/T_defs.h @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*!\file common/utils/T/T_defs.h - * \brief - * \author - * \date - * \version - * \company EURECOM - * \email - * \note - * \warning -*/ - #ifndef _T_defs_H_ #define _T_defs_H_ diff --git a/common/utils/T/tracer/shared_memory_config.h b/common/utils/T/tracer/shared_memory_config.h index c126d85801..5ae81b4e53 100644 --- a/common/utils/T/tracer/shared_memory_config.h +++ b/common/utils/T/tracer/shared_memory_config.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file common/utils/T/tracer/shared_memory_config.h +/*! * \brief shared memory to store data captured by T-Tracer services to be processed by data recording application - * \author Abdo Gaber - * \date 2024 - * \version 1.0 - * \company Emerson, NI Test and Measurement - * \email: - * \note - * \warning */ #include diff --git a/common/utils/T/tracer/t_tracer_app_gnb.c b/common/utils/T/tracer/t_tracer_app_gnb.c index 3cb0325e39..67d0e65a2b 100644 --- a/common/utils/T/tracer/t_tracer_app_gnb.c +++ b/common/utils/T/tracer/t_tracer_app_gnb.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file common/utils/T/tracer/t_tracer_app_gnb.c +/*! * \brief T-Tracer gnb service to capture tracee Messages from gNB, it is used by data recording application - * \author Abdo Gaber - * \date 2025 - * \version 1.0 - * \company Emerson, NI Test and Measurement - * \email: - * \note - * \warning */ #include diff --git a/common/utils/T/tracer/t_tracer_app_ue.c b/common/utils/T/tracer/t_tracer_app_ue.c index 141bbd2385..deb74ec51c 100644 --- a/common/utils/T/tracer/t_tracer_app_ue.c +++ b/common/utils/T/tracer/t_tracer_app_ue.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file common/utils/T/tracer/t_tracer_app_ue.c +/*! * \brief T-Tracer UE service to capture tracee Messages from UE, it is used by data recording application - * \author Abdo Gaber - * \date 2025 - * \version 1.0 - * \company Emerson, NI Test and Measurement - * \email: - * \note - * \warning */ #include diff --git a/common/utils/data_recording/config/wireless_link_parameter_map.yaml b/common/utils/data_recording/config/wireless_link_parameter_map.yaml index deab34434c..93ce7f6dee 100644 --- a/common/utils/data_recording/config/wireless_link_parameter_map.yaml +++ b/common/utils/data_recording/config/wireless_link_parameter_map.yaml @@ -19,16 +19,7 @@ # * contact@openairinterface.org # */ #--------------------------------------------------------------------- -# file common/utils/data_recording/config/wireless_link_parameter_map.yaml # brief Wireless Link Parameter Map Dictionary -# author Abdo Gaber -# date 2024 -# version 1.0 -# company Emerson, NI Test and Measurement -# email: -# note -# warning - # Wireless Link Parameter Map # Components: diff --git a/common/utils/data_recording/data_recording_app_v1.0.py b/common/utils/data_recording/data_recording_app_v1.0.py index 53b7555b4b..5c355b4d8b 100644 --- a/common/utils/data_recording/data_recording_app_v1.0.py +++ b/common/utils/data_recording/data_recording_app_v1.0.py @@ -19,15 +19,7 @@ # * contact@openairinterface.org # */ # --------------------------------------------------------------------- -# file common/utils/data_recording/data_recording_app_v1.0.py # brief main application of synchronized real-time data recording -# author Abdo Gaber -# date 2025 -# version 1.0 -# company Emerson, NI Test and Measurement -# email: -# note -# warning import sysv_ipc as ipc import struct diff --git a/common/utils/data_recording/lib/__init__.py b/common/utils/data_recording/lib/__init__.py index 4255067543..c7ccc185b2 100644 --- a/common/utils/data_recording/lib/__init__.py +++ b/common/utils/data_recording/lib/__init__.py @@ -19,14 +19,6 @@ # * contact@openairinterface.org # */ #--------------------------------------------------------------------- -# file common/utils/data_recording/lib/__init__.py # brief for package initialization and code execution -# author Abdo Gaber -# date 2024 -# version 1.0 -# company Emerson, NI Test and Measurement -# email: -# note -# warning # This file is important in python to call functions from the lib folder. diff --git a/common/utils/data_recording/lib/common_utils.py b/common/utils/data_recording/lib/common_utils.py index 22de1f930f..6a6facc26c 100644 --- a/common/utils/data_recording/lib/common_utils.py +++ b/common/utils/data_recording/lib/common_utils.py @@ -19,15 +19,7 @@ # * contact@openairinterface.org # */ # --------------------------------------------------------------------- -# file common/utils/data_recording/lib/common_utils.py # brief Data Recording common utilities -# author Abdo Gaber -# date 2025 -# version 1.0 -# company Emerson, NI Test and Measurement -# email: -# note -# warning import os import json diff --git a/common/utils/data_recording/lib/config_interface.py b/common/utils/data_recording/lib/config_interface.py index 73a81ab7a0..bf14dfdc21 100644 --- a/common/utils/data_recording/lib/config_interface.py +++ b/common/utils/data_recording/lib/config_interface.py @@ -19,15 +19,7 @@ # * contact@openairinterface.org # */ # --------------------------------------------------------------------- -# file common/utils/data_recording/lib/config_interface.py # brief Data Recording App Configuration Interface -# author Abdo Gaber -# date 2025 -# version 1.0 -# company Emerson, NI Test and Measurement -# email: -# note -# warning import yaml import json diff --git a/common/utils/data_recording/lib/data_recording_messages_def.py b/common/utils/data_recording/lib/data_recording_messages_def.py index a807058f29..9d34180429 100644 --- a/common/utils/data_recording/lib/data_recording_messages_def.py +++ b/common/utils/data_recording/lib/data_recording_messages_def.py @@ -19,16 +19,7 @@ # * contact@openairinterface.org # */ # --------------------------------------------------------------------- -# file common/utils/data_recording/lib/data_recording_messages_def.py # brief defination of captured data recording messages -# author Abdo Gaber -# date 2025 -# version 1.0 -# company Emerson, NI Test and Measurement -# email: -# note -# warning - # Data Collection Trace Messages - General message structure - number of bytes def get_general_msg_header_list(): diff --git a/common/utils/data_recording/lib/sigmf_interface.py b/common/utils/data_recording/lib/sigmf_interface.py index 74d58a03f8..622998cad5 100644 --- a/common/utils/data_recording/lib/sigmf_interface.py +++ b/common/utils/data_recording/lib/sigmf_interface.py @@ -19,15 +19,7 @@ # * contact@openairinterface.org # */ # --------------------------------------------------------------------- -# file common/utils/data_recording/lib/sigmf_interface.py # brief SigMF Interface to Write data and meta-data to files in SigMF format -# author Abdo Gaber -# date 2025 -# version 1.0 -# company Emerson, NI Test and Measurement -# email: -# note -# warning import os import sigmf diff --git a/common/utils/data_recording/lib/sync_service.py b/common/utils/data_recording/lib/sync_service.py index 87538173fd..db53e80cce 100644 --- a/common/utils/data_recording/lib/sync_service.py +++ b/common/utils/data_recording/lib/sync_service.py @@ -20,15 +20,7 @@ # * contact@openairinterface.org # */ # --------------------------------------------------------------------- -# file common/utils/data_recording/lib/sync_service.py # brief Sync service between captured Data from 5GNR gNB and UE -# author Abdo Gaber -# date 2025 -# version 1.0 -# company Emerson, NI Test and Measurement -# email: -# note -# warning import struct from lib import data_recording_messages_def diff --git a/common/utils/data_recording/sync_validation_demo.py b/common/utils/data_recording/sync_validation_demo.py index 261a400ef1..b6396a1fcd 100644 --- a/common/utils/data_recording/sync_validation_demo.py +++ b/common/utils/data_recording/sync_validation_demo.py @@ -19,15 +19,7 @@ # * contact@openairinterface.org # */ # --------------------------------------------------------------------- -# file common/utils/data_recording/sync_validation_demo.py # brief simple application to validate sync between payload captured on gNB and UE -# author Abdo Gaber -# date 2025 -# version 1.0 -# company Emerson, NI Test and Measurement -# email: -# note -# warning import numpy as np import os diff --git a/common/utils/load_module_shlib.c b/common/utils/load_module_shlib.c index 2f97879c1e..c566a49cc2 100644 --- a/common/utils/load_module_shlib.c +++ b/common/utils/load_module_shlib.c @@ -19,16 +19,10 @@ * contact@openairinterface.org */ -/*! \file common/utils/load_module_shlib.c +/*! * \brief shared library loader implementation - * \author Francois TABURET - * \date 2017 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ + #define _GNU_SOURCE #include #include diff --git a/common/utils/load_module_shlib.h b/common/utils/load_module_shlib.h index 805a13ccaa..c9bf348e2b 100644 --- a/common/utils/load_module_shlib.h +++ b/common/utils/load_module_shlib.h @@ -19,16 +19,10 @@ * contact@openairinterface.org */ -/*! \file common/utils/load_module_shlib.h +/*! * \brief include file for users of the shared lib loader - * \author Francois TABURET - * \date 2017 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ + #ifndef LOAD_SHLIB_H #define LOAD_SHLIB_H diff --git a/common/utils/lte/prach_utils.c b/common/utils/lte/prach_utils.c index 6289d5439f..85a30d052c 100644 --- a/common/utils/lte/prach_utils.c +++ b/common/utils/lte/prach_utils.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file common/utils/lte/prach_utils.c +/*! * \brief utils for PRACH common to both PHY and MAC - * \author R. Knopp - * \date 2020 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr - * \note - * \warning */ #include diff --git a/common/utils/lte/prach_utils.h b/common/utils/lte/prach_utils.h index c3c8003727..33465e38d4 100644 --- a/common/utils/lte/prach_utils.h +++ b/common/utils/lte/prach_utils.h @@ -19,16 +19,10 @@ * contact@openairinterface.org */ -/*! \file prach_utils.h +/*! * \brief computation of some PRACH variables used in both MAC and PHY - * \author R. Knopp - * \date 2020 - * \version 0.1 - * \company Eurecom - * \email: raymond.knopp@eurecom.fr, florian.kaltenberger@eurecom.fr, oscar.tonelli@yahoo.it - * \note - * \warning */ + uint8_t get_prach_fmt(int prach_ConfigIndex,int frame_type); uint8_t get_prach_prb_offset(int frame_type, diff --git a/common/utils/lte/ue_power.c b/common/utils/lte/ue_power.c index aaa2826275..c40b930afc 100644 --- a/common/utils/lte/ue_power.c +++ b/common/utils/lte/ue_power.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file ue_power.c -* \brief Routines to compute UE TX power according to 36.213 -* \author R. Knopp, F. Kaltenberger -* \date 2020 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr,florian.kaltenberger@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief Routines to compute UE TX power according to 36.213 + */ #include #include diff --git a/common/utils/nr/nr_common.c b/common/utils/nr/nr_common.c index a0273bcf56..784686dbc5 100644 --- a/common/utils/nr/nr_common.c +++ b/common/utils/nr/nr_common.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/* \file config_ue.c +/*! * \brief common utility functions for NR (gNB and UE) - * \author R. Knopp, - * \date 2019 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr - * \note - * \warning */ #include diff --git a/common/utils/nr/nr_common.h b/common/utils/nr/nr_common.h index 0b54bd233f..c682a3d381 100644 --- a/common/utils/nr/nr_common.h +++ b/common/utils/nr/nr_common.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/* \file config_ue.c +/*! * \brief common utility functions for NR (gNB and UE) - * \author R. Knopp, - * \date 2019 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr - * \note - * \warning */ #ifndef __COMMON_UTILS_NR_NR_COMMON__H__ diff --git a/common/utils/telnetsrv/CMakeLists.txt b/common/utils/telnetsrv/CMakeLists.txt index 40380c0418..47b5328dba 100644 --- a/common/utils/telnetsrv/CMakeLists.txt +++ b/common/utils/telnetsrv/CMakeLists.txt @@ -18,16 +18,10 @@ # * For more information about the OpenAirInterface (OAI) Software Alliance: # * contact@openairinterface.org # */ -#! \file common/utils/telnetsrv/CMakelists.txt + +#! #* \brief: build rules and checks for web server shared libraries -#* \author Francois TABURET -#* \date 2023 -#* \version 1.0 -#* \company NOKIA BellLabs France -#* \email: francois.taburet@nokia-bell-labs.com -#* \note -#* \warning -#*/ + add_library(telnetsrv MODULE telnetsrv.c telnetsrv_proccmd.c diff --git a/common/utils/telnetsrv/telnetsrv.c b/common/utils/telnetsrv/telnetsrv.c index 61bff2310c..a267d4752f 100644 --- a/common/utils/telnetsrv/telnetsrv.c +++ b/common/utils/telnetsrv/telnetsrv.c @@ -19,16 +19,10 @@ * contact@openairinterface.org */ -/*! \file common/utils/telnetsrv/telnetsrv.c +/*! * \brief: implementation of a telnet server - * \author Francois TABURET - * \date 2017 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ + #define _GNU_SOURCE #include #include diff --git a/common/utils/telnetsrv/telnetsrv.h b/common/utils/telnetsrv/telnetsrv.h index bd90513cd1..b1ae8aefcc 100644 --- a/common/utils/telnetsrv/telnetsrv.h +++ b/common/utils/telnetsrv/telnetsrv.h @@ -18,16 +18,11 @@ * For more information about the OpenAirInterface (OAI) Software Alliance: * contact@openairinterface.org */ -/*! \file common/utils/telnetsrv/telnetsrv.h + +/*! * \brief: include file for telnet server implementation - * \author Francois TABURET - * \date 2017 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ + #ifndef TELNETSRV_H #define TELNETSRV_H diff --git a/common/utils/telnetsrv/telnetsrv_5Gue_measurements.c b/common/utils/telnetsrv/telnetsrv_5Gue_measurements.c index 323a4175bc..6cc59ca180 100644 --- a/common/utils/telnetsrv/telnetsrv_5Gue_measurements.c +++ b/common/utils/telnetsrv/telnetsrv_5Gue_measurements.c @@ -19,16 +19,10 @@ * contact@openairinterface.org */ -/*! \file telnetsrv_5Gue_measurements.c +/*! * \brief: implementation of telnet commands related to nrUE measurments - * \author Francois TABURET - * \date 2021 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ + #define _GNU_SOURCE #include #include diff --git a/common/utils/telnetsrv/telnetsrv_ciUE.c b/common/utils/telnetsrv/telnetsrv_ciUE.c index 457ba77b4b..51208390a9 100644 --- a/common/utils/telnetsrv/telnetsrv_ciUE.c +++ b/common/utils/telnetsrv/telnetsrv_ciUE.c @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file telnetsrv_ciUE.c +/*! * \brief Implementation of telnet CI functions for nrUE - * \author Guido Casati - * \date 2024 - * \version 0.1 - * \note This file contains telnet-related functions specific to 5G NR UE (nrUE). */ #include diff --git a/common/utils/telnetsrv/telnetsrv_cpumeasur_def.h b/common/utils/telnetsrv/telnetsrv_cpumeasur_def.h index 896c42d08a..ae3dc921bb 100644 --- a/common/utils/telnetsrv/telnetsrv_cpumeasur_def.h +++ b/common/utils/telnetsrv/telnetsrv_cpumeasur_def.h @@ -19,17 +19,10 @@ * contact@openairinterface.org */ -/*! \file common/utils/telnetsrv/telnetsrv_cpumeasur_def.h +/*! * \brief: definitions of macro used to initialize the telnet_ltemeasurdef_t * \ strucures arrays which are then used by the display functions * \ in telnetsrv_measurements.c. - * \author Francois TABURET - * \date 2021 - * \version 0.2 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ #ifndef __TELNETSRV_CPUMEASUR_DEF__H__ diff --git a/common/utils/telnetsrv/telnetsrv_enb_measurements.c b/common/utils/telnetsrv/telnetsrv_enb_measurements.c index 7bd18c802b..65185526bf 100644 --- a/common/utils/telnetsrv/telnetsrv_enb_measurements.c +++ b/common/utils/telnetsrv/telnetsrv_enb_measurements.c @@ -19,16 +19,10 @@ * contact@openairinterface.org */ -/*! \file common/utils/telnetsrv/telnetsrv_measurements.c +/*! * \brief: implementation of telnet commands related to eNB measurments - * \author Francois TABURET - * \date 2019 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ + #define _GNU_SOURCE #include #include diff --git a/common/utils/telnetsrv/telnetsrv_enb_phycmd.c b/common/utils/telnetsrv/telnetsrv_enb_phycmd.c index 3c8b16b680..3d48ecaf4a 100644 --- a/common/utils/telnetsrv/telnetsrv_enb_phycmd.c +++ b/common/utils/telnetsrv/telnetsrv_enb_phycmd.c @@ -19,16 +19,10 @@ * contact@openairinterface.org */ -/*! \file telnetsrv_enb_phycmd.c +/*! * \brief: implementation of telnet commands related to softmodem linux process - * \author Francois TABURET - * \date 2017 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ + #define _GNU_SOURCE #include #include diff --git a/common/utils/telnetsrv/telnetsrv_loader.c b/common/utils/telnetsrv/telnetsrv_loader.c index af8a8dec84..3cb33b4ec5 100644 --- a/common/utils/telnetsrv/telnetsrv_loader.c +++ b/common/utils/telnetsrv/telnetsrv_loader.c @@ -19,16 +19,10 @@ * contact@openairinterface.org */ -/*! \file common/utils/telnetsrv/telnetsrv_loader.c +/*! * \brief: implementation of telnet commands related to softmodem linux process - * \author Francois TABURET - * \date 2018 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ + #define _GNU_SOURCE #include #include diff --git a/common/utils/telnetsrv/telnetsrv_loader.h b/common/utils/telnetsrv/telnetsrv_loader.h index db9df13b8b..83ba1fb6fe 100644 --- a/common/utils/telnetsrv/telnetsrv_loader.h +++ b/common/utils/telnetsrv/telnetsrv_loader.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file telnetsrv_loader.h +/*! * \brief: Include file defining telnet commands related to softmodem linux process - * \author Francois TABURET - * \date 2018 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ #ifdef TELNETSRV_LOADER_MAIN diff --git a/common/utils/telnetsrv/telnetsrv_ltemeasur_def.h b/common/utils/telnetsrv/telnetsrv_ltemeasur_def.h index c1aab51e23..64e42b8b89 100644 --- a/common/utils/telnetsrv/telnetsrv_ltemeasur_def.h +++ b/common/utils/telnetsrv/telnetsrv_ltemeasur_def.h @@ -19,17 +19,10 @@ * contact@openairinterface.org */ -/*! \file common/utils/telnetsrv/telnetsrv_ltemeasur_def.h +/*! * \brief: definitions of macro used to initialize the telnet_ltemeasurdef_t * \ strucures arrays which are then used by the display functions * \ in telnetsrv_measurements.c. - * \author Francois TABURET - * \date 2019 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ #ifndef __TELNETSRV_LTEMEASUR_DEF__H__ diff --git a/common/utils/telnetsrv/telnetsrv_measurements.c b/common/utils/telnetsrv/telnetsrv_measurements.c index 2af76753b8..7a1b72cf31 100644 --- a/common/utils/telnetsrv/telnetsrv_measurements.c +++ b/common/utils/telnetsrv/telnetsrv_measurements.c @@ -19,16 +19,10 @@ * contact@openairinterface.org */ -/*! \file common/utils/telnetsrv/telnetsrv_measurements.c +/*! * \brief: implementation of telnet measurement functions common to all softmodems - * \author Francois TABURET - * \date 2020 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ + #define _GNU_SOURCE #include #include diff --git a/common/utils/telnetsrv/telnetsrv_measurements.h b/common/utils/telnetsrv/telnetsrv_measurements.h index 4c9d36b9b2..a3d7dba9d9 100644 --- a/common/utils/telnetsrv/telnetsrv_measurements.h +++ b/common/utils/telnetsrv/telnetsrv_measurements.h @@ -20,16 +20,9 @@ */ -/*! \file common/utils/telnetsrv/telnetsrv_measurements.h +/*! * \brief: Include file defining constants, structures and function prototypes * \ used to implement the measurements functionality of the telnet server - * \author Francois TABURET - * \date 2019 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ #ifndef __TELNETSRV_MEASUREMENTS__H__ diff --git a/common/utils/telnetsrv/telnetsrv_phycmd.h b/common/utils/telnetsrv/telnetsrv_phycmd.h index cdceedb1df..100f3df2df 100644 --- a/common/utils/telnetsrv/telnetsrv_phycmd.h +++ b/common/utils/telnetsrv/telnetsrv_phycmd.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file telnetsrv_phycmd.h +/*! * \brief: Include file defining telnet commands related to softmodem linux process - * \author Francois TABURET - * \date 2017 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ #ifndef __TELNETSRV_PHYCMD__H__ diff --git a/common/utils/telnetsrv/telnetsrv_proccmd.c b/common/utils/telnetsrv/telnetsrv_proccmd.c index bdaaa37a05..e2c2f5d0bc 100644 --- a/common/utils/telnetsrv/telnetsrv_proccmd.c +++ b/common/utils/telnetsrv/telnetsrv_proccmd.c @@ -19,16 +19,10 @@ * contact@openairinterface.org */ -/*! \file common/utils/telnetsrv/telnetsrv_proccmd.c +/*! * \brief: implementation of telnet commands related to this linux process - * \author Francois TABURET - * \date 2017 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ + #define _GNU_SOURCE #include #include diff --git a/common/utils/telnetsrv/telnetsrv_proccmd.h b/common/utils/telnetsrv/telnetsrv_proccmd.h index 15252d3f18..c2377e44e3 100644 --- a/common/utils/telnetsrv/telnetsrv_proccmd.h +++ b/common/utils/telnetsrv/telnetsrv_proccmd.h @@ -20,15 +20,8 @@ */ -/*! \file common/utils/telnetsrv/telnetsrv_proccmd.h +/*! * \brief: Include file defining telnet commands related to this linux process - * \author Francois TABURET - * \date 2017 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ #ifndef __TELNETSRV_PROCCMD__H__ diff --git a/common/utils/websrv/CMakeLists.txt b/common/utils/websrv/CMakeLists.txt index 25753c458d..d8bd578acf 100644 --- a/common/utils/websrv/CMakeLists.txt +++ b/common/utils/websrv/CMakeLists.txt @@ -19,15 +19,9 @@ # * contact@openairinterface.org # */ #! \file common/utils/websrv/CMakelists.txt + #* \brief: build rules and checks for web server shared libraries -#* \author Francois TABURET -#* \date 2023 -#* \version 1.0 -#* \company NOKIA BellLabs France -#* \email: francois.taburet@nokia-bell-labs.com -#* \note -#* \warning -#*/ + find_library(ULFIUS NAMES "libulfius.so" REQUIRED) if (NOT ULFIUS) message(FATAL_ERROR "ulfius library (https://github.com/babelouest/ulfius) not found, install libulfius-dev (ubuntu) if you need to build websrv back-end") diff --git a/common/utils/websrv/frontend/src/app/api/commands.api.ts b/common/utils/websrv/frontend/src/app/api/commands.api.ts index 64d08abe80..8aa060e5d1 100644 --- a/common/utils/websrv/frontend/src/app/api/commands.api.ts +++ b/common/utils/websrv/frontend/src/app/api/commands.api.ts @@ -19,17 +19,10 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/frontend/src/app/api/commands.api.ts +/*! * \brief: implementation of web interface frontend for oai - * \api's definitions for the commands module, which provides web interface to telnet server commands - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note - * \warning */ + import {HttpClient} from "@angular/common/http"; import {Injectable} from "@angular/core"; import {environment} from "src/environments/environment"; diff --git a/common/utils/websrv/frontend/src/app/api/help.api.ts b/common/utils/websrv/frontend/src/app/api/help.api.ts index 165ff9efdc..dbdbebfb1d 100644 --- a/common/utils/websrv/frontend/src/app/api/help.api.ts +++ b/common/utils/websrv/frontend/src/app/api/help.api.ts @@ -19,17 +19,11 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/frontend/src/app/api/help.api.ts +/*! * \brief: implementation of web interface frontend for oai * \api's definitions for the help module, which can be used to provides help text via tooltips - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note - * \warning */ + import {HttpClient} from "@angular/common/http"; import {Injectable} from "@angular/core"; import {Observable} from "rxjs"; diff --git a/common/utils/websrv/frontend/src/app/api/info.api.ts b/common/utils/websrv/frontend/src/app/api/info.api.ts index 3b01ae8a54..3870662122 100644 --- a/common/utils/websrv/frontend/src/app/api/info.api.ts +++ b/common/utils/websrv/frontend/src/app/api/info.api.ts @@ -19,17 +19,11 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/frontend/src/app/api/info.api.ts +/*! * \brief: implementation of web interface frontend for oai * \api's definitions for the info module, which provides global info about the connected oai modem - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note - * \warning */ + import {HttpClient} from "@angular/common/http"; import {Injectable} from "@angular/core"; import {environment} from "src/environments/environment"; diff --git a/common/utils/websrv/frontend/src/app/api/scope.api.ts b/common/utils/websrv/frontend/src/app/api/scope.api.ts index b019804dea..a6baf5e40c 100644 --- a/common/utils/websrv/frontend/src/app/api/scope.api.ts +++ b/common/utils/websrv/frontend/src/app/api/scope.api.ts @@ -19,17 +19,11 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/frontend/src/app/scope/scope.api.ts +/*! * \brief: implementation of web interface frontend for oai * \api's definitions for the scope module, which provides a web interface to the oai soft scope - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note - * \warning */ + import {HttpClient} from "@angular/common/http"; import {Injectable} from "@angular/core"; import {environment} from "src/environments/environment"; diff --git a/common/utils/websrv/frontend/src/app/app-routing.module.ts b/common/utils/websrv/frontend/src/app/app-routing.module.ts index f47c12a5dc..1376ec191b 100644 --- a/common/utils/websrv/frontend/src/app/app-routing.module.ts +++ b/common/utils/websrv/frontend/src/app/app-routing.module.ts @@ -19,16 +19,10 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/frontend/src/app/app-routing-module.ts +/*! * \brief: implementation of web interface frontend for oai - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note - * \warning */ + import {NgModule} from "@angular/core"; import {RouterModule, Routes} from "@angular/router"; diff --git a/common/utils/websrv/frontend/src/app/app.component.html b/common/utils/websrv/frontend/src/app/app.component.html index f95891c809..d57a22eca3 100644 --- a/common/utils/websrv/frontend/src/app/app.component.html +++ b/common/utils/websrv/frontend/src/app/app.component.html @@ -20,18 +20,12 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/frontend/src/app/app.component.html +/*! * \brief: implementation of web interface frontend for oai * \this is the frontend initial web page source code - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note - * \warning */ --> + diff --git a/common/utils/websrv/frontend/src/app/app.module.ts b/common/utils/websrv/frontend/src/app/app.module.ts index b4ca9fab68..42c02780f9 100644 --- a/common/utils/websrv/frontend/src/app/app.module.ts +++ b/common/utils/websrv/frontend/src/app/app.module.ts @@ -19,17 +19,11 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/frontend/src/app/app.module.ts +/*! * \brief: implementation of web interface frontend for oai * \all components, (externals or devlopped for oai) used by the application are imported from here - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note - * \warning */ + import {DragDropModule} from "@angular/cdk/drag-drop"; import {HttpClientModule} from "@angular/common/http"; import {NgModule} from "@angular/core"; diff --git a/common/utils/websrv/frontend/src/app/components/commands/commands.component.html b/common/utils/websrv/frontend/src/app/components/commands/commands.component.html index e4aa2f3a13..3c99f1f89c 100644 --- a/common/utils/websrv/frontend/src/app/components/commands/commands.component.html +++ b/common/utils/websrv/frontend/src/app/components/commands/commands.component.html @@ -20,18 +20,12 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/frontend/src/app/components/commands/commands.component.html +/*! * \brief: implementation of web interface frontend for oai * \commands web interface implementation (works with commands.component.ts) - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note - * \warning */ --> +
diff --git a/common/utils/websrv/frontend/src/app/components/commands/commands.component.ts b/common/utils/websrv/frontend/src/app/components/commands/commands.component.ts index b11e6f446c..089e54447f 100644 --- a/common/utils/websrv/frontend/src/app/components/commands/commands.component.ts +++ b/common/utils/websrv/frontend/src/app/components/commands/commands.component.ts @@ -19,17 +19,11 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/frontend/src/app/components/commands/commands.component.ts +/*! * \brief: implementation of web interface frontend for oai * \commands web interface implementation (works with commands.component.html) - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note - * \warning */ + import {Component} from "@angular/core"; import {route, IArgType, IInfo} from "src/commondefs"; import {ViewEncapsulation} from "@angular/core"; diff --git a/common/utils/websrv/frontend/src/app/components/info/info.component.html b/common/utils/websrv/frontend/src/app/components/info/info.component.html index f1d6a041f1..8188198083 100644 --- a/common/utils/websrv/frontend/src/app/components/info/info.component.html +++ b/common/utils/websrv/frontend/src/app/components/info/info.component.html @@ -20,18 +20,12 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/frontend/src/app/components/info/info.component.html +/*! * \brief: implementation of web interface frontend for oai * \info component web interface implementation (works with info.component.ts) - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note - * \warning */ --> +
diff --git a/common/utils/websrv/frontend/src/app/components/info/info.component.ts b/common/utils/websrv/frontend/src/app/components/info/info.component.ts index bf607b76db..351113481f 100644 --- a/common/utils/websrv/frontend/src/app/components/info/info.component.ts +++ b/common/utils/websrv/frontend/src/app/components/info/info.component.ts @@ -19,17 +19,11 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/frontend/src/app/components/info/info.component.ts +/*! * \brief: implementation of web interface frontend for oai * \info component web interface implementation (works with info.component.html) - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note - * \warning */ + import {Component} from "@angular/core"; import {IArgType, IInfo} from "src/commondefs"; import {ViewEncapsulation} from "@angular/core"; diff --git a/common/utils/websrv/frontend/src/app/components/question/question.component.html b/common/utils/websrv/frontend/src/app/components/question/question.component.html index d01bfc1b69..01c0f8336a 100644 --- a/common/utils/websrv/frontend/src/app/components/question/question.component.html +++ b/common/utils/websrv/frontend/src/app/components/question/question.component.html @@ -20,16 +20,9 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/frontend/src/app/components/question/question.component.html +/*! * \brief: implementation of web interface frontend for oai * \utility component used to allow entering parameters before sending a request to the backend - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note - * \warning */ -->

{{ data.control.cmdname }} command parameters

diff --git a/common/utils/websrv/frontend/src/app/components/question/question.component.ts b/common/utils/websrv/frontend/src/app/components/question/question.component.ts index 7d50cc295a..1d48102dcc 100644 --- a/common/utils/websrv/frontend/src/app/components/question/question.component.ts +++ b/common/utils/websrv/frontend/src/app/components/question/question.component.ts @@ -20,17 +20,11 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/frontend/src/app/components/question/question.component.ts +/*! * \brief: implementation of web interface frontend for oai * \utility component used to allow entering parameters before sending a request to the backend - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note - * \warning */ + import {Component, Inject} from "@angular/core"; import {MAT_DIALOG_DATA, MatDialogRef} from "@angular/material/dialog"; import {CmdCtrl} from "src/app/controls/cmd.control"; diff --git a/common/utils/websrv/frontend/src/app/components/scope/scope.component.html b/common/utils/websrv/frontend/src/app/components/scope/scope.component.html index 2cfcdc770c..ad60cf56bd 100644 --- a/common/utils/websrv/frontend/src/app/components/scope/scope.component.html +++ b/common/utils/websrv/frontend/src/app/components/scope/scope.component.html @@ -20,16 +20,9 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/frontend/src/app/components/scope/scope.component.html +/*! * \brief: implementation of web interface frontend for oai * \scope component web interface implementation (works with scope.component.ts) - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note - * \warning */ -->
diff --git a/common/utils/websrv/frontend/src/app/components/scope/scope.component.ts b/common/utils/websrv/frontend/src/app/components/scope/scope.component.ts index 331e897bcd..e17097b9b0 100644 --- a/common/utils/websrv/frontend/src/app/components/scope/scope.component.ts +++ b/common/utils/websrv/frontend/src/app/components/scope/scope.component.ts @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/frontend/src/app/components/scope/scope.component.ts +/*! * \brief: implementation of web interface frontend for oai * \scope component web interface implementation (works with scope.component.html) - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note - * \warning */ import {Component, EventEmitter, OnDestroy, OnInit, Output, QueryList, ViewChildren} from "@angular/core"; import {Chart, ChartConfiguration} from "chart.js"; diff --git a/common/utils/websrv/frontend/src/app/controls/cmd.control.ts b/common/utils/websrv/frontend/src/app/controls/cmd.control.ts index 3d9b27cbfa..cf1f5a4406 100644 --- a/common/utils/websrv/frontend/src/app/controls/cmd.control.ts +++ b/common/utils/websrv/frontend/src/app/controls/cmd.control.ts @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/frontend/src/app/controls/cmd.control.ts +/*! * \brief: implementation of web interface frontend for oai * \implement a command for commands component - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note - * \warning */ import {UntypedFormArray, UntypedFormControl, UntypedFormGroup} from "@angular/forms"; diff --git a/common/utils/websrv/frontend/src/app/controls/info.control.ts b/common/utils/websrv/frontend/src/app/controls/info.control.ts index c3c56bb297..e3e1bb3d7f 100644 --- a/common/utils/websrv/frontend/src/app/controls/info.control.ts +++ b/common/utils/websrv/frontend/src/app/controls/info.control.ts @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/frontend/src/app/controls/info.control.ts +/*! * \brief: implementation of web interface frontend for oai * \implement one info item for info component - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note - * \warning */ import {UntypedFormControl, UntypedFormGroup} from "@angular/forms"; import {IArgType, IInfo} from "src/commondefs"; diff --git a/common/utils/websrv/frontend/src/app/controls/module.control.ts b/common/utils/websrv/frontend/src/app/controls/module.control.ts index ef20025f86..eb88aeeee4 100644 --- a/common/utils/websrv/frontend/src/app/controls/module.control.ts +++ b/common/utils/websrv/frontend/src/app/controls/module.control.ts @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/frontend/src/app/controls/module.control.ts +/*! * \brief: implementation of web interface frontend for oai * \implement one module item for commands component - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note - * \warning */ import {UntypedFormArray, UntypedFormGroup} from "@angular/forms"; import {IModule} from "../api/commands.api"; diff --git a/common/utils/websrv/frontend/src/app/controls/param.control.ts b/common/utils/websrv/frontend/src/app/controls/param.control.ts index f091a7db99..566999cbed 100644 --- a/common/utils/websrv/frontend/src/app/controls/param.control.ts +++ b/common/utils/websrv/frontend/src/app/controls/param.control.ts @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/frontend/src/app/controls/param.control.ts +/*! * \brief: implementation of web interface frontend for oai * \implement one parameter in a result row for commands component - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note - * \warning */ import {UntypedFormControl, UntypedFormGroup} from "@angular/forms"; import {IArgType, IInfo} from "src/commondefs"; diff --git a/common/utils/websrv/frontend/src/app/controls/row.control.ts b/common/utils/websrv/frontend/src/app/controls/row.control.ts index 0117981f3e..14eaa277f9 100644 --- a/common/utils/websrv/frontend/src/app/controls/row.control.ts +++ b/common/utils/websrv/frontend/src/app/controls/row.control.ts @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/frontend/src/app/controls/row.control.ts +/*! * \brief: implementation of web interface frontend for oai * \implement one row results for commands component - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note - * \warning */ import {FormControl, UntypedFormArray, UntypedFormGroup} from "@angular/forms"; import {IArgType} from "src/commondefs"; diff --git a/common/utils/websrv/frontend/src/app/controls/var.control.ts b/common/utils/websrv/frontend/src/app/controls/var.control.ts index 75a3581719..cf4c2072c0 100644 --- a/common/utils/websrv/frontend/src/app/controls/var.control.ts +++ b/common/utils/websrv/frontend/src/app/controls/var.control.ts @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/frontend/src/app/controls/var.control.ts +/*! * \brief: implementation of web interface frontend for oai * \implement one variable item for commands componen - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note - * \warning */ import {UntypedFormControl, UntypedFormGroup} from "@angular/forms"; import {IArgType, IInfo} from "src/commondefs"; diff --git a/common/utils/websrv/frontend/src/app/interceptors/error.interceptor.ts b/common/utils/websrv/frontend/src/app/interceptors/error.interceptor.ts index cdb096c6ae..5fc8f48126 100644 --- a/common/utils/websrv/frontend/src/app/interceptors/error.interceptor.ts +++ b/common/utils/websrv/frontend/src/app/interceptors/error.interceptor.ts @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/frontend/src/app/interceptors/error.interceptor.ts +/*! * \brief: implementation of web interface frontend for oai * \utility to intercept error response from backend and possibly dispay an error to user - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note - * \warning */ import {HttpErrorResponse, HttpEvent, HttpHandler, HttpInterceptor, HttpRequest, HttpResponse} from "@angular/common/http"; import {Injectable} from "@angular/core"; diff --git a/common/utils/websrv/frontend/src/app/services/download.service.ts b/common/utils/websrv/frontend/src/app/services/download.service.ts index be19549727..c80089388d 100644 --- a/common/utils/websrv/frontend/src/app/services/download.service.ts +++ b/common/utils/websrv/frontend/src/app/services/download.service.ts @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/frontend/src/app/services/download.service.ts +/*! * \brief: implementation of web interface frontend for oai * \utility to download a file from backend - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note - * \warning */ import {HttpClient} from "@angular/common/http"; import {HttpHeaders} from "@angular/common/http"; diff --git a/common/utils/websrv/frontend/src/app/services/websocket.service.ts b/common/utils/websrv/frontend/src/app/services/websocket.service.ts index afddab9088..c9e2e70ec0 100644 --- a/common/utils/websrv/frontend/src/app/services/websocket.service.ts +++ b/common/utils/websrv/frontend/src/app/services/websocket.service.ts @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/frontend/src/app/services/websocket.service.ts +/*! * \brief: implementation of web interface frontend for oai * \utility implementing a web interface with the backend - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note - * \warning */ import {Injectable} from "@angular/core"; import {webSocket, WebSocketSubject} from "rxjs/webSocket"; diff --git a/common/utils/websrv/frontend/src/commondefs.ts b/common/utils/websrv/frontend/src/commondefs.ts index 199c89e542..130d39369e 100644 --- a/common/utils/websrv/frontend/src/commondefs.ts +++ b/common/utils/websrv/frontend/src/commondefs.ts @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/frontend/src/commondefs.ts +/*! * \brief: implementation of web interface frontend for oai * \definitions of constants, enums and interfaces common to the whole frontend - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note - * \warning */ export enum IArgType { boolean = "boolean", diff --git a/common/utils/websrv/frontend/src/main.ts b/common/utils/websrv/frontend/src/main.ts index 4525b8d5b5..ffb77641d2 100644 --- a/common/utils/websrv/frontend/src/main.ts +++ b/common/utils/websrv/frontend/src/main.ts @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/frontend/src/main.ts +/*! * \brief: implementation of web interface frontend for oai * \this is the frontend application main source but interesting things atarts in the app.module import - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note - * \warning */ import {enableProdMode} from "@angular/core"; import {platformBrowserDynamic} from "@angular/platform-browser-dynamic"; diff --git a/common/utils/websrv/helpfiles/cmd_channelmod_show_channelid.html b/common/utils/websrv/helpfiles/cmd_channelmod_show_channelid.html index 674b3ee27f..69061ef4f3 100644 --- a/common/utils/websrv/helpfiles/cmd_channelmod_show_channelid.html +++ b/common/utils/websrv/helpfiles/cmd_channelmod_show_channelid.html @@ -19,16 +19,9 @@ * For more information about the OpenAirInterface (OAI) Software Alliance: * contact@openairinterface.org */ -/*! \file common/utils/websrv/helpfiles/cmd_channelmod_show_channelid.html +/*! * \brief: implementation of web interface frontend for oai * \help file loaded at run time using the help api's - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note: html tags cannot be used in this help files as it is rendered in a tooltips - * \warning */ --> This option asks for a model id and lists the parameters of this model. Some parameters can be then modified diff --git a/common/utils/websrv/helpfiles/cmd_channelmod_show_current.html b/common/utils/websrv/helpfiles/cmd_channelmod_show_current.html index a1f8bbdf08..28eab58709 100644 --- a/common/utils/websrv/helpfiles/cmd_channelmod_show_current.html +++ b/common/utils/websrv/helpfiles/cmd_channelmod_show_current.html @@ -19,16 +19,9 @@ * For more information about the OpenAirInterface (OAI) Software Alliance: * contact@openairinterface.org */ -/*! \file common/utils/websrv/helpfiles/cmd_channelmod_show_current.html +/*! * \brief: implementation of web interface frontend for oai * \help file loaded at run time using the help api's - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note: html tags cannot be used in this help files as it is rendered in a tooltips - * \warning */ --> When a oai component, as the rf simulator, instanciates a channel model, the instanciation is added in the list of current models. The id of the instanciation is used when using the "show channelid" option. diff --git a/common/utils/websrv/helpfiles/cmd_channelmod_show_predef.html b/common/utils/websrv/helpfiles/cmd_channelmod_show_predef.html index 63c67449e4..9b7522234d 100644 --- a/common/utils/websrv/helpfiles/cmd_channelmod_show_predef.html +++ b/common/utils/websrv/helpfiles/cmd_channelmod_show_predef.html @@ -19,16 +19,9 @@ * For more information about the OpenAirInterface (OAI) Software Alliance: * contact@openairinterface.org */ -/*! \file common/utils/websrv/helpfiles/cmd_channelmod_show_predef.html +/*! * \brief: implementation of web interface frontend for oai * \help file loaded at run time using the help api's - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note: html tags cannot be used in this help files as it is rendered in a tooltips - * \warning */ --> Predefined channel model are a set of modelisation algorithm's, identified by a name, available in oai code. diff --git a/common/utils/websrv/helpfiles/question_setdistance_input.html b/common/utils/websrv/helpfiles/question_setdistance_input.html index 097987d7fa..1e71660ecd 100644 --- a/common/utils/websrv/helpfiles/question_setdistance_input.html +++ b/common/utils/websrv/helpfiles/question_setdistance_input.html @@ -19,16 +19,9 @@ * For more information about the OpenAirInterface (OAI) Software Alliance: * contact@openairinterface.org */ -/*! \file common/utils/websrv/helpfiles/question_setdistance_input.html +/*! * \brief: implementation of web interface frontend for oai * \help file loaded at run time using the help api's - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note: html tags can be used in this help files as it is rendered in a div (tooltips don't work well in dialogs) - * \warning */ -->
    diff --git a/common/utils/websrv/helpfiles/question_show_channelid_input.html b/common/utils/websrv/helpfiles/question_show_channelid_input.html index 2a1193d518..d6b1d0306e 100644 --- a/common/utils/websrv/helpfiles/question_show_channelid_input.html +++ b/common/utils/websrv/helpfiles/question_show_channelid_input.html @@ -19,16 +19,9 @@ * For more information about the OpenAirInterface (OAI) Software Alliance: * contact@openairinterface.org */ -/*! \file common/utils/websrv/helpfiles/question_show_channelid_input.html +/*! * \brief: implementation of web interface frontend for oai * \help file loaded at run time using the help api's - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note: html tags can be used in this help files as it is rendered in a div (tooltips don't work well in dialogs) - * \warning */ --> channel index: channel model index in the channel modelisation module, it is printed when listing all defined models using the "show current" button. diff --git a/common/utils/websrv/helpfiles/rfsimu_show_models_algorithm.html b/common/utils/websrv/helpfiles/rfsimu_show_models_algorithm.html index 348399a8a7..5f190e01cd 100644 --- a/common/utils/websrv/helpfiles/rfsimu_show_models_algorithm.html +++ b/common/utils/websrv/helpfiles/rfsimu_show_models_algorithm.html @@ -19,16 +19,9 @@ * For more information about the OpenAirInterface (OAI) Software Alliance: * contact@openairinterface.org */ -/*! \file common/utils/websrv/helpfiles/rfsimu_show_models_algorithm.html +/*! * \brief: implementation of web interface frontend for oai * \help file loaded at run time using the help api's - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note: html tags cannot be used in this help files as it is rendered in a tooltips - * \warning */ --> Available channel modelisation algorithm's can be listed using the "channelmod"/"show predef" command. A more convenient mechanism to select this will be implemented in a next version. diff --git a/common/utils/websrv/helpfiles/rfsimu_show_models_model_index.html b/common/utils/websrv/helpfiles/rfsimu_show_models_model_index.html index 24fa2b2251..1d5430068a 100644 --- a/common/utils/websrv/helpfiles/rfsimu_show_models_model_index.html +++ b/common/utils/websrv/helpfiles/rfsimu_show_models_model_index.html @@ -19,16 +19,9 @@ * For more information about the OpenAirInterface (OAI) Software Alliance: * contact@openairinterface.org */ -/*! \file common/utils/websrv/helpfiles/rfsimu_show_models_model_index.html +/*! * \brief: implementation of web interface frontend for oai * \help file loaded at run time using the help api's - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note: html tags cannot be used in this help files as it is rendered in a tooltips - * \warning */ --> The model index can be used to modify a model parameter, using the "channelmod"/"show channelid" commands diff --git a/common/utils/websrv/helpfiles/rfsimu_show_models_model_name.html b/common/utils/websrv/helpfiles/rfsimu_show_models_model_name.html index 544e77c4f6..ad722119d6 100644 --- a/common/utils/websrv/helpfiles/rfsimu_show_models_model_name.html +++ b/common/utils/websrv/helpfiles/rfsimu_show_models_model_name.html @@ -19,16 +19,9 @@ * For more information about the OpenAirInterface (OAI) Software Alliance: * contact@openairinterface.org */ -/*! \file common/utils/websrv/helpfiles/rfsimu_show_models_model_name.html +/*! * \brief: implementation of web interface frontend for oai * \help file loaded at run time using the help api's - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note: html tags cannot be used in this help files as it is rendered in a tooltips - * \warning */ --> Models parameters are defined in the oai configuration file under the section "channelmod.". describes the parameters for each . Several can be defined, the loaded list is defined by the "channelmod.modellist" parameter. Model names are defined by the channel modelisation "user": for example the model "rfsmu_channel_ue0" is applied by the gNB rfsimulator on the signal received from ue0, the first connecet UE. diff --git a/common/utils/websrv/helpfiles/rfsimu_show_models_module_owner.html b/common/utils/websrv/helpfiles/rfsimu_show_models_module_owner.html index 79a65c0727..0f8d2e3038 100644 --- a/common/utils/websrv/helpfiles/rfsimu_show_models_module_owner.html +++ b/common/utils/websrv/helpfiles/rfsimu_show_models_module_owner.html @@ -19,16 +19,9 @@ * For more information about the OpenAirInterface (OAI) Software Alliance: * contact@openairinterface.org */ -/*! \file common/utils/websrv/helpfiles/rfsimu_show_models_module_owner.html +/*! * \brief: implementation of web interface frontend for oai * \help file loaded at run time using the help api's - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note: html tags cannot be used in this help files as it is rendered in a tooltips - * \warning */ --> When the rfsimulator is effectively using a channel model to modify a received signal he becomes the owner of that model. diff --git a/common/utils/websrv/helpfiles/scope_control_dataack.html b/common/utils/websrv/helpfiles/scope_control_dataack.html index 60533f1c03..0eae7a696a 100644 --- a/common/utils/websrv/helpfiles/scope_control_dataack.html +++ b/common/utils/websrv/helpfiles/scope_control_dataack.html @@ -19,16 +19,9 @@ * For more information about the OpenAirInterface (OAI) Software Alliance: * contact@openairinterface.org */ -/*! \file common/utils/websrv/helpfiles/scope_control_dataack.html +/*! * \brief: implementation of web interface frontend for oai * \help file loaded at run time using the help api's - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note: html tags cannot be used in this help files as it is rendered in a tooltips - * \warning */ --> when enabled, back-end will stop sending data when too much data have not been acknowledge by the frontend. Currently the back-end limits to 200 the number of data messages waitting for ack. diff --git a/common/utils/websrv/helpfiles/softmodem_show_threadsched_nice.html b/common/utils/websrv/helpfiles/softmodem_show_threadsched_nice.html index de9fac89ca..8df9f0effd 100644 --- a/common/utils/websrv/helpfiles/softmodem_show_threadsched_nice.html +++ b/common/utils/websrv/helpfiles/softmodem_show_threadsched_nice.html @@ -19,16 +19,9 @@ * For more information about the OpenAirInterface (OAI) Software Alliance: * contact@openairinterface.org */ -/*! \file common/utils/websrv/helpfiles/softmodem_show_threadsched_nice.html +/*! * \brief: implementation of web interface frontend for oai * \help file loaded at run time using the help api's - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note: html tags cannot be used in this help files as it is rendered in a tooltips - * \warning */ --> Nice value, relevant for other and batch scheduling can be changed via the "oai priority" field diff --git a/common/utils/websrv/helpfiles/softmodem_show_threadsched_oai_priority.html b/common/utils/websrv/helpfiles/softmodem_show_threadsched_oai_priority.html index 991d1a2434..5bb6af2154 100644 --- a/common/utils/websrv/helpfiles/softmodem_show_threadsched_oai_priority.html +++ b/common/utils/websrv/helpfiles/softmodem_show_threadsched_oai_priority.html @@ -19,16 +19,9 @@ * For more information about the OpenAirInterface (OAI) Software Alliance: * contact@openairinterface.org */ -/*! \file common/utils/websrv/helpfiles/softmodem_show_threadsched_sched_oai_priority.html +/*! * \brief: implementation of web interface frontend for oai * \help file loaded at run time using the help api's - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note: html tags cannot be used in this help files as it is rendered in a tooltips - * \warning */ --> the oai priority field is used to provide the linux scheduling mode, priority and nice value in a single field. diff --git a/common/utils/websrv/helpfiles/softmodem_show_threadsched_priority.html b/common/utils/websrv/helpfiles/softmodem_show_threadsched_priority.html index 751b894efd..fa7ec9812f 100644 --- a/common/utils/websrv/helpfiles/softmodem_show_threadsched_priority.html +++ b/common/utils/websrv/helpfiles/softmodem_show_threadsched_priority.html @@ -19,16 +19,9 @@ * For more information about the OpenAirInterface (OAI) Software Alliance: * contact@openairinterface.org */ -/*! \file common/utils/websrv/helpfiles/softmodem_show_threadsched_priority.html +/*! * \brief: implementation of web interface frontend for oai * \help file loaded at run time using the help api's - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note: html tags cannot be used in this help files as it is rendered in a tooltips - * \warning */ --> Linux priority field, relevant for real-time scheduling mode (Round-Robin or fifo) can be modified using the "oai priority" field diff --git a/common/utils/websrv/helpfiles/softmodem_show_threadsched_sched_policy.html b/common/utils/websrv/helpfiles/softmodem_show_threadsched_sched_policy.html index 3dfcd2633c..c6edfdca13 100644 --- a/common/utils/websrv/helpfiles/softmodem_show_threadsched_sched_policy.html +++ b/common/utils/websrv/helpfiles/softmodem_show_threadsched_sched_policy.html @@ -19,16 +19,9 @@ * For more information about the OpenAirInterface (OAI) Software Alliance: * contact@openairinterface.org */ -/*! \file common/utils/websrv/helpfiles/softmodem_show_threadsched_sched_policy.html +/*! * \brief: implementation of web interface frontend for oai * \help file loaded at run time using the help api's - * \author: Yacine El Mghazli, Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: yacine.el_mghazli@nokia-bell-labs.com francois.taburet@nokia-bell-labs.com - * \note: html tags cannot be used in this help files as it is rendered in a tooltips - * \warning */ --> scheduling policy can be modified using the "oai priority" field. diff --git a/common/utils/websrv/websrv.c b/common/utils/websrv/websrv.c index 3c05c2f987..a21447f9c8 100644 --- a/common/utils/websrv/websrv.c +++ b/common/utils/websrv/websrv.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/websrv.c +/*! * \brief: implementation of web API - * \author Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ #include #include diff --git a/common/utils/websrv/websrv.h b/common/utils/websrv/websrv.h index 944b6761e7..1ef942c734 100644 --- a/common/utils/websrv/websrv.h +++ b/common/utils/websrv/websrv.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/websrv.h +/*! * \brief: implementation of web API - * \author Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ #ifndef WEBSRV_H diff --git a/common/utils/websrv/websrv_noforms.c b/common/utils/websrv/websrv_noforms.c index 9f9ade77fa..5231c0ac20 100644 --- a/common/utils/websrv/websrv_noforms.c +++ b/common/utils/websrv/websrv_noforms.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/websrv_noforms.c +/*! * \brief: primitives replacing xforms when compiling nr_phy_scope.c for the webserver shared lib - * \author Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ #include #include diff --git a/common/utils/websrv/websrv_noforms.h b/common/utils/websrv/websrv_noforms.h index 05c43f57c1..5f4f166ad5 100644 --- a/common/utils/websrv/websrv_noforms.h +++ b/common/utils/websrv/websrv_noforms.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/websrv_noforms.h +/*! * \brief: include file to replace forms.h when compiling nr_phy_scope.c for the webserver shared lib - * \author Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ #ifndef FL_FORMS_H diff --git a/common/utils/websrv/websrv_scope.c b/common/utils/websrv/websrv_scope.c index 8e3d9e4740..1bcb721eb0 100644 --- a/common/utils/websrv/websrv_scope.c +++ b/common/utils/websrv/websrv_scope.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/websrv_scope.c +/*! * \brief: implementation of web API specific for oai softscope - * \author Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ #include #include diff --git a/common/utils/websrv/websrv_utils.c b/common/utils/websrv/websrv_utils.c index f6e279ac70..c71b80ebd8 100644 --- a/common/utils/websrv/websrv_utils.c +++ b/common/utils/websrv/websrv_utils.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/websrv_utils.c +/*! * \brief: utility functions for all websrv back-end sources - * \author Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ #include #include diff --git a/common/utils/websrv/websrv_websockets.c b/common/utils/websrv/websrv_websockets.c index a511efc92e..e649e43de6 100644 --- a/common/utils/websrv/websrv_websockets.c +++ b/common/utils/websrv/websrv_websockets.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file common/utils/websrv/websrv_websockets.c +/*! * \brief: implementation of web/websockets API - * \author Francois TABURET - * \date 2022 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ #include diff --git a/executables/lte-enb.c b/executables/lte-enb.c index 259154004c..2f924d32c4 100644 --- a/executables/lte-enb.c +++ b/executables/lte-enb.c @@ -19,26 +19,8 @@ * contact@openairinterface.org */ -/*! \file lte-enb.c +/*! * \brief Top-level threads for eNodeB - * \author R. Knopp, F. Kaltenberger, Navid Nikaein - * \date 2012 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr,florian.kaltenberger@eurecom.fr, navid.nikaein@eurecom.fr - * \note - * \warning - */ - -/*! \function wakeup_txfh - * \brief Implementation of creating multiple RU threads for beamforming emulation - * \author TH Wang(Judy), TY Hsu, SY Yeh(fdragon) - * \date 2018 - * \version 0.1 - * \company Eurecom and ISIP@NCTU - * \email: Tsu-Han.Wang@eurecom.fr,tyhsu@cs.nctu.edu.tw,fdragon.cs96g@g2.nctu.edu.tw - * \note - * \warning */ diff --git a/executables/lte-ru.c b/executables/lte-ru.c index cd6dc9672d..63e37e5611 100644 --- a/executables/lte-ru.c +++ b/executables/lte-ru.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file lte-ru.c +/*! * \brief Top-level threads for RU entity - * \author R. Knopp, F. Kaltenberger, Navid Nikaein - * \date 2019 - * \version 0.1 - * \company Eurecom - * \email: {knopp, florian.kaltenberger, navid.nikaein}@eurecom.fr - * \note - * \warning */ #define _GNU_SOURCE diff --git a/executables/lte-softmodem.c b/executables/lte-softmodem.c index 0c9fb0884d..15ecc0b69e 100644 --- a/executables/lte-softmodem.c +++ b/executables/lte-softmodem.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file lte-softmodem.c +/*! * \brief Top-level threads for eNodeB - * \author R. Knopp, F. Kaltenberger, Navid Nikaein - * \date 2012 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr,florian.kaltenberger@eurecom.fr, navid.nikaein@eurecom.fr - * \note - * \warning */ diff --git a/executables/lte-ue.c b/executables/lte-ue.c index 8cbf9b903f..e4b66d02b5 100644 --- a/executables/lte-ue.c +++ b/executables/lte-ue.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file lte-ue.c +/*! * \brief threads and support functions for real-time LTE UE target - * \author R. Knopp, F. Kaltenberger, Navid Nikaein - * \date 2015 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr,florian.kaltenberger@eurecom.fr, navid.nikaein@eurecom.fr - * \note - * \warning */ #include "lte-softmodem.h" diff --git a/executables/lte-uesoftmodem.c b/executables/lte-uesoftmodem.c index 030db0b72f..4d0cfcc738 100644 --- a/executables/lte-uesoftmodem.c +++ b/executables/lte-uesoftmodem.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file lte-uesoftmodem.c +/*! * \brief Top-level threads for eNodeB - * \author R. Knopp, F. Kaltenberger, Navid Nikaein - * \date 2012 - * \version 0.1 - * \company Eurecom - * \email: {knopp, florian.kaltenberger, navid.nikaein}@eurecom.fr - * \note - * \warning */ diff --git a/executables/main_ru.c b/executables/main_ru.c index 6cd48d9b13..ba8fbd28df 100644 --- a/executables/main_ru.c +++ b/executables/main_ru.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file oairu.c +/*! * \brief Top-level threads for radio-unit - * \author R. Knopp - * \date 2020 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr - * \note - * \warning */ diff --git a/executables/nr-gnb.c b/executables/nr-gnb.c index 5413108209..98ecaaab07 100644 --- a/executables/nr-gnb.c +++ b/executables/nr-gnb.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file nr-gnb.c +/*! * \brief Top-level threads for gNodeB - * \author R. Knopp, F. Kaltenberger, Navid Nikaein - * \date 2012 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr,florian.kaltenberger@eurecom.fr, navid.nikaein@eurecom.fr - * \note - * \warning */ #define _GNU_SOURCE diff --git a/executables/ru_control.c b/executables/ru_control.c index 8345007f0b..dabfd0cefc 100644 --- a/executables/ru_control.c +++ b/executables/ru_control.c @@ -18,15 +18,8 @@ * For more information about the OpenAirInterface (OAI) Software Alliance: * contact@openairinterface.org */ -/*! \file ru_control.c +/*! * \brief Top-level threads for RU entity - * \author R. Knopp, F. Kaltenberger, Navid Nikaein - * \date 2018 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr,florian.kaltenberger@eurecom.fr, navid.nikaein@eurecom.fr - * \note - * \warning */ #define _GNU_SOURCE #include diff --git a/executables/softmodem-common.c b/executables/softmodem-common.c index 558fd4968b..fe750aa901 100644 --- a/executables/softmodem-common.c +++ b/executables/softmodem-common.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file softmodem-common.c +/*! * \brief common code for 5G and LTE softmodem main xNB and UEs source (nr-softmodem.c, lte-softmodem.c...) - * \author Nokia BellLabs France, francois Taburet - * \date 2020 - * \version 0.1 - * \company Nokia BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ #include #include diff --git a/executables/softmodem-common.h b/executables/softmodem-common.h index ee737310c9..a91673d24f 100644 --- a/executables/softmodem-common.h +++ b/executables/softmodem-common.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file softmodem-common.h +/*! * \brief Top-level threads for eNodeB - * \author - * \date 2012 - * \version 0.1 - * \company Eurecom - * \email: - * \note - * \warning */ #ifndef SOFTMODEM_COMMON_H #define SOFTMODEM_COMMON_H diff --git a/nfapi/oai_integration/aerial/fapi_nvIPC.c b/nfapi/oai_integration/aerial/fapi_nvIPC.c index e665adf1bc..34fa7b7ed0 100644 --- a/nfapi/oai_integration/aerial/fapi_nvIPC.c +++ b/nfapi/oai_integration/aerial/fapi_nvIPC.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file fapi/oai-integration/fapi_nvIPC.c +/*! * \brief OAI MAC/Aerial L1 interface file using FAPI over shared memory -* \author Ruben S. Silva -* \date 2023 -* \version 0.1 -* \company OpenAirInterface Software Alliance -* \email: contact@openairinterface.org, rsilva@allbesmart.pt -* \note -* \warning */ #define _GNU_SOURCE diff --git a/nfapi/oai_integration/aerial/fapi_nvIPC.h b/nfapi/oai_integration/aerial/fapi_nvIPC.h index 90a57f57eb..249f237b00 100644 --- a/nfapi/oai_integration/aerial/fapi_nvIPC.h +++ b/nfapi/oai_integration/aerial/fapi_nvIPC.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file fapi/oai-integration/fapi_nvIPC.h +/*! * \brief Header file for fapi_nvIPC.c -* \author Ruben S. Silva -* \date 2023 -* \version 0.1 -* \company OpenAirInterface Software Alliance -* \email: contact@openairinterface.org, rsilva@allbesmart.pt -* \note -* \warning */ #ifndef OPENAIRINTERFACE_FAPI_NVIPC_H #define OPENAIRINTERFACE_FAPI_NVIPC_H diff --git a/nfapi/oai_integration/aerial/fapi_vnf_p7.c b/nfapi/oai_integration/aerial/fapi_vnf_p7.c index d9c331aea1..1fbb6592ff 100644 --- a/nfapi/oai_integration/aerial/fapi_vnf_p7.c +++ b/nfapi/oai_integration/aerial/fapi_vnf_p7.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file fapi/oai-integration/fapi_vnf_p7.c +/*! * \brief OAI FAPI VNF P7 message handler procedures -* \author Ruben S. Silva -* \date 2023 -* \version 0.1 -* \company OpenAirInterface Software Alliance -* \email: contact@openairinterface.org, rsilva@allbesmart.pt -* \note -* \warning */ #include "fapi_vnf_p7.h" diff --git a/nfapi/oai_integration/aerial/fapi_vnf_p7.h b/nfapi/oai_integration/aerial/fapi_vnf_p7.h index 3722411578..6d239b94f4 100644 --- a/nfapi/oai_integration/aerial/fapi_vnf_p7.h +++ b/nfapi/oai_integration/aerial/fapi_vnf_p7.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file fapi/oai-integration/fapi_vnf_p7.h +/*! * \brief Header file for fapi_vnf_p7.c -* \author Ruben S. Silva -* \date 2023 -* \version 0.1 -* \company OpenAirInterface Software Alliance -* \email: contact@openairinterface.org, rsilva@allbesmart.pt -* \note -* \warning */ #ifndef OPENAIRINTERFACE_FAPI_VNF_P7_H diff --git a/nfapi/open-nFAPI/fapi/inc/nr_fapi_p7_utils.h b/nfapi/open-nFAPI/fapi/inc/nr_fapi_p7_utils.h index 5c1df2dcef..d4b68bb12b 100644 --- a/nfapi/open-nFAPI/fapi/inc/nr_fapi_p7_utils.h +++ b/nfapi/open-nFAPI/fapi/inc/nr_fapi_p7_utils.h @@ -18,16 +18,6 @@ * For more information about the OpenAirInterface (OAI) Software Alliance: * contact@openairinterface.org */ -/*! \file nfapi/open-nFAPI/fapi/inc/p5/nr_fapi_p5_utils.h - * \brief - * \author Ruben S. Silva - * \date 2024 - * \version 0.1 - * \company OpenAirInterface Software Alliance - * \email: contact@openairinterface.org, rsilva@allbesmart.pt - * \note - * \warning - */ #ifndef OPENAIRINTERFACE_NR_FAPI_P7_UTILS_H #define OPENAIRINTERFACE_NR_FAPI_P7_UTILS_H diff --git a/nfapi/open-nFAPI/nfapi/public_inc/nfapi_nr_interface.h b/nfapi/open-nFAPI/nfapi/public_inc/nfapi_nr_interface.h index 70f3c2d67f..21e374e159 100644 --- a/nfapi/open-nFAPI/nfapi/public_inc/nfapi_nr_interface.h +++ b/nfapi/open-nFAPI/nfapi/public_inc/nfapi_nr_interface.h @@ -1,11 +1,3 @@ -/* - nfapi_nr_interface.h - ------------------- - AUTHOR : Raymond Knopp, Guy de Souza, WEI-TAI CHEN - COMPANY : EURECOM, NTUST - EMAIL : Lionel.Gauthier@eurecom.fr, desouza@eurecom.fr, kroempa@gmail.com -*/ - #ifndef _NFAPI_NR_INTERFACE_H_ #define _NFAPI_NR_INTERFACE_H_ #include "nfapi_common_interface.h" diff --git a/nfapi/open-nFAPI/nfapi/public_inc/nfapi_nr_interface_scf.h b/nfapi/open-nFAPI/nfapi/public_inc/nfapi_nr_interface_scf.h index ab7c678ea4..e7882e4e6a 100644 --- a/nfapi/open-nFAPI/nfapi/public_inc/nfapi_nr_interface_scf.h +++ b/nfapi/open-nFAPI/nfapi/public_inc/nfapi_nr_interface_scf.h @@ -1,11 +1,3 @@ -/* - nfapi_nr_interface.h - ------------------- - AUTHOR : Chenyu Zhang, Florian Kaltenberger - COMPANY : BUPT, EURECOM - EMAIL : octopus@bupt.edu.cn, florian.kaltenberger@eurecom.fr -*/ - #ifndef _NFAPI_NR_INTERFACE_SCF_H_ #define _NFAPI_NR_INTERFACE_SCF_H_ diff --git a/nfapi/open-nFAPI/nfapi/public_inc/nr_nfapi_p7.h b/nfapi/open-nFAPI/nfapi/public_inc/nr_nfapi_p7.h index 4116422268..4225388a8a 100644 --- a/nfapi/open-nFAPI/nfapi/public_inc/nr_nfapi_p7.h +++ b/nfapi/open-nFAPI/nfapi/public_inc/nr_nfapi_p7.h @@ -18,16 +18,6 @@ * For more information about the OpenAirInterface (OAI) Software Alliance: * contact@openairinterface.org */ -/*! \file nfapi/open-nFAPI/nfapi/public_inc/nr_nfapi_p7.h - * \brief - * \author Ruben S. Silva - * \date 2024 - * \version 0.1 - * \company OpenAirInterface Software Alliance - * \email: contact@openairinterface.org, rsilva@allbesmart.pt - * \note - * \warning - */ #ifndef OPENAIRINTERFACE_NR_NFAPI_P7_H #define OPENAIRINTERFACE_NR_NFAPI_P7_H diff --git a/nfapi/tests/nr_fapi_test.h b/nfapi/tests/nr_fapi_test.h index 647cdf94f2..fb6f52c5be 100644 --- a/nfapi/tests/nr_fapi_test.h +++ b/nfapi/tests/nr_fapi_test.h @@ -18,16 +18,6 @@ * For more information about the OpenAirInterface (OAI) Software Alliance: * contact@openairinterface.org */ -/*! \file nfapi/tests/p5/nr_fapi_test.h - * \brief - * \author Ruben S. Silva - * \date 2024 - * \version 0.1 - * \company OpenAirInterface Software Alliance - * \email: contact@openairinterface.org, rsilva@allbesmart.pt - * \note - * \warning - */ #ifndef OPENAIRINTERFACE_NR_FAPI_TEST_H #define OPENAIRINTERFACE_NR_FAPI_TEST_H diff --git a/openair1/PHY/CODING/3gpplte.c b/openair1/PHY/CODING/3gpplte.c index d3aec284da..cdc58c30cb 100644 --- a/openair1/PHY/CODING/3gpplte.c +++ b/openair1/PHY/CODING/3gpplte.c @@ -19,10 +19,8 @@ * contact@openairinterface.org */ -/* file: 3gpplte.c - purpose: Encoding routines for implementing Turbo-coded (DLSCH) transport channels from 36-212, V8.6 2009-03 - author: raymond.knopp@eurecom.fr - date: 10.2009 +/*! + * \brief Encoding routines for implementing Turbo-coded (DLSCH) transport channels from 36-212, V8.6 2009-03 */ #ifndef TC_MAIN //#include "defs.h" diff --git a/openair1/PHY/CODING/3gpplte_sse.c b/openair1/PHY/CODING/3gpplte_sse.c index 9d19c9b346..644002dbca 100644 --- a/openair1/PHY/CODING/3gpplte_sse.c +++ b/openair1/PHY/CODING/3gpplte_sse.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/* file: 3gpplte_sse.c - purpose: Encoding routines for implementing Turbo-coded (DLSCH) transport channels from 36-212, V8.6 2009-03 - author: Laurent Thomas - maintainer: raymond.knopp@eurecom.fr - date: 09.2012 +/* + * \brief Encoding routines for implementing Turbo-coded (DLSCH) transport channels from 36-212, V8.6 2009-03 */ #ifndef TC_MAIN #include "coding_defs.h" diff --git a/openair1/PHY/CODING/3gpplte_turbo_decoder.c b/openair1/PHY/CODING/3gpplte_turbo_decoder.c index 3cc54ab0d4..6d5f914ef5 100644 --- a/openair1/PHY/CODING/3gpplte_turbo_decoder.c +++ b/openair1/PHY/CODING/3gpplte_turbo_decoder.c @@ -19,12 +19,10 @@ * contact@openairinterface.org */ -/* file: 3gpplte_turbo_decoder.c - purpose: Fixed-point routines for implementing max-logmap decoding of Turbo-coded (DLSCH) transport channels from 36-212, V8.6 2009-03 - Modified from TI C6x reference design. - currently maintained in openairinterface.org by R. Knopp (knopp@eurecom.fr) - Note: This is a reference design for the sse version (3gpplte_turbo_decoder_sse.c) - +/** + * \brief Fixed-point routines for implementing max-logmap decoding of Turbo-coded (DLSCH) transport channels from 36-212, V8.6 2009-03 + * Modified from TI C6x reference design. + * Note: This is a reference design for the sse version (3gpplte_turbo_decoder_sse.c) */ #include "PHY/defs_common.h" diff --git a/openair1/PHY/CODING/3gpplte_turbo_decoder_avx2_16bit.c b/openair1/PHY/CODING/3gpplte_turbo_decoder_avx2_16bit.c index 4d7f91acda..463547dd4c 100644 --- a/openair1/PHY/CODING/3gpplte_turbo_decoder_avx2_16bit.c +++ b/openair1/PHY/CODING/3gpplte_turbo_decoder_avx2_16bit.c @@ -19,26 +19,12 @@ * contact@openairinterface.org */ -/* file: 3gpplte_turbo_decoder_sse_16bit.c - purpose: Routines for implementing max-logmap decoding of Turbo-coded (DLSCH) transport channels from 36-212, V8.6 2009-03 - authors: raymond.knopp@eurecom.fr, Laurent Thomas (Alcatel-Lucent) - date: 21.10.2009 - - Note: This version of the routine currently requires SSE2,SSSE3 and SSE4.1 equipped computers. It uses 16-bit inputs for - LLRS and uses 16-bit arithmetic for the internal computations! - - Changelog: 17.11.2009 FK SSE4.1 not required anymore - Aug. 2012 new parallelization options for higher speed (8-way parallelization) - Jan. 2013 8-bit LLR support with 16-way parallelization - Feb. 2013 New interleaving and hard-decision optimizations (L. Thomas) - May 2013 Extracted 16bit code -*/ - -/// -/// - - - +/* + * \brief Routines for implementing max-logmap decoding of Turbo-coded (DLSCH) transport channels from 36-212, V8.6 2009-03 + * + * Note: This version of the routine currently requires SSE2,SSSE3 and SSE4.1 equipped computers. It uses 16-bit inputs for + * LLRS and uses 16-bit arithmetic for the internal computations! + */ #ifndef TEST_DEBUG diff --git a/openair1/PHY/CODING/3gpplte_turbo_decoder_sse.c b/openair1/PHY/CODING/3gpplte_turbo_decoder_sse.c index 3a35dde491..64dfe712e2 100644 --- a/openair1/PHY/CODING/3gpplte_turbo_decoder_sse.c +++ b/openair1/PHY/CODING/3gpplte_turbo_decoder_sse.c @@ -19,18 +19,11 @@ * contact@openairinterface.org */ -/* file: 3gpplte_turbo_decoder_sse.c - purpose: Routines for implementing max-logmap decoding of Turbo-coded (DLSCH) transport channels from 36-212, V8.6 2009-03 - authors: raymond.knopp@eurecom.fr, Laurent Thomas (Alcatel-Lucent) - date: 21.10.2009 - - Note: This routine currently requires SSE2,SSSE3 and SSE4.1 equipped computers. IT WON'T RUN OTHERWISE! - - Changelog: 17.11.2009 FK SSE4.1 not required anymore - Aug. 2012 new parallelization options for higher speed (8-way parallelization) - Jan. 2013 8-bit LLR support with 16-way parallelization - Feb. 2013 New interleaving and hard-decision optimizations (L. Thomas) -*/ +/*! + * \brief Routines for implementing max-logmap decoding of Turbo-coded (DLSCH) transport channels from 36-212, V8.6 2009-03 + * + * Note: This routine currently requires SSE2,SSSE3 and SSE4.1 equipped computers. IT WON'T RUN OTHERWISE! + */ /// /// diff --git a/openair1/PHY/CODING/3gpplte_turbo_decoder_sse_16bit.c b/openair1/PHY/CODING/3gpplte_turbo_decoder_sse_16bit.c index 5a80f04a21..6b5bc4e996 100644 --- a/openair1/PHY/CODING/3gpplte_turbo_decoder_sse_16bit.c +++ b/openair1/PHY/CODING/3gpplte_turbo_decoder_sse_16bit.c @@ -19,20 +19,11 @@ * contact@openairinterface.org */ -/* file: 3gpplte_turbo_decoder_sse_16bit.c - purpose: Routines for implementing max-logmap decoding of Turbo-coded (DLSCH) transport channels from 36-212, V8.6 2009-03 - authors: raymond.knopp@eurecom.fr, Laurent Thomas (Alcatel-Lucent) - date: 21.10.2009 - - Note: This version of the routine currently requires SSE2,SSSE3 and SSE4.1 equipped computers. It uses 16-bit inputs for - LLRS and uses 16-bit arithmetic for the internal computations! - - Changelog: 17.11.2009 FK SSE4.1 not required anymore - Aug. 2012 new parallelization options for higher speed (8-way parallelization) - Jan. 2013 8-bit LLR support with 16-way parallelization - Feb. 2013 New interleaving and hard-decision optimizations (L. Thomas) - May 2013 Extracted 16bit code -*/ +/* + * \brief Routines for implementing max-logmap decoding of Turbo-coded (DLSCH) transport channels from 36-212, V8.6 2009-03 + * Note: This version of the routine currently requires SSE2,SSSE3 and SSE4.1 equipped computers. It uses 16-bit inputs for + * LLRS and uses 16-bit arithmetic for the internal computations! + */ /// /// diff --git a/openair1/PHY/CODING/3gpplte_turbo_decoder_sse_8bit.c b/openair1/PHY/CODING/3gpplte_turbo_decoder_sse_8bit.c index 63ec8ade8e..44644637d7 100644 --- a/openair1/PHY/CODING/3gpplte_turbo_decoder_sse_8bit.c +++ b/openair1/PHY/CODING/3gpplte_turbo_decoder_sse_8bit.c @@ -19,19 +19,10 @@ * contact@openairinterface.org */ -/* file: 3gpplte_turbo_decoder_sse.c - purpose: Routines for implementing max-logmap decoding of Turbo-coded (DLSCH) transport channels from 36-212, V8.6 2009-03 - authors: raymond.knopp@eurecom.fr, Laurent Thomas (Alcatel-Lucent) - date: 21.10.2009 - - Note: This routine currently requires SSE2,SSSE3 and SSE4.1 equipped computers. It uses 16-bit inputs for LLRs and 8-bit arithmetic for internal computations! - - Changelog: 17.11.2009 FK SSE4.1 not required anymore - Aug. 2012 new parallelization options for higher speed (8-way parallelization) - Jan. 2013 8-bit LLR support with 16-way parallelization - Feb. 2013 New interleaving and hard-decision optimizations (L. Thomas) - May 2013 Extracted 8-bit code -*/ +/* + * \brief Routines for implementing max-logmap decoding of Turbo-coded (DLSCH) transport channels from 36-212, V8.6 2009-03 + * Note: This routine currently requires SSE2,SSSE3 and SSE4.1 equipped computers. It uses 16-bit inputs for LLRs and 8-bit arithmetic for internal computations! + */ /// /// diff --git a/openair1/PHY/CODING/ccoding_byte.c b/openair1/PHY/CODING/ccoding_byte.c index dc96f6e2ca..f45c08fba3 100644 --- a/openair1/PHY/CODING/ccoding_byte.c +++ b/openair1/PHY/CODING/ccoding_byte.c @@ -19,11 +19,11 @@ * contact@openairinterface.org */ -/* file: ccoding_byte.c - purpose: Encoding routines for implementing 802.11 convolutionally-coded waveforms - author: raymond.knopp@eurecom.fr, based on similar code for 3GPP convolutional code (UMTS) by P. Humblet (2000) - date: 10.2004 -*/ +/* + * \brief Encoding routines for implementing 802.11 convolutionally-coded waveforms + * based on similar code for 3GPP convolutional code (UMTS) by P. Humblet (2000) + */ + #include "coding_defs.h" diff --git a/openair1/PHY/CODING/ccoding_byte_lte.c b/openair1/PHY/CODING/ccoding_byte_lte.c index 4121cf2b36..1b6fc15329 100644 --- a/openair1/PHY/CODING/ccoding_byte_lte.c +++ b/openair1/PHY/CODING/ccoding_byte_lte.c @@ -19,11 +19,9 @@ * contact@openairinterface.org */ -/* file: ccoding_byte_lte.c - purpose: Tail-biting convolutional code from 36-212, V8.6 2009-03. Includes CRC (8-UCI,16-DCI)and RNTI scrambling (DCI) - author: raymond.knopp@eurecom.fr - date: 21.10.2009 -*/ +/* + * \brief Tail-biting convolutional code from 36-212, V8.6 2009-03. Includes CRC (8-UCI,16-DCI)and RNTI scrambling (DCI) + */ #include "coding_defs.h" //#define DEBUG_CCODE 1 diff --git a/openair1/PHY/CODING/coding_defs.h b/openair1/PHY/CODING/coding_defs.h index 09f324f342..059f45fb00 100644 --- a/openair1/PHY/CODING/coding_defs.h +++ b/openair1/PHY/CODING/coding_defs.h @@ -19,11 +19,9 @@ * contact@openairinterface.org */ -/* file: PHY/CODING/defs.h - purpose: Top-level definitions, data types and function prototypes for openairinterface coding blocks - author: raymond.knopp@eurecom.fr - date: 21.10.2009 -*/ +/* + * \brief Top-level definitions, data types and function prototypes for openairinterface coding blocks + */ #ifndef __CODING_DEFS__H__ #define __CODING_DEFS__H__ diff --git a/openair1/PHY/CODING/coding_load.c b/openair1/PHY/CODING/coding_load.c index b8d130150b..559b1e5bc6 100644 --- a/openair1/PHY/CODING/coding_load.c +++ b/openair1/PHY/CODING/coding_load.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file coding_load.c +/*! * \brief: load library implementing coding/decoding algorithms - * \author Francois TABURET - * \date 2017 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ #define _GNU_SOURCE #include diff --git a/openair1/PHY/CODING/crc_byte.c b/openair1/PHY/CODING/crc_byte.c index dd5712519a..3fb90d737d 100644 --- a/openair1/PHY/CODING/crc_byte.c +++ b/openair1/PHY/CODING/crc_byte.c @@ -19,16 +19,10 @@ * contact@openairinterface.org */ -/* file: crc_byte.c - purpose: generate 3GPP LTE CRCs. Byte-oriented implementation of CRC's - author: raymond.knopp@eurecom.fr - date: 21.10.2009 - - Original UMTS version by - P. Humblet - May 10, 2001 - Modified in June, 2001, to include the length non multiple of 8 -*/ +/*! + * \brief generate 3GPP LTE CRCs. Byte-oriented implementation of CRC's + * Original UMTS version by P. Humblet + */ #if !defined(__SSE4_1__) && !defined(__aarch64__) #define USE_INTEL_CRC 0 diff --git a/openair1/PHY/CODING/defs_NB_IoT.h b/openair1/PHY/CODING/defs_NB_IoT.h index 2a8bbccd7d..89f186a31b 100644 --- a/openair1/PHY/CODING/defs_NB_IoT.h +++ b/openair1/PHY/CODING/defs_NB_IoT.h @@ -19,11 +19,9 @@ * contact@openairinterface.org */ -/* file: PHY/CODING/defs_NB_IoT.h - purpose: Top-level definitions, data types and function prototypes for openairinterface coding blocks for NB-IoT - author: matthieu.kanj@b-com.com, raymond.knopp@eurecom.fr, michele.paffetti@studio.unibo.it - date: 29.06.2017 -*/ +/* + * \brief Top-level definitions, data types and function prototypes for openairinterface coding blocks for NB-IoT + */ #ifndef OPENAIR1_PHY_CODING_DEFS_NB_IOT_H_ #define OPENAIR1_PHY_CODING_DEFS_NB_IOT_H_ diff --git a/openair1/PHY/CODING/lte_rate_matching.c b/openair1/PHY/CODING/lte_rate_matching.c index 5aedde34df..6a7551625d 100644 --- a/openair1/PHY/CODING/lte_rate_matching.c +++ b/openair1/PHY/CODING/lte_rate_matching.c @@ -19,11 +19,9 @@ * contact@openairinterface.org */ -/* file: lte_rate_matching.c - purpose: Procedures for rate matching/interleaving for LTE (turbo-coded transport channels) (TX/RX) - author: raymond.knopp@eurecom.fr - date: 21.10.2009 -*/ +/* + * \brief Procedures for rate matching/interleaving for LTE (turbo-coded transport channels) (TX/RX) + */ #ifdef MAIN #include #include diff --git a/openair1/PHY/CODING/lte_segmentation.c b/openair1/PHY/CODING/lte_segmentation.c index 9a0d79f463..7c96221714 100644 --- a/openair1/PHY/CODING/lte_segmentation.c +++ b/openair1/PHY/CODING/lte_segmentation.c @@ -19,11 +19,9 @@ * contact@openairinterface.org */ -/* file: lte_segmentation.c - purpose: Procedures for transport block segmentation for LTE (turbo-coded transport channels) - author: raymond.knopp@eurecom.fr - date: 21.10.2009 -*/ +/* + * \brief Procedures for transport block segmentation for LTE (turbo-coded transport channels) + */ #include "PHY/defs_eNB.h" #include "PHY/LTE_TRANSPORT/transport_common.h" #include "PHY/CODING/coding_defs.h" diff --git a/openair1/PHY/CODING/nrLDPC_coding/nrLDPC_coding_xdma/nrLDPC_coding_xdma_offload.h b/openair1/PHY/CODING/nrLDPC_coding/nrLDPC_coding_xdma/nrLDPC_coding_xdma_offload.h index e908051156..839e4438eb 100644 --- a/openair1/PHY/CODING/nrLDPC_coding/nrLDPC_coding_xdma/nrLDPC_coding_xdma_offload.h +++ b/openair1/PHY/CODING/nrLDPC_coding/nrLDPC_coding_xdma/nrLDPC_coding_xdma_offload.h @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/CODING/nrLDPC_coding/nrLDPC_coding_xdma/nrLDPC_coding_xdma_offload.h +/*! * \briefFPGA accelerator integrated into OAI (for one and multi code block) - * \author Sendren Xu, SY Yeh(fdragon), Hongming, Terng-Yin Hsu - * \date 2022-05-31 - * \version 5.0 - * \email: summery19961210@gmail.com */ #ifndef __NRLDPC_CODING_XDMA_OFFLOAD__H_ diff --git a/openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_bnProc.h b/openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_bnProc.h index 80fabf5913..4c34331d8a 100644 --- a/openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_bnProc.h +++ b/openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_bnProc.h @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*!\file nrLDPC_bnProc.h +/*! * \brief Defines the functions for bit node processing - * \author Sebastian Wagner (TCL Communications) Email: - * \date 27-03-2018 - * \version 1.0 - * \note - * \warning */ #ifndef __NR_LDPC_BNPROC__H__ diff --git a/openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_cnProc.h b/openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_cnProc.h index 714ca2bd34..088c7c8e75 100644 --- a/openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_cnProc.h +++ b/openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_cnProc.h @@ -20,13 +20,8 @@ * contact@openairinterface.org */ -/*!\file nrLDPC_cnProc.h +/*! * \brief Defines the functions for check node processing - * \author Sebastian Wagner (TCL Communications) Email: - * \date 30-09-2019 - * \version 1.0 - * \note - * \warning */ #ifndef __NR_LDPC_DECODER_CNPROC__H__ diff --git a/openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_cnProc_avx512.h b/openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_cnProc_avx512.h index ded93284b9..6f57ef2070 100644 --- a/openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_cnProc_avx512.h +++ b/openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_cnProc_avx512.h @@ -20,13 +20,8 @@ * contact@openairinterface.org */ -/*!\file nrLDPC_cnProc_avx512.h +/*! * \brief Defines the functions for check node processing - * \author Sebastian Wagner (TCL Communications) Email: - * \date 30-09-2021 - * \version 1.0 - * \note - * \warning */ #ifndef __NR_LDPC_CNPROC__H__ diff --git a/openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_init.h b/openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_init.h index a000b0218d..06922b4daa 100644 --- a/openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_init.h +++ b/openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_init.h @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*!\file nrLDPC_init.h +/*! * \brief Defines the function to initialize the LDPC decoder and sets correct LUTs. - * \author Sebastian Wagner (TCL Communications) Email: - * \date 30-09-2019 - * \version 1.0 - * \note - * \warning */ #ifndef __NR_LDPC_INIT__H__ diff --git a/openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_lut.h b/openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_lut.h index df80e11d18..5fcd082679 100644 --- a/openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_lut.h +++ b/openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_lut.h @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*!\file nrLDPC_lut.h +/*! * \brief Header file defining all look-up tables - * \author Sebastian Wagner (TCL Communications) Email: - * \date 30-09-2019 - * \version 2.0 - * \note - * \warning */ #ifndef __NR_LDPC_LUT__H__ diff --git a/openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_tools/nrLDPC_debug.h b/openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_tools/nrLDPC_debug.h index c63fdc948b..a5e5e58826 100644 --- a/openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_tools/nrLDPC_debug.h +++ b/openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_tools/nrLDPC_debug.h @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*!\file nrLDPC_debug.h +/*! * \brief Defines the debugging functions - * \author Sebastian Wagner (TCL Communications) Email: - * \date 27-03-2018 - * \version 1.0 - * \note - * \warning */ #ifndef __NR_LDPC_DEBUG__H__ diff --git a/openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_types.h b/openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_types.h index abe5d38a50..4a43b57a2d 100644 --- a/openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_types.h +++ b/openair1/PHY/CODING/nrLDPC_decoder/nrLDPC_types.h @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*!\file nrLDPC_types.h +/*! * \brief Defines all types for the LDPC decoder - * \author Sebastian Wagner (TCL Communications) Email: - * \date 27-03-2018 - * \version 1.0 - * \note - * \warning */ #ifndef __NR_LDPC_TYPES__H__ diff --git a/openair1/PHY/CODING/nrLDPC_decoder/nrLDPCdecoder_defs.h b/openair1/PHY/CODING/nrLDPC_decoder/nrLDPCdecoder_defs.h index fa74a42c91..2a23add793 100644 --- a/openair1/PHY/CODING/nrLDPC_decoder/nrLDPCdecoder_defs.h +++ b/openair1/PHY/CODING/nrLDPC_decoder/nrLDPCdecoder_defs.h @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*!\file nrLDPCdecoder_defs.h +/*! * \brief Defines all constants and buffers for the LDPC decoder - * \author Sebastian Wagner (TCL Communications) Email: - * \date 27-03-2018 - * \version 1.0 - * \note - * \warning */ #ifndef __NR_LDPC_DEFS__H__ diff --git a/openair1/PHY/CODING/nrLDPC_encoder/Gen_shift_value.h b/openair1/PHY/CODING/nrLDPC_encoder/Gen_shift_value.h index a89db534cb..5d061856bb 100644 --- a/openair1/PHY/CODING/nrLDPC_encoder/Gen_shift_value.h +++ b/openair1/PHY/CODING/nrLDPC_encoder/Gen_shift_value.h @@ -19,14 +19,8 @@ * contact@openairinterface.org */ -/*!\file Gen_shift_value.h +/*! * \brief Defines the shift values for LDPC encoder - * \author Florian Kaltenberger, Raymond Knopp, Kien le Trung (Eurecom) - * \email openair_tech@eurecom.fr - * \date 27-03-2018 - * \version 1.0 - * \note - * \warning */ static const short no_shift_values_BG1[1012]= {4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,5,4,4,4,3,4,4,3,3,4,4,4,4,4,3,4,4,3,4,4,4,4,6,5,4,4,5,4,5,5,5,4,5,4,4,5,5,4,4,5,5,4,5,4,5,4,3,4,4,3,4,4,4,3,4,4,4,4,4,3,4,4,4,3,4,4,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,4,3,4,3,3,3,3,3,3,3,3,4,3,3,3,4,3,3,3,3,4,1,0,0,0,0,0,1,0,0,0,1,1,0,1,0,0,0,1,1,0,1,0,1,1,0,0,1,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,11,9,7,8,8,7,8,8,8,7,8,7,8,8,8,7,8,8,8,8,8,8,1,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,1,1,0,1,0,0,1,1,0,1,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,10,8,7,7,6,7,7,6,6,7,7,7,8,7,6,7,8,6,7,7,7,8,1,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,6,4,4,5,3,4,4,4,3,4,4,4,4,4,3,4,4,3,4,4,5,4,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,1,0,0,0,1,6,5,3,4,4,3,4,4,4,3,5,4,4,5,4,3,4,4,5,3,4,4,4,4,3,4,3,3,3,3,3,3,3,4,3,3,3,3,3,3,3,3,4,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,5,3,3,4,3,3,3,3,3,4,3,4,3,3,3,3,3,3,3,3,3,3,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,5,3,3,4,4,3,3,3,3,3,3,4,3,3,3,3,3,3,3,3,3,3,0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,5,5,3,4,4,3,4,4,4,3,4,4,4,4,5,3,4,4,5,3,4,4,7,5,4,4,5,4,5,5,5,4,6,4,4,6,5,4,4,5,5,4,5,4,9,8,6,7,7,6,7,8,7,6,7,7,7,7,7,6,7,7,7,6,7,7,7,5,4,4,5,4,5,5,5,4,5,4,5,5,6,4,4,5,5,4,5,4,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,4,4,3,3,3,3,4,3,3,3,3,3,4,3,3,3,3,3,3,3,3,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,5,5,4,4,3,4,4,3,3,4,4,4,4,5,3,4,4,3,4,4,4,4,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,7,5,4,4,6,4,5,5,5,4,5,4,4,5,5,4,4,5,5,4,5,4,5,5,3,4,4,3,4,4,4,3,4,4,4,4,4,3,5,4,5,3,4,4,5,3,3,3,3,3,3,4,3,4,3,3,3,3,3,3,3,3,3,3,3,3,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0}; diff --git a/openair1/PHY/CODING/nrLDPC_encoder/ldpc_encode_parity_check.c b/openair1/PHY/CODING/nrLDPC_encoder/ldpc_encode_parity_check.c index 70bc03b953..832eb2b3e0 100644 --- a/openair1/PHY/CODING/nrLDPC_encoder/ldpc_encode_parity_check.c +++ b/openair1/PHY/CODING/nrLDPC_encoder/ldpc_encode_parity_check.c @@ -19,14 +19,8 @@ * contact@openairinterface.org */ -/*!\file ldpc_encode_parity_check.c +/*! * \brief Parity check function used by ldpc encoders - * \author Florian Kaltenberger, Raymond Knopp, Kien le Trung (Eurecom) - * \email openair_tech@eurecom.fr - * \date 27-03-2018 - * \version 1.0 - * \note - * \warning */ #include diff --git a/openair1/PHY/CODING/nrLDPC_encoder/ldpc_encoder.c b/openair1/PHY/CODING/nrLDPC_encoder/ldpc_encoder.c index 055c0a7eb6..ef697e759e 100644 --- a/openair1/PHY/CODING/nrLDPC_encoder/ldpc_encoder.c +++ b/openair1/PHY/CODING/nrLDPC_encoder/ldpc_encoder.c @@ -19,14 +19,8 @@ * contact@openairinterface.org */ -/*!\file ldpc_encoder.c +/*! * \brief Defines the LDPC encoder - * \author Florian Kaltenberger, Raymond Knopp, Kien le Trung (Eurecom) - * \email openair_tech@eurecom.fr - * \date 27-03-2018 - * \version 1.0 - * \note - * \warning */ diff --git a/openair1/PHY/CODING/nrLDPC_encoder/ldpc_encoder_optim8segmulti.c b/openair1/PHY/CODING/nrLDPC_encoder/ldpc_encoder_optim8segmulti.c index b8f46969ec..5db6b9d5cb 100644 --- a/openair1/PHY/CODING/nrLDPC_encoder/ldpc_encoder_optim8segmulti.c +++ b/openair1/PHY/CODING/nrLDPC_encoder/ldpc_encoder_optim8segmulti.c @@ -19,14 +19,8 @@ * contact@openairinterface.org */ -/*! \file ldpc_encoder_optim8segmulti.c +/*! * \brief Defines the optimized LDPC encoder - * \author Florian Kaltenberger, Raymond Knopp, Kien le Trung (Eurecom) - * \email openair_tech@eurecom.fr - * \date 27-03-2018 - * \version 1.0 - * \note - * \warning */ #include diff --git a/openair1/PHY/CODING/nrLDPC_encoder/ldpc_generate_coefficient.c b/openair1/PHY/CODING/nrLDPC_encoder/ldpc_generate_coefficient.c index 81d4462d2a..0a55d5e5dd 100644 --- a/openair1/PHY/CODING/nrLDPC_encoder/ldpc_generate_coefficient.c +++ b/openair1/PHY/CODING/nrLDPC_encoder/ldpc_generate_coefficient.c @@ -19,14 +19,8 @@ * contact@openairinterface.org */ -/*!\file ldpc_generate_coefficient.c +/*! * \brief Generates the optimized LDPC encoder - * \author Florian Kaltenberger, Raymond Knopp, Kien le Trung (Eurecom) - * \email openair_tech@eurecom.fr - * \date 27-03-2018 - * \version 1.0 - * \note - * \warning */ #include diff --git a/openair1/PHY/CODING/nrLDPC_load.c b/openair1/PHY/CODING/nrLDPC_load.c index 0316ebadc5..1a2e0f860c 100644 --- a/openair1/PHY/CODING/nrLDPC_load.c +++ b/openair1/PHY/CODING/nrLDPC_load.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file nrLDPC_load.c +/*! * \brief: load library implementing coding/decoding algorithms - * \author Francois TABURET - * \date 2020 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ #define _GNU_SOURCE #include diff --git a/openair1/PHY/CODING/nrPolar_tools/nr_bitwise_operations.c b/openair1/PHY/CODING/nrPolar_tools/nr_bitwise_operations.c index 205c94f748..bde40997f4 100644 --- a/openair1/PHY/CODING/nrPolar_tools/nr_bitwise_operations.c +++ b/openair1/PHY/CODING/nrPolar_tools/nr_bitwise_operations.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*!\file PHY/CODING/nrPolar_tools/nr_bitwise_operations.c +/*! * \brief - * \author Turker Yilmaz - * \date 2018 - * \version 0.1 - * \company EURECOM - * \email turker.yilmaz@eurecom.fr - * \note - * \warning */ #include "PHY/CODING/nrPolar_tools/nr_polar_defs.h" diff --git a/openair1/PHY/CODING/nrPolar_tools/nr_polar_dci_defs.h b/openair1/PHY/CODING/nrPolar_tools/nr_polar_dci_defs.h index 871f4f57b0..3a9e42039a 100644 --- a/openair1/PHY/CODING/nrPolar_tools/nr_polar_dci_defs.h +++ b/openair1/PHY/CODING/nrPolar_tools/nr_polar_dci_defs.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/CODING/nrPolar_tools/nr_polar_dci_defs.h +/*! * \brief Defines the constant variables for polar coding of the DCI from 38-212, V15.1.1 2018-04. - * \author - * \date 2018 - * \version 0.1 - * \company Eurecom - * \email: - * \note - * \warning */ #ifndef __NR_POLAR_DCI_DEFS__H__ diff --git a/openair1/PHY/CODING/nrPolar_tools/nr_polar_decoder.c b/openair1/PHY/CODING/nrPolar_tools/nr_polar_decoder.c index 8056d5f63d..7b4d49b3b6 100644 --- a/openair1/PHY/CODING/nrPolar_tools/nr_polar_decoder.c +++ b/openair1/PHY/CODING/nrPolar_tools/nr_polar_decoder.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*!\file PHY/CODING/nrPolar_tools/nr_polar_decoder.c - * \brief - * \author Raymond Knopp, Turker Yilmaz - * \date 2018 - * \version 0.1 - * \company EURECOM - * \email raymond.knopp@eurecom.fr, turker.yilmaz@eurecom.fr - * \note - * \warning - */ - /* * Return values: * 0 --> Success diff --git a/openair1/PHY/CODING/nrPolar_tools/nr_polar_decoding_tools.c b/openair1/PHY/CODING/nrPolar_tools/nr_polar_decoding_tools.c index d1680e7206..abde606226 100644 --- a/openair1/PHY/CODING/nrPolar_tools/nr_polar_decoding_tools.c +++ b/openair1/PHY/CODING/nrPolar_tools/nr_polar_decoding_tools.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*!\file PHY/CODING/nrPolar_tools/nr_polar_decoding_tools.c - * \brief - * \author Turker Yilmaz - * \date 2018 - * \version 0.1 - * \company EURECOM - * \email turker.yilmaz@eurecom.fr - * \note - * \warning - */ - #include "PHY/CODING/nrPolar_tools/nr_polar_defs.h" #include "PHY/sse_intrin.h" #include "PHY/impl_defs_top.h" diff --git a/openair1/PHY/CODING/nrPolar_tools/nr_polar_defs.h b/openair1/PHY/CODING/nrPolar_tools/nr_polar_defs.h index 519f23175c..94928d314d 100644 --- a/openair1/PHY/CODING/nrPolar_tools/nr_polar_defs.h +++ b/openair1/PHY/CODING/nrPolar_tools/nr_polar_defs.h @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*!\file PHY/CODING/nrPolar_tools/nr_polar_defs.h - * \brief - * \author Raymond Knopp, Turker Yilmaz - * \date 2018 - * \version 0.1 - * \company EURECOM - * \email raymond.knopp@eurecom.fr, turker.yilmaz@eurecom.fr - * \note - * \warning - */ - #ifndef __NR_POLAR_DEFS__H__ #define __NR_POLAR_DEFS__H__ diff --git a/openair1/PHY/CODING/nrPolar_tools/nr_polar_encoder.c b/openair1/PHY/CODING/nrPolar_tools/nr_polar_encoder.c index 0f22900d72..5cf8f364a0 100644 --- a/openair1/PHY/CODING/nrPolar_tools/nr_polar_encoder.c +++ b/openair1/PHY/CODING/nrPolar_tools/nr_polar_encoder.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*!\file PHY/CODING/nrPolar_tools/nr_polar_encoder.c - * \brief - * \author Raymond Knopp, Turker Yilmaz - * \date 2018 - * \version 0.1 - * \company EURECOM - * \email raymond.knopp@eurecom.fr, turker.yilmaz@eurecom.fr - * \note - * \warning - */ - // #define DEBUG_POLAR_ENCODER // #define DEBUG_POLAR_ENCODER_DCI // #define DEBUG_POLAR_MATLAB diff --git a/openair1/PHY/CODING/nrPolar_tools/nr_polar_init.c b/openair1/PHY/CODING/nrPolar_tools/nr_polar_init.c index 207cd15b9f..3564745e54 100644 --- a/openair1/PHY/CODING/nrPolar_tools/nr_polar_init.c +++ b/openair1/PHY/CODING/nrPolar_tools/nr_polar_init.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file nr_polar_init.c - * \brief - * \author Turker Yilmaz, Raymond Knopp - * \date 2018 - * \version 0.1 - * \company EURECOM - * \email turker.yilmaz@eurecom.fr, raymond.knopp@eurecom.fr - * \note - * \warning - */ - #include "nr_polar_defs.h" #include "nr_polar_psbch_defs.h" #include "common/utils/LOG/log.h" diff --git a/openair1/PHY/CODING/nrPolar_tools/nr_polar_interleaving_pattern.c b/openair1/PHY/CODING/nrPolar_tools/nr_polar_interleaving_pattern.c index 6002c1ed82..1cedb8829c 100644 --- a/openair1/PHY/CODING/nrPolar_tools/nr_polar_interleaving_pattern.c +++ b/openair1/PHY/CODING/nrPolar_tools/nr_polar_interleaving_pattern.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*!\file PHY/CODING/nrPolar_tools/nr_polar_interleaving_pattern.c - * \brief - * \author Turker Yilmaz - * \date 2018 - * \version 0.1 - * \company EURECOM - * \email turker.yilmaz@eurecom.fr - * \note - * \warning - */ - #include "PHY/CODING/nrPolar_tools/nr_polar_defs.h" void nr_polar_interleaving_pattern(uint16_t K, uint8_t I_IL, uint16_t *PI_k_) diff --git a/openair1/PHY/CODING/nrPolar_tools/nr_polar_kronecker_power_matrices.c b/openair1/PHY/CODING/nrPolar_tools/nr_polar_kronecker_power_matrices.c index 7fe385a20f..6e93c981b3 100644 --- a/openair1/PHY/CODING/nrPolar_tools/nr_polar_kronecker_power_matrices.c +++ b/openair1/PHY/CODING/nrPolar_tools/nr_polar_kronecker_power_matrices.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*!\file PHY/CODING/nrPolar_tools/nr_polar_kronecker_power_matrices.c - * \brief - * \author Turker Yilmaz - * \date 2018 - * \version 0.1 - * \company EURECOM - * \email turker.yilmaz@eurecom.fr - * \note - * \warning - */ - #include "PHY/CODING/nrPolar_tools/nr_polar_defs.h" static const uint8_t(*(G_N_1[])) = {(uint8_t[]){1, 0}, (uint8_t[]){1, 1}}; diff --git a/openair1/PHY/CODING/nrPolar_tools/nr_polar_matrix_and_array.c b/openair1/PHY/CODING/nrPolar_tools/nr_polar_matrix_and_array.c index d96be2ec25..88e308be34 100644 --- a/openair1/PHY/CODING/nrPolar_tools/nr_polar_matrix_and_array.c +++ b/openair1/PHY/CODING/nrPolar_tools/nr_polar_matrix_and_array.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*!\file PHY/CODING/nrPolar_tools/nr_polar_matrix_and_array.c - * \brief - * \author Turker Yilmaz - * \date 2018 - * \version 0.1 - * \company EURECOM - * \email turker.yilmaz@eurecom.fr - * \note - * \warning - */ - #include "PHY/CODING/nrPolar_tools/nr_polar_defs.h" void nr_matrix_multiplication_uint8_1D_uint8_2D(const uint8_t *matrix1, diff --git a/openair1/PHY/CODING/nrPolar_tools/nr_polar_pbch_defs.h b/openair1/PHY/CODING/nrPolar_tools/nr_polar_pbch_defs.h index a9e59556bd..9ab03b7ee0 100644 --- a/openair1/PHY/CODING/nrPolar_tools/nr_polar_pbch_defs.h +++ b/openair1/PHY/CODING/nrPolar_tools/nr_polar_pbch_defs.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*!\file PHY/CODING/nrPolar_tools/nr_polar_pbch_defs.h +/*! * \brief Defines the constant variables for polar coding of the PBCH from 38-212, V15.1.1 2018-04. - * \author Turker Yilmaz - * \date 2018 - * \version 0.1 - * \company EURECOM - * \email turker.yilmaz@eurecom.fr - * \note - * \warning */ #ifndef __NR_POLAR_PBCH_DEFS__H__ diff --git a/openair1/PHY/CODING/nrPolar_tools/nr_polar_procedures.c b/openair1/PHY/CODING/nrPolar_tools/nr_polar_procedures.c index 506d185e89..92b192fc5a 100644 --- a/openair1/PHY/CODING/nrPolar_tools/nr_polar_procedures.c +++ b/openair1/PHY/CODING/nrPolar_tools/nr_polar_procedures.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file nr_polar_procedures.c - * \brief - * \author Turker Yilmaz - * \date 2018 - * \version 0.1 - * \company EURECOM - * \email turker.yilmaz@eurecom.fr - * \note - * \warning - */ - #include "PHY/CODING/nrPolar_tools/nr_polar_defs.h" #include "reverse_bits.h" #include diff --git a/openair1/PHY/CODING/nrPolar_tools/nr_polar_psbch_defs.h b/openair1/PHY/CODING/nrPolar_tools/nr_polar_psbch_defs.h index 1398c64971..33f7f83f80 100644 --- a/openair1/PHY/CODING/nrPolar_tools/nr_polar_psbch_defs.h +++ b/openair1/PHY/CODING/nrPolar_tools/nr_polar_psbch_defs.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file /PHY/CODING/nrPolar_tools/nr_polar_psbch_defs.h - \brief Polar definitions required for Sidelink PSBCH - \author - \date - \version - \company: Fraunhofer - \email: - \note - \warning -*/ +/*! + * \brief Polar definitions required for Sidelink PSBCH + */ #ifndef __NR_POLAR_PSBCH_DEFS__H__ #define __NR_POLAR_PSBCH_DEFS__H__ diff --git a/openair1/PHY/CODING/nrPolar_tools/nr_polar_uci_defs.h b/openair1/PHY/CODING/nrPolar_tools/nr_polar_uci_defs.h index 5a9def2d04..57be53a69a 100644 --- a/openair1/PHY/CODING/nrPolar_tools/nr_polar_uci_defs.h +++ b/openair1/PHY/CODING/nrPolar_tools/nr_polar_uci_defs.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/CODING/nrPolar_tools/nr_polar_uci_defs.h +/*! * \brief Defines the constant variables for polar coding of the UCI from 38-212, V15.1.1 2018-04. - * \author - * \date 2018 - * \version 0.1 - * \company Eurecom - * \email: - * \note - * \warning */ #ifndef __NR_POLAR_UCI_DEFS__H__ diff --git a/openair1/PHY/CODING/nrSmallBlock/decodeSmallBlock.c b/openair1/PHY/CODING/nrSmallBlock/decodeSmallBlock.c index f3c7795c50..bbf4e15e5c 100644 --- a/openair1/PHY/CODING/nrSmallBlock/decodeSmallBlock.c +++ b/openair1/PHY/CODING/nrSmallBlock/decodeSmallBlock.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*!\file PHY/CODING/nrSmallBlock/decodeSmallBlock.c - * \brief - * \author Turker Yilmaz - * \date 2019 - * \version 0.1 - * \company EURECOM - * \email turker.yilmaz@eurecom.fr - * \note - * \warning -*/ - #include "PHY/CODING/nrSmallBlock/nr_small_block_defs.h" #include "assertions.h" #include "PHY/sse_intrin.h" diff --git a/openair1/PHY/CODING/nrSmallBlock/encodeSmallBlock.c b/openair1/PHY/CODING/nrSmallBlock/encodeSmallBlock.c index a3a5863542..eb4c888fc4 100644 --- a/openair1/PHY/CODING/nrSmallBlock/encodeSmallBlock.c +++ b/openair1/PHY/CODING/nrSmallBlock/encodeSmallBlock.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*!\file PHY/CODING/nrSmallBlock/encodeSmallBlock.c - * \brief - * \author Turker Yilmaz - * \date 2019 - * \version 0.1 - * \company EURECOM - * \email turker.yilmaz@eurecom.fr - * \note - * \warning -*/ - #include "PHY/CODING/nrSmallBlock/nr_small_block_defs.h" #include "common/utils/assertions.h" diff --git a/openair1/PHY/CODING/nrSmallBlock/nr_small_block_defs.h b/openair1/PHY/CODING/nrSmallBlock/nr_small_block_defs.h index 02df3f8dc9..5a6067a967 100644 --- a/openair1/PHY/CODING/nrSmallBlock/nr_small_block_defs.h +++ b/openair1/PHY/CODING/nrSmallBlock/nr_small_block_defs.h @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*!\file PHY/CODING/nrSmallBlock/nr_small_block_defs.h - * \brief - * \author Turker Yilmaz - * \date 2019 - * \version 0.1 - * \company EURECOM - * \email turker.yilmaz@eurecom.fr - * \note - * \warning -*/ - #ifndef __NR_SMALL_BLOCK_DEFS__H__ #define __NR_SMALL_BLOCK_DEFS__H__ diff --git a/openair1/PHY/CODING/nr_segmentation.c b/openair1/PHY/CODING/nr_segmentation.c index 8312471b34..d8e82fd6a5 100644 --- a/openair1/PHY/CODING/nr_segmentation.c +++ b/openair1/PHY/CODING/nr_segmentation.c @@ -19,11 +19,9 @@ * contact@openairinterface.org */ -/* file: nr_segmentation.c - purpose: Procedures for transport block segmentation for NR (LDPC-coded transport channels) - author: Hongzhi WANG (TCL) - date: 12.09.2017 -*/ +/* + * \brief Procedures for transport block segmentation for NR (LDPC-coded transport channels) + */ #include "common/utils/LOG/log.h" #include "openair1/PHY/CODING/coding_defs.h" diff --git a/openair1/PHY/CODING/viterbi.c b/openair1/PHY/CODING/viterbi.c index 4f8df56fc2..7787a41829 100644 --- a/openair1/PHY/CODING/viterbi.c +++ b/openair1/PHY/CODING/viterbi.c @@ -19,11 +19,9 @@ * contact@openairinterface.org */ -/* file: viterbi.c - purpose: SIMD Optimized 802.11/802.16 Viterbi Decoder - author: raymond.knopp@eurecom.fr - date: 10.2004 -*/ +/* + * \brief SIMD Optimized 802.11/802.16 Viterbi Decoder + */ diff --git a/openair1/PHY/CODING/viterbi_lte.c b/openair1/PHY/CODING/viterbi_lte.c index b074e1c914..a3493a72d6 100644 --- a/openair1/PHY/CODING/viterbi_lte.c +++ b/openair1/PHY/CODING/viterbi_lte.c @@ -19,14 +19,13 @@ * contact@openairinterface.org */ -/* file: viterbit_lte.c - purpose: SIMD optimized LTE Viterbi Decoder for rate 1/3 Tail-biting convolutional code. Performs two iterations - of code. First pass does Viterbi with all initial partial metrics set to zero. Second pass does Viterbi - with initial partial metrics set to values from final state values after first pass. Max is selected at - end to do trace-back. - author: raymond.knopp@eurecom.fr - date: 21.10.2009 -*/ +/* + * \brief SIMD optimized LTE Viterbi Decoder for rate 1/3 Tail-biting + * convolutional code. Performs two iterations of code. First pass does + * Viterbi with all initial partial metrics set to zero. Second pass does + * Viterbi with initial partial metrics set to values from final state values + * after first pass. Max is selected at end to do trace-back. + */ #ifndef TEST_DEBUG #include "PHY/defs_common.h" diff --git a/openair1/PHY/LTE_ESTIMATION/lte_dl_mbsfn_channel_estimation.c b/openair1/PHY/LTE_ESTIMATION/lte_dl_mbsfn_channel_estimation.c index 5893afc907..6acb92579d 100644 --- a/openair1/PHY/LTE_ESTIMATION/lte_dl_mbsfn_channel_estimation.c +++ b/openair1/PHY/LTE_ESTIMATION/lte_dl_mbsfn_channel_estimation.c @@ -19,14 +19,8 @@ * contact@openairinterface.org */ -/*! \file config_ue.c +/*! * \brief This includes FeMBMS UE Channel Estimation Procedures for FeMBMS 1.25KHz Carrier Spacing - * \author Javier Morgade - * \date 2020 - * \version 0.1 - * \email: javier.morgade@ieee.org - * @ingroup _phy - */ diff --git a/openair1/PHY/LTE_ESTIMATION/lte_est_freq_offset.c b/openair1/PHY/LTE_ESTIMATION/lte_est_freq_offset.c index ce221d1fb4..26df9fd5fa 100644 --- a/openair1/PHY/LTE_ESTIMATION/lte_est_freq_offset.c +++ b/openair1/PHY/LTE_ESTIMATION/lte_est_freq_offset.c @@ -19,12 +19,6 @@ * contact@openairinterface.org */ -/* - file: lte_est_freq_offset.c - author (c): florian.kaltenberger@eurecom.fr - date: 19.11.2009 -*/ - #include "PHY/defs_eNB.h" //#define DEBUG_PHY diff --git a/openair1/PHY/LTE_ESTIMATION/lte_sync_time.c b/openair1/PHY/LTE_ESTIMATION/lte_sync_time.c index 9a7c8d6c83..376322a999 100644 --- a/openair1/PHY/LTE_ESTIMATION/lte_sync_time.c +++ b/openair1/PHY/LTE_ESTIMATION/lte_sync_time.c @@ -19,11 +19,9 @@ * contact@openairinterface.org */ -/* file: lte_sync_time.c - purpose: coarse timing synchronization for LTE (using PSS) - author: florian.kaltenberger@eurecom.fr, oscar.tonelli@yahoo.it - date: 22.10.2009 -*/ +/* + * \brief coarse timing synchronization for LTE (using PSS) + */ //#include #include diff --git a/openair1/PHY/LTE_ESTIMATION/lte_sync_timefreq.c b/openair1/PHY/LTE_ESTIMATION/lte_sync_timefreq.c index 426d0d9134..34cc493214 100644 --- a/openair1/PHY/LTE_ESTIMATION/lte_sync_timefreq.c +++ b/openair1/PHY/LTE_ESTIMATION/lte_sync_timefreq.c @@ -19,21 +19,12 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_ESTIMATION/lte_sync_timefreq.c -* \brief Initial time frequency scan of entire LTE band -* \author R. Knopp -* \date 2014 -* \version 0.1 -* \company Eurecom -* \email: raymond.knopp@eurecom.fr -* \note -* \warning -*/ -/* file: lte_sync_timefreq.c - purpose: scan for likely cells over entire LTE band using PSS. Provides coarse frequency offset in addtition to 10 top likelihoods per PSS sequence - author: raymond.knopp@eurecom.fr - date: 23.01.2015 -*/ +/*! + * \brief Initial time frequency scan of entire LTE band + * purpose: scan for likely cells over entire LTE band using PSS. Provides + * coarse frequency offset in addtition to 10 top likelihoods per PSS + * sequence + */ //#include "defs.h" #include "PHY/defs_UE.h" diff --git a/openair1/PHY/LTE_ESTIMATION/pss6144.h b/openair1/PHY/LTE_ESTIMATION/pss6144.h index d3d5ee0100..8aa6761706 100644 --- a/openair1/PHY/LTE_ESTIMATION/pss6144.h +++ b/openair1/PHY/LTE_ESTIMATION/pss6144.h @@ -19,21 +19,10 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_ESTIMATION/lte_sync_timefreq.c -* \brief Initial time frequency scan of entire LTE band -* \author R. Knopp -* \date 2014 -* \version 0.1 -* \company Eurecom -* \email: raymond.knopp@eurecom.fr -* \note -* \warning -*/ -/* file: lte_sync_timefreq.c - purpose: scan for likely cells over entire LTE band using PSS. Provides coarse frequency offset in addtition to 10 top likelihoods per PSS sequence - author: raymond.knopp@eurecom.fr - date: 23.01.2015 -*/ +/*! + * \brief Initial time frequency scan of entire LTE band + * purpose: scan for likely cells over entire LTE band using PSS. Provides coarse frequency offset in addtition to 10 top likelihoods per PSS sequence + */ static int16_t pss6144_0_0[512]__attribute__((aligned(16)))={339,1651,1632,539,-1,0,368,1752,1739,566,0,-1,403,1869,1864,595,-1,0,445,2005,2011,628,-1,-1,496,2167,2188,667,-1,0,561,2365,2407,712,-1,-1,642,2611,2683,769,-1,-1,748,2932,3048,847,0,-1,886,3376,3560,968,0,0,1062,4055,4354,1214,0,0,1223,5327,5884,1998,-1,0,414,9641,12973,10419,18918,-1,17465,-11210,4889,-21892,-15081,-11423,-6402,12224,16895,3030,6911,-17611,-7479,-9060,-1383,-6414,-13868,-12868,-24841,11733,3342,27523,18542,3748,1128,-4019,2553,10668,18077,5576,17671,-9600,7553,-18513,-9460,-16384,-13453,5018,9759,10824,14492,-12161,-4146,-14469,-1227,-5616,-4210,-18444,-29035,-7781,-17522,24181,11795,14790,1688,-4647,-8473,9811,8630,16834,17376,4290,16247,-6052,6911,-17611,-13487,-10002,-5902,14277,18077,5576,9039,-13140,1887,-3843,14492,-12161,-6394,-31667,-31431,-6687,-9460,16383,4073,-1997,-14069,-5414,-13868,12867,-710,15914,7254,14213,18542,3748,7489,-16693,-16715,-4892,-4210,18443,13167,6609,2112,1167,11795,14790,31826,-6357,7924,-31501,-15081,-11423,1351,2587,6532,-13717,-9460,-16384,-15007,-6419,-16995,1819,-9460,16383,13406,11258,9754,-14771,-15081,-11423,-11160,7387,-2981,10,-18707,2819,-10634,28961,20997,22672,18077,-5577,-1856,-1824,5866,12175,18542,3748,16247,-7714,10468,-15035,-4210,-18444,-15904,-797,1694,15599,18918,-1,6882,-13419,2815,-4015,14492,-12161,-2325,-31234,-28242,-13338,-13868,12867,6444,322,-8005,-13558,-18707,2819,-4182,12166,2711,2972,0,-1,1346,-3845,-8390,-9820,-18707,2819,-7612,13701,-3446,5304,-13868,12867,2697,31116,28266,13488,14492,-12161,-4757,-441,8235,12554,18918,-1,12790,-9278,8697,-13490,-4210,-18444,-18127,-1558,-1389,17811,18542,3748,7738,-11179,2562,-811,18077,-5577,9263,-29531,-19710,-23806,-18707,2819,1626,2566,-763,-13474,-15081,-11423,-17541,-1073,-16398,5865,-9460,16383,10200,13798,13117,-9903,-9460,-16384,-15018,1190,-2861,-240,-15081,-11423,-31115,8877,-10353,30625,11795,14790,82,-2423,-12253,7983,-4210,18443,4249,16911,10766,14717,18542,3748,8809,-13399,-13373,-8688,-13868,12867,2473,14880,-253,4410,-9460,16383,10051,30553,30676,10181,14492,-12161,-4145,276,6914,14282,18077,5576,15443,-2038,15460,-6795,6911,-17611,-13238,-11055,-12349,12788,8630,16834,12860,2422,3235,3670,11795,14790,29829,3073,21311,-21370,-4210,-18444,-4123,3860,14658,3529,14492,-12161,4622,-13874,2435,-14276,-9460,-16384,-19682,2704,-467,19988,18077,5576,8089,-7555,2972,2871,18542,3748,22292,-16666,2313,-27495,-13868,-12868,-4736,4394,11640,-2062,6911,-17611,-5696,-16157,-7331,-11772,-15081,-11423,-21276,6701,1030,20614,18918,0,2664,-16456,-8502,-4578,-1,-1,-1084,-6106,-5171,-1720,0,-1,-998,-4389,-3988,-1224,0,0,-814,-3578,-3313,-1036,0,0,-664,-3074,-2859,-934,0,0,-548,-2719,-2528,-865,-1,0,-459,-2451,-2274,-813,-1,0,-389,-2239,-2071,-770,-1,-1,-334,-2067,-1905,-733,0,-1,-289,-1922,-1765,-701,0,0,-252,-1800,-1647,-673,-1,-1,-222,-1694}; static int16_t pss6144_0_1[512]__attribute__((aligned(16)))={0,0,339,1651,1632,539,-1,0,368,1752,1739,566,0,-1,403,1869,1864,595,-1,0,445,2005,2011,628,-1,-1,496,2167,2188,667,-1,0,561,2365,2407,712,-1,-1,642,2611,2683,769,-1,-1,748,2932,3048,847,0,-1,886,3376,3560,968,0,0,1062,4055,4354,1214,0,0,1223,5327,5884,1998,-1,0,414,9641,12973,10419,18918,-1,17465,-11210,4889,-21892,-15081,-11423,-6402,12224,16895,3030,6911,-17611,-7479,-9060,-1383,-6414,-13868,-12868,-24841,11733,3342,27523,18542,3748,1128,-4019,2553,10668,18077,5576,17671,-9600,7553,-18513,-9460,-16384,-13453,5018,9759,10824,14492,-12161,-4146,-14469,-1227,-5616,-4210,-18444,-29035,-7781,-17522,24181,11795,14790,1688,-4647,-8473,9811,8630,16834,17376,4290,16247,-6052,6911,-17611,-13487,-10002,-5902,14277,18077,5576,9039,-13140,1887,-3843,14492,-12161,-6394,-31667,-31431,-6687,-9460,16383,4073,-1997,-14069,-5414,-13868,12867,-710,15914,7254,14213,18542,3748,7489,-16693,-16715,-4892,-4210,18443,13167,6609,2112,1167,11795,14790,31826,-6357,7924,-31501,-15081,-11423,1351,2587,6532,-13717,-9460,-16384,-15007,-6419,-16995,1819,-9460,16383,13406,11258,9754,-14771,-15081,-11423,-11160,7387,-2981,10,-18707,2819,-10634,28961,20997,22672,18077,-5577,-1856,-1824,5866,12175,18542,3748,16247,-7714,10468,-15035,-4210,-18444,-15904,-797,1694,15599,18918,-1,6882,-13419,2815,-4015,14492,-12161,-2325,-31234,-28242,-13338,-13868,12867,6444,322,-8005,-13558,-18707,2819,-4182,12166,2711,2972,0,-1,1346,-3845,-8390,-9820,-18707,2819,-7612,13701,-3446,5304,-13868,12867,2697,31116,28266,13488,14492,-12161,-4757,-441,8235,12554,18918,-1,12790,-9278,8697,-13490,-4210,-18444,-18127,-1558,-1389,17811,18542,3748,7738,-11179,2562,-811,18077,-5577,9263,-29531,-19710,-23806,-18707,2819,1626,2566,-763,-13474,-15081,-11423,-17541,-1073,-16398,5865,-9460,16383,10200,13798,13117,-9903,-9460,-16384,-15018,1190,-2861,-240,-15081,-11423,-31115,8877,-10353,30625,11795,14790,82,-2423,-12253,7983,-4210,18443,4249,16911,10766,14717,18542,3748,8809,-13399,-13373,-8688,-13868,12867,2473,14880,-253,4410,-9460,16383,10051,30553,30676,10181,14492,-12161,-4145,276,6914,14282,18077,5576,15443,-2038,15460,-6795,6911,-17611,-13238,-11055,-12349,12788,8630,16834,12860,2422,3235,3670,11795,14790,29829,3073,21311,-21370,-4210,-18444,-4123,3860,14658,3529,14492,-12161,4622,-13874,2435,-14276,-9460,-16384,-19682,2704,-467,19988,18077,5576,8089,-7555,2972,2871,18542,3748,22292,-16666,2313,-27495,-13868,-12868,-4736,4394,11640,-2062,6911,-17611,-5696,-16157,-7331,-11772,-15081,-11423,-21276,6701,1030,20614,18918,0,2664,-16456,-8502,-4578,-1,-1,-1084,-6106,-5171,-1720,0,-1,-998,-4389,-3988,-1224,0,0,-814,-3578,-3313,-1036,0,0,-664,-3074,-2859,-934,0,0,-548,-2719,-2528,-865,-1,0,-459,-2451,-2274,-813,-1,0,-389,-2239,-2071,-770,-1,-1,-334,-2067,-1905,-733,0,-1,-289,-1922,-1765,-701,0,0,-252,-1800,-1647,-673,-1,-1}; diff --git a/openair1/PHY/LTE_REFSIG/defs_NB_IoT.h b/openair1/PHY/LTE_REFSIG/defs_NB_IoT.h index 13c6130ad3..8adf92c189 100644 --- a/openair1/PHY/LTE_REFSIG/defs_NB_IoT.h +++ b/openair1/PHY/LTE_REFSIG/defs_NB_IoT.h @@ -1,15 +1,8 @@ /******************************************************************************* *******************************************************************************/ -/*! \file defs_NB_IoT.h +/*! * \function called by lte_dl_cell_spec_NB_IoT.c , TS 36-211, V13.4.0 2017-02 - * \author M. KANJ - * \date 2017 - * \version 0.0 - * \company bcom - * \email: matthieu.kanj@b-com.com - * \note - * \warning */ /* Definitions for NB_IoT Reference signals */ diff --git a/openair1/PHY/LTE_REFSIG/gen_mod_table.m b/openair1/PHY/LTE_REFSIG/gen_mod_table.m index 52805944f2..2a17afac72 100644 --- a/openair1/PHY/LTE_REFSIG/gen_mod_table.m +++ b/openair1/PHY/LTE_REFSIG/gen_mod_table.m @@ -1,6 +1,4 @@ % octave srcipt to generate table of modulated symbols for LEON3 -% author: florian.kaltenberger@eurcom.fr, raymond.knopp@eurecom.fr -% date: 10.11.2009 % % 0 .. "0" % 1 - 4 .. QPSK(0) - QPSK(3) diff --git a/openair1/PHY/LTE_REFSIG/lte_dl_uespec.c b/openair1/PHY/LTE_REFSIG/lte_dl_uespec.c index e2cff34682..c85438fa52 100644 --- a/openair1/PHY/LTE_REFSIG/lte_dl_uespec.c +++ b/openair1/PHY/LTE_REFSIG/lte_dl_uespec.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file lte_dl_uespec.c +/*! * \brief Top-level routines for generating UE-specific Reference signals from 36-211, V11.3.0 2013-06 - * \author R. Knopp X. Jiang - * \date 2015 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr xiwen.jiang@eurecom.fr - * \note - * \warning */ #include diff --git a/openair1/PHY/LTE_REFSIG/lte_refsig.h b/openair1/PHY/LTE_REFSIG/lte_refsig.h index b053592798..0518bdb769 100644 --- a/openair1/PHY/LTE_REFSIG/lte_refsig.h +++ b/openair1/PHY/LTE_REFSIG/lte_refsig.h @@ -19,8 +19,10 @@ * contact@openairinterface.org */ -/* Definitions for LTE Reference signals */ -/* Author R. Knopp / EURECOM / OpenAirInterface.org */ +/* + * \brief Definitions for LTE Reference signals + */ + #ifndef __LTE_REFSIG_DEFS__H__ #define __LTE_REFSIG_DEFS__H__ #include "PHY/defs_eNB.h" diff --git a/openair1/PHY/LTE_TRANSPORT/dci.c b/openair1/PHY/LTE_TRANSPORT/dci.c index c1f54fa9c3..69d89178d4 100644 --- a/openair1/PHY/LTE_TRANSPORT/dci.c +++ b/openair1/PHY/LTE_TRANSPORT/dci.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/dci.c +/*! * \brief Implements PDCCH physical channel TX/RX procedures (36.211) and DCI encoding/decoding (36.212/36.213). Current LTE compliance V8.6 2009-03. -* \author R. Knopp -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr -* \note -* \warning */ #include #include diff --git a/openair1/PHY/LTE_TRANSPORT/dci.h b/openair1/PHY/LTE_TRANSPORT/dci.h index e15eaa4a96..35c343fbba 100644 --- a/openair1/PHY/LTE_TRANSPORT/dci.h +++ b/openair1/PHY/LTE_TRANSPORT/dci.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/dci.h +/*! * \brief typedefs for LTE DCI structures from 36-212, V8.6 2009-03. Limited to 5 MHz formats for the moment.Current LTE compliance V8.6 2009-03. -* \author R. Knopp -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr -* \note -* \warning */ #ifndef __DCI__h__ diff --git a/openair1/PHY/LTE_TRANSPORT/dci_NB_IoT.h b/openair1/PHY/LTE_TRANSPORT/dci_NB_IoT.h index d21af4d850..6d2edbbe10 100644 --- a/openair1/PHY/LTE_TRANSPORT/dci_NB_IoT.h +++ b/openair1/PHY/LTE_TRANSPORT/dci_NB_IoT.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/dci.h +/*! * \brief typedefs for LTE DCI structures from 36-212, V8.6 2009-03. Limited to 5 MHz formats for the moment.Current LTE compliance V8.6 2009-03. -* \author R. Knopp -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr -* \note -* \warning */ #ifndef __DCI_NB_IOT_H__ #define __DCI_NB_IOT_H__ diff --git a/openair1/PHY/LTE_TRANSPORT/dci_tools.c b/openair1/PHY/LTE_TRANSPORT/dci_tools.c index 4e0a2163e3..7e9098e0c3 100644 --- a/openair1/PHY/LTE_TRANSPORT/dci_tools.c +++ b/openair1/PHY/LTE_TRANSPORT/dci_tools.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/dci_tools.c +/*! * \brief PHY Support routines (eNB/UE) for filling PDSCH/PUSCH/DLSCH/ULSCH data structures based on DCI PDUs generated by eNB MAC scheduler. - * \author R. Knopp - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr - * \note - * \warning */ #include "PHY/defs_eNB.h" diff --git a/openair1/PHY/LTE_TRANSPORT/dci_tools_common.c b/openair1/PHY/LTE_TRANSPORT/dci_tools_common.c index 855116ca6b..0802081e32 100644 --- a/openair1/PHY/LTE_TRANSPORT/dci_tools_common.c +++ b/openair1/PHY/LTE_TRANSPORT/dci_tools_common.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/dci_tools.c +/*! * \brief PHY Support routines (eNB/UE) for filling PDSCH/PUSCH/DLSCH/ULSCH data structures based on DCI PDUs generated by eNB MAC scheduler. - * \author R. Knopp - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr - * \note - * \warning */ #include "PHY/defs_eNB.h" diff --git a/openair1/PHY/LTE_TRANSPORT/dci_tools_common_extern.h b/openair1/PHY/LTE_TRANSPORT/dci_tools_common_extern.h index 219f9a9a1d..19a1c6348a 100644 --- a/openair1/PHY/LTE_TRANSPORT/dci_tools_common_extern.h +++ b/openair1/PHY/LTE_TRANSPORT/dci_tools_common_extern.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/dci_tools_common_extern.h +/*! * \brief PHY Support routines (eNB/UE) for filling PDSCH/PUSCH/DLSCH/ULSCH data structures based on DCI PDUs generated by eNB MAC scheduler. - * \author R. Knopp - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr - * \note - * \warning */ #include diff --git a/openair1/PHY/LTE_TRANSPORT/defs_NB_IoT.h b/openair1/PHY/LTE_TRANSPORT/defs_NB_IoT.h index 9b8624498e..df583b2bb7 100644 --- a/openair1/PHY/LTE_TRANSPORT/defs_NB_IoT.h +++ b/openair1/PHY/LTE_TRANSPORT/defs_NB_IoT.h @@ -1,15 +1,8 @@ /******************************************************************************* *******************************************************************************/ -/*! \file PHY/LTE_TRANSPORT/defs_NB_IoT.h +/*! * \brief data structures for NPDSCH/NDLSCH/NPUSCH/NULSCH physical and transport channel descriptors (TX/RX) of NB-IoT -* \author M. KANJ -* \date 2017 -* \version 0.0 -* \company bcom -* \email: matthieu.kanj@b-com.com -* \note -* \warning */ #ifndef __LTE_TRANSPORT_DEFS_NB_IOT__H__ #define __LTE_TRANSPORT_DEFS_NB_IOT__H__ diff --git a/openair1/PHY/LTE_TRANSPORT/dlsch_coding.c b/openair1/PHY/LTE_TRANSPORT/dlsch_coding.c index 8e98677872..0521dcac9f 100644 --- a/openair1/PHY/LTE_TRANSPORT/dlsch_coding.c +++ b/openair1/PHY/LTE_TRANSPORT/dlsch_coding.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/dlsch_coding.c +/*! * \brief Top-level routines for implementing Turbo-coded (DLSCH) transport channels from 36-212, V8.6 2009-03, V14.1 2017 (includes FeMBMS support) - * \author R. Knopp, J. Morgade - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr, jaiver.morgade@ieee.org - * \note - * \warning */ #include "PHY/defs_eNB.h" diff --git a/openair1/PHY/LTE_TRANSPORT/dlsch_modulation.c b/openair1/PHY/LTE_TRANSPORT/dlsch_modulation.c index bb2da63964..dbe5df1470 100644 --- a/openair1/PHY/LTE_TRANSPORT/dlsch_modulation.c +++ b/openair1/PHY/LTE_TRANSPORT/dlsch_modulation.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/dlsch_modulation.c +/*! * \brief Top-level routines for generating the PDSCH physical channel from 36-211, V8.6 2009-03, V14.1 2017 (FeMBMS) - * \author R. Knopp, F. Kaltenberger, J. Morgade - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr,florian.kaltenberger@eurecom.fr, javier.morgade@ieee.irg - * \note - * \warning */ #include "PHY/defs_eNB.h" #include "PHY/phy_extern.h" diff --git a/openair1/PHY/LTE_TRANSPORT/dlsch_scrambling.c b/openair1/PHY/LTE_TRANSPORT/dlsch_scrambling.c index 5626f0a9df..a8cca35b7f 100644 --- a/openair1/PHY/LTE_TRANSPORT/dlsch_scrambling.c +++ b/openair1/PHY/LTE_TRANSPORT/dlsch_scrambling.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/dlsch_scrambling.c +/*! * \brief Routines for the scrambling procedure of the PDSCH physical channel from 36-211, V8.6 2009-03 -* \author R. Knopp -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr,florian.kaltenberger@eurecom.fr -* \note -* \warning */ //#define DEBUG_SCRAMBLING 1 diff --git a/openair1/PHY/LTE_TRANSPORT/edci.c b/openair1/PHY/LTE_TRANSPORT/edci.c index 977dbd9ca7..fa510936c2 100644 --- a/openair1/PHY/LTE_TRANSPORT/edci.c +++ b/openair1/PHY/LTE_TRANSPORT/edci.c @@ -20,15 +20,8 @@ */ -/*! \file PHY/LTE_TRANSPORT/edci.c +/*! * \brief Implements M/EPDCCH physical channel TX/RX procedures (36.211). - * \author R. Knopp - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr - * \note - * \warning */ #include diff --git a/openair1/PHY/LTE_TRANSPORT/group_hopping.c b/openair1/PHY/LTE_TRANSPORT/group_hopping.c index 1dc3b50b38..a7b764fe99 100644 --- a/openair1/PHY/LTE_TRANSPORT/group_hopping.c +++ b/openair1/PHY/LTE_TRANSPORT/group_hopping.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/group_hopping.c +/*! * \brief Top-level routines for group/sequence hopping and nPRS sequence generationg for DRS and PUCCH from 36-211, V8.6 2009-03 -* \author R. Knopp -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr -* \note -* \warning */ #include "PHY/defs_common.h" #include "PHY/LTE_REFSIG/lte_refsig.h" diff --git a/openair1/PHY/LTE_TRANSPORT/if4_tools.c b/openair1/PHY/LTE_TRANSPORT/if4_tools.c index 6fdcfbd96f..600b092400 100644 --- a/openair1/PHY/LTE_TRANSPORT/if4_tools.c +++ b/openair1/PHY/LTE_TRANSPORT/if4_tools.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/if4_tools.c -* \brief -* \author S. Sandeep Kumar, Raymond Knopp -* \date 2016 -* \version 0.1 -* \company Eurecom -* \email: ee13b1025@iith.ac.in, knopp@eurecom.fr -* \note -* \warning -*/ - #include //#include "PHY/defs_eNB.h" #include "PHY/defs_RU.h" diff --git a/openair1/PHY/LTE_TRANSPORT/if4_tools.h b/openair1/PHY/LTE_TRANSPORT/if4_tools.h index 4fcf537f83..192695a572 100644 --- a/openair1/PHY/LTE_TRANSPORT/if4_tools.h +++ b/openair1/PHY/LTE_TRANSPORT/if4_tools.h @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/if4_tools.h -* \brief -* \author S. Sandeep Kumar, Raymond Knopp -* \date 2016 -* \version 0.1 -* \company Eurecom -* \email: ee13b1025@iith.ac.in, knopp@eurecom.fr -* \note -* \warning -*/ - #ifndef __IF4_TOOLS_H__ #define __IF4_TOOLS_H__ #include "PHY/defs_eNB.h" diff --git a/openair1/PHY/LTE_TRANSPORT/lte_mcs.c b/openair1/PHY/LTE_TRANSPORT/lte_mcs.c index aca34720d1..e148955398 100644 --- a/openair1/PHY/LTE_TRANSPORT/lte_mcs.c +++ b/openair1/PHY/LTE_TRANSPORT/lte_mcs.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/lte_mcs.c -* \brief Some support routines for MCS computations -* \author R. Knopp -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief Some support routines for MCS computations + */ #include "PHY/defs_common.h" #include "PHY/phy_extern.h" diff --git a/openair1/PHY/LTE_TRANSPORT/mdci.h b/openair1/PHY/LTE_TRANSPORT/mdci.h index 81bb73a024..edd96329f4 100644 --- a/openair1/PHY/LTE_TRANSPORT/mdci.h +++ b/openair1/PHY/LTE_TRANSPORT/mdci.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/dci.h +/*! * \brief typedefs for LTE DCI structures from 36-212, V8.6 2009-03. Limited to 5 MHz formats for the moment.Current LTE compliance V8.6 2009-03. - * \author R. Knopp - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr - * \note - * \warning */ #ifndef __M_DCI__H__ diff --git a/openair1/PHY/LTE_TRANSPORT/pbch.c b/openair1/PHY/LTE_TRANSPORT/pbch.c index e589dca525..45570cf257 100644 --- a/openair1/PHY/LTE_TRANSPORT/pbch.c +++ b/openair1/PHY/LTE_TRANSPORT/pbch.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/pbch.c -* \brief Top-level routines for generating and decoding the PBCH/BCH physical/transport channel V8.6 2009-03, V14.1 (FeMBMS) -* \author R. Knopp, F. Kaltenberger, J. Morgade -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr,florian.kaltenberger.fr, javier.morgade@ieee.org -* \note -* \warning -*/ +/*! + * \brief Top-level routines for generating and decoding the PBCH/BCH physical/transport channel V8.6 2009-03, V14.1 (FeMBMS) + */ #include "PHY/defs_eNB.h" #include "PHY/CODING/coding_extern.h" #include "PHY/CODING/lte_interleaver_inline.h" diff --git a/openair1/PHY/LTE_TRANSPORT/pcfich.c b/openair1/PHY/LTE_TRANSPORT/pcfich.c index ac470c5c4e..270989a114 100644 --- a/openair1/PHY/LTE_TRANSPORT/pcfich.c +++ b/openair1/PHY/LTE_TRANSPORT/pcfich.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/pcfich.c -* \brief Top-level routines for generating and decoding the PCFICH/CFI physical/transport channel V8.6 2009-03 -* \author R. Knopp -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief Top-level routines for generating and decoding the PCFICH/CFI physical/transport channel V8.6 2009-03 + */ #include "PHY/impl_defs_top.h" #include "PHY/defs_eNB.h" #include "PHY/LTE_REFSIG/lte_refsig.h" diff --git a/openair1/PHY/LTE_TRANSPORT/pcfich_common.c b/openair1/PHY/LTE_TRANSPORT/pcfich_common.c index d6466862a7..821b6a87f6 100644 --- a/openair1/PHY/LTE_TRANSPORT/pcfich_common.c +++ b/openair1/PHY/LTE_TRANSPORT/pcfich_common.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/pcfich.c -* \brief Top-level routines for generating and decoding the PCFICH/CFI physical/transport channel V8.6 2009-03 -* \author R. Knopp -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief Top-level routines for generating and decoding the PCFICH/CFI physical/transport channel V8.6 2009-03 + */ #include "PHY/impl_defs_top.h" #include "PHY/defs_eNB.h" diff --git a/openair1/PHY/LTE_TRANSPORT/phich.c b/openair1/PHY/LTE_TRANSPORT/phich.c index 6e4aa82948..8b9ea48c32 100644 --- a/openair1/PHY/LTE_TRANSPORT/phich.c +++ b/openair1/PHY/LTE_TRANSPORT/phich.c @@ -20,16 +20,9 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/phich.c -* \brief Top-level routines for generating the PHICH/HI physical/transport channel V8.6 2009-03 -* \author R. Knopp -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief Top-level routines for generating the PHICH/HI physical/transport channel V8.6 2009-03 + */ #include "PHY/defs_eNB.h" #include "PHY/impl_defs_top.h" diff --git a/openair1/PHY/LTE_TRANSPORT/phich_common.c b/openair1/PHY/LTE_TRANSPORT/phich_common.c index 48209274fc..67ed947df6 100644 --- a/openair1/PHY/LTE_TRANSPORT/phich_common.c +++ b/openair1/PHY/LTE_TRANSPORT/phich_common.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/phich_common.c -* \brief Top-level routines for generating and decoding the PHICH/HI physical/transport channel V8.6 2009-03 -* \author R. Knopp -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief Top-level routines for generating and decoding the PHICH/HI physical/transport channel V8.6 2009-03 + */ #include "PHY/defs_eNB.h" diff --git a/openair1/PHY/LTE_TRANSPORT/pilots.c b/openair1/PHY/LTE_TRANSPORT/pilots.c index 921f93ddb1..345745adb7 100644 --- a/openair1/PHY/LTE_TRANSPORT/pilots.c +++ b/openair1/PHY/LTE_TRANSPORT/pilots.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/pilots.c -* \brief Top-level routines for generating DL cell-specific reference signals V8.6 2009-03 -* \author R. Knopp, F. Kaltenberger -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr,florian.kaltenberger.fr -* \note -* \warning -*/ +/*! + * \brief Top-level routines for generating DL cell-specific reference signals V8.6 2009-03 + */ #include "PHY/defs_eNB.h" #include "PHY/LTE_REFSIG/lte_refsig.h" diff --git a/openair1/PHY/LTE_TRANSPORT/pilots_mbsfn.c b/openair1/PHY/LTE_TRANSPORT/pilots_mbsfn.c index 47ef6428cb..22178dce5d 100644 --- a/openair1/PHY/LTE_TRANSPORT/pilots_mbsfn.c +++ b/openair1/PHY/LTE_TRANSPORT/pilots_mbsfn.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/pilots_mbsfn.c -* \brief Top-level routines for generating DL mbsfn reference signals / DL mbsfn reference signals for FeMBMS -* \authors S. Paranche, R. Knopp, J. Morgade -* \date 2012 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr, javier.morgade@ieee.org -* \note -* \warning -*/ +/*! + * \brief Top-level routines for generating DL mbsfn reference signals / DL mbsfn reference signals for FeMBMS + */ #include "PHY/defs_eNB.h" #include "PHY/LTE_REFSIG/lte_refsig.h" diff --git a/openair1/PHY/LTE_TRANSPORT/pmch_common.c b/openair1/PHY/LTE_TRANSPORT/pmch_common.c index 8d65dd2744..96bc51154d 100644 --- a/openair1/PHY/LTE_TRANSPORT/pmch_common.c +++ b/openair1/PHY/LTE_TRANSPORT/pmch_common.c @@ -22,16 +22,9 @@ #include "PHY/defs_eNB.h" #include "PHY/phy_extern.h" -/*! \file PHY/LTE_TRANSPORT/pmch_common.c -* \brief This includes routines for decoding the UE FeMBMS/PMCH physical/multicast/transport channel 3GPP TS 36.211 version 14.2.0 Release 14 Sections 6.5/6.10.2 -* \author J. Morgade -* \date 2019 -* \version 0.1 -* \company Vicomtech -* \email: javier.morgade@ieee.org -* \note -* \warning -*/ +/*! + * \brief This includes routines for decoding the UE FeMBMS/PMCH physical/multicast/transport channel 3GPP TS 36.211 version 14.2.0 Release 14 Sections 6.5/6.10.2 + */ diff --git a/openair1/PHY/LTE_TRANSPORT/prach.c b/openair1/PHY/LTE_TRANSPORT/prach.c index e357825ac6..5f96231000 100644 --- a/openair1/PHY/LTE_TRANSPORT/prach.c +++ b/openair1/PHY/LTE_TRANSPORT/prach.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/prach.c +/*! * \brief Top-level routines for generating and decoding the PRACH physical channel V8.6 2009-03 - * \author R. Knopp - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr - * \note - * \warning */ #include "PHY/sse_intrin.h" #include "PHY/defs_eNB.h" diff --git a/openair1/PHY/LTE_TRANSPORT/prach_common.c b/openair1/PHY/LTE_TRANSPORT/prach_common.c index 6dfa1cdec6..c70c8318b5 100644 --- a/openair1/PHY/LTE_TRANSPORT/prach_common.c +++ b/openair1/PHY/LTE_TRANSPORT/prach_common.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/prach_common.c +/*! * \brief Common routines for UE/eNB PRACH physical channel V8.6 2009-03 - * \author R. Knopp - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr - * \note - * \warning */ #include "PHY/sse_intrin.h" #include "PHY/defs_common.h" diff --git a/openair1/PHY/LTE_TRANSPORT/prach_extern.h b/openair1/PHY/LTE_TRANSPORT/prach_extern.h index c318dac78a..5864fe79ab 100644 --- a/openair1/PHY/LTE_TRANSPORT/prach_extern.h +++ b/openair1/PHY/LTE_TRANSPORT/prach_extern.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/prach_common.c +/*! * \brief Common routines for UE/eNB PRACH physical channel V8.6 2009-03 - * \author R. Knopp - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr - * \note - * \warning */ #ifndef __PHY_LTE_TRANSPORT_PRACH_EXTERN__H__ diff --git a/openair1/PHY/LTE_TRANSPORT/proto_NB_IoT.h b/openair1/PHY/LTE_TRANSPORT/proto_NB_IoT.h index 9edfd257d9..d61adb43ef 100644 --- a/openair1/PHY/LTE_TRANSPORT/proto_NB_IoT.h +++ b/openair1/PHY/LTE_TRANSPORT/proto_NB_IoT.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file proto_NB_IoT.h +/*! * \brief Function prototypes for PHY physical/transport channel processing and generation V8.6 2009-03 - * \author R. Knopp, F. Kaltenberger - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr - * \note - * \warning */ #ifndef __LTE_TRANSPORT_PROTO_NB_IOT__H__ #define __LTE_TRANSPORT_PROTO_NB_IOT__H__ diff --git a/openair1/PHY/LTE_TRANSPORT/pss.c b/openair1/PHY/LTE_TRANSPORT/pss.c index 8d95001c0e..3373b7404a 100644 --- a/openair1/PHY/LTE_TRANSPORT/pss.c +++ b/openair1/PHY/LTE_TRANSPORT/pss.c @@ -19,21 +19,10 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/pss.c -* \brief Top-level routines for generating primary synchronization signal (PSS) V8.6 2009-03 -* \author F. Kaltenberger, O. Tonelli, R. Knopp -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: florian.kaltenberger@eurecom.fr, oscar.tonelli@yahoo.it,knopp@eurecom.fr -* \note -* \warning -*/ -/* file: pss.c - purpose: generate the primary synchronization signals of LTE - author: florian.kaltenberger@eurecom.fr, oscar.tonelli@yahoo.it - date: 21.10.2009 -*/ +/*! + * \brief Top-level routines for generating primary synchronization signal (PSS) V8.6 2009-03 + * purpose: generate the primary synchronization signals of LTE + */ //#include "defs.h" #include "PHY/defs_eNB.h" diff --git a/openair1/PHY/LTE_TRANSPORT/pucch.c b/openair1/PHY/LTE_TRANSPORT/pucch.c index c777313df0..b6418c32aa 100644 --- a/openair1/PHY/LTE_TRANSPORT/pucch.c +++ b/openair1/PHY/LTE_TRANSPORT/pucch.c @@ -19,16 +19,10 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/pucch.c -* \brief Top-level routines for generating and decoding the PUCCH physical channel V8.6 2009-03 -* \author R. Knopp -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief Top-level routines for generating and decoding the PUCCH physical channel V8.6 2009-03 + */ + #include "PHY/defs_eNB.h" #include "PHY/phy_extern.h" #include "LAYER2/MAC/mac.h" diff --git a/openair1/PHY/LTE_TRANSPORT/pucch_common.c b/openair1/PHY/LTE_TRANSPORT/pucch_common.c index 1722f9a22d..fdd4145070 100644 --- a/openair1/PHY/LTE_TRANSPORT/pucch_common.c +++ b/openair1/PHY/LTE_TRANSPORT/pucch_common.c @@ -19,16 +19,10 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/pucch_common.c -* \brief Top-level routines common to eNB/UE for the PUCCH physical channel V8.6 2009-03 -* \author R. Knopp -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief Top-level routines common to eNB/UE for the PUCCH physical channel V8.6 2009-03 + */ + #include "PHY/defs_eNB.h" #include "PHY/phy_extern.h" diff --git a/openair1/PHY/LTE_TRANSPORT/pucch_extern.h b/openair1/PHY/LTE_TRANSPORT/pucch_extern.h index 15a726d84e..0ee73b56b4 100644 --- a/openair1/PHY/LTE_TRANSPORT/pucch_extern.h +++ b/openair1/PHY/LTE_TRANSPORT/pucch_extern.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/pucch.c -* \brief Top-level routines for generating and decoding the PUCCH physical channel V8.6 2009-03 -* \author R. Knopp -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief Top-level routines for generating and decoding the PUCCH physical channel V8.6 2009-03 + */ #ifndef __PHY_LTE_TRANSPORT_PUCCH_EXTERN__H__ #define __PHY_LTE_TRANSPORT_PUCCH_EXTERN__H__ diff --git a/openair1/PHY/LTE_TRANSPORT/rar_tools.c b/openair1/PHY/LTE_TRANSPORT/rar_tools.c index abbb002410..a18ff18995 100644 --- a/openair1/PHY/LTE_TRANSPORT/rar_tools.c +++ b/openair1/PHY/LTE_TRANSPORT/rar_tools.c @@ -19,16 +19,10 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/rar_tools.c -* \brief Routine for filling the PUSCH/ULSCH data structures based on a random-access response (RAR) SDU from MAC. Note this is for eNB. -* \author R. Knopp -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief Routine for filling the PUSCH/ULSCH data structures based on a random-access response (RAR) SDU from MAC. Note this is for eNB. + */ + #include "PHY/defs_eNB.h" #include "PHY/phy_extern.h" #include "SCHED/sched_eNB.h" diff --git a/openair1/PHY/LTE_TRANSPORT/sss.c b/openair1/PHY/LTE_TRANSPORT/sss.c index 695083d2fe..695b3e6fdd 100644 --- a/openair1/PHY/LTE_TRANSPORT/sss.c +++ b/openair1/PHY/LTE_TRANSPORT/sss.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/sss.c -* \brief Top-level routines for generating and decoding the secondary synchronization signal (SSS) V8.6 2009-03 -* \author R. Knopp -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief Top-level routines for generating and decoding the secondary synchronization signal (SSS) V8.6 2009-03 + */ #include "PHY/defs_eNB.h" #include "transport_eNB.h" #include "PHY/phy_extern.h" diff --git a/openair1/PHY/LTE_TRANSPORT/transport_common.h b/openair1/PHY/LTE_TRANSPORT/transport_common.h index 108ab7db06..15967c745b 100644 --- a/openair1/PHY/LTE_TRANSPORT/transport_common.h +++ b/openair1/PHY/LTE_TRANSPORT/transport_common.h @@ -19,16 +19,10 @@ * contact@openairinterface.org */ -/*! \file transport_common.h +/*! * \brief data structures for PDSCH/DLSCH/PUSCH/ULSCH physical and transport channel descriptors (TX/RX) common to both eNB/UE - * \author R. Knopp - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: raymond.knopp@eurecom.fr, florian.kaltenberger@eurecom.fr, oscar.tonelli@yahoo.it - * \note - * \warning */ + #ifndef __TRANSPORT_COMMON__H__ #define __TRANSPORT_COMMON__H__ #include "PHY/defs_common.h" diff --git a/openair1/PHY/LTE_TRANSPORT/transport_common_proto.h b/openair1/PHY/LTE_TRANSPORT/transport_common_proto.h index 4fd2c4f040..490d7c56ba 100644 --- a/openair1/PHY/LTE_TRANSPORT/transport_common_proto.h +++ b/openair1/PHY/LTE_TRANSPORT/transport_common_proto.h @@ -19,16 +19,10 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/transport_proto.h +/*! * \brief Function prototypes for eNB PHY physical/transport channel processing and generation V8.6 2009-03 - * \author R. Knopp, F. Kaltenberger - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr - * \note - * \warning */ + #ifndef __LTE_TRANSPORT_COMMON_PROTO__H__ #define __LTE_TRANSPORT_COMMON_PROTO__H__ #include "PHY/defs_common.h" diff --git a/openair1/PHY/LTE_TRANSPORT/transport_eNB.h b/openair1/PHY/LTE_TRANSPORT/transport_eNB.h index e356db540e..8740d0fe55 100644 --- a/openair1/PHY/LTE_TRANSPORT/transport_eNB.h +++ b/openair1/PHY/LTE_TRANSPORT/transport_eNB.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file transport_eNB.h +/*! * \brief data structures for PDSCH/DLSCH/PUSCH/ULSCH physical and transport channel descriptors (TX/RX) - * \author R. Knopp - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: raymond.knopp@eurecom.fr, florian.kaltenberger@eurecom.fr, oscar.tonelli@yahoo.it - * \note - * \warning */ #ifndef __TRANSPORT_ENB__H__ #define __TRANSPORT_ENB__H__ diff --git a/openair1/PHY/LTE_TRANSPORT/transport_proto.h b/openair1/PHY/LTE_TRANSPORT/transport_proto.h index 7fad5aa5db..c0ed309dce 100644 --- a/openair1/PHY/LTE_TRANSPORT/transport_proto.h +++ b/openair1/PHY/LTE_TRANSPORT/transport_proto.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/transport_proto.h +/*! * \brief Function prototypes for eNB PHY physical/transport channel processing and generation V8.6 2009-03 - * \author R. Knopp, F. Kaltenberger - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr - * \note - * \warning */ #ifndef __LTE_TRANSPORT_PROTO__H__ #define __LTE_TRANSPORT_PROTO__H__ diff --git a/openair1/PHY/LTE_TRANSPORT/uci_tools.c b/openair1/PHY/LTE_TRANSPORT/uci_tools.c index ae039bec2a..f5539ffc32 100644 --- a/openair1/PHY/LTE_TRANSPORT/uci_tools.c +++ b/openair1/PHY/LTE_TRANSPORT/uci_tools.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/phich.c -* \brief Routines for generation of and computations regarding the uplink control information (UCI) for PUSCH. V8.6 2009-03 -* \author R. Knopp, F. Kaltenberger, A. Bhamri -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr, florian.kaltenberger@eurecom.fr, ankit.bhamri@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief Routines for generation of and computations regarding the uplink control information (UCI) for PUSCH. V8.6 2009-03 + */ #include "PHY/defs_eNB.h" #ifdef DEBUG_UCI_TOOLS #include "PHY/vars.h" diff --git a/openair1/PHY/LTE_TRANSPORT/ulsch_decoding.c b/openair1/PHY/LTE_TRANSPORT/ulsch_decoding.c index a226e29225..1a1c3523dc 100644 --- a/openair1/PHY/LTE_TRANSPORT/ulsch_decoding.c +++ b/openair1/PHY/LTE_TRANSPORT/ulsch_decoding.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/ulsch_decoding.c -* \brief Top-level routines for decoding the ULSCH transport channel from 36.212 V8.6 2009-03 -* \author R. Knopp -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief Top-level routines for decoding the ULSCH transport channel from 36.212 V8.6 2009-03 + */ //#define DEBUG_ULSCH_DECODING diff --git a/openair1/PHY/LTE_TRANSPORT/ulsch_demodulation.c b/openair1/PHY/LTE_TRANSPORT/ulsch_demodulation.c index 843864251a..e379929d48 100644 --- a/openair1/PHY/LTE_TRANSPORT/ulsch_demodulation.c +++ b/openair1/PHY/LTE_TRANSPORT/ulsch_demodulation.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/ulsch_demodulation.c -* \brief Top-level routines for demodulating the PUSCH physical channel from 36.211 V8.6 2009-03 -* \author R. Knopp -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr, florian.kaltenberger@eurecom.fr, ankit.bhamri@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief Top-level routines for demodulating the PUSCH physical channel from 36.211 V8.6 2009-03 + */ #include "PHY/defs_eNB.h" //#include "PHY/phy_extern.h" diff --git a/openair1/PHY/LTE_UE_TRANSPORT/dci_tools_ue.c b/openair1/PHY/LTE_UE_TRANSPORT/dci_tools_ue.c index 9f850cf2b9..5bc8411809 100644 --- a/openair1/PHY/LTE_UE_TRANSPORT/dci_tools_ue.c +++ b/openair1/PHY/LTE_UE_TRANSPORT/dci_tools_ue.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_UE_TRANSPORT/dci_tools_ue.c +/*! * \brief PHY Support routines (eNB/UE) for filling PDSCH/PUSCH/DLSCH/ULSCH data structures based on DCI PDUs generated by eNB MAC scheduler. - * \author R. Knopp - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr - * \note - * \warning */ #include "PHY/defs_UE.h" diff --git a/openair1/PHY/LTE_UE_TRANSPORT/dci_ue.c b/openair1/PHY/LTE_UE_TRANSPORT/dci_ue.c index 24c32729aa..9760326e54 100644 --- a/openair1/PHY/LTE_UE_TRANSPORT/dci_ue.c +++ b/openair1/PHY/LTE_UE_TRANSPORT/dci_ue.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/dci.c -* \brief Implements PDCCH physical channel TX/RX procedures (36.211) and DCI encoding/decoding (36.212/36.213). Current LTE compliance V8.6 2009-03. -* \author R. Knopp -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief Implements PDCCH physical channel TX/RX procedures (36.211) and DCI encoding/decoding (36.212/36.213). Current LTE compliance V8.6 2009-03. + */ #include #include #include diff --git a/openair1/PHY/LTE_UE_TRANSPORT/dlsch_decoding.c b/openair1/PHY/LTE_UE_TRANSPORT/dlsch_decoding.c index 995e3222ec..083da8b200 100644 --- a/openair1/PHY/LTE_UE_TRANSPORT/dlsch_decoding.c +++ b/openair1/PHY/LTE_UE_TRANSPORT/dlsch_decoding.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/dlsch_decoding.c -* \brief Top-level routines for decoding Turbo-coded (DLSCH) transport channels from 36-212, V8.6 2009-03 -* \author R. Knopp -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief Top-level routines for decoding Turbo-coded (DLSCH) transport channels from 36-212, V8.6 2009-03 + */ //#include "defs.h" #include "PHY/defs_UE.h" diff --git a/openair1/PHY/LTE_UE_TRANSPORT/dlsch_demodulation.c b/openair1/PHY/LTE_UE_TRANSPORT/dlsch_demodulation.c index b8157652c2..a65c354426 100644 --- a/openair1/PHY/LTE_UE_TRANSPORT/dlsch_demodulation.c +++ b/openair1/PHY/LTE_UE_TRANSPORT/dlsch_demodulation.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/dlsch_demodulation.c +/*! * \brief Top-level routines for demodulating the PDSCH physical channel from 36-211, V8.6 2009-03 - * \author R. Knopp, F. Kaltenberger,A. Bhamri, S. Aubert, X. Xiang - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr,florian.kaltenberger@eurecom.fr,ankit.bhamri@eurecom.fr,sebastien.aubert@eurecom.fr - * \note - * \warning */ #include "PHY/defs_UE.h" #include "PHY/phy_extern.h" diff --git a/openair1/PHY/LTE_UE_TRANSPORT/dlsch_llr_computation.c b/openair1/PHY/LTE_UE_TRANSPORT/dlsch_llr_computation.c index bcab4cd8dd..f355472d60 100644 --- a/openair1/PHY/LTE_UE_TRANSPORT/dlsch_llr_computation.c +++ b/openair1/PHY/LTE_UE_TRANSPORT/dlsch_llr_computation.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/dlsch_llr_computation.c +/*! * \brief Top-level routines for LLR computation of the PDSCH physical channel from 36-211, V8.6 2009-03 - * \author R. Knopp, F. Kaltenberger,A. Bhamri, S. Aubert, S. Wagner, X Jiang - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr,florian.kaltenberger@eurecom.fr,ankit.bhamri@eurecom.fr,sebastien.aubert@eurecom.fr, sebastian.wagner@eurecom.fr - * \note - * \warning */ #include "PHY/defs_UE.h" @@ -1437,9 +1430,6 @@ void qam16_qpsk(short *stream0_in, { /* - Author: Sebastian Wagner - Date: 2012-06-04 - Input: stream0_in: MF filter for 1st stream, i.e., y0=h0'*y stream!_in: MF filter for 2nd stream, i.e., y1=h1'*y @@ -1899,9 +1889,6 @@ void qam16_qam16(short *stream0_in, { /* - Author: Sebastian Wagner - Date: 2012-06-04 - Input: stream0_in: MF filter for 1st stream, i.e., y0=h0'*y stream!_in: MF filter for 2nd stream, i.e., y1=h1'*y @@ -2405,9 +2392,6 @@ void qam16_qam64(int16_t *stream0_in, { /* - Author: Sebastian Wagner - Date: 2012-06-04 - Input: stream0_in: MF filter for 1st stream, i.e., y0=h0'*y stream!_in: MF filter for 2nd stream, i.e., y1=h1'*y @@ -2993,9 +2977,6 @@ void qam64_qpsk(int16_t *stream0_in, { /* - Author: S. Wagner - Date: 31-07-12 - Input: stream0_in: MF filter for 1st stream, i.e., y0=h0'*y stream1_in: MF filter for 2nd stream, i.e., y1=h1'*y @@ -4469,9 +4450,6 @@ void qam64_qam16(short *stream0_in, { /* - Author: S. Wagner - Date: 31-07-12 - Input: stream0_in: MF filter for 1st stream, i.e., y0=h0'*y stream1_in: MF filter for 2nd stream, i.e., y1=h1'*y @@ -5961,9 +5939,6 @@ void qam64_qam64(short *stream0_in, { /* - Author: S. Wagner - Date: 31-07-12 - Input: stream0_in: MF filter for 1st stream, i.e., y0=h0'*y stream1_in: MF filter for 2nd stream, i.e., y1=h1'*y diff --git a/openair1/PHY/LTE_UE_TRANSPORT/dlsch_llr_computation_avx2.c b/openair1/PHY/LTE_UE_TRANSPORT/dlsch_llr_computation_avx2.c index a4f641896b..a38b6512f7 100644 --- a/openair1/PHY/LTE_UE_TRANSPORT/dlsch_llr_computation_avx2.c +++ b/openair1/PHY/LTE_UE_TRANSPORT/dlsch_llr_computation_avx2.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/dlsch_llr_computation.c +/*! * \brief Top-level routines for LLR computation of the PDSCH physical channel from 36-211, V8.6 2009-03 - * \author R. Knopp, F. Kaltenberger,A. Bhamri, S. Aubert, S. Wagner, X Jiang - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr,florian.kaltenberger@eurecom.fr,ankit.bhamri@eurecom.fr,sebastien.aubert@eurecom.fr, sebastian.wagner@eurecom.fr - * \note - * \warning */ #include "PHY/defs_UE.h" @@ -115,9 +108,6 @@ void qam64_qam16_avx2(short *stream0_in, { /* - Author: S. Wagner - Date: 31-07-12 - Input: stream0_in: MF filter for 1st stream, i.e., y0=h0'*y stream1_in: MF filter for 2nd stream, i.e., y1=h1'*y @@ -1592,9 +1582,6 @@ void qam64_qam64_avx2(int32_t *stream0_in, { /* - Author: S. Wagner - Date: 28-02-17 - Input: stream0_in: MF filter for 1st stream, i.e., y0=h0'*y stream1_in: MF filter for 2nd stream, i.e., y1=h1'*y diff --git a/openair1/PHY/LTE_UE_TRANSPORT/drs_modulation.c b/openair1/PHY/LTE_UE_TRANSPORT/drs_modulation.c index 929c3ba7c0..19b890175d 100644 --- a/openair1/PHY/LTE_UE_TRANSPORT/drs_modulation.c +++ b/openair1/PHY/LTE_UE_TRANSPORT/drs_modulation.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file drs_modulation.c +/*! * \brief Top-level routines for generating the Demodulation Reference Signals from 36-211, V8.6 2009-03 - * \author R. Knopp, F. Kaltenberger, A. Bhamri - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr,florian.kaltenberger@eurecom.fr,ankit.bhamri@eurecom.fr - * \note - * \warning */ #include "PHY/defs_UE.h" #include "PHY/phy_extern_ue.h" diff --git a/openair1/PHY/LTE_UE_TRANSPORT/initial_sync.c b/openair1/PHY/LTE_UE_TRANSPORT/initial_sync.c index e4a34eb376..6f89cce3cb 100644 --- a/openair1/PHY/LTE_UE_TRANSPORT/initial_sync.c +++ b/openair1/PHY/LTE_UE_TRANSPORT/initial_sync.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/initial_sync.c +/*! * \brief Routines for initial UE synchronization procedure (PSS,SSS,PBCH and frame format detection) -* \author R. Knopp, F. Kaltenberger -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr,kaltenberger@eurecom.fr -* \note -* \warning */ #include "PHY/types.h" #include "PHY/defs_UE.h" diff --git a/openair1/PHY/LTE_UE_TRANSPORT/pbch_ue.c b/openair1/PHY/LTE_UE_TRANSPORT/pbch_ue.c index b6f2178d8a..afbe151f43 100644 --- a/openair1/PHY/LTE_UE_TRANSPORT/pbch_ue.c +++ b/openair1/PHY/LTE_UE_TRANSPORT/pbch_ue.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/pbch.c +/*! * \brief Top-level routines for generating and decoding the PBCH/BCH physical/transport channel V8.6 2009-03 -* \author R. Knopp, F. Kaltenberger -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr,florian.kaltenberger.fr -* \note -* \warning */ diff --git a/openair1/PHY/LTE_UE_TRANSPORT/pcfich_ue.c b/openair1/PHY/LTE_UE_TRANSPORT/pcfich_ue.c index 8a8df9268d..4f7a991038 100644 --- a/openair1/PHY/LTE_UE_TRANSPORT/pcfich_ue.c +++ b/openair1/PHY/LTE_UE_TRANSPORT/pcfich_ue.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/pcfich.c +/*! * \brief Top-level routines for generating and decoding the PCFICH/CFI physical/transport channel V8.6 2009-03 -* \author R. Knopp -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr -* \note -* \warning */ #include "PHY/defs_UE.h" #include "PHY/LTE_REFSIG/lte_refsig.h" diff --git a/openair1/PHY/LTE_UE_TRANSPORT/phich_ue.c b/openair1/PHY/LTE_UE_TRANSPORT/phich_ue.c index ec763b07c1..499b0f0dc1 100644 --- a/openair1/PHY/LTE_UE_TRANSPORT/phich_ue.c +++ b/openair1/PHY/LTE_UE_TRANSPORT/phich_ue.c @@ -19,17 +19,10 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/phich_ue.c -* \brief Top-level routines for decoding the PHICH/HI physical/transport channel V8.6 2009-03 -* \author R. Knopp -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr -* \note -* \warning -*/ - +/*! + * \brief Top-level routines for decoding the PHICH/HI physical/transport channel V8.6 2009-03 + */ + #include "PHY/defs_UE.h" #include "PHY/phy_extern_ue.h" #include "PHY/phy_extern.h" diff --git a/openair1/PHY/LTE_UE_TRANSPORT/pmch_ue.c b/openair1/PHY/LTE_UE_TRANSPORT/pmch_ue.c index 14616c4259..089ea41b5e 100644 --- a/openair1/PHY/LTE_UE_TRANSPORT/pmch_ue.c +++ b/openair1/PHY/LTE_UE_TRANSPORT/pmch_ue.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_UE_TRANSPORT/pmch_ue.c -* \brief This includes routines for decoding the UE FeMBMS/PMCH physical/multicast/transport channel 3GPP TS 36.211 version 14.2.0 Release 14 Sections 6.5/6.10.2 -* \author J. Morgade -* \date 2019 -* \version 0.1 -* \company Vicomtech -* \email: javier.morgade@ieee.org -* \note -* \warning -*/ +/*! + * \brief This includes routines for decoding the UE FeMBMS/PMCH physical/multicast/transport channel 3GPP TS 36.211 version 14.2.0 Release 14 Sections 6.5/6.10.2 + */ #include "PHY/defs_UE.h" diff --git a/openair1/PHY/LTE_UE_TRANSPORT/prach_ue.c b/openair1/PHY/LTE_UE_TRANSPORT/prach_ue.c index 4b662e4cf3..eae5d37573 100644 --- a/openair1/PHY/LTE_UE_TRANSPORT/prach_ue.c +++ b/openair1/PHY/LTE_UE_TRANSPORT/prach_ue.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/prach_ue.c +/*! * \brief Top-level routines for decoding the PRACH physical channel V8.6 2009-03 - * \author R. Knopp - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr - * \note - * \warning */ #include "PHY/sse_intrin.h" #include "PHY/defs_UE.h" diff --git a/openair1/PHY/LTE_UE_TRANSPORT/pucch_ue.c b/openair1/PHY/LTE_UE_TRANSPORT/pucch_ue.c index d6361f4606..fcc3009bbc 100644 --- a/openair1/PHY/LTE_UE_TRANSPORT/pucch_ue.c +++ b/openair1/PHY/LTE_UE_TRANSPORT/pucch_ue.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/pucch.c -* \brief Top-level routines for generating and decoding the PUCCH physical channel V8.6 2009-03 -* \author R. Knopp -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief Top-level routines for generating and decoding the PUCCH physical channel V8.6 2009-03 + */ #include "PHY/defs_UE.h" #include "PHY/phy_extern_ue.h" #include "PHY/LTE_REFSIG/lte_refsig.h" diff --git a/openair1/PHY/LTE_UE_TRANSPORT/rar_tools_ue.c b/openair1/PHY/LTE_UE_TRANSPORT/rar_tools_ue.c index 778b9ecfa0..b4074d4c3e 100644 --- a/openair1/PHY/LTE_UE_TRANSPORT/rar_tools_ue.c +++ b/openair1/PHY/LTE_UE_TRANSPORT/rar_tools_ue.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_UE_TRANSPORT/rar_tools_ue.c -* \brief Routine for filling the PUSCH/ULSCH data structures based on a random-access response (RAR) SDU from MAC. Note this is for UE -* \author R. Knopp -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief Routine for filling the PUSCH/ULSCH data structures based on a random-access response (RAR) SDU from MAC. Note this is for UE + */ #include "PHY/defs_UE.h" #include "PHY/phy_extern_ue.h" #include "SCHED_UE/sched_UE.h" diff --git a/openair1/PHY/LTE_UE_TRANSPORT/sldch.c b/openair1/PHY/LTE_UE_TRANSPORT/sldch.c index 2f7f652b5d..2a00b8e50d 100644 --- a/openair1/PHY/LTE_UE_TRANSPORT/sldch.c +++ b/openair1/PHY/LTE_UE_TRANSPORT/sldch.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/slss.c +/*! * \brief Functions to Generate and Receive PSDCH - * \author R. Knopp - * \date 2017 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr - * \note - * \warning */ #include "PHY/defs_UE.h" diff --git a/openair1/PHY/LTE_UE_TRANSPORT/slsch.c b/openair1/PHY/LTE_UE_TRANSPORT/slsch.c index 8dda31fbe4..b548cb4146 100644 --- a/openair1/PHY/LTE_UE_TRANSPORT/slsch.c +++ b/openair1/PHY/LTE_UE_TRANSPORT/slsch.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/slss.c +/*! * \brief Functions to Generate and Receive PSSCH - * \author R. Knopp - * \date 2017 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr - * \note - * \warning */ #include "PHY/defs_UE.h" diff --git a/openair1/PHY/LTE_UE_TRANSPORT/slss.c b/openair1/PHY/LTE_UE_TRANSPORT/slss.c index 3cd1c1acb0..ca9c8f3570 100644 --- a/openair1/PHY/LTE_UE_TRANSPORT/slss.c +++ b/openair1/PHY/LTE_UE_TRANSPORT/slss.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/slss.c +/*! * \brief Functions to Generate and Received Sidelink PSS,SSS and PSBCH - * \author R. Knopp - * \date 2017 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr - * \note - * \warning */ #include "PHY/defs_UE.h" diff --git a/openair1/PHY/LTE_UE_TRANSPORT/srs_modulation.c b/openair1/PHY/LTE_UE_TRANSPORT/srs_modulation.c index c13c050a6e..c1473dc5ec 100644 --- a/openair1/PHY/LTE_UE_TRANSPORT/srs_modulation.c +++ b/openair1/PHY/LTE_UE_TRANSPORT/srs_modulation.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file srs_modulation.c +/*! * \brief Top-level routines for generating sounding reference signal (SRS) V8.6 2009-03 - * \author R. Knopp, F. Kaltenberger - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr, florian.kaltenberger@eurecom.fr - * \note - * \warning */ #include "PHY/defs_UE.h" #include "PHY/phy_extern.h" diff --git a/openair1/PHY/LTE_UE_TRANSPORT/sss_ue.c b/openair1/PHY/LTE_UE_TRANSPORT/sss_ue.c index 6d155f896f..f25b157a57 100644 --- a/openair1/PHY/LTE_UE_TRANSPORT/sss_ue.c +++ b/openair1/PHY/LTE_UE_TRANSPORT/sss_ue.c @@ -19,16 +19,10 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/sss_ue.c -* \brief Top-level routines for decoding the secondary synchronization signal (SSS) V8.6 2009-03 -* \author R. Knopp -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief Top-level routines for decoding the secondary synchronization signal (SSS) V8.6 2009-03 + */ + #include "PHY/defs_UE.h" #include "transport_ue.h" #include "PHY/phy_extern.h" diff --git a/openair1/PHY/LTE_UE_TRANSPORT/transport_proto_ue.h b/openair1/PHY/LTE_UE_TRANSPORT/transport_proto_ue.h index 8cf4020d2e..a3df93e505 100644 --- a/openair1/PHY/LTE_UE_TRANSPORT/transport_proto_ue.h +++ b/openair1/PHY/LTE_UE_TRANSPORT/transport_proto_ue.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_UE_TRANSPORT/transport_proto_ue.h +/*! * \brief Function prototypes for PHY physical/transport channel processing and generation V8.6 2009-03 - * \author R. Knopp, F. Kaltenberger - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr - * \note - * \warning */ #ifndef __LTE_TRANSPORT_PROTO_UE__H__ #define __LTE_TRANSPORT_PROTO_UE__H__ diff --git a/openair1/PHY/LTE_UE_TRANSPORT/transport_ue.h b/openair1/PHY/LTE_UE_TRANSPORT/transport_ue.h index 2fb8e67621..8f0ad5db7d 100644 --- a/openair1/PHY/LTE_UE_TRANSPORT/transport_ue.h +++ b/openair1/PHY/LTE_UE_TRANSPORT/transport_ue.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file transport_ue.h +/*! * \brief data structures for PDSCH/DLSCH/PUSCH/ULSCH physical and transport channel descriptors (TX/RX) - * \author R. Knopp - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: raymond.knopp@eurecom.fr, florian.kaltenberger@eurecom.fr, oscar.tonelli@yahoo.it - * \note - * \warning */ #ifndef __TRANSPORT_UE__H__ #define __TRANSPORT_UE__H__ diff --git a/openair1/PHY/LTE_UE_TRANSPORT/uci_tools_ue.c b/openair1/PHY/LTE_UE_TRANSPORT/uci_tools_ue.c index 642659f674..c3b6a09a66 100644 --- a/openair1/PHY/LTE_UE_TRANSPORT/uci_tools_ue.c +++ b/openair1/PHY/LTE_UE_TRANSPORT/uci_tools_ue.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/phich.c -* \brief Routines for generation of and computations regarding the uplink control information (UCI) for PUSCH. V8.6 2009-03 -* \author R. Knopp, F. Kaltenberger, A. Bhamri -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr, florian.kaltenberger@eurecom.fr, ankit.bhamri@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief Routines for generation of and computations regarding the uplink control information (UCI) for PUSCH. V8.6 2009-03 + */ #include "PHY/defs_UE.h" #include "PHY/phy_extern_ue.h" #ifdef DEBUG_UCI_TOOLS diff --git a/openair1/PHY/LTE_UE_TRANSPORT/ulsch_coding.c b/openair1/PHY/LTE_UE_TRANSPORT/ulsch_coding.c index 435a83bf8e..1c19a8a86f 100644 --- a/openair1/PHY/LTE_UE_TRANSPORT/ulsch_coding.c +++ b/openair1/PHY/LTE_UE_TRANSPORT/ulsch_coding.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/ulsch_coding.c -* \brief Top-level routines for coding the ULSCH transport channel as described in 36.212 V8.6 2009-03 -* \author R. Knopp -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief Top-level routines for coding the ULSCH transport channel as described in 36.212 V8.6 2009-03 + */ #include "PHY/defs_UE.h" #include "PHY/phy_extern_ue.h" diff --git a/openair1/PHY/LTE_UE_TRANSPORT/ulsch_modulation.c b/openair1/PHY/LTE_UE_TRANSPORT/ulsch_modulation.c index 9c4ccf0679..2f40eb1f1f 100644 --- a/openair1/PHY/LTE_UE_TRANSPORT/ulsch_modulation.c +++ b/openair1/PHY/LTE_UE_TRANSPORT/ulsch_modulation.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/ulsch_modulation.c -* \brief Top-level routines for generating PUSCH physical channel from 36.211 V8.6 2009-03 -* \author R. Knopp, F. Kaltenberger, A. Bhamri -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr,florian.kaltenberger@eurecom.fr,ankit.bhamri@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief Top-level routines for generating PUSCH physical channel from 36.211 V8.6 2009-03 + */ #include "PHY/defs_UE.h" #include "PHY/phy_extern_ue.h" #include "PHY/CODING/coding_defs.h" diff --git a/openair1/PHY/MODULATION/beamforming.c b/openair1/PHY/MODULATION/beamforming.c index 398f5a0b6f..eeee472b20 100644 --- a/openair1/PHY/MODULATION/beamforming.c +++ b/openair1/PHY/MODULATION/beamforming.c @@ -19,29 +19,6 @@ * contact@openairinterface.org */ -/*! \file PHY/MODULATION/beamforming.c - * \brief - * \author X. JIANG, F. Kaltenberger, R. KNOPP - * \date 2016 - * \version 0.1 - * \company Eurecom - * \email: xiwen.jiang@eurecom.fr,florian.kaltenberger@eurecom.fr,raymond.knopp@eurecom.fr - * \note - * \warning - */ - - /*! \function beam_precoding_one_eNB - * \brief Create and Implementation of beamforming in one eNB - * \author TY Hsu, SY Yeh(fdragon), TH Wang(Judy) - * \date 2018 - * \version 0.1 - * \company ISIP@NCTU and Eurecom - * \email: tyhsu@cs.nctu.edu.tw,fdragon.cs96g@g2.nctu.edu.tw,Tsu-Han.Wang@eurecom.fr - * \note - * \warning - */ - - #include "PHY/defs_common.h" #include "PHY/defs_eNB.h" #include "PHY/CODING/coding_defs.h" diff --git a/openair1/PHY/NR_ESTIMATION/nr_measurements_gNB.c b/openair1/PHY/NR_ESTIMATION/nr_measurements_gNB.c index c11741eb40..b79eb11827 100644 --- a/openair1/PHY/NR_ESTIMATION/nr_measurements_gNB.c +++ b/openair1/PHY/NR_ESTIMATION/nr_measurements_gNB.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/NR_ESTIMATION/nr_measurements_gNB.c -* \brief gNB measurement routines -* \author Ahmed Hussein, G. Casati, K. Saaifan -* \date 2019 -* \version 0.1 -* \company Fraunhofer IIS -* \email: ahmed.hussein@iis.fraunhofer.de, guido.casati@iis.fraunhofer.de, khodr.saaifan@iis.fraunhofer.de -* \note -* \warning -*/ +/*! + * \brief gNB measurement routines + */ #include "PHY/types.h" #include "PHY/defs_gNB.h" diff --git a/openair1/PHY/NR_REFSIG/nr_dmrs_rx.c b/openair1/PHY/NR_REFSIG/nr_dmrs_rx.c index bb81bd5ad5..1efbb6afd6 100644 --- a/openair1/PHY/NR_REFSIG/nr_dmrs_rx.c +++ b/openair1/PHY/NR_REFSIG/nr_dmrs_rx.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file nr_dmrs_rx.c +/*! * \brief Top-level routines for generating DMRS from 38-211 - * \author - * \date 2018 - * \version 0.1 - * \company Eurecom - * \email: - * \note - * \warning */ //#define NR_PBCH_DMRS_LENGTH_DWORD 5 diff --git a/openair1/PHY/NR_REFSIG/nr_refsig.h b/openair1/PHY/NR_REFSIG/nr_refsig.h index 87f12adc5a..1206a04b28 100644 --- a/openair1/PHY/NR_REFSIG/nr_refsig.h +++ b/openair1/PHY/NR_REFSIG/nr_refsig.h @@ -19,8 +19,10 @@ * contact@openairinterface.org */ -/* Definitions for LTE Reference signals */ -/* Author R. Knopp / EURECOM / OpenAirInterface.org */ +/* + * \brief Definitions for LTE Reference signals + */ + #ifndef __NR_REFSIG__H__ #define __NR_REFSIG__H__ diff --git a/openair1/PHY/NR_REFSIG/sl_refsig_defs.h b/openair1/PHY/NR_REFSIG/sl_refsig_defs.h index 9fa57c81b0..aac793be44 100644 --- a/openair1/PHY/NR_REFSIG/sl_refsig_defs.h +++ b/openair1/PHY/NR_REFSIG/sl_refsig_defs.h @@ -19,8 +19,6 @@ * contact@openairinterface.org */ -/* Definitions for LTE Reference signals */ -/* Author R. Knopp / EURECOM / OpenAirInterface.org */ #ifndef __NR_REFSIG_DEFS__H__ #define __NR_REFSIG_DEFS__H__ diff --git a/openair1/PHY/NR_TRANSPORT/nr_dci.c b/openair1/PHY/NR_TRANSPORT/nr_dci.c index a4f5c80989..8346b7a251 100644 --- a/openair1/PHY/NR_TRANSPORT/nr_dci.c +++ b/openair1/PHY/NR_TRANSPORT/nr_dci.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/NR_TRANSPORT/nr_dci.c -* \brief Implements DCI encoding and PDCCH TX procedures (38.212/38.213/38.214). V15.4.0 2019-01. -* \author Guy De Souza -* \date 2018 -* \version 0.1 -* \company Eurecom -* \email: desouza@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief Implements DCI encoding and PDCCH TX procedures (38.212/38.213/38.214). V15.4.0 2019-01. + */ #include "nr_dci.h" diff --git a/openair1/PHY/NR_TRANSPORT/nr_dci_tools.c b/openair1/PHY/NR_TRANSPORT/nr_dci_tools.c index 742d3bb43e..66fbe8a5bf 100644 --- a/openair1/PHY/NR_TRANSPORT/nr_dci_tools.c +++ b/openair1/PHY/NR_TRANSPORT/nr_dci_tools.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file PHY/NR_TRANSPORT/nr_dci_tools.c - * \brief - * \author - * \date 2018 - * \version 0.1 - * \company Eurecom - * \email: - * \note - * \warning - */ - #include "nr_dci.h" #include "common/utils/nr/nr_common.h" diff --git a/openair1/PHY/NR_TRANSPORT/nr_dlsch.c b/openair1/PHY/NR_TRANSPORT/nr_dlsch.c index 1810cec6a0..f6309ec909 100644 --- a/openair1/PHY/NR_TRANSPORT/nr_dlsch.c +++ b/openair1/PHY/NR_TRANSPORT/nr_dlsch.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file nr_dlsch.c +/*! * \brief Top-level routines for transmission of the PDSCH 38211 v 15.2.0 - * \author Guy De Souza - * \date 2018 - * \version 0.1 - * \company Eurecom - * \email: desouza@eurecom.fr - * \note - * \warning */ #include "nr_dlsch.h" diff --git a/openair1/PHY/NR_TRANSPORT/nr_dlsch.h b/openair1/PHY/NR_TRANSPORT/nr_dlsch.h index 09de55da74..41cb4a3055 100644 --- a/openair1/PHY/NR_TRANSPORT/nr_dlsch.h +++ b/openair1/PHY/NR_TRANSPORT/nr_dlsch.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file nr_dlsch.h +/*! * \brief data structures for PDSCH/DLSCH/PUSCH/ULSCH physical and transport channel descriptors (TX/RX) - * \author R. Knopp - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: raymond.knopp@eurecom.fr, florian.kaltenberger@eurecom.fr, oscar.tonelli@yahoo.it - * \note - * \warning */ #ifndef __NR_DLSCH__H diff --git a/openair1/PHY/NR_TRANSPORT/nr_pbch.c b/openair1/PHY/NR_TRANSPORT/nr_pbch.c index 4acda03b91..46a125c4ae 100644 --- a/openair1/PHY/NR_TRANSPORT/nr_pbch.c +++ b/openair1/PHY/NR_TRANSPORT/nr_pbch.c @@ -19,16 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/NR_TRANSPORT/nr_pbch.c +/*! * \brief Top-level routines for generating the PBCH/BCH physical/transport channel V15.1 03/2018 -* \author Guy De Souza -* \thanks Special Thanks to Son Dang for helpful contributions and testing -* \date 2018 -* \version 0.1 -* \company Eurecom -* \email: desouza@eurecom.fr -* \note -* \warning */ #include "PHY/defs_gNB.h" diff --git a/openair1/PHY/NR_TRANSPORT/nr_prach.c b/openair1/PHY/NR_TRANSPORT/nr_prach.c index f5d7740a69..ffce04c28d 100644 --- a/openair1/PHY/NR_TRANSPORT/nr_prach.c +++ b/openair1/PHY/NR_TRANSPORT/nr_prach.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/NR_TRANSPORT/nr_prach.c +/*! * \brief Top-level routines for generating and decoding the PRACH physical channel V15.4 2018-12 - * \author R. Knopp - * \date 2019 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr - * \note - * \warning */ #include "PHY/defs_gNB.h" diff --git a/openair1/PHY/NR_TRANSPORT/nr_prach.h b/openair1/PHY/NR_TRANSPORT/nr_prach.h index cddf5abbbc..4240dd6eb5 100644 --- a/openair1/PHY/NR_TRANSPORT/nr_prach.h +++ b/openair1/PHY/NR_TRANSPORT/nr_prach.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/prach_common.c +/*! * \brief Common routines for UE/eNB PRACH physical channel V8.6 2009-03 - * \author Agustin Mico Pereperez - * \date 2018 - * \version 0.1 - * \company - * \email: - * \note - * \warning */ static const char* const prachfmt[] = {"0", "1", "2", "3", "A1", "A2", "A3", "B1", "B4", "C0", "C2", "A1/B1", "A2/B2", "A3/B3"}; diff --git a/openair1/PHY/NR_TRANSPORT/nr_prach_common.c b/openair1/PHY/NR_TRANSPORT/nr_prach_common.c index 8c6fe7152a..5078658f92 100644 --- a/openair1/PHY/NR_TRANSPORT/nr_prach_common.c +++ b/openair1/PHY/NR_TRANSPORT/nr_prach_common.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/prach_common.c +/*! * \brief Common routines for NR UE/gNB PRACH physical channel V15.4 2019-03 - * \author R. Knopp - * \date 2019 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr - * \note - * \warning */ #include "PHY/sse_intrin.h" #include "PHY/impl_defs_nr.h" diff --git a/openair1/PHY/NR_TRANSPORT/nr_sch_dmrs.c b/openair1/PHY/NR_TRANSPORT/nr_sch_dmrs.c index a88c429d44..029bb87c20 100644 --- a/openair1/PHY/NR_TRANSPORT/nr_sch_dmrs.c +++ b/openair1/PHY/NR_TRANSPORT/nr_sch_dmrs.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file PHY/NR_TRANSPORT/nr_sch_dmrs.c -* \brief -* \author -* \date -* \version -* \company Eurecom -* \email: -* \note -* \warning -*/ - #include "nr_sch_dmrs.h" /*Table 7.4.1.1.2-1 and 7.4.1.1.2-2 38211 Columns: ap - CDM group - Delta - Wf(0) - Wf(1) - Wt(0) - Wt(1)*/ diff --git a/openair1/PHY/NR_TRANSPORT/nr_sch_dmrs.h b/openair1/PHY/NR_TRANSPORT/nr_sch_dmrs.h index ec8a6f590b..d433d8d046 100644 --- a/openair1/PHY/NR_TRANSPORT/nr_sch_dmrs.h +++ b/openair1/PHY/NR_TRANSPORT/nr_sch_dmrs.h @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file PHY/NR_TRANSPORT/nr_sch_dmrs.h -* \brief -* \author -* \date -* \version -* \company Eurecom -* \email: -* \note -* \warning -*/ - #ifndef NR_SCH_DMRS_H #define NR_SCH_DMRS_H diff --git a/openair1/PHY/NR_TRANSPORT/nr_tbs_tools.c b/openair1/PHY/NR_TRANSPORT/nr_tbs_tools.c index 378dca796c..d573de8fa8 100644 --- a/openair1/PHY/NR_TRANSPORT/nr_tbs_tools.c +++ b/openair1/PHY/NR_TRANSPORT/nr_tbs_tools.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/NR_TRANSPORT/nr_tbs_tools.c +/*! * \brief Top-level routines for implementing LDPC-coded (DLSCH) transport channels from 38-212, 15.2 - * \author H.Wang - * \date 2018 - * \version 0.1 - * \company Eurecom - * \email: - * \note - * \warning */ #include "nr_transport_common_proto.h" diff --git a/openair1/PHY/NR_TRANSPORT/nr_transport_common_proto.h b/openair1/PHY/NR_TRANSPORT/nr_transport_common_proto.h index 04dbb10cd9..c12cf04083 100644 --- a/openair1/PHY/NR_TRANSPORT/nr_transport_common_proto.h +++ b/openair1/PHY/NR_TRANSPORT/nr_transport_common_proto.h @@ -20,17 +20,6 @@ * contact@openairinterface.org */ -/*! \file PHY/NR_TRANSPORT/nr_transport_common_proto.h -* \brief Some support routines -* \author -* \date 2019 -* \version 0.1 -* \company Eurecom -* \email: -* \note -* \warning -*/ - /** @addtogroup _PHY_TRANSPORT_ * @{ */ diff --git a/openair1/PHY/NR_TRANSPORT/nr_transport_proto.h b/openair1/PHY/NR_TRANSPORT/nr_transport_proto.h index 3db66036de..031e553aff 100644 --- a/openair1/PHY/NR_TRANSPORT/nr_transport_proto.h +++ b/openair1/PHY/NR_TRANSPORT/nr_transport_proto.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file nr_transport_proto.h +/*! * \brief Function prototypes for PHY physical/transport channel processing and generation - * \author Ahmed Hussein - * \date 2019 - * \version 0.1 - * \company Fraunhofer IIS - * \email: ahmed.hussein@iis.fraunhofer.de - * \note - * \warning */ #ifndef __NR_TRANSPORT__H__ diff --git a/openair1/PHY/NR_TRANSPORT/nr_uci_tools_common.c b/openair1/PHY/NR_TRANSPORT/nr_uci_tools_common.c index 73ba90e62f..fdcf07b071 100644 --- a/openair1/PHY/NR_TRANSPORT/nr_uci_tools_common.c +++ b/openair1/PHY/NR_TRANSPORT/nr_uci_tools_common.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file nr_uci_tools_common.c - * \brief - * \author - * \date 2020 - * \version 0.1 - * \company Eurecom - * \email: - * \note - * \warning - */ - #include "nr_dci.h" void nr_group_sequence_hopping(pucch_GroupHopping_t PUCCH_GroupHopping, diff --git a/openair1/PHY/NR_TRANSPORT/nr_ulsch.c b/openair1/PHY/NR_TRANSPORT/nr_ulsch.c index 991dc12992..cf09e5b2ed 100644 --- a/openair1/PHY/NR_TRANSPORT/nr_ulsch.c +++ b/openair1/PHY/NR_TRANSPORT/nr_ulsch.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/NR_TRANSPORT/nr_ulsch.c -* \brief Top-level routines for the reception of the PUSCH TS 38.211 v 15.4.0 -* \author Ahmed Hussein -* \date 2019 -* \version 0.1 -* \company Fraunhofer IIS -* \email: ahmed.hussein@iis.fraunhofer.de -* \note -* \warning -*/ +/*! + * \brief Top-level routines for the reception of the PUSCH TS 38.211 v 15.4.0 + */ #include #include "PHY/NR_TRANSPORT/nr_transport_common_proto.h" diff --git a/openair1/PHY/NR_TRANSPORT/nr_ulsch.h b/openair1/PHY/NR_TRANSPORT/nr_ulsch.h index 0f66e49ff6..4713d65818 100644 --- a/openair1/PHY/NR_TRANSPORT/nr_ulsch.h +++ b/openair1/PHY/NR_TRANSPORT/nr_ulsch.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/NR_TRANSPORT/nr_ulsch.h -* \brief functions used for PUSCH/ULSCH physical and transport channels for gNB -* \author Ahmed Hussein -* \date 2019 -* \version 0.1 -* \company Fraunhofer IIS -* \email: ahmed.hussein@iis.fraunhofer.de -* \note -* \warning -*/ +/*! + * \brief functions used for PUSCH/ULSCH physical and transport channels for gNB + */ #ifndef NR_ULSCH_H_ #define NR_ULSCH_H_ diff --git a/openair1/PHY/NR_TRANSPORT/nr_ulsch_llr_computation.c b/openair1/PHY/NR_TRANSPORT/nr_ulsch_llr_computation.c index 1142487523..0dda4e252e 100644 --- a/openair1/PHY/NR_TRANSPORT/nr_ulsch_llr_computation.c +++ b/openair1/PHY/NR_TRANSPORT/nr_ulsch_llr_computation.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/NR_TRANSPORT/nr_ulsch_llr_computation.c +/*! * \brief Top-level routines for LLR computation of the PDSCH physical channel - * \author Ahmed Hussein - * \date 2019 - * \version 0.1 - * \company Fraunhofer IIS - * \email: ahmed.hussein@iis.fraunhofer.de - * \note - * \warning */ #include "PHY/defs_gNB.h" diff --git a/openair1/PHY/NR_TRANSPORT/pucch_rx.c b/openair1/PHY/NR_TRANSPORT/pucch_rx.c index bf702996b6..c63ee5817e 100644 --- a/openair1/PHY/NR_TRANSPORT/pucch_rx.c +++ b/openair1/PHY/NR_TRANSPORT/pucch_rx.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/NR_TRANSPORT/pucch_rx.c +/*! * \brief Top-level routines for decoding the PUCCH physical channel - * \author A. Mico Pereperez, Padarthi Naga Prasanth, Francesco Mani, Raymond Knopp - * \date 2020 - * \version 0.2 - * \company Eurecom - * \email: - * \note - * \warning */ #include #include diff --git a/openair1/PHY/NR_UE_ESTIMATION/nr_ue_measurements.c b/openair1/PHY/NR_UE_ESTIMATION/nr_ue_measurements.c index 92a020dc6c..aa0f295fea 100644 --- a/openair1/PHY/NR_UE_ESTIMATION/nr_ue_measurements.c +++ b/openair1/PHY/NR_UE_ESTIMATION/nr_ue_measurements.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file nr_ue_measurements.c +/*! * \brief UE measurements routines - * \author R. Knopp, G. Casati, K. Saaifan - * \date 2020 - * \version 0.1 - * \company Eurecom, Fraunhofer IIS - * \email: knopp@eurecom.fr, guido.casati@iis.fraunhofer.de, khodr.saaifan@iis.fraunhofer.de - * \note - * \warning */ #include "executables/softmodem-common.h" diff --git a/openair1/PHY/NR_UE_TRANSPORT/dci_nr.c b/openair1/PHY/NR_UE_TRANSPORT/dci_nr.c index 46b88aa354..6b8639be9e 100644 --- a/openair1/PHY/NR_UE_TRANSPORT/dci_nr.c +++ b/openair1/PHY/NR_UE_TRANSPORT/dci_nr.c @@ -19,11 +19,9 @@ * contact@openairinterface.org */ -/*! \file dci_nr.c +/*! * \brief Implements PDCCH physical channel TX/RX procedures (36.211) and DCI encoding/decoding (36.212/36.213). Current LTE - * compliance V8.6 2009-03. \author R. Knopp, A. Mico Pereperez \date 2018 \version 0.1 \company Eurecom \email: knopp@eurecom.fr - * \note - * \warning + * compliance V8.6 2009-03. */ #include diff --git a/openair1/PHY/NR_UE_TRANSPORT/nr_dlsch_demodulation.c b/openair1/PHY/NR_UE_TRANSPORT/nr_dlsch_demodulation.c index 693cb028dd..2ed50bb47e 100644 --- a/openair1/PHY/NR_UE_TRANSPORT/nr_dlsch_demodulation.c +++ b/openair1/PHY/NR_UE_TRANSPORT/nr_dlsch_demodulation.c @@ -19,14 +19,8 @@ * contact@openairinterface.org */ -/*! \file nr_dlsch_demodulation.c +/*! * \brief Top-level routines for demodulating the PDSCH physical channel from 38-211, V15.2 2018-06 - * \author H.Wang - * \date 2018 - * \version 0.1 - * \company Eurecom - * \note - * \warning */ #include "common/platform_constants.h" diff --git a/openair1/PHY/NR_UE_TRANSPORT/nr_initial_sync.c b/openair1/PHY/NR_UE_TRANSPORT/nr_initial_sync.c index 31566fd3fd..e94c819f37 100644 --- a/openair1/PHY/NR_UE_TRANSPORT/nr_initial_sync.c +++ b/openair1/PHY/NR_UE_TRANSPORT/nr_initial_sync.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file nr_initial_sync.c +/*! * \brief Routines for initial UE synchronization procedure (PSS,SSS,PBCH and frame format detection) - * \author R. Knopp, F. Kaltenberger - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr,kaltenberger@eurecom.fr - * \note - * \warning */ #include "PHY/types.h" #include "PHY/defs_nr_UE.h" diff --git a/openair1/PHY/NR_UE_TRANSPORT/nr_pbch.c b/openair1/PHY/NR_UE_TRANSPORT/nr_pbch.c index 0c78cb3cb1..5fbe125ef7 100644 --- a/openair1/PHY/NR_UE_TRANSPORT/nr_pbch.c +++ b/openair1/PHY/NR_UE_TRANSPORT/nr_pbch.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/LTE_TRANSPORT/pbch.c -* \brief Top-level routines for generating and decoding the PBCH/BCH physical/transport channel V8.6 2009-03 -* \author R. Knopp, F. Kaltenberger -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr,florian.kaltenberger.fr -* \note -* \warning -*/ +/*! + * \brief Top-level routines for generating and decoding the PBCH/BCH physical/transport channel V8.6 2009-03 + */ #include "PHY/defs_nr_UE.h" #include "PHY/CODING/coding_extern.h" #include "PHY/sse_intrin.h" diff --git a/openair1/PHY/NR_UE_TRANSPORT/nr_prach.c b/openair1/PHY/NR_UE_TRANSPORT/nr_prach.c index d55b81e0c1..909ba53ae4 100644 --- a/openair1/PHY/NR_UE_TRANSPORT/nr_prach.c +++ b/openair1/PHY/NR_UE_TRANSPORT/nr_prach.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/NR_TRANSPORT/nr_prach.c +/*! * \brief Routines for UE PRACH physical channel - * \author R. Knopp, G. Casati - * \date 2019 - * \version 0.2 - * \company Eurecom, Fraunhofer IIS - * \email: knopp@eurecom.fr, guido.casati@iis.fraunhofer.de - * \note - * \warning */ #include "PHY/sse_intrin.h" #include "PHY/impl_defs_nr.h" diff --git a/openair1/PHY/NR_UE_TRANSPORT/nr_transport_proto_ue.h b/openair1/PHY/NR_UE_TRANSPORT/nr_transport_proto_ue.h index f0d8617a18..c1c78c8828 100644 --- a/openair1/PHY/NR_UE_TRANSPORT/nr_transport_proto_ue.h +++ b/openair1/PHY/NR_UE_TRANSPORT/nr_transport_proto_ue.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file nr_transport_proto_ue.h +/*! * \brief Function prototypes for PHY physical/transport channel processing and generation V8.6 2009-03 - * \author R. Knopp, F. Kaltenberger - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr - * \note - * \warning */ #ifndef __NR_TRANSPORT_PROTO_UE__H__ #define __NR_TRANSPORT_PROTO_UE__H__ diff --git a/openair1/PHY/NR_UE_TRANSPORT/nr_transport_ue.h b/openair1/PHY/NR_UE_TRANSPORT/nr_transport_ue.h index fd7509e496..74cab3509e 100644 --- a/openair1/PHY/NR_UE_TRANSPORT/nr_transport_ue.h +++ b/openair1/PHY/NR_UE_TRANSPORT/nr_transport_ue.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file nr_transport_ue.h +/*! * \brief data structures for PDSCH/DLSCH/PUSCH/ULSCH physical and transport channel descriptors (TX/RX) - * \author R. Knopp - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: raymond.knopp@eurecom.fr, florian.kaltenberger@eurecom.fr, oscar.tonelli@yahoo.it - * \note - * \warning */ #ifndef __NR_TRANSPORT_UE__H__ #define __NR_TRANSPORT_UE__H__ diff --git a/openair1/PHY/NR_UE_TRANSPORT/nr_ue_rf_helpers.c b/openair1/PHY/NR_UE_TRANSPORT/nr_ue_rf_helpers.c index 1649c05aef..f7a0996281 100644 --- a/openair1/PHY/NR_UE_TRANSPORT/nr_ue_rf_helpers.c +++ b/openair1/PHY/NR_UE_TRANSPORT/nr_ue_rf_helpers.c @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file nr_ue_rf_helpers.c +/*! * \brief Functional helpers to configure the RF boards at UE side - * \author Guido Casati - * \date 2020 - * \version 0.1 - * \company Fraunhofer IIS - * \email: guido.casati@iis.fraunhofer.de */ #include "PHY/defs_nr_UE.h" diff --git a/openair1/PHY/NR_UE_TRANSPORT/nr_ulsch_ue.c b/openair1/PHY/NR_UE_TRANSPORT/nr_ulsch_ue.c index 260259cf6b..bb1d9c48c0 100644 --- a/openair1/PHY/NR_UE_TRANSPORT/nr_ulsch_ue.c +++ b/openair1/PHY/NR_UE_TRANSPORT/nr_ulsch_ue.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file nr_ulsch_ue.c +/*! * \brief Top-level routines for transmission of the PUSCH TS 38.211 v 15.4.0 - * \author Khalid Ahmed - * \date 2019 - * \version 0.1 - * \company Fraunhofer IIS - * \email: khalid.ahmed@iis.fraunhofer.de - * \note - * \warning */ #include #include "PHY/NR_REFSIG/dmrs_nr.h" diff --git a/openair1/PHY/NR_UE_TRANSPORT/pucch_nr.c b/openair1/PHY/NR_UE_TRANSPORT/pucch_nr.c index 77a64d8fcc..cfdbba76ed 100644 --- a/openair1/PHY/NR_UE_TRANSPORT/pucch_nr.c +++ b/openair1/PHY/NR_UE_TRANSPORT/pucch_nr.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/NR_UE_TRANSPORT/pucch_nr.c +/*! * \brief Top-level routines for generating and decoding the PUCCH physical channel -* \author A. Mico Pereperez -* \date 2018 -* \version 0.1 -* \company Eurecom -* \email: -* \note -* \warning */ //#include "PHY/defs.h" #include "PHY/impl_defs_nr.h" diff --git a/openair1/PHY/NR_UE_TRANSPORT/pucch_nr.h b/openair1/PHY/NR_UE_TRANSPORT/pucch_nr.h index 47b86c31c0..d2daa3a511 100644 --- a/openair1/PHY/NR_UE_TRANSPORT/pucch_nr.h +++ b/openair1/PHY/NR_UE_TRANSPORT/pucch_nr.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file PHY/NR_UE_TRANSPORT/pucch_nr.c +/*! * \brief Top-level routines for generating the PUCCH physical channel -* \author A. Mico Pereperez -* \date 2018 -* \version 0.1 -* \company Eurecom -* \email: -* \note -* \warning */ #ifndef __PUCCH_NR__H__ #define __PUCCH_NR__H__ diff --git a/openair1/PHY/TOOLS/CMakeLists.txt b/openair1/PHY/TOOLS/CMakeLists.txt index dad31d0ede..d6a5c7edb5 100644 --- a/openair1/PHY/TOOLS/CMakeLists.txt +++ b/openair1/PHY/TOOLS/CMakeLists.txt @@ -18,15 +18,9 @@ # * For more information about the OpenAirInterface (OAI) Software Alliance: # * contact@openairinterface.org # */ -#! \file openair1/PHY/TOOLS/CMakelists.txt + +#! #* \brief: build rules and checks for softscope shared libraries -#* \author Francois TABURET -#* \date 2023 -#* \version 1.0 -#* \company NOKIA BellLabs France -#* \email: francois.taburet@nokia-bell-labs.com -#* \note -#* \warning #*/ add_boolean_option(ENABLE_UESCOPE OFF "Whether to build the lte uescope" OFF) diff --git a/openair1/PHY/TOOLS/alaw_lut.h b/openair1/PHY/TOOLS/alaw_lut.h index effdf4142c..e4801333fa 100644 --- a/openair1/PHY/TOOLS/alaw_lut.h +++ b/openair1/PHY/TOOLS/alaw_lut.h @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file alaw_lut.h - * \brief - * \author S. Sandeep Kumar, Raymond Knopp - * \date 2016 - * \version 0.1 - * \company Eurecom - * \email: ee13b1025@iith.ac.in, knopp@eurecom.fr - * \note - * \warning - */ - // Linear to ALaw // 16 bit signed integer (typecasted as uint16_t) to 8 bit unsigned integer extern const uint8_t lin2alaw_if4p5[65536]; diff --git a/openair1/PHY/TOOLS/angle.c b/openair1/PHY/TOOLS/angle.c index 89ffc3cb60..02b8b10406 100644 --- a/openair1/PHY/TOOLS/angle.c +++ b/openair1/PHY/TOOLS/angle.c @@ -20,10 +20,7 @@ */ /****************************** - * file: angle.c * purpose: compute the angle of a 8 bit complex number - * author: florian.kaltenberger@eurecom.fr - * date: 22.9.2009 *******************************/ #include "costable.h" diff --git a/openair1/PHY/TOOLS/dfts_load.c b/openair1/PHY/TOOLS/dfts_load.c index d2dcf316aa..ee171de893 100644 --- a/openair1/PHY/TOOLS/dfts_load.c +++ b/openair1/PHY/TOOLS/dfts_load.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file dfts_load.c +/*! * \brief: load library implementing coding/decoding algorithms - * \author Francois TABURET - * \date 2020 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ #define _GNU_SOURCE #include diff --git a/openair1/PHY/TOOLS/lte_enb_scope.c b/openair1/PHY/TOOLS/lte_enb_scope.c index 6c51cebac3..5b77033d4b 100644 --- a/openair1/PHY/TOOLS/lte_enb_scope.c +++ b/openair1/PHY/TOOLS/lte_enb_scope.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file lte_enb_scope.c +/*! * \brief enb specific softsope implementation - * \author Nokia BellLabs France, francois Taburet - * \date 2019 - * \version 0.1 - * \company Nokia Bell-Labs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ #include "executables/lte-softmodem.h" diff --git a/openair1/PHY/TOOLS/lte_ue_scope.c b/openair1/PHY/TOOLS/lte_ue_scope.c index 3b14ad4da9..617c2b7f24 100644 --- a/openair1/PHY/TOOLS/lte_ue_scope.c +++ b/openair1/PHY/TOOLS/lte_ue_scope.c @@ -20,15 +20,8 @@ */ -/*! \file lte_ue_scope.c +/*! * \brief UE specific softsope implementation - * \author Nokia BellLabs France, francois Taburet - * \date 2019 - * \version 0.1 - * \company Nokia Bell-Labs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ #include "executables/lte-softmodem.h" diff --git a/openair1/PHY/TOOLS/phy_scope_interface.c b/openair1/PHY/TOOLS/phy_scope_interface.c index 70d3889b64..b2b4a04ed1 100644 --- a/openair1/PHY/TOOLS/phy_scope_interface.c +++ b/openair1/PHY/TOOLS/phy_scope_interface.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file openair1/PHY/TOOLS/phy_scope_interface.c +/*! * \brief soft scope API interface implementation - * \author Nokia BellLabs France, francois Taburet - * \date 2019 - * \version 0.1 - * \company Nokia BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ #include #include "common/config/config_userapi.h" diff --git a/openair1/PHY/TOOLS/phy_scope_interface.h b/openair1/PHY/TOOLS/phy_scope_interface.h index 731a6250e5..8eea6754fe 100644 --- a/openair1/PHY/TOOLS/phy_scope_interface.h +++ b/openair1/PHY/TOOLS/phy_scope_interface.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file phy_scope_interface.h +/*! * \brief softscope interface API include file - * \author Nokia BellLabs France, francois Taburet - * \date 2019 - * \version 0.1 - * \company Nokia BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ #ifndef __PHY_SCOPE_INTERFACE_H__ #define __PHY_SCOPE_INTERFACE_H__ diff --git a/openair1/PHY/defs_L1_NB_IoT.h b/openair1/PHY/defs_L1_NB_IoT.h index a963ad4e64..bd82b89ff2 100644 --- a/openair1/PHY/defs_L1_NB_IoT.h +++ b/openair1/PHY/defs_L1_NB_IoT.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/defs_L1_NB_IoT.h - \brief Top-level defines and structure definitions - \author R. Knopp, F. Kaltenberger - \date 2011 - \version 0.1 - \company Eurecom - \email: knopp@eurecom.fr,florian.kaltenberger@eurecom.fr - \note - \warning -*/ +/*! + * \brief Top-level defines and structure definitions + */ #ifndef __PHY_DEFS_NB_IOT__H__ #define __PHY_DEFS_NB_IOT__H__ diff --git a/openair1/PHY/defs_RU.h b/openair1/PHY/defs_RU.h index 0873340445..aff10eea10 100644 --- a/openair1/PHY/defs_RU.h +++ b/openair1/PHY/defs_RU.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/defs_RU.h - \brief Top-level defines and structure definitions - \author R. Knopp, F. Kaltenberger - \date 2018 - \version 0.1 - \company Eurecom - \email: knopp@eurecom.fr,florian.kaltenberger@eurecom.fr - \note - \warning -*/ +/*! + * \brief Top-level defines and structure definitions + */ #ifndef __PHY_DEFS_RU__H__ #define __PHY_DEFS_RU__H__ diff --git a/openair1/PHY/defs_UE.h b/openair1/PHY/defs_UE.h index c6521e0c74..efd31a69c6 100644 --- a/openair1/PHY/defs_UE.h +++ b/openair1/PHY/defs_UE.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file defs_UE.h - \brief Top-level defines and structure definitions - \author R. Knopp, F. Kaltenberger - \date 2011 - \version 0.1 - \company Eurecom - \email: knopp@eurecom.fr,florian.kaltenberger@eurecom.fr - \note - \warning -*/ +/*! + * \brief Top-level defines and structure definitions + */ #ifndef __PHY_DEFS_UE_H__ #define __PHY_DEFS_UE_H__ diff --git a/openair1/PHY/defs_common.h b/openair1/PHY/defs_common.h index b728fe89f0..a738341934 100644 --- a/openair1/PHY/defs_common.h +++ b/openair1/PHY/defs_common.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file defs_common.h - \brief Top-level defines and structure definitions - \author R. Knopp, F. Kaltenberger - \date 2011 - \version 0.1 - \company Eurecom - \email: knopp@eurecom.fr,florian.kaltenberger@eurecom.fr - \note - \warning -*/ +/*! + * \brief Top-level defines and structure definitions + */ #ifndef __PHY_DEFS_COMMON__H__ #define __PHY_DEFS_COMMON__H__ diff --git a/openair1/PHY/defs_eNB.h b/openair1/PHY/defs_eNB.h index ebb7013cc0..dcd295a84d 100644 --- a/openair1/PHY/defs_eNB.h +++ b/openair1/PHY/defs_eNB.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/defs_eNB.h - \brief Top-level defines and structure definitions for eNB - \author R. Knopp, F. Kaltenberger - \date 2011 - \version 0.1 - \company Eurecom - \email: knopp@eurecom.fr,florian.kaltenberger@eurecom.fr - \note - \warning -*/ +/*! + * \brief Top-level defines and structure definitions for eNB + */ #ifndef __PHY_DEFS_ENB__H__ #define __PHY_DEFS_ENB__H__ diff --git a/openair1/PHY/defs_gNB.h b/openair1/PHY/defs_gNB.h index fd97adbd2d..ef13ec5fe7 100644 --- a/openair1/PHY/defs_gNB.h +++ b/openair1/PHY/defs_gNB.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/defs_gNB.h - \brief Top-level defines and structure definitions for gNB - \author Guy De Souza - \date 2018 - \version 0.1 - \company Eurecom - \email: desouza@eurecom.fr - \note - \warning -*/ +/*! + * \brief Top-level defines and structure definitions for gNB + */ #ifndef __PHY_DEFS_GNB__H__ #define __PHY_DEFS_GNB__H__ diff --git a/openair1/PHY/defs_nr_UE.h b/openair1/PHY/defs_nr_UE.h index 256bf0907b..aaba26a90e 100644 --- a/openair1/PHY/defs_nr_UE.h +++ b/openair1/PHY/defs_nr_UE.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/defs_nr_UE.h - \brief Top-level constants and data structures definitions for NR UE - \author Guy De Souza, H. WANG, A. Mico Pereperez - \date 2018 - \version 0.1 - \company Eurecom - \email: desouza@eurecom.fr - \note - \warning -*/ +/*! + *\brief Top-level constants and data structures definitions for NR UE + */ #ifndef __PHY_DEFS_NR_UE__H__ #define __PHY_DEFS_NR_UE__H__ diff --git a/openair1/PHY/defs_nr_common.h b/openair1/PHY/defs_nr_common.h index 3906a7efce..ca5ed896cd 100644 --- a/openair1/PHY/defs_nr_common.h +++ b/openair1/PHY/defs_nr_common.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/defs_nr_common.h - \brief Top-level defines and structure definitions - \author Guy De Souza - \date 2018 - \version 0.1 - \company Eurecom - \email: desouza@eurecom.fr - \note - \warning -*/ +/*! + * \brief Top-level defines and structure definitions + */ #ifndef __PHY_DEFS_NR_COMMON__H__ #define __PHY_DEFS_NR_COMMON__H__ diff --git a/openair1/PHY/defs_nr_sl_UE.h b/openair1/PHY/defs_nr_sl_UE.h index e082223434..00ceed5714 100644 --- a/openair1/PHY/defs_nr_sl_UE.h +++ b/openair1/PHY/defs_nr_sl_UE.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/defs_nr_sl_UE.h - \brief Top-level defines and structure definitions - \author - \date - \version - \company Fraunhofer - \email: - \note - \warning -*/ +/*! + * \brief Top-level defines and structure definitions + */ #ifndef _DEFS_NR_SL_UE_H_ #define _DEFS_NR_SL_UE_H_ @@ -147,4 +140,4 @@ typedef struct sl_nr_ue_phy_params { } sl_nr_ue_phy_params_t; -#endif \ No newline at end of file +#endif diff --git a/openair1/PHY/impl_defs_lte_NB_IoT.h b/openair1/PHY/impl_defs_lte_NB_IoT.h index d70c577c72..a74d41d193 100644 --- a/openair1/PHY/impl_defs_lte_NB_IoT.h +++ b/openair1/PHY/impl_defs_lte_NB_IoT.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/impl_defs_lte_NB_IoT.h -* \brief LTE Physical channel configuration and variable structure definitions -* \author R. Knopp, F. Kaltenberger -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr,florian.kaltenberger@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief LTE Physical channel configuration and variable structure definitions + */ #ifndef __PHY_IMPL_DEFS_NB_IOT__H__ #define __PHY_IMPL_DEFS_NB_IOT__H__ diff --git a/openair1/PHY/impl_defs_top.h b/openair1/PHY/impl_defs_top.h index 2ae4ebb119..c85ecce461 100644 --- a/openair1/PHY/impl_defs_top.h +++ b/openair1/PHY/impl_defs_top.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/impl_defs_top.h -* \brief More defines and structure definitions -* \author R. Knopp, F. Kaltenberger -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr,florian.kaltenberger@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief More defines and structure definitions + */ #ifndef __PHY_IMPLEMENTATION_DEFS_H__ #define __PHY_IMPLEMENTATION_DEFS_H__ diff --git a/openair1/PHY/impl_defs_top_NB_IoT.h b/openair1/PHY/impl_defs_top_NB_IoT.h index 4179a865b8..28d2b1f3f2 100644 --- a/openair1/PHY/impl_defs_top_NB_IoT.h +++ b/openair1/PHY/impl_defs_top_NB_IoT.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file PHY/impl_defs_top.h -* \brief More defines and structure definitions -* \author R. Knopp, F. Kaltenberger -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: knopp@eurecom.fr,florian.kaltenberger@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief More defines and structure definitions + */ #ifndef __PHY_IMPLEMENTATION_DEFS_NB_IOT_H__ #define __PHY_IMPLEMENTATION_DEFS_NB_IOT_H__ diff --git a/openair1/PHY/log_tools.c b/openair1/PHY/log_tools.c index 9d75296dc2..3039bb0fbb 100644 --- a/openair1/PHY/log_tools.c +++ b/openair1/PHY/log_tools.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file openair1/PHY/log_tools.c +/*! * \brief log tools used by data recording application (to be merged to existing OAI log tools) - * \author Abdo Gaber - * \date 2024 - * \version 1.0 - * \company Emerson, NI Test and Measurement - * \email: - * \note - * \warning */ #include "log_tools.h" @@ -80,4 +73,4 @@ int split_time_stamp_and_convert_to_int(char time_stamp_str[], int shift, int le time_part[length] = '\0'; // Null-terminate the string // Convert timestamp string to integer return convert_time_stamp_to_int(time_part); -} \ No newline at end of file +} diff --git a/openair1/PHY/log_tools.h b/openair1/PHY/log_tools.h index e75ae05233..3f49cbfa23 100644 --- a/openair1/PHY/log_tools.h +++ b/openair1/PHY/log_tools.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file openair1/PHY/log_tools.h +/*! * \brief log tools used by data recording application (to be merged to existing OAI log tools) - * \author Abdo Gaber - * \date 2024 - * \version 1.0 - * \company Emerson, NI Test and Measurement - * \email: - * \note - * \warning */ #ifndef __PHY_LOG_TOOLS_H__ @@ -40,4 +33,4 @@ char* get_time_stamp_usec(char time_stamp_str[]); int convert_time_stamp_to_int(const char* timestamp); int split_time_stamp_and_convert_to_int(char time_stamp_str[], int shift, int length); -#endif /*__PHY_LOG_TOOLS_H__ */ \ No newline at end of file +#endif /*__PHY_LOG_TOOLS_H__ */ diff --git a/openair1/PHY/sse_intrin.h b/openair1/PHY/sse_intrin.h index e39f141c3f..3dcfbea1fb 100644 --- a/openair1/PHY/sse_intrin.h +++ b/openair1/PHY/sse_intrin.h @@ -19,17 +19,13 @@ * contact@openairinterface.org */ -/*! \file PHY/sse_intrin.h +/*! * \brief SSE includes and compatibility functions. * * This header collects all SSE compatibility functions. To use SSE inside a source file, include only sse_intrin.h. * The host CPU needs to have support for SSE2 at least. SSE3 and SSE4.1 functions are emulated if the CPU lacks support for them. * This will slow down the softmodem, but may be valuable if only offline signal processing is required. * - * - * Has been changed in August 2022 to rely on SIMD Everywhere (SIMDE) from MIT - * by bruno.mongazon-cazavet@nokia-bell-labs.com - * * All AVX2 code is mapped to SIMDE which transparently relies on AVX2 HW (avx2-capable host) or SIMDE emulation * (non-avx2-capable host). * To force using SIMDE emulation on avx2-capable host use the --noavx2 flag. @@ -37,12 +33,6 @@ * If the --noavx512 is set the OAI AVX512 emulation using AVX2 is used. * If the --noavx512 is not set, AVX512 HW is used on avx512-capable host while OAI AVX512 emulation using AVX2 * is used on non-avx512-capable host. - * - * \author S. Held, Laurent THOMAS - * \email sebastian.held@imst.de, laurent.thomas@open-cells.com - * \company IMST GmbH, Open Cells Project - * \date 2019 - * \version 0.2 */ #ifndef SSE_INTRIN_H diff --git a/openair1/SCHED/fapi_l1.c b/openair1/SCHED/fapi_l1.c index 6f435eceeb..f8d0206701 100644 --- a/openair1/SCHED/fapi_l1.c +++ b/openair1/SCHED/fapi_l1.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file fapi_l1.c +/*! * \brief functions for FAPI L1 interface - * \author R. Knopp - * \date 2017 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr - * \note - * \warning */ #include "PHY/defs_eNB.h" diff --git a/openair1/SCHED/fapi_l1.h b/openair1/SCHED/fapi_l1.h index 60ef5e764a..1dc16676e1 100644 --- a/openair1/SCHED/fapi_l1.h +++ b/openair1/SCHED/fapi_l1.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file fapi_l1.h +/*! * \brief function prototypes for FAPI L1 interface - * \author R. Knopp - * \date 2017 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr - * \note - * \warning */ #include "PHY/defs_eNB.h" diff --git a/openair1/SCHED/phy_mac_stub.c b/openair1/SCHED/phy_mac_stub.c index 55149f8d2e..00b4fab74c 100644 --- a/openair1/SCHED/phy_mac_stub.c +++ b/openair1/SCHED/phy_mac_stub.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file phy_mac_stub.c +/*! * \brief stimulates the phy without mac - * \author R. Knopp, F. Kaltenberger, N. Nikaein - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr,florian.kaltenberger@eurecom.fr,navid.nikaein@eurecom.fr - * \note - * \warning */ #include "PHY/defs.h" diff --git a/openair1/SCHED/phy_procedures_lte_common.c b/openair1/SCHED/phy_procedures_lte_common.c index db19817265..9a25e51fa9 100644 --- a/openair1/SCHED/phy_procedures_lte_common.c +++ b/openair1/SCHED/phy_procedures_lte_common.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file phy_procedures_lte_common.c +/*! * \brief Implementation of common utilities for eNB/UE procedures from 36.213 LTE specifications - * \author R. Knopp, F. Kaltenberger - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr,florian.kaltenberger@eurecom.fr - * \note - * \warning */ #include "PHY/defs_eNB.h" #include "PHY/defs_UE.h" diff --git a/openair1/SCHED/phy_procedures_lte_eNb.c b/openair1/SCHED/phy_procedures_lte_eNb.c index 5d6d62c8b9..c69007f2db 100644 --- a/openair1/SCHED/phy_procedures_lte_eNb.c +++ b/openair1/SCHED/phy_procedures_lte_eNb.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file phy_procedures_lte_eNb.c +/*! * \brief Implementation of eNB procedures from 36.213 LTE specifications / FeMBMS 36.231 LTE procedures v14.2 - * \author R. Knopp, F. Kaltenberger, N. Nikaein, X. Foukas, J. Morgade - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr,florian.kaltenberger@eurecom.fr,navid.nikaein@eurecom.fr, x.foukas@sms.ed.ac.uk, javier.morgade@ieee.org - * \note - * \warning */ #include "PHY/defs_eNB.h" diff --git a/openair1/SCHED/prach_procedures.c b/openair1/SCHED/prach_procedures.c index 3c8dbe8d6e..caf055b887 100644 --- a/openair1/SCHED/prach_procedures.c +++ b/openair1/SCHED/prach_procedures.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file prach_procedures.c +/*! * \brief Implementation of eNB procedures from 36.213 LTE specifications - * \author R. Knopp, F. Kaltenberger, N. Nikaein, X. Foukas - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr,florian.kaltenberger@eurecom.fr,navid.nikaein@eurecom.fr, x.foukas@sms.ed.ac.uk - * \note - * \warning */ #include "PHY/defs_eNB.h" diff --git a/openair1/SCHED/ru_procedures.c b/openair1/SCHED/ru_procedures.c index 2c98b4c7a7..ae6732517f 100644 --- a/openair1/SCHED/ru_procedures.c +++ b/openair1/SCHED/ru_procedures.c @@ -19,38 +19,9 @@ * contact@openairinterface.org */ -/*! \file ru_procedures.c +/*! * \brief Implementation of RU procedures - * \author R. Knopp, F. Kaltenberger, N. Nikaein, X. Foukas - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr,florian.kaltenberger@eurecom.fr,navid.nikaein@eurecom.fr, x.foukas@sms.ed.ac.uk - * \note - * \warning */ - -/*! \function feptx_prec - * \brief Implementation of precoding for beamforming in one eNB - * \author TY Hsu, SY Yeh(fdragon), TH Wang(Judy) - * \date 2018 - * \version 0.1 - * \company ISIP@NCTU and Eurecom - * \email: tyhsu@cs.nctu.edu.tw,fdragon.cs96g@g2.nctu.edu.tw,Tsu-Han.Wang@eurecom.fr - * \note - * \warning - */ - -/*! \function feptx0 - * \brief Implementation of ofdm encoding for FeMBMS profile in one eNB - * \author J. Morgade - * \date 2020 - * \version 0.1 - * \email: javier.morgade@ieee.org - * \note - * \warning - */ - #include "PHY/defs_eNB.h" diff --git a/openair1/SCHED/sched_common.h b/openair1/SCHED/sched_common.h index 9f3e6695b6..e12e65fc37 100644 --- a/openair1/SCHED/sched_common.h +++ b/openair1/SCHED/sched_common.h @@ -19,12 +19,6 @@ * contact@openairinterface.org */ -/* - \author R. Knopp, F. Kaltenberger - \company EURECOM - \email knopp@eurecom.fr -*/ - #ifndef __openair_SCHED_COMMON_H__ #define __openair_SCHED_COMMON_H__ diff --git a/openair1/SCHED/sched_eNB.h b/openair1/SCHED/sched_eNB.h index 408dfeb520..963dda10ba 100644 --- a/openair1/SCHED/sched_eNB.h +++ b/openair1/SCHED/sched_eNB.h @@ -19,12 +19,6 @@ * contact@openairinterface.org */ -/* - \author R. Knopp, F. Kaltenberger - \company EURECOM - \email knopp@eurecom.fr -*/ - #ifndef __openair_SCHED_ENB_H__ #define __openair_SCHED_ENB_H__ diff --git a/openair1/SCHED_NR/nr_prach_procedures.c b/openair1/SCHED_NR/nr_prach_procedures.c index 27d7071511..ed58799838 100644 --- a/openair1/SCHED_NR/nr_prach_procedures.c +++ b/openair1/SCHED_NR/nr_prach_procedures.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file nr_prach_procedures.c +/*! * \brief Implementation of gNB prach procedures from 38.213 LTE specifications - * \author R. Knopp, - * \date 2019 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr - * \note - * \warning */ #include "PHY/defs_gNB.h" diff --git a/openair1/SCHED_NR/nr_ru_procedures.c b/openair1/SCHED_NR/nr_ru_procedures.c index 1b6b533778..2c044e8631 100644 --- a/openair1/SCHED_NR/nr_ru_procedures.c +++ b/openair1/SCHED_NR/nr_ru_procedures.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file ru_procedures.c +/*! * \brief Implementation of RU procedures - * \author R. Knopp, F. Kaltenberger, N. Nikaein, X. Foukas - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr,florian.kaltenberger@eurecom.fr,navid.nikaein@eurecom.fr, x.foukas@sms.ed.ac.uk - * \note - * \warning */ #include "PHY/defs_gNB.h" diff --git a/openair1/SCHED_NR/sched_nr.h b/openair1/SCHED_NR/sched_nr.h index fbfb665ed1..851e1100b1 100644 --- a/openair1/SCHED_NR/sched_nr.h +++ b/openair1/SCHED_NR/sched_nr.h @@ -19,12 +19,6 @@ * contact@openairinterface.org */ -/* - \author Guy De Souza - \company EURECOM - \email desouza@eurecom.fr -*/ - #ifndef __openair_SCHED_NR_DEFS_H__ #define __openair_SCHED_NR_DEFS_H__ diff --git a/openair1/SCHED_NR_UE/defs.h b/openair1/SCHED_NR_UE/defs.h index 394b5592f5..804f4395ec 100644 --- a/openair1/SCHED_NR_UE/defs.h +++ b/openair1/SCHED_NR_UE/defs.h @@ -20,11 +20,8 @@ */ /* - \brief NR UE PHY functions prototypes - \author R. Knopp, F. Kaltenberger - \company EURECOM - \email knopp@eurecom.fr -*/ + * \brief NR UE PHY functions prototypes + */ #ifndef __openair_SCHED_H__ #define __openair_SCHED_H__ diff --git a/openair1/SCHED_NR_UE/fapi_nr_ue_l1.c b/openair1/SCHED_NR_UE/fapi_nr_ue_l1.c index 4a07f7f5ca..90a3e238bc 100644 --- a/openair1/SCHED_NR_UE/fapi_nr_ue_l1.c +++ b/openair1/SCHED_NR_UE/fapi_nr_ue_l1.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/* \file fapi_nr_ue_l1.c +/* * \brief functions for NR UE FAPI-like interface - * \author R. Knopp, K.H. HSU - * \date 2018 - * \version 0.1 - * \company Eurecom / NTUST - * \email: knopp@eurecom.fr, kai-hsiang.hsu@eurecom.fr - * \note - * \warning */ #include diff --git a/openair1/SCHED_NR_UE/fapi_nr_ue_l1.h b/openair1/SCHED_NR_UE/fapi_nr_ue_l1.h index b17e4f9b21..68226cdaac 100644 --- a/openair1/SCHED_NR_UE/fapi_nr_ue_l1.h +++ b/openair1/SCHED_NR_UE/fapi_nr_ue_l1.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/* \file fapi_nr_ue_l1.c +/* * \brief functions for FAPI L1 interface - * \author R. Knopp, K.H. HSU - * \date 2018 - * \version 0.1 - * \company Eurecom / NTUST - * \email: knopp@eurecom.fr, kai-hsiang.hsu@eurecom.fr - * \note - * \warning */ #ifndef __FAPI_NR_UE_L1_H__ diff --git a/openair1/SCHED_NR_UE/phy_procedures_nr_ue.c b/openair1/SCHED_NR_UE/phy_procedures_nr_ue.c index 7f500b00a4..8f507778c9 100644 --- a/openair1/SCHED_NR_UE/phy_procedures_nr_ue.c +++ b/openair1/SCHED_NR_UE/phy_procedures_nr_ue.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file phy_procedures_nr_ue.c +/*! * \brief Implementation of UE procedures from 36.213 LTE specifications - * \author R. Knopp, F. Kaltenberger, N. Nikaein, A. Mico Pereperez, G. Casati - * \date 2018 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr,florian.kaltenberger@eurecom.fr, navid.nikaein@eurecom.fr, guido.casati@iis.fraunhofer.de - * \note - * \warning */ #define _GNU_SOURCE diff --git a/openair1/SCHED_NR_UE/phy_sch_processing_time.h b/openair1/SCHED_NR_UE/phy_sch_processing_time.h index 1861fea9a4..8104364dc7 100644 --- a/openair1/SCHED_NR_UE/phy_sch_processing_time.h +++ b/openair1/SCHED_NR_UE/phy_sch_processing_time.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file phy_sch_processing_time.h +/*! \brief tables for UE PDSCH processing and UE PUSCH preparation procedure time from TS 38.214 Physical procedures for data v15.6.0 - \author Guido Casati - \date 2019 - \version 0.1 - \company Fraunhofer IIS - \email: guido.casati@iis.fraunhofer.de - \note - \warning */ #ifndef __PHY_SCH_PROCESSING_TIME_H__ diff --git a/openair1/SCHED_UE/phy_procedures_lte_ue.c b/openair1/SCHED_UE/phy_procedures_lte_ue.c index b91accc6ff..8050695873 100644 --- a/openair1/SCHED_UE/phy_procedures_lte_ue.c +++ b/openair1/SCHED_UE/phy_procedures_lte_ue.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file phy_procedures_lte_ue.c +/*! * \brief Implementation of UE procedures from 36.213 LTE specifications / This includes FeMBMS UE procedures from 36.213 v14.2.0 specification - * \author R. Knopp, F. Kaltenberger, N. Nikaein, J. Morgade - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: {knopp, florian.kaltenberger, navid.nikaein}@eurecom.fr, javier.morgade@ieee.org - * \note - * \warning */ #define _GNU_SOURCE diff --git a/openair1/SCHED_UE/pucch_pc.c b/openair1/SCHED_UE/pucch_pc.c index f03cd93d34..2f83432ad3 100644 --- a/openair1/SCHED_UE/pucch_pc.c +++ b/openair1/SCHED_UE/pucch_pc.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file pusch_pc.c +/*! * \brief Implementation of UE PUSCH Power Control procedures from 36.213 LTE specifications (Section - * \author R. Knopp - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr - * \note - * \warning */ #include "PHY/defs_UE.h" diff --git a/openair1/SCHED_UE/pusch_pc.c b/openair1/SCHED_UE/pusch_pc.c index 831007c138..fe984b1793 100644 --- a/openair1/SCHED_UE/pusch_pc.c +++ b/openair1/SCHED_UE/pusch_pc.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file pusch_pc.c +/*! * \brief Implementation of UE PUSCH Power Control procedures from 36.213 LTE specifications (Section - * \author R. Knopp - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr - * \note - * \warning */ #include "sched_UE.h" diff --git a/openair1/SCHED_UE/sched_UE.h b/openair1/SCHED_UE/sched_UE.h index 1c9f9a391d..a62ce8380d 100644 --- a/openair1/SCHED_UE/sched_UE.h +++ b/openair1/SCHED_UE/sched_UE.h @@ -19,12 +19,6 @@ * contact@openairinterface.org */ -/* - \author R. Knopp, F. Kaltenberger - \company EURECOM - \email knopp@eurecom.fr -*/ - #ifndef __openair_SCHED_UE_H__ #define __openair_SCHED_UE_H__ diff --git a/openair1/SCHED_UE/srs_pc.c b/openair1/SCHED_UE/srs_pc.c index ad3cde7609..779dd9611e 100644 --- a/openair1/SCHED_UE/srs_pc.c +++ b/openair1/SCHED_UE/srs_pc.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file srs_pc.c +/*! * \brief Implementation of UE SRS Power Control procedures from 36.213 LTE specifications (Section - * \author H. Bilel - * \date 2016 - * \version 0.1 - * \company TCL - * \email: haithem.bilel@alcatelOneTouch.com - * \note - * \warning */ #include "PHY/defs_UE.h" diff --git a/openair1/SIMULATION/LTE_PHY/dlsim.c b/openair1/SIMULATION/LTE_PHY/dlsim.c index 9e334cb154..0ee21365ea 100644 --- a/openair1/SIMULATION/LTE_PHY/dlsim.c +++ b/openair1/SIMULATION/LTE_PHY/dlsim.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file dlsim.c - \brief Top-level DL simulator - \author R. Knopp - \date 2011 - 2014 - \version 0.1 - \company Eurecom - \email: knopp@eurecom.fr - \note - \warning -*/ - #include #include #include diff --git a/openair1/SIMULATION/LTE_PHY/dlsim_tm4.c b/openair1/SIMULATION/LTE_PHY/dlsim_tm4.c index f32a4d4485..30b90bb5d6 100644 --- a/openair1/SIMULATION/LTE_PHY/dlsim_tm4.c +++ b/openair1/SIMULATION/LTE_PHY/dlsim_tm4.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file dlsim.c - \brief Top-level DL simulator - \author R. Knopp - \date 2011 - 2014 - \version 0.1 - \company Eurecom - \email: knopp@eurecom.fr - \note - \warning -*/ - //#define DEBUG_HARQ //#define PRINT_THROUGHPUT diff --git a/openair1/SIMULATION/LTE_PHY/dlsim_tm7.c b/openair1/SIMULATION/LTE_PHY/dlsim_tm7.c index 43c3c653cd..3acef388d7 100644 --- a/openair1/SIMULATION/LTE_PHY/dlsim_tm7.c +++ b/openair1/SIMULATION/LTE_PHY/dlsim_tm7.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file dlsim.c - \brief Top-level DL simulator - \author R. Knopp - \date 2011 - 2014 - \version 0.1 - \company Eurecom - \email: knopp@eurecom.fr - \note - \warning -*/ - #include #include #include diff --git a/openair1/SIMULATION/LTE_PHY/mbmssim.c b/openair1/SIMULATION/LTE_PHY/mbmssim.c index dac151e4fe..4a0a7a29b9 100644 --- a/openair1/SIMULATION/LTE_PHY/mbmssim.c +++ b/openair1/SIMULATION/LTE_PHY/mbmssim.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file mbmssim.c - \brief Top-level MBMS DL simulator - \authors R. Knopp, J. Morgade - \date 2011 - 2014 (Knopp) / 2020 (Morgade) - \version 0.1 - \company Eurecom - \email: knopp@eurecom.fr, javier.morgade@ieee.org - \note - \warning -*/ - #include #include #include diff --git a/openair1/SIMULATION/LTE_PHY/ulsim.c b/openair1/SIMULATION/LTE_PHY/ulsim.c index c85e07c99c..18d912802e 100644 --- a/openair1/SIMULATION/LTE_PHY/ulsim.c +++ b/openair1/SIMULATION/LTE_PHY/ulsim.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file ulsim.c - \brief Top-level UL simulator - \author R. Knopp - \date 2011 - 2014 - \version 0.1 - \company Eurecom - \email: knopp@eurecom.fr - \note - \warning -*/ - #include #include #include diff --git a/openair1/SIMULATION/NR_PHY/nr_unitary_defs.h b/openair1/SIMULATION/NR_PHY/nr_unitary_defs.h index a84e57aa7f..c0f746169d 100644 --- a/openair1/SIMULATION/NR_PHY/nr_unitary_defs.h +++ b/openair1/SIMULATION/NR_PHY/nr_unitary_defs.h @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*!\file openair1/SIMULATION/NR_PHY/nr_unitary_defs.h - * \brief - * \author Turker Yilmaz - * \date 2019 - * \version 0.1 - * \company EURECOM - * \email turker.yilmaz@eurecom.fr - * \note - * \warning - */ - #ifndef __NR_UNITARY_DEFS__H__ #define __NR_UNITARY_DEFS__H__ diff --git a/openair2/COMMON/as_message.h b/openair2/COMMON/as_message.h index d82d1ce53f..7fe583e6da 100644 --- a/openair2/COMMON/as_message.h +++ b/openair2/COMMON/as_message.h @@ -31,8 +31,6 @@ Product NAS stack Subsystem Application Programming Interface -Author Frederic Maurel - Description Defines the messages supported by the Access Stratum sublayer protocol (usually RRC and S1AP for E-UTRAN) and functions used to encode and decode diff --git a/openair2/COMMON/commonDef.h b/openair2/COMMON/commonDef.h index cff6b011fc..c270192f27 100644 --- a/openair2/COMMON/commonDef.h +++ b/openair2/COMMON/commonDef.h @@ -31,8 +31,6 @@ Product NAS stack Subsystem include -Author Frederic Maurel - Description Contains global common definitions *****************************************************************************/ diff --git a/openair2/COMMON/mac_messages_def.h b/openair2/COMMON/mac_messages_def.h index 11e8ab6f5e..9d80b5ced7 100644 --- a/openair2/COMMON/mac_messages_def.h +++ b/openair2/COMMON/mac_messages_def.h @@ -21,9 +21,6 @@ /* * mac_messages_def.h - * - * Created on: Oct 24, 2013 - * Author: L. winckel and Navid Nikaein */ //-------------------------------------------------------------------------------------------// diff --git a/openair2/COMMON/mac_messages_types.h b/openair2/COMMON/mac_messages_types.h index a0314484eb..daf89d018a 100644 --- a/openair2/COMMON/mac_messages_types.h +++ b/openair2/COMMON/mac_messages_types.h @@ -21,9 +21,6 @@ /* * mac_messages_types.h - * - * Created on: Oct 24, 2013 - * Author: winckel and Navid Nikaein */ #ifndef MAC_MESSAGES_TYPES_H_ diff --git a/openair2/COMMON/nas_messages_def.h b/openair2/COMMON/nas_messages_def.h index ee3b97e7a9..d7cf076738 100644 --- a/openair2/COMMON/nas_messages_def.h +++ b/openair2/COMMON/nas_messages_def.h @@ -21,9 +21,6 @@ /* * nas_messages_def.h - * - * Created on: Jan 07, 2014 - * Author: winckel */ //-------------------------------------------------------------------------------------------// diff --git a/openair2/COMMON/nas_messages_types.h b/openair2/COMMON/nas_messages_types.h index 8f0e54f85c..2165a9db5c 100644 --- a/openair2/COMMON/nas_messages_types.h +++ b/openair2/COMMON/nas_messages_types.h @@ -21,9 +21,6 @@ /* * nas_messages_types.h - * - * Created on: Jan 07, 2014 - * Author: winckel */ #ifndef NAS_MESSAGES_TYPES_H_ diff --git a/openair2/COMMON/networkDef.h b/openair2/COMMON/networkDef.h index 14e629b3bc..180a6590d1 100644 --- a/openair2/COMMON/networkDef.h +++ b/openair2/COMMON/networkDef.h @@ -31,8 +31,6 @@ Product NAS stack Subsystem include -Author Frederic Maurel - Description Contains network's global definitions *****************************************************************************/ diff --git a/openair2/COMMON/ngap_messages_def.h b/openair2/COMMON/ngap_messages_def.h index b1ffe77bc1..fd2b0b3113 100644 --- a/openair2/COMMON/ngap_messages_def.h +++ b/openair2/COMMON/ngap_messages_def.h @@ -21,10 +21,6 @@ /* * ngap_messages_def.h - * - * Created on: 2020 - * Author: Yoshio INOUE, Masayuki HARADA - * Email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) */ /* Messages for NGAP logging */ diff --git a/openair2/COMMON/ngap_messages_types.h b/openair2/COMMON/ngap_messages_types.h index 85d61bba39..b6652cd6bf 100644 --- a/openair2/COMMON/ngap_messages_types.h +++ b/openair2/COMMON/ngap_messages_types.h @@ -21,10 +21,6 @@ /* * ngap_messages_types.h - * - * Created on: 2020 - * Author: Yoshio INOUE, Masayuki HARADA - * Email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) */ #ifndef NGAP_MESSAGES_TYPES_H_ diff --git a/openair2/COMMON/pdcp_messages_def.h b/openair2/COMMON/pdcp_messages_def.h index da7d87f142..21a6b6709d 100644 --- a/openair2/COMMON/pdcp_messages_def.h +++ b/openair2/COMMON/pdcp_messages_def.h @@ -21,9 +21,6 @@ /* * pdcp_messages_def.h - * - * Created on: Oct 24, 2013 - * Author: winckel and Navid Nikaein */ //-------------------------------------------------------------------------------------------// diff --git a/openair2/COMMON/pdcp_messages_types.h b/openair2/COMMON/pdcp_messages_types.h index cf7a1f8f0c..9822cafcc4 100644 --- a/openair2/COMMON/pdcp_messages_types.h +++ b/openair2/COMMON/pdcp_messages_types.h @@ -21,9 +21,6 @@ /* * pdcp_messages_types.h - * - * Created on: Oct 24, 2013 - * Author: winckel and Navid Nikaein */ #ifndef PDCP_MESSAGES_TYPES_H_ diff --git a/openair2/COMMON/phy_messages_def.h b/openair2/COMMON/phy_messages_def.h index a2f16e64c8..e93487e361 100644 --- a/openair2/COMMON/phy_messages_def.h +++ b/openair2/COMMON/phy_messages_def.h @@ -19,13 +19,6 @@ * contact@openairinterface.org */ -/* - * mphy_messages_def.h - * - * Created on: Dec 12, 2013 - * Author: winckel - */ - //-------------------------------------------------------------------------------------------// // eNB: ENB_APP -> PHY messages MESSAGE_DEF(PHY_CONFIGURATION_REQ, MESSAGE_PRIORITY_MED_PLUS, PhyConfigurationReq, phy_configuration_req) diff --git a/openair2/COMMON/phy_messages_types.h b/openair2/COMMON/phy_messages_types.h index 051d9fef23..79a998933f 100644 --- a/openair2/COMMON/phy_messages_types.h +++ b/openair2/COMMON/phy_messages_types.h @@ -21,9 +21,6 @@ /* * phy_messages_types.h - * - * Created on: Dec 12, 2013 - * Author: winckel */ #ifndef PHY_MESSAGES_TYPES_H_ diff --git a/openair2/COMMON/prs_nr_paramdef.h b/openair2/COMMON/prs_nr_paramdef.h index 3d747ca4b7..4564cd3f3f 100644 --- a/openair2/COMMON/prs_nr_paramdef.h +++ b/openair2/COMMON/prs_nr_paramdef.h @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file prs_nr_paramdef.h - * \brief definition of configuration parameters for PRS - * \author - * \date 2022 - * \version 0.1 - * \company EURECOM - * \email: - * \note - * \warning - */ - #ifndef __PRS_NR_PARAMDEF__H__ #define __PRS_NR_PARAMDEF__H__ diff --git a/openair2/COMMON/rlc_messages_def.h b/openair2/COMMON/rlc_messages_def.h index af78f2d098..1acb873e3d 100644 --- a/openair2/COMMON/rlc_messages_def.h +++ b/openair2/COMMON/rlc_messages_def.h @@ -21,9 +21,6 @@ /* * rlc_messages_def.h - * - * Created on: Jan 15, 2014 - * Author: Gauthier */ //-------------------------------------------------------------------------------------------// diff --git a/openair2/COMMON/rlc_messages_types.h b/openair2/COMMON/rlc_messages_types.h index fe4614f3bc..c7fc87a2f7 100644 --- a/openair2/COMMON/rlc_messages_types.h +++ b/openair2/COMMON/rlc_messages_types.h @@ -21,9 +21,6 @@ /* * rlc_messages_types.h - * - * Created on: Jan 15, 2014 - * Author: Gauthier */ #ifndef RLC_MESSAGES_TYPES_H_ diff --git a/openair2/COMMON/rrc_messages_def.h b/openair2/COMMON/rrc_messages_def.h index 7dda028565..02cabadc4f 100644 --- a/openair2/COMMON/rrc_messages_def.h +++ b/openair2/COMMON/rrc_messages_def.h @@ -21,9 +21,6 @@ /* * rrc_messages_def.h - * - * Created on: Oct 24, 2013 - * Author: winckel */ //-------------------------------------------------------------------------------------------// diff --git a/openair2/COMMON/rrc_messages_types.h b/openair2/COMMON/rrc_messages_types.h index d11e6573c7..f06a63604e 100644 --- a/openair2/COMMON/rrc_messages_types.h +++ b/openair2/COMMON/rrc_messages_types.h @@ -21,9 +21,6 @@ /* * rrc_messages_types.h - * - * Created on: Oct 24, 2013 - * Author: winckel and Navid Nikaein */ #ifndef RRC_MESSAGES_TYPES_H_ diff --git a/openair2/COMMON/rrm_constants.h b/openair2/COMMON/rrm_constants.h index 1f84637d78..db6a5e882e 100644 --- a/openair2/COMMON/rrm_constants.h +++ b/openair2/COMMON/rrm_constants.h @@ -19,16 +19,6 @@ * contact@openairinterface.org */ -/* - rrm_constants.h - ------------------- - AUTHOR : Lionel GAUTHIER - COMPANY : EURECOM - EMAIL : Lionel.Gauthier@eurecom.fr - - - - ***************************************************************************/ # ifndef __RRM_CONSTANTS_H__ # define __RRM_CONSTANTS_H__ #include "common/platform_constants.h" diff --git a/openair2/E1AP/lib/e1ap_bearer_context_management.c b/openair2/E1AP/lib/e1ap_bearer_context_management.c index 4ccfe9f3a1..34486038ef 100644 --- a/openair2/E1AP/lib/e1ap_bearer_context_management.c +++ b/openair2/E1AP/lib/e1ap_bearer_context_management.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file e1ap_bearer_context_management.c +/*! * \brief E1AP library for E1 Bearer Context Management - * \author Guido Casati - * \date 2024 - * \version 0.1 */ #include diff --git a/openair2/E1AP/tests/e1ap_lib_test.c b/openair2/E1AP/tests/e1ap_lib_test.c index 6a94e0df23..f3bf0b58fb 100644 --- a/openair2/E1AP/tests/e1ap_lib_test.c +++ b/openair2/E1AP/tests/e1ap_lib_test.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file e1ap_lib_test.c +/*! * \brief Unit tests for E1AP libraries - * \author Guido Casati - * \date 2024 - * \version 0.1 */ #include diff --git a/openair2/ENB_APP/L1_paramdef.h b/openair2/ENB_APP/L1_paramdef.h index 27196bb8ae..e233d78d4c 100644 --- a/openair2/ENB_APP/L1_paramdef.h +++ b/openair2/ENB_APP/L1_paramdef.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file L1_paramdef.h +/*! * \brief definition of configuration parameters for all eNodeB modules - * \author Francois TABURET - * \date 2017 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ #ifndef __ENB_APP_L1_PARAMDEF__H__ diff --git a/openair2/ENB_APP/MACRLC_paramdef.h b/openair2/ENB_APP/MACRLC_paramdef.h index 4bfc5139c2..0c5ca4e6e5 100644 --- a/openair2/ENB_APP/MACRLC_paramdef.h +++ b/openair2/ENB_APP/MACRLC_paramdef.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file MACRLC_paramdef.h +/*! * \brief definition of configuration parameters for all eNodeB modules - * \author Francois TABURET - * \date 2017 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ #ifndef __ENB_APP_MACRLC_PARAMDEF__H__ diff --git a/openair2/ENB_APP/RRC_paramsvalues.h b/openair2/ENB_APP/RRC_paramsvalues.h index c577abcf58..73e4026430 100644 --- a/openair2/ENB_APP/RRC_paramsvalues.h +++ b/openair2/ENB_APP/RRC_paramsvalues.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file openair2/ENB_APP/RRC_paramsvalues.h +/*! * \brief macro definitions for RRC authorized and asn1 parameters values, to be used in paramdef_t/chechedparam_t structure initializations - * \author Francois TABURET - * \date 2017 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ #ifndef __RRC_PARAMSVALUES__H__ #define __RRC_PARAMSVALUES__H__ diff --git a/openair2/ENB_APP/enb_app.c b/openair2/ENB_APP/enb_app.c index 571d008e84..c8d232b735 100644 --- a/openair2/ENB_APP/enb_app.c +++ b/openair2/ENB_APP/enb_app.c @@ -19,14 +19,6 @@ * contact@openairinterface.org */ -/* - enb_app.c - ------------------- - AUTHOR : Laurent Winckel, Sebastien ROUX, Lionel GAUTHIER, Navid Nikaein - COMPANY : EURECOM - EMAIL : Lionel.Gauthier@eurecom.fr and Navid Nikaein -*/ - #include #include diff --git a/openair2/ENB_APP/enb_app.h b/openair2/ENB_APP/enb_app.h index 04f413b3c6..f4d7268302 100644 --- a/openair2/ENB_APP/enb_app.h +++ b/openair2/ENB_APP/enb_app.h @@ -19,14 +19,6 @@ * contact@openairinterface.org */ -/* - enb_app.h - ------------------- - AUTHOR : Laurent Winckel, Sebastien ROUX, Lionel GAUTHIER, Navid Nikaein - COMPANY : EURECOM - EMAIL : Lionel.Gauthier@eurecom.fr -*/ - #ifndef ENB_APP_H_ #define ENB_APP_H_ diff --git a/openair2/ENB_APP/enb_config.c b/openair2/ENB_APP/enb_config.c index f166135fed..1bab6fed16 100644 --- a/openair2/ENB_APP/enb_config.c +++ b/openair2/ENB_APP/enb_config.c @@ -19,14 +19,6 @@ * contact@openairinterface.org */ -/* - enb_config.c - ------------------- - AUTHOR : Lionel GAUTHIER, navid nikaein, Laurent Winckel - COMPANY : EURECOM - EMAIL : Lionel.Gauthier@eurecom.fr, navid.nikaein@eurecom.fr -*/ - #include #include #include diff --git a/openair2/ENB_APP/enb_config.h b/openair2/ENB_APP/enb_config.h index 14af6158dd..87b075b34f 100644 --- a/openair2/ENB_APP/enb_config.h +++ b/openair2/ENB_APP/enb_config.h @@ -19,14 +19,6 @@ * contact@openairinterface.org */ -/* - enb_config.h - ------------------- - AUTHOR : Lionel GAUTHIER, Navid Nikaein, Laurent Winckel - COMPANY : EURECOM - EMAIL : Lionel.Gauthier@eurecom.fr, navid.nikaein@eurecom.fr -*/ - #ifndef ENB_CONFIG_H_ #define ENB_CONFIG_H_ #include diff --git a/openair2/ENB_APP/enb_config_SL.c b/openair2/ENB_APP/enb_config_SL.c index 64c31d7397..e3c16f0266 100644 --- a/openair2/ENB_APP/enb_config_SL.c +++ b/openair2/ENB_APP/enb_config_SL.c @@ -19,14 +19,6 @@ * contact@openairinterface.org */ -/* - enb_config_SL.c - ------------------- - AUTHOR : T.T.Nguyen / R. Knopp - COMPANY : EURECOM - EMAIL : raymond.knopp@eurecom.fr -*/ - #include #include diff --git a/openair2/ENB_APP/enb_config_eMTC.c b/openair2/ENB_APP/enb_config_eMTC.c index 599b69d4da..c5ba49b73b 100644 --- a/openair2/ENB_APP/enb_config_eMTC.c +++ b/openair2/ENB_APP/enb_config_eMTC.c @@ -19,14 +19,6 @@ * contact@openairinterface.org */ -/* - enb_config_SL.c - ------------------- - AUTHOR : R. Knopp - COMPANY : EURECOM - EMAIL : raymond.knopp@eurecom.fr -*/ - #include #include diff --git a/openair2/ENB_APP/enb_paramdef.h b/openair2/ENB_APP/enb_paramdef.h index fe65c70662..07e378fd7d 100644 --- a/openair2/ENB_APP/enb_paramdef.h +++ b/openair2/ENB_APP/enb_paramdef.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file openair2/ENB_APP/enb_paramdef.h +/*! * \brief definition of configuration parameters for all eNodeB modules - * \author Francois TABURET - * \date 2017 - * \version 0.1 - * \company NOKIA BellLabs France - * \email: francois.taburet@nokia-bell-labs.com - * \note - * \warning */ #ifndef ENB_PARAMDEF_H_ diff --git a/openair2/ENB_APP/enb_paramdef_emtc.h b/openair2/ENB_APP/enb_paramdef_emtc.h index b19ca2fadd..9f73f6bd47 100644 --- a/openair2/ENB_APP/enb_paramdef_emtc.h +++ b/openair2/ENB_APP/enb_paramdef_emtc.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file openair2/ENB_APP/enb_paramdef_emtc.h +/*! * \brief definition of configuration parameters for emtc eNodeB modules - * \author Raymond KNOPP - * \date 2018 - * \version 0.1 - * \company EURECOM France - * \email: raymond.knopp@eurecom.fr - * \note - * \warning */ #ifndef __ENB_APP_ENB_PARAMDEF_EMTC__H__ diff --git a/openair2/ENB_APP/enb_paramdef_mce.h b/openair2/ENB_APP/enb_paramdef_mce.h index 20a45ba464..780f609f51 100644 --- a/openair2/ENB_APP/enb_paramdef_mce.h +++ b/openair2/ENB_APP/enb_paramdef_mce.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file openair2/ENB_APP/enb_paramdef_mce.h +/*! * \brief definition of configuration parameters for MCE modules - * \author Javier MORGADE - * \date 2019 - * \version 0.1 - * \company VICOMTECH Spain - * \email: javier.morgade@ieee.org - * \note - * \warning */ #ifndef __ENB_APP_ENB_PARAMDEF_MCE__H__ diff --git a/openair2/ENB_APP/enb_paramdef_mme.h b/openair2/ENB_APP/enb_paramdef_mme.h index 42533c69d6..407bff44dc 100644 --- a/openair2/ENB_APP/enb_paramdef_mme.h +++ b/openair2/ENB_APP/enb_paramdef_mme.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file openair2/ENB_APP/enb_paramdef_mme.h +/*! * \brief definition of configuration parameters for MME modules - * \author Javier MORGADE - * \date 2019 - * \version 0.1 - * \company VICOMTECH Spain - * \email: javier.morgade@ieee.org - * \note - * \warning */ #ifndef __ENB_APP_ENB_PARAMDEF_MME__H__ diff --git a/openair2/ENB_APP/enb_paramdef_sidelink.h b/openair2/ENB_APP/enb_paramdef_sidelink.h index 91677b895b..d8542c1dfe 100644 --- a/openair2/ENB_APP/enb_paramdef_sidelink.h +++ b/openair2/ENB_APP/enb_paramdef_sidelink.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file openair2/ENB_APP/enb_paramdef_sidelink.h +/*! * \brief definition of configuration parameters for sidelink eNodeB modules - * \author Raymond KNOPP - * \date 2018 - * \version 0.1 - * \company EURECOM France - * \email: raymond.knopp@eurecom.fr - * \note - * \warning */ #ifndef ENB_PARAMDEF_SIDELINK_H_ diff --git a/openair2/F1AP/f1ap_common.c b/openair2/F1AP/f1ap_common.c index 3491adc48a..bedea6e729 100644 --- a/openair2/F1AP/f1ap_common.c +++ b/openair2/F1AP/f1ap_common.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file f1ap_common.c - * \brief f1ap procedures for both CU and DU - * \author EURECOM/NTUST - * \date 2018 - * \version 0.1 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr, bing-kai.hong@eurecom.fr - * \note - * \warning - */ - #include "f1ap_common.h" static f1ap_cudu_inst_t *f1_inst[NUMBER_OF_gNB_MAX]= {0}; diff --git a/openair2/F1AP/f1ap_common.h b/openair2/F1AP/f1ap_common.h index 664599c2f2..5662f2585b 100644 --- a/openair2/F1AP/f1ap_common.h +++ b/openair2/F1AP/f1ap_common.h @@ -19,16 +19,6 @@ * contact@openairinterface.org */ -/*! \file f1ap_common.h - * \brief f1ap procedures for both CU and DU - * \author EURECOM/NTUST - * \date 2018 - * \version 0.1 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr, bing-kai.hong@eurecom.fr - * \note - * \warning - */ #ifndef F1AP_COMMON_H_ #define F1AP_COMMON_H_ diff --git a/openair2/F1AP/f1ap_cu_interface_management.c b/openair2/F1AP/f1ap_cu_interface_management.c index e697649fb5..5224c498dc 100644 --- a/openair2/F1AP/f1ap_cu_interface_management.c +++ b/openair2/F1AP/f1ap_cu_interface_management.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file f1ap_cu_interface_management.c - * \brief f1ap interface management for CU - * \author EURECOM/NTUST - * \date 2018 - * \version 0.1 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr, bing-kai.hong@eurecom.fr - * \note - * \warning - */ - #include "f1ap_common.h" #include "f1ap_encoder.h" #include "f1ap_itti_messaging.h" diff --git a/openair2/F1AP/f1ap_cu_interface_management.h b/openair2/F1AP/f1ap_cu_interface_management.h index fb39f1ca53..9176e37677 100644 --- a/openair2/F1AP/f1ap_cu_interface_management.h +++ b/openair2/F1AP/f1ap_cu_interface_management.h @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file f1ap_cu_interface_management.h - * \brief f1ap interface management for CU - * \author EURECOM/NTUST - * \date 2018 - * \version 0.1 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr, bing-kai.hong@eurecom.fr - * \note - * \warning - */ - #ifndef F1AP_CU_INTERFACE_MANAGEMENT_H_ #define F1AP_CU_INTERFACE_MANAGEMENT_H_ diff --git a/openair2/F1AP/f1ap_cu_paging.c b/openair2/F1AP/f1ap_cu_paging.c index 840e205f53..00691f0919 100644 --- a/openair2/F1AP/f1ap_cu_paging.c +++ b/openair2/F1AP/f1ap_cu_paging.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file f1ap_cu_paging.c - * \brief f1ap interface paging for CU - * \author EURECOM/NTUST - * \date 2018 - * \version 0.1 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr, bing-kai.hong@eurecom.fr - * \note - * \warning - */ - #include "f1ap_common.h" #include "f1ap_encoder.h" #include "f1ap_itti_messaging.h" diff --git a/openair2/F1AP/f1ap_cu_paging.h b/openair2/F1AP/f1ap_cu_paging.h index ff2f6863c9..0a829fe135 100644 --- a/openair2/F1AP/f1ap_cu_paging.h +++ b/openair2/F1AP/f1ap_cu_paging.h @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file f1ap_cu_paging.h - * \brief f1ap interface paging for CU - * \author EURECOM/NTUST - * \date 2018 - * \version 0.1 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr, bing-kai.hong@eurecom.fr - * \note - * \warning - */ - #ifndef F1AP_CU_PAGING_H_ #define F1AP_CU_PAGING_H_ int CU_send_Paging(sctp_assoc_t assoc_id, const f1ap_paging_t *paging); diff --git a/openair2/F1AP/f1ap_cu_rrc_message_transfer.c b/openair2/F1AP/f1ap_cu_rrc_message_transfer.c index bfdeecf4e5..d309ffa0b8 100644 --- a/openair2/F1AP/f1ap_cu_rrc_message_transfer.c +++ b/openair2/F1AP/f1ap_cu_rrc_message_transfer.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file f1ap_cu_rrc_message_transfer.c - * \brief f1ap rrc message transfer for CU - * \author EURECOM/NTUST - * \date 2018 - * \version 0.1 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr, bing-kai.hong@eurecom.fr - * \note - * \warning - */ - #include "f1ap_common.h" #include "f1ap_encoder.h" #include "f1ap_ids.h" diff --git a/openair2/F1AP/f1ap_cu_rrc_message_transfer.h b/openair2/F1AP/f1ap_cu_rrc_message_transfer.h index a0c732d104..d96b68e148 100644 --- a/openair2/F1AP/f1ap_cu_rrc_message_transfer.h +++ b/openair2/F1AP/f1ap_cu_rrc_message_transfer.h @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file f1ap_cu_rrc_message_transfer.h - * \brief f1ap rrc message transfer for CU - * \author EURECOM/NTUST - * \date 2018 - * \version 0.1 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr, bing-kai.hong@eurecom.fr - * \note - * \warning - */ - #ifndef F1AP_CU_RRC_MESSAGE_TRANSFER_H_ #define F1AP_CU_RRC_MESSAGE_TRANSFER_H_ diff --git a/openair2/F1AP/f1ap_cu_task.c b/openair2/F1AP/f1ap_cu_task.c index d58e4ec270..7823b4f3df 100644 --- a/openair2/F1AP/f1ap_cu_task.c +++ b/openair2/F1AP/f1ap_cu_task.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file openair2/F1AP/f1ap_cu_task.c -* \brief data structures for F1 interface modules -* \author EURECOM/NTUST -* \date 2018 -* \version 0.1 -* \company Eurecom -* \email: navid.nikaein@eurecom.fr, raymond.knopp@eurecom.fr, bing-kai.hong@eurecom.fr -* \note -* \warning -*/ - #include "f1ap_common.h" #include "f1ap_cu_interface_management.h" #include "f1ap_cu_rrc_message_transfer.h" diff --git a/openair2/F1AP/f1ap_cu_ue_context_management.c b/openair2/F1AP/f1ap_cu_ue_context_management.c index 2d0959eb25..95e2ba9c01 100644 --- a/openair2/F1AP/f1ap_cu_ue_context_management.c +++ b/openair2/F1AP/f1ap_cu_ue_context_management.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file f1ap_cu_ue_context_management.c - * \brief F1AP UE Context Management, CU side - * \author EURECOM/NTUST - * \date 2018 - * \version 0.1 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr, bing-kai.hong@eurecom.fr - * \note - * \warning - */ - #include "f1ap_common.h" #include "f1ap_encoder.h" #include "f1ap_itti_messaging.h" diff --git a/openair2/F1AP/f1ap_cu_ue_context_management.h b/openair2/F1AP/f1ap_cu_ue_context_management.h index 0bc1815658..486f74e5af 100644 --- a/openair2/F1AP/f1ap_cu_ue_context_management.h +++ b/openair2/F1AP/f1ap_cu_ue_context_management.h @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file f1ap_cu_ue_context_management.h - * \brief header file of CU UE Context management - * \author EURECOM/NTUST - * \date 2018 - * \version 0.1 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr, bing-kai.hong@eurecom.fr - * \note - * \warning - */ - #ifndef F1AP_CU_UE_CONTEXT_MANAGEMENT_H_ #define F1AP_CU_UE_CONTEXT_MANAGEMENT_H_ diff --git a/openair2/F1AP/f1ap_default_values.h b/openair2/F1AP/f1ap_default_values.h index 0c112d0a2f..e63e9da9a0 100644 --- a/openair2/F1AP/f1ap_default_values.h +++ b/openair2/F1AP/f1ap_default_values.h @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file f1ap_default_values.h - * \brief default values for f1ap procedures - * \author EURECOM/NTUST - * \date 2018 - * \version 0.1 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr, bing-kai.hong@eurecom.fr - * \note - * \warning - */ - #ifndef F1AP_DEFAULT_VALUES_H_ #define F1AP_DEFAULT_VALUES_H_ diff --git a/openair2/F1AP/f1ap_du_interface_management.c b/openair2/F1AP/f1ap_du_interface_management.c index 7a892086b8..fb6f783619 100644 --- a/openair2/F1AP/f1ap_du_interface_management.c +++ b/openair2/F1AP/f1ap_du_interface_management.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file f1ap_du_interface_management.c - * \brief f1ap interface management for DU - * \author EURECOM/NTUST - * \date 2018 - * \version 0.1 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr, bing-kai.hong@eurecom.fr - * \note - * \warning - */ - #include "f1ap_common.h" #include "f1ap_encoder.h" #include "f1ap_itti_messaging.h" diff --git a/openair2/F1AP/f1ap_du_interface_management.h b/openair2/F1AP/f1ap_du_interface_management.h index bb5caf90df..d8aaf85e71 100644 --- a/openair2/F1AP/f1ap_du_interface_management.h +++ b/openair2/F1AP/f1ap_du_interface_management.h @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file f1ap_du_interface_management.h - * \brief f1ap interface management for DU - * \author EURECOM/NTUST - * \date 2018 - * \version 0.1 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr, bing-kai.hong@eurecom.fr - * \note - * \warning - */ - #ifndef F1AP_DU_INTERFACE_MANAGEMENT_H_ #define F1AP_DU_INTERFACE_MANAGEMENT_H_ diff --git a/openair2/F1AP/f1ap_du_rrc_message_transfer.c b/openair2/F1AP/f1ap_du_rrc_message_transfer.c index 4b9b9e1947..dc9759d404 100644 --- a/openair2/F1AP/f1ap_du_rrc_message_transfer.c +++ b/openair2/F1AP/f1ap_du_rrc_message_transfer.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file f1ap_du_rrc_message_transfer.c - * \brief f1ap rrc message transfer for DU - * \author EURECOM/NTUST - * \date 2018 - * \version 0.1 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr, bing-kai.hong@eurecom.fr - * \note - * \warning - */ - #include "f1ap_common.h" #include "f1ap_encoder.h" #include "f1ap_itti_messaging.h" diff --git a/openair2/F1AP/f1ap_du_rrc_message_transfer.h b/openair2/F1AP/f1ap_du_rrc_message_transfer.h index 3c3bc228ad..8429592f46 100644 --- a/openair2/F1AP/f1ap_du_rrc_message_transfer.h +++ b/openair2/F1AP/f1ap_du_rrc_message_transfer.h @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file f1ap_du_rrc_message_transfer.h - * \brief f1ap rrc message transfer for DU - * \author EURECOM/NTUST - * \date 2018 - * \version 0.1 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr, bing-kai.hong@eurecom.fr - * \note - * \warning - */ - #ifndef F1AP_DU_RRC_MESSAGE_TRANSFER_H_ #define F1AP_DU_RRC_MESSAGE_TRANSFER_H_ diff --git a/openair2/F1AP/f1ap_du_task.c b/openair2/F1AP/f1ap_du_task.c index 94b4befb76..e208664834 100644 --- a/openair2/F1AP/f1ap_du_task.c +++ b/openair2/F1AP/f1ap_du_task.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file openair2/F1AP/f1ap_du_task.c -* \brief data structures for F1 interface modules -* \author EURECOM/NTUST -* \date 2018 -* \version 0.1 -* \company Eurecom -* \email: navid.nikaein@eurecom.fr, raymond.knopp@eurecom.fr, bing-kai.hong@eurecom.fr -* \note -* \warning -*/ - #include "f1ap_common.h" #include "f1ap_du_interface_management.h" #include "f1ap_du_ue_context_management.h" diff --git a/openair2/F1AP/f1ap_du_ue_context_management.c b/openair2/F1AP/f1ap_du_ue_context_management.c index e09f038864..14a74254b0 100644 --- a/openair2/F1AP/f1ap_du_ue_context_management.c +++ b/openair2/F1AP/f1ap_du_ue_context_management.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file f1ap_du_ue_context_management.c - * \brief F1AP UE Context Management, DU side - * \author EURECOM/NTUST - * \date 2018 - * \version 0.1 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr, bing-kai.hong@eurecom.fr - * \note - * \warning - */ - #include "f1ap_common.h" #include "f1ap_encoder.h" #include "f1ap_itti_messaging.h" diff --git a/openair2/F1AP/f1ap_du_ue_context_management.h b/openair2/F1AP/f1ap_du_ue_context_management.h index b6c12de18b..cfc97d5842 100644 --- a/openair2/F1AP/f1ap_du_ue_context_management.h +++ b/openair2/F1AP/f1ap_du_ue_context_management.h @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file f1ap_du_ue_context_management.h - * \brief f1ap ue context management for DU - * \author EURECOM/NTUST - * \date 2018 - * \version 0.1 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr, bing-kai.hong@eurecom.fr - * \note - * \warning - */ - #ifndef F1AP_DU_UE_CONTEXT_MANAGEMENT_H_ #define F1AP_DU_UE_CONTEXT_MANAGEMENT_H_ diff --git a/openair2/F1AP/f1ap_encoder.h b/openair2/F1AP/f1ap_encoder.h index 695245d39b..bdc1293d19 100644 --- a/openair2/F1AP/f1ap_encoder.h +++ b/openair2/F1AP/f1ap_encoder.h @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file f1ap_encoder.h - * \brief f1ap pdu encode procedures - * \author EURECOM/NTUST - * \date 2018 - * \version 0.1 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr, bing-kai.hong@eurecom.fr - * \note - * \warning - */ - #ifndef F1AP_ENCODER_H_ #define F1AP_ENCODER_H_ diff --git a/openair2/F1AP/f1ap_handlers.c b/openair2/F1AP/f1ap_handlers.c index 6234dcd624..6d73341443 100644 --- a/openair2/F1AP/f1ap_handlers.c +++ b/openair2/F1AP/f1ap_handlers.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file f1ap_handlers.c - * \brief f1ap messages handlers - * \author EURECOM/NTUST - * \date 2018 - * \version 0.1 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr, bing-kai.hong@eurecom.fr - * \note - * \warning - */ - #include "f1ap_common.h" #include "f1ap_cu_interface_management.h" #include "f1ap_du_interface_management.h" diff --git a/openair2/F1AP/tests/f1ap_lib_test.c b/openair2/F1AP/tests/f1ap_lib_test.c index 552db0e355..08febf90f0 100644 --- a/openair2/F1AP/tests/f1ap_lib_test.c +++ b/openair2/F1AP/tests/f1ap_lib_test.c @@ -19,15 +19,6 @@ * contact@openairinterface.org */ -/*! \file f1ap_lib_test.c - * \brief Test functions for F1AP encoding/decoding library - * \author Guido Casati, Robert Schmidt - * \date 2024 - * \version 0.1 - * \note - * \warning - */ - #include #include #include diff --git a/openair2/GNB_APP/L1_nr_paramdef.h b/openair2/GNB_APP/L1_nr_paramdef.h index d140275fa5..b09a5894b6 100644 --- a/openair2/GNB_APP/L1_nr_paramdef.h +++ b/openair2/GNB_APP/L1_nr_paramdef.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file L1_nr_paramdef.h +/*! * \brief definition of configuration parameters for all eNodeB modules - * \author Francois TABURET, WEI-TAI CHEN - * \date 2018 - * \version 0.1 - * \company NOKIA BellLabs France, NTUST - * \email: francois.taburet@nokia-bell-labs.com, kroempa@gmail.com - * \note - * \warning */ #ifndef __GNB_APP_L1_NR_PARAMDEF__H__ diff --git a/openair2/GNB_APP/MACRLC_nr_paramdef.h b/openair2/GNB_APP/MACRLC_nr_paramdef.h index 02b16c66b5..9c2a0cad53 100644 --- a/openair2/GNB_APP/MACRLC_nr_paramdef.h +++ b/openair2/GNB_APP/MACRLC_nr_paramdef.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file MACRLC_nr_paramdef.h +/*! * \brief definition of configuration parameters for all gNodeB modules - * \author Francois TABURET, WEI-TAI CHEN - * \date 2018 - * \version 0.1 - * \company NOKIA BellLabs France, NTUST - * \email: francois.taburet@nokia-bell-labs.com, kroempa@gmail.com - * \note - * \warning */ #ifndef __GNB_APP_MACRLC_NR_PARAMDEF__H__ diff --git a/openair2/GNB_APP/RRC_nr_paramsvalues.h b/openair2/GNB_APP/RRC_nr_paramsvalues.h index 6ac8443581..ba3786ed7b 100644 --- a/openair2/GNB_APP/RRC_nr_paramsvalues.h +++ b/openair2/GNB_APP/RRC_nr_paramsvalues.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file openair2/GNB_APP/RRC_nr_paramsvalues.h +/*! * \brief macro definitions for RRC authorized and asn1 parameters values, to be used in paramdef_t/chechedparam_t structure initializations - * \author Francois TABURET, WEI-TAI CHEN, Turker Yilmaz - * \date 2018 - * \version 0.1 - * \company NOKIA BellLabs France, NTUST, EURECOM - * \email: francois.taburet@nokia-bell-labs.com, kroempa@gmail.com, turker.yilmaz@eurecom.fr - * \note - * \warning */ #ifndef __NR_RRC_PARAMSVALUES__H__ diff --git a/openair2/GNB_APP/gnb_app.c b/openair2/GNB_APP/gnb_app.c index 9597f61430..58128e0cca 100644 --- a/openair2/GNB_APP/gnb_app.c +++ b/openair2/GNB_APP/gnb_app.c @@ -19,14 +19,6 @@ * contact@openairinterface.org */ -/* - gnb_app.c - ------------------- - AUTHOR : Laurent Winckel, Sebastien ROUX, Lionel GAUTHIER, Navid Nikaein, WEI-TAI CHEN - COMPANY : EURECOM, NTUST - EMAIL : Lionel.Gauthier@eurecom.fr and Navid Nikaein, kroempa@gmail.com -*/ - #include #include #include diff --git a/openair2/GNB_APP/gnb_app.h b/openair2/GNB_APP/gnb_app.h index 0b70ca0bdb..eb1a912353 100644 --- a/openair2/GNB_APP/gnb_app.h +++ b/openair2/GNB_APP/gnb_app.h @@ -19,14 +19,6 @@ * contact@openairinterface.org */ -/* - gnb_app.h - ------------------- - AUTHOR : Laurent Winckel, Sebastien ROUX, Lionel GAUTHIER, Navid Nikaein, WEI-TAI CHEN - COMPANY : EURECOM, NTUST - EMAIL : Lionel.Gauthier@eurecom.fr, kroempa@gmail.com -*/ - #ifndef GNB_APP_H_ #define GNB_APP_H_ diff --git a/openair2/GNB_APP/gnb_config.c b/openair2/GNB_APP/gnb_config.c index 9b89b536b2..e3e0faaa97 100644 --- a/openair2/GNB_APP/gnb_config.c +++ b/openair2/GNB_APP/gnb_config.c @@ -19,14 +19,6 @@ * contact@openairinterface.org */ -/* - gnb_config.c - ------------------- - AUTHOR : Lionel GAUTHIER, navid nikaein, Laurent Winckel, WEI-TAI CHEN - COMPANY : EURECOM, NTUST - EMAIL : Lionel.Gauthier@eurecom.fr, navid.nikaein@eurecom.fr, kroempa@gmail.com -*/ - #include "gnb_config.h" #include #include diff --git a/openair2/GNB_APP/gnb_config.h b/openair2/GNB_APP/gnb_config.h index 1f48358e67..343456e1a1 100644 --- a/openair2/GNB_APP/gnb_config.h +++ b/openair2/GNB_APP/gnb_config.h @@ -19,14 +19,6 @@ * contact@openairinterface.org */ -/* - gnb_config.h - ------------------- - AUTHOR : Lionel GAUTHIER, Navid Nikaein, Laurent Winckel, WEI-TAI CHEN - COMPANY : EURECOM, NTSUT - EMAIL : Lionel.Gauthier@eurecom.fr, navid.nikaein@eurecom.fr, kroempa@gmail.com -*/ - #ifndef GNB_CONFIG_H_ #define GNB_CONFIG_H_ #include diff --git a/openair2/GNB_APP/gnb_paramdef.h b/openair2/GNB_APP/gnb_paramdef.h index 8b140c5aac..b63a3ee26b 100644 --- a/openair2/GNB_APP/gnb_paramdef.h +++ b/openair2/GNB_APP/gnb_paramdef.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file gnb_paramdef.h +/*! * \brief definition of configuration parameters for all gNodeB modules - * \author Francois TABURET, WEI-TAI CHEN - * \date 2018 - * \version 0.1 - * \company NOKIA BellLabs France, NTUST - * \email: francois.taburet@nokia-bell-labs.com, kroempa@gmail.com - * \note - * \warning */ #ifndef __GNB_APP_GNB_PARAMDEF__H__ diff --git a/openair2/LAYER2/MAC/config.c b/openair2/LAYER2/MAC/config.c index 9b965420d6..0f5757128c 100644 --- a/openair2/LAYER2/MAC/config.c +++ b/openair2/LAYER2/MAC/config.c @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file config.c +/*! * \brief UE and eNB configuration performed by RRC or as a consequence of RRC procedures - * \author Navid Nikaein and Raymond Knopp - * \date 2010 - 2014 - * \version 0.1 - * \email navid.nikaein@eurecom.fr - * @ingroup _mac */ #include "common/platform_types.h" diff --git a/openair2/LAYER2/MAC/config_NB_IoT.h b/openair2/LAYER2/MAC/config_NB_IoT.h index 1821b4e12d..71fc7851f9 100644 --- a/openair2/LAYER2/MAC/config_NB_IoT.h +++ b/openair2/LAYER2/MAC/config_NB_IoT.h @@ -1,11 +1,6 @@ -/*! \file config_NB_IoT.h +/*! * \brief configured structures used by scheduler - * \author NTUST BMW Lab./ - * \date 2017 - * \email: - * \version 1.0 - * */ #ifndef __LAYER2_MAC_CONFIG_NB_IOT__H__ diff --git a/openair2/LAYER2/MAC/config_ue.c b/openair2/LAYER2/MAC/config_ue.c index 99ffd7ac07..90ecbe5929 100644 --- a/openair2/LAYER2/MAC/config_ue.c +++ b/openair2/LAYER2/MAC/config_ue.c @@ -21,14 +21,8 @@ */ -/*! \file config_ue.c +/*! * \brief UE configuration performed by RRC or as a consequence of RRC procedures / This includes FeMBMS UE procedures - * \author Navid Nikaein, Raymond Knopp and Javier Morgade - * \date 2010 - 2014 / 2019 - * \version 0.1 - * \email: navid.nikaein@eurecom.fr, javier.morgade@ieee.org - * @ingroup _mac - */ #include "common/platform_types.h" diff --git a/openair2/LAYER2/MAC/defs_NB_IoT.h b/openair2/LAYER2/MAC/defs_NB_IoT.h index d0b2570719..b872cdab6e 100644 --- a/openair2/LAYER2/MAC/defs_NB_IoT.h +++ b/openair2/LAYER2/MAC/defs_NB_IoT.h @@ -1,11 +1,6 @@ -/*! \file defs_NB_IoT.h +/*! * \brief MAC layer structures - * \author NTUST BMW Lab./ - * \date 2017 - * \email: - * \version 1.0 - * */ #ifndef __LAYER2_MAC_DEFS_NB_IOT_H__ #define __LAYER2_MAC_DEFS_NB_IOT_H__ diff --git a/openair2/LAYER2/MAC/eNB_scheduler.c b/openair2/LAYER2/MAC/eNB_scheduler.c index 1df8f590ef..9312bbc62a 100644 --- a/openair2/LAYER2/MAC/eNB_scheduler.c +++ b/openair2/LAYER2/MAC/eNB_scheduler.c @@ -19,14 +19,8 @@ * contact@openairinterface.org */ -/*! \file eNB_scheduler.c +/*! * \brief eNB scheduler top level function operates on per subframe basis - * \author Navid Nikaein and Raymond Knopp - * \date 2010 - 2014 - * \email: navid.nikaein@eurecom.fr - * \version 0.5 - * @ingroup _mac - */ #include "assertions.h" diff --git a/openair2/LAYER2/MAC/eNB_scheduler_RA.c b/openair2/LAYER2/MAC/eNB_scheduler_RA.c index 375059f315..a9ffea707a 100644 --- a/openair2/LAYER2/MAC/eNB_scheduler_RA.c +++ b/openair2/LAYER2/MAC/eNB_scheduler_RA.c @@ -19,14 +19,8 @@ * contact@openairinterface.org */ -/*! \file eNB_scheduler_RA.c +/*! * \brief primitives used for random access - * \author Navid Nikaein and Raymond Knopp - * \date 2010 - 2014 - * \email: navid.nikaein@eurecom.fr - * \version 1.0 - * @ingroup _mac - */ /* indented with: indent -kr eNB_scheduler_RA.c */ diff --git a/openair2/LAYER2/MAC/eNB_scheduler_bch.c b/openair2/LAYER2/MAC/eNB_scheduler_bch.c index fac997a663..a5329cfcb1 100644 --- a/openair2/LAYER2/MAC/eNB_scheduler_bch.c +++ b/openair2/LAYER2/MAC/eNB_scheduler_bch.c @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file eNB_scheduler_bch.c +/*! * \brief procedures related to eNB for the BCH transport channel - * \author Navid Nikaein and Raymond Knopp - * \date 2010 - 2014 - * \email: navid.nikaein@eurecom.fr - * \version 1.0 - * @ingroup _mac */ #include "assertions.h" diff --git a/openair2/LAYER2/MAC/eNB_scheduler_dlsch.c b/openair2/LAYER2/MAC/eNB_scheduler_dlsch.c index 5930c57898..b6a00121ee 100644 --- a/openair2/LAYER2/MAC/eNB_scheduler_dlsch.c +++ b/openair2/LAYER2/MAC/eNB_scheduler_dlsch.c @@ -19,14 +19,8 @@ * contact@openairinterface.org */ -/*! \file eNB_scheduler_dlsch.c +/*! * \brief procedures related to eNB for the DLSCH transport channel - * \author Navid Nikaein and Raymond Knopp - * \date 2010 - 2014 - * \email: navid.nikaein@eurecom.fr - * \version 1.0 - * @ingroup _mac - */ #define _GNU_SOURCE diff --git a/openair2/LAYER2/MAC/eNB_scheduler_fairRR.c b/openair2/LAYER2/MAC/eNB_scheduler_fairRR.c index 45a9fdb484..3069ba4a48 100644 --- a/openair2/LAYER2/MAC/eNB_scheduler_fairRR.c +++ b/openair2/LAYER2/MAC/eNB_scheduler_fairRR.c @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file eNB_scheduler_fairRR.h +/*! * \brief eNB scheduler fair round robin - * \author Masayuki Harada - * \date 2018 - * \email masayuki.harada@jp.fujitsu.com - * \version 1.0 - * @ingroup _mac */ #define _GNU_SOURCE diff --git a/openair2/LAYER2/MAC/eNB_scheduler_fairRR.h b/openair2/LAYER2/MAC/eNB_scheduler_fairRR.h index db977ca841..ee86948814 100644 --- a/openair2/LAYER2/MAC/eNB_scheduler_fairRR.h +++ b/openair2/LAYER2/MAC/eNB_scheduler_fairRR.h @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file eNB_scheduler_fairRR.h +/*! * \brief eNB scheduler fair round robin header - * \author Masayuki Harada - * \date 2018 - * \email masayuki.harada@jp.fujitsu.com - * \version 1.0 - * @ingroup _mac */ diff --git a/openair2/LAYER2/MAC/eNB_scheduler_mch.c b/openair2/LAYER2/MAC/eNB_scheduler_mch.c index 8147d6bb20..b322eb1992 100644 --- a/openair2/LAYER2/MAC/eNB_scheduler_mch.c +++ b/openair2/LAYER2/MAC/eNB_scheduler_mch.c @@ -19,14 +19,8 @@ * contact@openairinterface.org */ -/*! \file eNB_scheduler_mch.c +/*! * \brief procedures related to eNB for the MCH transport channel - * \author Navid Nikaein and Raymond Knopp - * \date 2012 - 2014 - * \email: navid.nikaein@eurecom.fr - * \version 1.0 - * @ingroup _mac - */ diff --git a/openair2/LAYER2/MAC/eNB_scheduler_phytest.c b/openair2/LAYER2/MAC/eNB_scheduler_phytest.c index db04ab143f..4f9b8becfd 100644 --- a/openair2/LAYER2/MAC/eNB_scheduler_phytest.c +++ b/openair2/LAYER2/MAC/eNB_scheduler_phytest.c @@ -19,14 +19,8 @@ * contact@openairinterface.org */ -/*! \file eNB_scheduler_dlsch.c +/*! * \brief procedures related to eNB for the DLSCH transport channel - * \author Navid Nikaein and Raymond Knopp - * \date 2010 - 2014 - * \email: navid.nikaein@eurecom.fr - * \version 1.0 - * @ingroup _mac - */ #include "assertions.h" diff --git a/openair2/LAYER2/MAC/eNB_scheduler_primitives.c b/openair2/LAYER2/MAC/eNB_scheduler_primitives.c index 60b5528096..c854d06e9e 100644 --- a/openair2/LAYER2/MAC/eNB_scheduler_primitives.c +++ b/openair2/LAYER2/MAC/eNB_scheduler_primitives.c @@ -19,14 +19,8 @@ * contact@openairinterface.org */ -/*! \file eNB_scheduler_primitives.c +/*! * \brief primitives used by eNB for BCH, RACH, ULSCH, DLSCH scheduling - * \author Navid Nikaein and Raymond Knopp - * \date 2010 - 2014 - * \email: navid.nikaein@eurecom.fr - * \version 1.0 - * @ingroup _mac - */ #include "assertions.h" diff --git a/openair2/LAYER2/MAC/eNB_scheduler_ulsch.c b/openair2/LAYER2/MAC/eNB_scheduler_ulsch.c index 1fe2b6967b..0d7e5a5228 100644 --- a/openair2/LAYER2/MAC/eNB_scheduler_ulsch.c +++ b/openair2/LAYER2/MAC/eNB_scheduler_ulsch.c @@ -19,14 +19,8 @@ * contact@openairinterface.org */ -/*! \file eNB_scheduler_ulsch.c +/*! * \brief eNB procedures for the ULSCH transport channel - * \author Navid Nikaein and Raymond Knopp - * \date 2010 - 2014 - * \email: navid.nikaein@eurecom.fr - * \version 1.0 - * @ingroup _mac - */ /* indented with: indent -kr eNB_scheduler_RA.c */ diff --git a/openair2/LAYER2/MAC/l1_helpers.c b/openair2/LAYER2/MAC/l1_helpers.c index e7cd775dcd..5d6c1e5151 100644 --- a/openair2/LAYER2/MAC/l1_helpers.c +++ b/openair2/LAYER2/MAC/l1_helpers.c @@ -19,15 +19,9 @@ * contact@openairinterface.org */ -/*! \file l1_helpers.c -* \brief phy helper function -* \author Navid Nikaein, Raymond Knopp -* \date 2012 - 2014 -* \version 1.0 -* \email navid.nikaein@eurecom.fr -* @ingroup _mac - -*/ +/*! + * \brief phy helper function + */ #include "mac.h" #include "mac_extern.h" diff --git a/openair2/LAYER2/MAC/mac.h b/openair2/LAYER2/MAC/mac.h index 1e51704185..1f967c13c5 100644 --- a/openair2/LAYER2/MAC/mac.h +++ b/openair2/LAYER2/MAC/mac.h @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file mac.h -* \brief MAC data structures, constant, and function prototype -* \author Navid Nikaein and Raymond Knopp -* \date 2011 -* \version 0.5 -* \email navid.nikaein@eurecom.fr - -*/ +/*! + * \brief MAC data structures, constant, and function prototype + */ /** @defgroup _oai2 openair2 Reference Implementation * @ingroup _ref_implementation_ * @{ diff --git a/openair2/LAYER2/MAC/mac_extern.h b/openair2/LAYER2/MAC/mac_extern.h index 16ced80f48..fb51c58e57 100644 --- a/openair2/LAYER2/MAC/mac_extern.h +++ b/openair2/LAYER2/MAC/mac_extern.h @@ -19,16 +19,6 @@ * contact@openairinterface.org */ -/*! \file mac_extern.h -* \brief mac externs -* \author Navid Nikaein and Raymond Knopp -* \date 2010 - 2014 -* \version 1.0 -* \email navid.nikaein@eurecom.fr -* @ingroup _mac - -*/ - #ifndef __MAC_EXTERN_H__ #define __MAC_EXTERN_H__ diff --git a/openair2/LAYER2/MAC/mac_proto.h b/openair2/LAYER2/MAC/mac_proto.h index bf060eb820..9d994c5765 100644 --- a/openair2/LAYER2/MAC/mac_proto.h +++ b/openair2/LAYER2/MAC/mac_proto.h @@ -19,13 +19,6 @@ * contact@openairinterface.org */ -/*! \file mac_proto.h - * \brief MAC functions prototypes for eNB and UE - * \author Navid Nikaein and Raymond Knopp - * \date 2010 - 2014 - * \email navid.nikaein@eurecom.fr - * \version 1.0 - */ #ifndef __LAYER2_MAC_PROTO_H__ #define __LAYER2_MAC_PROTO_H__ diff --git a/openair2/LAYER2/MAC/main.c b/openair2/LAYER2/MAC/main.c index 9fdf0cb75a..b2f4132b05 100644 --- a/openair2/LAYER2/MAC/main.c +++ b/openair2/LAYER2/MAC/main.c @@ -19,16 +19,6 @@ * contact@openairinterface.org */ -/*! \file main.c - * \brief top init of Layer 2 - * \author Navid Nikaein and Raymond Knopp - * \date 2010 - 2014 - * \version 1.0 - * \email: navid.nikaein@eurecom.fr - * @ingroup _mac - - */ - #include #include "mac.h" #include "mac_proto.h" diff --git a/openair2/LAYER2/MAC/main_ue.c b/openair2/LAYER2/MAC/main_ue.c index 324668b981..9c8ad2dd07 100644 --- a/openair2/LAYER2/MAC/main_ue.c +++ b/openair2/LAYER2/MAC/main_ue.c @@ -19,16 +19,6 @@ * contact@openairinterface.org */ -/*! \file main.c - * \brief top init of Layer 2 - * \author Navid Nikaein and Raymond Knopp - * \date 2010 - 2014 - * \version 1.0 - * \email: navid.nikaein@eurecom.fr - * @ingroup _mac - - */ - #include "mac.h" #include "mac_proto.h" #include "mac_extern.h" diff --git a/openair2/LAYER2/MAC/pre_processor.c b/openair2/LAYER2/MAC/pre_processor.c index 0d086e6f6a..fa1fb72526 100644 --- a/openair2/LAYER2/MAC/pre_processor.c +++ b/openair2/LAYER2/MAC/pre_processor.c @@ -19,14 +19,8 @@ * contact@openairinterface.org */ -/*! \file pre_processor.c +/*! * \brief eNB scheduler preprocessing fuction prior to scheduling - * \author Navid Nikaein and Ankit Bhamri - * \date 2013 - 2014 - * \email navid.nikaein@eurecom.fr - * \version 1.0 - * @ingroup _mac - */ #define _GNU_SOURCE diff --git a/openair2/LAYER2/MAC/proto_NB_IoT.h b/openair2/LAYER2/MAC/proto_NB_IoT.h index 219c5e441d..baa52e5395 100644 --- a/openair2/LAYER2/MAC/proto_NB_IoT.h +++ b/openair2/LAYER2/MAC/proto_NB_IoT.h @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file LAYER2/MAC/proto_NB_IoT.h +/*! * \brief MAC functions prototypes for eNB and UE - * \author Navid Nikaein and Raymond Knopp - * \date 2010 - 2014 - * \email navid.nikaein@eurecom.fr - * \version 1.0 */ #ifndef __LAYER2_MAC_PROTO_NB_IoT_H__ diff --git a/openair2/LAYER2/MAC/ra_procedures.c b/openair2/LAYER2/MAC/ra_procedures.c index b3b712ff0f..de335a76c9 100644 --- a/openair2/LAYER2/MAC/ra_procedures.c +++ b/openair2/LAYER2/MAC/ra_procedures.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file ra_procedures.c +/*! * \brief Routines for UE MAC-layer Random-access procedures (36.321) V8.6 2009-03 - * \author R. Knopp and Navid Nikaein - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr navid.nikaein@eurecom.fr - * \note - * \warning */ #include "mac_extern.h" diff --git a/openair2/LAYER2/MAC/rar_tools.c b/openair2/LAYER2/MAC/rar_tools.c index c81b720326..117422fed9 100644 --- a/openair2/LAYER2/MAC/rar_tools.c +++ b/openair2/LAYER2/MAC/rar_tools.c @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file rar_tools.c +/*! * \brief random access tools - * \author Raymond Knopp and navid nikaein - * \date 2011 - 2014 - * \version 1.0 - * @ingroup _mac - */ #include "mac.h" diff --git a/openair2/LAYER2/MAC/rar_tools_ue.c b/openair2/LAYER2/MAC/rar_tools_ue.c index 6a0dd5c065..8cf34719cd 100644 --- a/openair2/LAYER2/MAC/rar_tools_ue.c +++ b/openair2/LAYER2/MAC/rar_tools_ue.c @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file rar_tools.c +/*! * \brief random access tools - * \author Raymond Knopp and navid nikaein - * \date 2011 - 2014 - * \version 1.0 - * @ingroup _mac - */ #include "mac.h" diff --git a/openair2/LAYER2/MAC/slicing/slicing.c b/openair2/LAYER2/MAC/slicing/slicing.c index cd31671c02..db0ad602d6 100644 --- a/openair2/LAYER2/MAC/slicing/slicing.c +++ b/openair2/LAYER2/MAC/slicing/slicing.c @@ -20,11 +20,7 @@ */ /*! - * \file slicing.c * \brief Generic slicing helper functions and Static Slicing Implementation - * \author Robert Schmidt - * \date 2020 - * \email robert.schmidt@eurecom.fr */ #define _GNU_SOURCE diff --git a/openair2/LAYER2/MAC/slicing/slicing.h b/openair2/LAYER2/MAC/slicing/slicing.h index 1099b50ea0..40e700525b 100644 --- a/openair2/LAYER2/MAC/slicing/slicing.h +++ b/openair2/LAYER2/MAC/slicing/slicing.h @@ -20,11 +20,7 @@ */ /*! - * \file slicing.h * \brief General slice definition and helper parameters - * \author Robert Schmidt - * \date 2020 - * \email robert.schmidt@eurecom.fr */ #ifndef __SLICING_H__ diff --git a/openair2/LAYER2/MAC/slicing/slicing_internal.h b/openair2/LAYER2/MAC/slicing/slicing_internal.h index 744f8924d9..6b00fb0c5f 100644 --- a/openair2/LAYER2/MAC/slicing/slicing_internal.h +++ b/openair2/LAYER2/MAC/slicing/slicing_internal.h @@ -20,11 +20,7 @@ */ /*! - * \file slicing_internal.h * \brief Internal slice helper functions - * \author Robert Schmidt - * \date 2020 - * \email robert.schmidt@eurecom.fr */ #ifndef __SLICING_INTERNAL_H__ diff --git a/openair2/LAYER2/MAC/ue_procedures.c b/openair2/LAYER2/MAC/ue_procedures.c index 69beaa7281..cdbb3897b2 100644 --- a/openair2/LAYER2/MAC/ue_procedures.c +++ b/openair2/LAYER2/MAC/ue_procedures.c @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file ue_procedures.c +/*! * \brief primitives to build the asn1 messages / primitives to build FeMBMS asn1 messages - * \author Raymond Knopp, Navid Nikaein and Javier Morgade - * \date 2011 / 2019 - * \version 1.0 - * \company Eurecom - * \email: raymond.knopp@eurecom.fr, navid.nikaein@eurecom.fr javier.morgade@ieee.org */ #include "mac_extern.h" diff --git a/openair2/LAYER2/NR_MAC_COMMON/nr_compute_tbs_common.c b/openair2/LAYER2/NR_MAC_COMMON/nr_compute_tbs_common.c index 1643d4e732..59014cc58f 100644 --- a/openair2/LAYER2/NR_MAC_COMMON/nr_compute_tbs_common.c +++ b/openair2/LAYER2/NR_MAC_COMMON/nr_compute_tbs_common.c @@ -19,10 +19,6 @@ * contact@openairinterface.org */ -/* file: nr_compute_tbs.c - purpose: Compute NR TBS - author: Hongzhi WANG (TCL) -*/ #define INDEX_MAX_TBS_TABLE (93) #include "common/utils/nr/nr_common.h" diff --git a/openair2/LAYER2/NR_MAC_COMMON/nr_mac.h b/openair2/LAYER2/NR_MAC_COMMON/nr_mac.h index 53349cae8d..36ad94efb7 100644 --- a/openair2/LAYER2/NR_MAC_COMMON/nr_mac.h +++ b/openair2/LAYER2/NR_MAC_COMMON/nr_mac.h @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/* \file nr_mac.h - * \brief common MAC data structures and constants - * \author R. Knopp, K.H. HSU, G. Casati - * \date 2019 - * \version 0.1 - * \company Eurecom / NTUST / Fraunhofer IIS - * \email: knopp@eurecom.fr, kai-hsiang.hsu@eurecom.fr, guido.casati@iis.fraunhofer.de - * \note - * \warning - */ - #ifndef __LAYER2_NR_MAC_H__ #define __LAYER2_NR_MAC_H__ diff --git a/openair2/LAYER2/NR_MAC_COMMON/nr_mac_common.c b/openair2/LAYER2/NR_MAC_COMMON/nr_mac_common.c index b1765f7c38..5dd270e622 100644 --- a/openair2/LAYER2/NR_MAC_COMMON/nr_mac_common.c +++ b/openair2/LAYER2/NR_MAC_COMMON/nr_mac_common.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file nr_mac_common.c - * \brief Common MAC/PHY functions for NR UE and gNB - * \author Florian Kaltenberger and Raymond Knopp - * \date 2019 - * \version 0.1 - * \company Eurecom, NTUST - * \email: florian.kalteberger@eurecom.fr, raymond.knopp@eurecom.fr - * @ingroup _mac - - */ - #include #include "nr_mac.h" #include "nr_mac_common.h" diff --git a/openair2/LAYER2/NR_MAC_COMMON/nr_mac_common.h b/openair2/LAYER2/NR_MAC_COMMON/nr_mac_common.h index 74baa8462f..2ad2b38a47 100644 --- a/openair2/LAYER2/NR_MAC_COMMON/nr_mac_common.h +++ b/openair2/LAYER2/NR_MAC_COMMON/nr_mac_common.h @@ -19,15 +19,6 @@ * contact@openairinterface.org */ -/*! \file mac.h -* \brief common MAC function prototypes -* \author Navid Nikaein and Raymond Knopp, WIE-TAI CHEN -* \date Dec. 2019 -* \version 0.1 -* \company Eurecom -* \email raymond.knopp@eurecom.fr -*/ - #ifndef __LAYER2_NR_MAC_COMMON_H__ #define __LAYER2_NR_MAC_COMMON_H__ diff --git a/openair2/LAYER2/NR_MAC_COMMON/nr_prach_config.h b/openair2/LAYER2/NR_MAC_COMMON/nr_prach_config.h index 5898e2b80c..3eb790105d 100644 --- a/openair2/LAYER2/NR_MAC_COMMON/nr_prach_config.h +++ b/openair2/LAYER2/NR_MAC_COMMON/nr_prach_config.h @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file openair2/LAYER2/NR_MAC_COMMON/nr_prach_config.h +/*! * \brief Tools to query the PRACH configuration tables -* \author Romain beurdouche -* \date Jul. 2025 -* \version 0.1 -* \company Eurecom -* \email romain.beurdouche@eurecom.fr * \note The PRACH configuration tables are used in the MAC layer for scheduling and beyond. * For example the PRACH duration is requested in the O-RAN 7.2 FrontHaul Interface */ diff --git a/openair2/LAYER2/NR_MAC_UE/config_ue.c b/openair2/LAYER2/NR_MAC_UE/config_ue.c index 8dcc2e398c..22dfd82638 100644 --- a/openair2/LAYER2/NR_MAC_UE/config_ue.c +++ b/openair2/LAYER2/NR_MAC_UE/config_ue.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/* \file config_ue.c +/* * \brief UE configuration performed by RRC or as a consequence of RRC procedures - * \author R. Knopp, K.H. HSU - * \date 2018 - * \version 0.1 - * \company Eurecom / NTUST - * \email: knopp@eurecom.fr, kai-hsiang.hsu@eurecom.fr - * \note - * \warning */ #define _GNU_SOURCE diff --git a/openair2/LAYER2/NR_MAC_UE/mac_defs.h b/openair2/LAYER2/NR_MAC_UE/mac_defs.h index df970600d5..31c1dd9565 100644 --- a/openair2/LAYER2/NR_MAC_UE/mac_defs.h +++ b/openair2/LAYER2/NR_MAC_UE/mac_defs.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/* \file mac_defs.h +/* * \brief MAC data structures and constants - * \author R. Knopp, K.H. HSU - * \date 2018 - * \version 0.1 - * \company Eurecom / NTUST - * \email: knopp@eurecom.fr, kai-hsiang.hsu@eurecom.fr - * \note - * \warning */ #ifndef __LAYER2_NR_MAC_DEFS_H__ diff --git a/openair2/LAYER2/NR_MAC_UE/mac_proto.h b/openair2/LAYER2/NR_MAC_UE/mac_proto.h index 91783894b3..10d7575650 100644 --- a/openair2/LAYER2/NR_MAC_UE/mac_proto.h +++ b/openair2/LAYER2/NR_MAC_UE/mac_proto.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/* \file proto.h +/* * \brief MAC functions prototypes for gNB and UE - * \author R. Knopp, K.H. HSU - * \date 2018 - * \version 0.1 - * \company Eurecom / NTUST - * \email: knopp@eurecom.fr, kai-hsiang.hsu@eurecom.fr - * \note - * \warning */ #ifndef __LAYER2_MAC_UE_PROTO_H__ diff --git a/openair2/LAYER2/NR_MAC_UE/mac_tables.c b/openair2/LAYER2/NR_MAC_UE/mac_tables.c index 90cdc26fe4..3f4e661773 100644 --- a/openair2/LAYER2/NR_MAC_UE/mac_tables.c +++ b/openair2/LAYER2/NR_MAC_UE/mac_tables.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/* \file vars.h +/* * \brief MAC Layer variables - * \author R. Knopp, K.H. HSU - * \date 2018 - * \version 0.1 - * \company Eurecom / NTUST - * \email: knopp@eurecom.fr, kai-hsiang.hsu@eurecom.fr - * \note - * \warning */ #include diff --git a/openair2/LAYER2/NR_MAC_UE/main_ue_nr.c b/openair2/LAYER2/NR_MAC_UE/main_ue_nr.c index 9230294ca6..53d2fd708b 100644 --- a/openair2/LAYER2/NR_MAC_UE/main_ue_nr.c +++ b/openair2/LAYER2/NR_MAC_UE/main_ue_nr.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/* \file main_ue_nr.c - * \brief top init of Layer 2 - * \author R. Knopp, K.H. HSU - * \date 2018 - * \version 0.1 - * \company Eurecom / NTUST - * \email: knopp@eurecom.fr, kai-hsiang.hsu@eurecom.fr - * \note - * \warning - */ - //#include "defs.h" #include "mac_proto.h" #include "radio/COMMON/common_lib.h" diff --git a/openair2/LAYER2/NR_MAC_UE/nr_ra_procedures.c b/openair2/LAYER2/NR_MAC_UE/nr_ra_procedures.c index 1d534ee80d..d36838a473 100644 --- a/openair2/LAYER2/NR_MAC_UE/nr_ra_procedures.c +++ b/openair2/LAYER2/NR_MAC_UE/nr_ra_procedures.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file ra_procedures.c +/*! * \brief Routines for UE MAC-layer Random Access procedures (TS 38.321, Release 15) - * \author R. Knopp, Navid Nikaein, Guido Casati - * \date 2019 - * \version 0.1 - * \company Eurecom - * \email: knopp@eurecom.fr navid.nikaein@eurecom.fr, guido.casati@iis.fraunhofer.de - * \note - * \warning */ /* RRC */ diff --git a/openair2/LAYER2/NR_MAC_UE/nr_ue_dci_configuration.c b/openair2/LAYER2/NR_MAC_UE/nr_ue_dci_configuration.c index e70366a274..aaed42f2ad 100644 --- a/openair2/LAYER2/NR_MAC_UE/nr_ue_dci_configuration.c +++ b/openair2/LAYER2/NR_MAC_UE/nr_ue_dci_configuration.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/* \file nr_ue_dci_configuration.c +/* * \brief functions for generating dci search procedures based on RRC Serving Cell Group Configuration - * \author R. Knopp, G. Casati - * \date 2020 - * \version 0.2 - * \company Eurecom, Fraunhofer IIS - * \email: knopp@eurecom.fr, guido.casati@iis.fraunhofer.de - * \note - * \warning */ #include "mac_proto.h" diff --git a/openair2/LAYER2/NR_MAC_UE/nr_ue_power_procedures.c b/openair2/LAYER2/NR_MAC_UE/nr_ue_power_procedures.c index 668efba2f5..afe92a7175 100644 --- a/openair2/LAYER2/NR_MAC_UE/nr_ue_power_procedures.c +++ b/openair2/LAYER2/NR_MAC_UE/nr_ue_power_procedures.c @@ -19,14 +19,8 @@ * contact@openairinterface.org */ -/*! \file ra_procedures.c +/*! * \brief Routines for UE MAC-layer power control procedures - * \author Francesco Mani - * \date 2023 - * \version 0.1 - * \email: email@francescomani.it - * \note - * \warning */ #include "LAYER2/NR_MAC_UE/mac_proto.h" diff --git a/openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c b/openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c index d60fd6bfd3..6614d380e0 100644 --- a/openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c +++ b/openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/* \file ue_procedures.c +/* * \brief procedures related to UE - * \author R. Knopp, K.H. HSU, G. Casati - * \date 2018 - * \version 0.1 - * \company Eurecom / NTUST - * \email: knopp@eurecom.fr, kai-hsiang.hsu@eurecom.fr, guido.casati@iis.fraunhofer.de - * \note - * \warning */ diff --git a/openair2/LAYER2/NR_MAC_UE/nr_ue_scheduler.c b/openair2/LAYER2/NR_MAC_UE/nr_ue_scheduler.c index 071514cbaa..727e70d00d 100644 --- a/openair2/LAYER2/NR_MAC_UE/nr_ue_scheduler.c +++ b/openair2/LAYER2/NR_MAC_UE/nr_ue_scheduler.c @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/* \file nr_ue_scheduler.c +/* * \brief Routines for UE scheduling - * \author Guido Casati - * \date Jan 2021 - * \version 0.1 - * \company Fraunhofer IIS - * \email guido.casati@iis.fraunhofer.de */ #include diff --git a/openair2/LAYER2/NR_MAC_gNB/config.c b/openair2/LAYER2/NR_MAC_gNB/config.c index 4a755246db..ab46c51d17 100644 --- a/openair2/LAYER2/NR_MAC_gNB/config.c +++ b/openair2/LAYER2/NR_MAC_gNB/config.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file config.c +/*! * \brief gNB configuration performed by RRC or as a consequence of RRC procedures - * \author Navid Nikaein and Raymond Knopp, WEI-TAI CHEN - * \date 2010 - 2014, 2018 - * \version 0.1 - * \company Eurecom, NTUST - * \email: navid.nikaein@eurecom.fr, kroempa@gmail.com - * @ingroup _mac - */ #include diff --git a/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler.c b/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler.c index 4df7f690a1..72aa8cd6e7 100644 --- a/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler.c +++ b/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file gNB_scheduler.c - * \brief gNB scheduler top level function operates on per subframe basis - * \author Navid Nikaein and Raymond Knopp, WEI-TAI CHEN - * \date 2010 - 2014, 2018 - * \email: navid.nikaein@eurecom.fr, kroempa@gmail.com - * \version 0.5 - * \company Eurecom, NTUST - * @ingroup _mac - - */ - #include "assertions.h" #include "NR_MAC_gNB/mac_proto.h" diff --git a/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_RA.c b/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_RA.c index 83e1b6c699..1353b172cf 100644 --- a/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_RA.c +++ b/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_RA.c @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file gNB_scheduler_RA.c +/*! * \brief primitives used for random access - * \author Guido Casati - * \date 2019 - * \email: guido.casati@iis.fraunhofer.de - * \version */ #include "common/platform_types.h" diff --git a/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_bch.c b/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_bch.c index 564038e7bc..155e60f3e9 100644 --- a/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_bch.c +++ b/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_bch.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file gNB_scheduler_bch.c +/*! * \brief procedures related to gNB for the BCH transport channel - * \author Navid Nikaein and Raymond Knopp, WEI-TAI CHEN - * \date 2010 - 2014, 2018 - * \email: navid.nikaein@eurecom.fr, kroempa@gmail.com - * \version 1.0 - * \company Eurecom, NTUST - * @ingroup _mac - */ #include "assertions.h" diff --git a/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_dlsch.c b/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_dlsch.c index 7a0ad19b7a..89898f64c5 100644 --- a/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_dlsch.c +++ b/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_dlsch.c @@ -19,14 +19,8 @@ * contact@openairinterface.org */ -/*! \file gNB_scheduler_dlsch.c +/*! * \brief procedures related to gNB for the DLSCH transport channel - * \author Guido Casati - * \date 2019 - * \email: guido.casati@iis.fraunhofe.de - * \version 1.0 - * @ingroup _mac - */ #include "common/utils/nr/nr_common.h" diff --git a/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_phytest.c b/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_phytest.c index d74a52cafe..d31dbf3d4c 100644 --- a/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_phytest.c +++ b/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_phytest.c @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file gNB_scheduler_phytest.c +/*! * \brief gNB scheduling procedures in phy_test mode - * \author Guy De Souza, G. Casati - * \date 07/2018 - * \email: desouza@eurecom.fr, guido.casati@iis.fraunhofer.de - * \version 1.0 - * @ingroup _mac */ #include "nr_mac_gNB.h" diff --git a/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_primitives.c b/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_primitives.c index 57124286b6..d104dfb53c 100644 --- a/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_primitives.c +++ b/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_primitives.c @@ -19,14 +19,8 @@ * contact@openairinterface.org */ -/*! \file gNB_scheduler_primitives.c +/*! * \brief primitives used by gNB for BCH, RACH, ULSCH, DLSCH scheduling - * \author Raymond Knopp, Guy De Souza - * \date 2018, 2019 - * \email: knopp@eurecom.fr, desouza@eurecom.fr - * \version 1.0 - * \company Eurecom - * @ingroup _mac */ #include diff --git a/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_ulsch.c b/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_ulsch.c index 09f59775c4..7043782703 100644 --- a/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_ulsch.c +++ b/openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_ulsch.c @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file gNB_scheduler_ulsch.c +/*! * \brief gNB procedures for the ULSCH transport channel - * \author Navid Nikaein and Raymond Knopp, Guido Casati - * \date 2019 - * \email: guido.casati@iis.fraunhofer.de - * \version 1.0 - * @ingroup _mac */ diff --git a/openair2/LAYER2/NR_MAC_gNB/mac_proto.h b/openair2/LAYER2/NR_MAC_gNB/mac_proto.h index da45663893..4063b063e6 100644 --- a/openair2/LAYER2/NR_MAC_gNB/mac_proto.h +++ b/openair2/LAYER2/NR_MAC_gNB/mac_proto.h @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file mac_proto.h +/*! * \brief MAC functions prototypes for gNB - * \author Navid Nikaein and Raymond Knopp, WEI-TAI CHEN - * \date 2010 - 2014, 2018 - * \email navid.nikaein@eurecom.fr, kroempa@gmail.com - * \version 1.0 - * \company Eurecom, NTUST */ #ifndef __LAYER2_NR_MAC_PROTO_H__ diff --git a/openair2/LAYER2/NR_MAC_gNB/main.c b/openair2/LAYER2/NR_MAC_gNB/main.c index f13014e408..5e6ae1e671 100644 --- a/openair2/LAYER2/NR_MAC_gNB/main.c +++ b/openair2/LAYER2/NR_MAC_gNB/main.c @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file main.c - * \brief top init of Layer 2 - * \author Navid Nikaein and Raymond Knopp, WEI-TAI CHEN - * \date 2010 - 2014, 2018 - * \version 1.0 - * \company Eurecom, NTUST - * \email: navid.nikaein@eurecom.fr, kroempa@gmail.com - * @ingroup _mac - - */ - #include #include #include diff --git a/openair2/LAYER2/NR_MAC_gNB/nr_mac_gNB.h b/openair2/LAYER2/NR_MAC_gNB/nr_mac_gNB.h index 08d2ab4d08..9ba80e82c5 100644 --- a/openair2/LAYER2/NR_MAC_gNB/nr_mac_gNB.h +++ b/openair2/LAYER2/NR_MAC_gNB/nr_mac_gNB.h @@ -19,18 +19,8 @@ * contact@openairinterface.org */ -/*! \file mac.h -* \brief MAC data structures, constant, and function prototype -* \author Navid Nikaein and Raymond Knopp, WIE-TAI CHEN -* \date 2011, 2018 -* \version 0.5 -* \company Eurecom, NTUST -* \email navid.nikaein@eurecom.fr, kroempa@gmail.com - -*/ -/** @defgroup _oai2 openair2 Reference Implementation - * @ingroup _ref_implementation_ - * @{ +/*! + * \brief MAC data structures, constant, and function prototype */ /*@}*/ diff --git a/openair2/LAYER2/PDCP_v10.1.0/pdcp.c b/openair2/LAYER2/PDCP_v10.1.0/pdcp.c index fdb5204081..4cc1171600 100644 --- a/openair2/LAYER2/PDCP_v10.1.0/pdcp.c +++ b/openair2/LAYER2/PDCP_v10.1.0/pdcp.c @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file pdcp.c +/*! * \brief pdcp interface with RLC - * \author Navid Nikaein and Lionel GAUTHIER - * \date 2009-2012 - * \email navid.nikaein@eurecom.fr - * \version 1.0 */ #define PDCP_C diff --git a/openair2/LAYER2/PDCP_v10.1.0/pdcp.h b/openair2/LAYER2/PDCP_v10.1.0/pdcp.h index d1bd545614..75fe12faa3 100644 --- a/openair2/LAYER2/PDCP_v10.1.0/pdcp.h +++ b/openair2/LAYER2/PDCP_v10.1.0/pdcp.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file LAYER2/PDCP_v10.1.0/pdcp.h +/*! * \brief pdcp interface with RLC, RRC -* \author Lionel GAUTHIER and Navid Nikaein -* \date 2009-2012 -* \version 1.0 */ /** @defgroup _pdcp PDCP diff --git a/openair2/LAYER2/PDCP_v10.1.0/pdcp_fifo.c b/openair2/LAYER2/PDCP_v10.1.0/pdcp_fifo.c index 0deeb692cc..d36cdb63bb 100644 --- a/openair2/LAYER2/PDCP_v10.1.0/pdcp_fifo.c +++ b/openair2/LAYER2/PDCP_v10.1.0/pdcp_fifo.c @@ -19,14 +19,8 @@ * contact@openairinterface.org */ -/*! \file pdcp_fifo.c +/*! * \brief pdcp interface with linux IP interface, have a look at http://man7.org/linux/man-pages/man7/netlink.7.html for netlink - * \author Navid Nikaein and Lionel GAUTHIER - * \date 2009 - 2016 - * \version 0.5 - * \email navid.nikaein@eurecom.fr - * \warning This component can be runned only in user-space - * @ingroup pdcp */ diff --git a/openair2/LAYER2/PDCP_v10.1.0/pdcp_primitives.c b/openair2/LAYER2/PDCP_v10.1.0/pdcp_primitives.c index c27eef4e67..d41e23d101 100644 --- a/openair2/LAYER2/PDCP_v10.1.0/pdcp_primitives.c +++ b/openair2/LAYER2/PDCP_v10.1.0/pdcp_primitives.c @@ -19,12 +19,9 @@ * contact@openairinterface.org */ -/*! \file pdcp_primitives.c -* \brief PDCP PDU buffer dissector code -* \author Baris Demiray -* \date 2011 -* \version 0.1 -*/ +/*! + * \brief PDCP PDU buffer dissector code + */ #include "common/utils/LOG/log.h" #include "common/platform_types.h" diff --git a/openair2/LAYER2/PDCP_v10.1.0/pdcp_primitives.h b/openair2/LAYER2/PDCP_v10.1.0/pdcp_primitives.h index 49a3930aec..5a649df519 100644 --- a/openair2/LAYER2/PDCP_v10.1.0/pdcp_primitives.h +++ b/openair2/LAYER2/PDCP_v10.1.0/pdcp_primitives.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file LAYER2/PDCP_v10.1.0/pdcp_primitives.h +/*! * \brief pdcp primitives -* \author Baris Demiray and Navid Nikaein -* \date 2009-2012 -* \version 1.0 */ /** \addtogroup _pdcp diff --git a/openair2/LAYER2/PDCP_v10.1.0/pdcp_security.c b/openair2/LAYER2/PDCP_v10.1.0/pdcp_security.c index e969467231..1a7a29d657 100644 --- a/openair2/LAYER2/PDCP_v10.1.0/pdcp_security.c +++ b/openair2/LAYER2/PDCP_v10.1.0/pdcp_security.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file pdcp_security.c +/*! * \brief PDCP Security Methods - * \author ROUX Sebastie and Navid Nikaein - * \email openair_tech@eurecom.fr, navid.nikaein@eurecom.fr - * \date 2014 */ #include diff --git a/openair2/LAYER2/PDCP_v10.1.0/pdcp_sequence_manager.c b/openair2/LAYER2/PDCP_v10.1.0/pdcp_sequence_manager.c index 5aa5e33304..62e992ca62 100644 --- a/openair2/LAYER2/PDCP_v10.1.0/pdcp_sequence_manager.c +++ b/openair2/LAYER2/PDCP_v10.1.0/pdcp_sequence_manager.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file pdcp_sequence_manager.c +/*! * \brief PDCP Sequence Numbering Methods -* \author Baris Demiray and Navid Nikaein -* \email navid.nikaein@eurecom.fr -* \date 2014 */ #include "pdcp_sequence_manager.h" diff --git a/openair2/LAYER2/PDCP_v10.1.0/pdcp_sequence_manager.h b/openair2/LAYER2/PDCP_v10.1.0/pdcp_sequence_manager.h index bff98d1b00..acd350b4bf 100644 --- a/openair2/LAYER2/PDCP_v10.1.0/pdcp_sequence_manager.h +++ b/openair2/LAYER2/PDCP_v10.1.0/pdcp_sequence_manager.h @@ -19,10 +19,8 @@ * contact@openairinterface.org */ -/*! \file pdcp_sequence_manager.h +/*! * \brief PDCP Sequence Numbering Methods -* \author Baris Demiray -* \date 2011 */ #ifndef PDCP_SEQUENCE_MANAGER_H diff --git a/openair2/LAYER2/PDCP_v10.1.0/pdcp_util.c b/openair2/LAYER2/PDCP_v10.1.0/pdcp_util.c index 79f6d68820..e63078dda9 100644 --- a/openair2/LAYER2/PDCP_v10.1.0/pdcp_util.c +++ b/openair2/LAYER2/PDCP_v10.1.0/pdcp_util.c @@ -19,10 +19,8 @@ * contact@openairinterface.org */ -/*! \file pdcp_util.c +/*! * \brief PDCP Util Methods -* \author Baris Demiray -* \date 2012 */ #include diff --git a/openair2/LAYER2/PDCP_v10.1.0/pdcp_util.h b/openair2/LAYER2/PDCP_v10.1.0/pdcp_util.h index 64fa304165..a0effb6e24 100644 --- a/openair2/LAYER2/PDCP_v10.1.0/pdcp_util.h +++ b/openair2/LAYER2/PDCP_v10.1.0/pdcp_util.h @@ -19,12 +19,6 @@ * contact@openairinterface.org */ -/*! \file pdcp_util.h -* \brief PDCP Util Methods -* \author Baris Demiray -* \date 2011 -*/ - #ifndef PDCP_UTIL_H #define PDCP_UTIL_H diff --git a/openair2/LAYER2/RLC/rlc.h b/openair2/LAYER2/RLC/rlc.h index cd9f34b750..e01a84bad8 100644 --- a/openair2/LAYER2/RLC/rlc.h +++ b/openair2/LAYER2/RLC/rlc.h @@ -19,14 +19,8 @@ * contact@openairinterface.org */ -/*! \file rlc.h +/*! * \brief This file, and only this file must be included by external code that interact with RLC layer. -* \author GAUTHIER Lionel -* \date 2010-2011 -* \version -* \note -* \bug -* \warning */ /** @defgroup _rlc_impl_ RLC * @ingroup _oai2 diff --git a/openair2/LAYER2/nr_rlc/nr_rlc_oai_api.h b/openair2/LAYER2/nr_rlc/nr_rlc_oai_api.h index cf5d088834..97e8656111 100644 --- a/openair2/LAYER2/nr_rlc/nr_rlc_oai_api.h +++ b/openair2/LAYER2/nr_rlc/nr_rlc_oai_api.h @@ -19,14 +19,8 @@ * contact@openairinterface.org */ -/*! \file nr_rlc_oai_api.h +/*! * \brief Header file for nr_rlc_oai_api - * \author Guido Casati - * \date 2020 - * \email: guido.casati@iis.fraunhofe.de - * \version 1.0 - * @ingroup _rlc - */ #include "NR_RLC-BearerConfig.h" diff --git a/openair2/LAYER2/openair2_proc.c b/openair2/LAYER2/openair2_proc.c index d68232b2e2..9b548fe1f4 100644 --- a/openair2/LAYER2/openair2_proc.c +++ b/openair2/LAYER2/openair2_proc.c @@ -20,13 +20,7 @@ */ /****************************************************************************** - \file openair2_proc # \brief print openair2 overall statistics -# \author Navid Nikaein -# \date 2013-2015 -# \version 0.2 -# \email navid.nikaein@eurecom.fr -# @ingroup _openair2 */ #include diff --git a/openair2/M2AP/m2ap_MCE.c b/openair2/M2AP/m2ap_MCE.c index f3d2fb2e7a..f5dee63ff3 100644 --- a/openair2/M2AP/m2ap_MCE.c +++ b/openair2/M2AP/m2ap_MCE.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_MCE.c +/*! * \brief m2ap tasks for MCE - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #include diff --git a/openair2/M2AP/m2ap_MCE.h b/openair2/M2AP/m2ap_MCE.h index 563b860883..b89cd94b34 100644 --- a/openair2/M2AP/m2ap_MCE.h +++ b/openair2/M2AP/m2ap_MCE.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_MCE.h +/*! * \brief m2ap tasks for MCE - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #include diff --git a/openair2/M2AP/m2ap_MCE_defs.h b/openair2/M2AP/m2ap_MCE_defs.h index 4f6e295d01..9a3cfc5f7a 100644 --- a/openair2/M2AP/m2ap_MCE_defs.h +++ b/openair2/M2AP/m2ap_MCE_defs.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_MCE_defs.h +/*! * \brief m2ap struct definitions for MCE - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #include diff --git a/openair2/M2AP/m2ap_MCE_generate_messages.c b/openair2/M2AP/m2ap_MCE_generate_messages.c index d513fcd3db..e648c83419 100644 --- a/openair2/M2AP/m2ap_MCE_generate_messages.c +++ b/openair2/M2AP/m2ap_MCE_generate_messages.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_MCE_generate_messages.c +/*! * \brief m2ap procedures for MCE - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #include "intertask_interface.h" diff --git a/openair2/M2AP/m2ap_MCE_generate_messages.h b/openair2/M2AP/m2ap_MCE_generate_messages.h index 17c8243a38..e065731d76 100644 --- a/openair2/M2AP/m2ap_MCE_generate_messages.h +++ b/openair2/M2AP/m2ap_MCE_generate_messages.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_MCE_generate_messages.h +/*! * \brief m2ap procedures for MCE - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #ifndef M2AP_MCE_GENERATE_MESSAGES_H_ diff --git a/openair2/M2AP/m2ap_MCE_handler.c b/openair2/M2AP/m2ap_MCE_handler.c index 586b89750f..b515a8be64 100644 --- a/openair2/M2AP/m2ap_MCE_handler.c +++ b/openair2/M2AP/m2ap_MCE_handler.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_MCE_handler.c +/*! * \brief m2ap handler procedures for MCE - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #include diff --git a/openair2/M2AP/m2ap_MCE_handler.h b/openair2/M2AP/m2ap_MCE_handler.h index 42dc81f436..b611f992e4 100644 --- a/openair2/M2AP/m2ap_MCE_handler.h +++ b/openair2/M2AP/m2ap_MCE_handler.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_MCE_handler.h +/*! * \brief m2ap handler procedures for MCE - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #ifndef __M2AP_MCE_HANDLERS__H__ diff --git a/openair2/M2AP/m2ap_MCE_interface_management.c b/openair2/M2AP/m2ap_MCE_interface_management.c index d6efcb105b..5537abe8c8 100644 --- a/openair2/M2AP/m2ap_MCE_interface_management.c +++ b/openair2/M2AP/m2ap_MCE_interface_management.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_MCE_interface_management.c +/*! * \brief m2ap interface management for MCE - * \author Javier Morgade - * \date 2019 - * \version 0.1 - * \company Vicomtech - * \email: javier.morgade@ieee.org - * \note - * \warning */ #include "m2ap_common.h" diff --git a/openair2/M2AP/m2ap_MCE_interface_management.h b/openair2/M2AP/m2ap_MCE_interface_management.h index c88b3a524c..2a4d25486e 100644 --- a/openair2/M2AP/m2ap_MCE_interface_management.h +++ b/openair2/M2AP/m2ap_MCE_interface_management.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_MCE_interface_management.h +/*! * \brief m2ap interface management for MCE - * \author Javier Morgade - * \date 2019 - * \version 0.1 - * \company Vicomtech - * \email: javier.morgade@ieee.org - * \note - * \warning */ #ifndef M2AP_MCE_INTERFACE_MANAGEMENT_H_ diff --git a/openair2/M2AP/m2ap_MCE_management_procedures.c b/openair2/M2AP/m2ap_MCE_management_procedures.c index 82ae691350..55fb7a527e 100644 --- a/openair2/M2AP/m2ap_MCE_management_procedures.c +++ b/openair2/M2AP/m2ap_MCE_management_procedures.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_MCE_management_procedures.c +/*! * \brief m2ap tasks for MCE - * \author Javier Morgade - * \date 2018 - * \version 1.0 */ #include diff --git a/openair2/M2AP/m2ap_MCE_management_procedures.h b/openair2/M2AP/m2ap_MCE_management_procedures.h index e4997a140e..183ce248f5 100644 --- a/openair2/M2AP/m2ap_MCE_management_procedures.h +++ b/openair2/M2AP/m2ap_MCE_management_procedures.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_eNB_management_procedures.h +/*! * \brief m2ap tasks for eNB - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #ifndef __M2AP_MCE_MANAGEMENT_PROCEDURES__H__ diff --git a/openair2/M2AP/m2ap_common.c b/openair2/M2AP/m2ap_common.c index d9183df6fb..617bbac9bc 100644 --- a/openair2/M2AP/m2ap_common.c +++ b/openair2/M2AP/m2ap_common.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_common.c +/*! * \brief m2ap procedures for both eNB and MCE - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #include diff --git a/openair2/M2AP/m2ap_decoder.c b/openair2/M2AP/m2ap_decoder.c index 4abd43f564..1c291404e8 100644 --- a/openair2/M2AP/m2ap_decoder.c +++ b/openair2/M2AP/m2ap_decoder.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_decoder.c +/*! * \brief m2ap decoder procedures - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #include diff --git a/openair2/M2AP/m2ap_decoder.h b/openair2/M2AP/m2ap_decoder.h index 6ab01fe703..7d7f3d283c 100644 --- a/openair2/M2AP/m2ap_decoder.h +++ b/openair2/M2AP/m2ap_decoder.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_decoder.h +/*! * \brief m2ap decoder procedures for eNB - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #ifndef M2AP_DECODER_H_ diff --git a/openair2/M2AP/m2ap_default_values.h b/openair2/M2AP/m2ap_default_values.h index baae4b963c..fbee6bbb95 100644 --- a/openair2/M2AP/m2ap_default_values.h +++ b/openair2/M2AP/m2ap_default_values.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_default_values.h +/*! * \brief default values for m2ap procedures - * \author Javier Morgade - * \date 2019 - * \version 0.1 - * \company Vicomtech - * \email: javier.morgade@ieee.org - * \note - * \warning */ #ifndef M2AP_DEFAULT_VALUES_H_ diff --git a/openair2/M2AP/m2ap_eNB.c b/openair2/M2AP/m2ap_eNB.c index c492778603..e399609f63 100644 --- a/openair2/M2AP/m2ap_eNB.c +++ b/openair2/M2AP/m2ap_eNB.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_eNB.c +/*! * \brief m2ap tasks for eNB - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #include diff --git a/openair2/M2AP/m2ap_eNB.h b/openair2/M2AP/m2ap_eNB.h index 608da07e7e..ae65647e1c 100644 --- a/openair2/M2AP/m2ap_eNB.h +++ b/openair2/M2AP/m2ap_eNB.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_eNB.h +/*! * \brief m2ap tasks for eNB - * \author Konstantinos Alexandris , Cedric Roux , Navid Nikaein - * \date 2018 - * \version 1.0 */ #include diff --git a/openair2/M2AP/m2ap_eNB_defs.h b/openair2/M2AP/m2ap_eNB_defs.h index c7f30c69c7..be50151818 100644 --- a/openair2/M2AP/m2ap_eNB_defs.h +++ b/openair2/M2AP/m2ap_eNB_defs.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_eNB_defs.h +/*! * \brief m2ap struct definitions for eNB - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #include diff --git a/openair2/M2AP/m2ap_eNB_generate_messages.c b/openair2/M2AP/m2ap_eNB_generate_messages.c index 93ea5a1f19..af8eada56b 100644 --- a/openair2/M2AP/m2ap_eNB_generate_messages.c +++ b/openair2/M2AP/m2ap_eNB_generate_messages.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_eNB_generate_messages.c +/*! * \brief m2ap procedures for eNB - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #include "intertask_interface.h" diff --git a/openair2/M2AP/m2ap_eNB_generate_messages.h b/openair2/M2AP/m2ap_eNB_generate_messages.h index a65941ac57..2d4e00799d 100644 --- a/openair2/M2AP/m2ap_eNB_generate_messages.h +++ b/openair2/M2AP/m2ap_eNB_generate_messages.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_eNB_generate_messages.h +/*! * \brief m2ap procedures for eNB - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #ifndef __M2AP_ENB_GENERATE_MESSAGES__H__ diff --git a/openair2/M2AP/m2ap_eNB_handler.c b/openair2/M2AP/m2ap_eNB_handler.c index 14b657d6ad..abce1737cf 100644 --- a/openair2/M2AP/m2ap_eNB_handler.c +++ b/openair2/M2AP/m2ap_eNB_handler.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_eNB_handler.c +/*! * \brief m2ap handler procedures for eNB - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #include diff --git a/openair2/M2AP/m2ap_eNB_handler.h b/openair2/M2AP/m2ap_eNB_handler.h index 0055d385d8..78ae8e5b3f 100644 --- a/openair2/M2AP/m2ap_eNB_handler.h +++ b/openair2/M2AP/m2ap_eNB_handler.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_eNB_handler.h +/*! * \brief m2ap handler procedures for eNB - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #ifndef M2AP_ENB_HANDLERS_H_ diff --git a/openair2/M2AP/m2ap_eNB_interface_management.c b/openair2/M2AP/m2ap_eNB_interface_management.c index 987f02b613..db8d1215df 100644 --- a/openair2/M2AP/m2ap_eNB_interface_management.c +++ b/openair2/M2AP/m2ap_eNB_interface_management.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_MCE_interface_management.c +/*! * \brief m2ap interface management for MCE - * \author Javier Morgade - * \date 2019 - * \version 0.1 - * \company Vicomtech, Spain - * \email: javier.morgade@ieee.org - * \note - * \warning */ #include "intertask_interface.h" diff --git a/openair2/M2AP/m2ap_eNB_interface_management.h b/openair2/M2AP/m2ap_eNB_interface_management.h index a0c38c0760..fc1152e164 100644 --- a/openair2/M2AP/m2ap_eNB_interface_management.h +++ b/openair2/M2AP/m2ap_eNB_interface_management.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_eNB_interface_management.h +/*! * \brief m2ap interface management for eNB - * \author Javier Morgade - * \date 2019 - * \version 0.1 - * \company Vicomtech - * \email: javier.morgade@ieee.org - * \note - * \warning */ #ifndef M2AP_ENB_INTERFACE_MANAGEMENT_H_ diff --git a/openair2/M2AP/m2ap_eNB_management_procedures.c b/openair2/M2AP/m2ap_eNB_management_procedures.c index 014ecf08d8..fc66dbcb60 100644 --- a/openair2/M2AP/m2ap_eNB_management_procedures.c +++ b/openair2/M2AP/m2ap_eNB_management_procedures.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_eNB_management_procedures.c +/*! * \brief m2ap tasks for eNB - * \author Javier Morgade - * \date 2018 - * \version 1.0 */ #include diff --git a/openair2/M2AP/m2ap_eNB_management_procedures.h b/openair2/M2AP/m2ap_eNB_management_procedures.h index e30943b4f2..807b59d908 100644 --- a/openair2/M2AP/m2ap_eNB_management_procedures.h +++ b/openair2/M2AP/m2ap_eNB_management_procedures.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_eNB_management_procedures.h +/*! * \brief m2ap tasks for eNB - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #ifndef __M2AP_ENB_MANAGEMENT_PROCEDURES__H__ diff --git a/openair2/M2AP/m2ap_encoder.c b/openair2/M2AP/m2ap_encoder.c index 81a3bfce92..223ad4c426 100644 --- a/openair2/M2AP/m2ap_encoder.c +++ b/openair2/M2AP/m2ap_encoder.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_encoder.c +/*! * \brief m2ap encoder procedures - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #include diff --git a/openair2/M2AP/m2ap_encoder.h b/openair2/M2AP/m2ap_encoder.h index cf844f2983..34f8235a6e 100644 --- a/openair2/M2AP/m2ap_encoder.h +++ b/openair2/M2AP/m2ap_encoder.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_encoder.h +/*! * \brief m2ap encoder procedures - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #ifndef M2AP_ENCODER_H_ diff --git a/openair2/M2AP/m2ap_handler.c b/openair2/M2AP/m2ap_handler.c index 2840f0bce8..52d2d5b09a 100644 --- a/openair2/M2AP/m2ap_handler.c +++ b/openair2/M2AP/m2ap_handler.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_eNB_handler.c +/*! * \brief m2ap handler procedures for eNB - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #include diff --git a/openair2/M2AP/m2ap_handler.h b/openair2/M2AP/m2ap_handler.h index f642c16cc8..40a6c3a897 100644 --- a/openair2/M2AP/m2ap_handler.h +++ b/openair2/M2AP/m2ap_handler.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_handler.h +/*! * \brief m2ap handler procedures for eNB - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #ifndef M2AP_ENB_OLD_HANDLERS_H_ diff --git a/openair2/M2AP/m2ap_itti_messaging.c b/openair2/M2AP/m2ap_itti_messaging.c index 5ffecbc7cf..89ee59d418 100644 --- a/openair2/M2AP/m2ap_itti_messaging.c +++ b/openair2/M2AP/m2ap_itti_messaging.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_itti_messaging.c +/*! * \brief m2ap tasks for eNB - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #include "intertask_interface.h" diff --git a/openair2/M2AP/m2ap_itti_messaging.h b/openair2/M2AP/m2ap_itti_messaging.h index 11df7c0e64..abb8befcad 100644 --- a/openair2/M2AP/m2ap_itti_messaging.h +++ b/openair2/M2AP/m2ap_itti_messaging.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_itti_messaging.h +/*! * \brief m2ap tasks for eNB - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #ifndef M2AP_ENB_ITTI_MESSAGING_H_ diff --git a/openair2/NR_PHY_INTERFACE/NR_IF_Module.c b/openair2/NR_PHY_INTERFACE/NR_IF_Module.c index 18944a8099..88fa63958d 100644 --- a/openair2/NR_PHY_INTERFACE/NR_IF_Module.c +++ b/openair2/NR_PHY_INTERFACE/NR_IF_Module.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file openair2/NR_PHY_INTERFACE/NR_IF_Module.c -* \brief data structures for PHY/MAC interface modules -* \author EURECOM/NTUST -* \date 2018 -* \version 0.1 -* \company Eurecom, NTUST -* \email: raymond.knopp@eurecom.fr, kroempa@gmail.com -* \note -* \warning -*/ +/*! + * \brief data structures for PHY/MAC interface modules + */ #include "openair2/NR_PHY_INTERFACE/NR_IF_Module.h" #include diff --git a/openair2/NR_PHY_INTERFACE/NR_IF_Module.h b/openair2/NR_PHY_INTERFACE/NR_IF_Module.h index e52f4ad678..90fa7741e1 100644 --- a/openair2/NR_PHY_INTERFACE/NR_IF_Module.h +++ b/openair2/NR_PHY_INTERFACE/NR_IF_Module.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file openair2/NR_PHY_INTERFACE/NR_IF_Module.h -* \brief data structures for PHY/MAC interface modules -* \author EURECOM/NTUST -* \date 2018 -* \version 0.1 -* \company Eurecom, NTUST -* \email: raymond.knopp@eurecom.fr, kroempa@gmail.com -* \note -* \warning -*/ +/*! + * \brief data structures for PHY/MAC interface modules + */ #ifndef __NR_IF_MODULE__H__ #define __NR_IF_MODULE__H__ diff --git a/openair2/NR_UE_PHY_INTERFACE/NR_IF_Module.c b/openair2/NR_UE_PHY_INTERFACE/NR_IF_Module.c index 5fb8ad78dd..0dec646409 100644 --- a/openair2/NR_UE_PHY_INTERFACE/NR_IF_Module.c +++ b/openair2/NR_UE_PHY_INTERFACE/NR_IF_Module.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/* \file NR_IF_Module.c +/* * \brief functions for NR UE FAPI-like interface - * \author R. Knopp, K.H. HSU - * \date 2018 - * \version 0.1 - * \company Eurecom / NTUST - * \email: knopp@eurecom.fr, kai-hsiang.hsu@eurecom.fr - * \note - * \warning */ #include "PHY/defs_nr_UE.h" diff --git a/openair2/NR_UE_PHY_INTERFACE/NR_IF_Module.h b/openair2/NR_UE_PHY_INTERFACE/NR_IF_Module.h index 66afa266f8..c5d56040cb 100644 --- a/openair2/NR_UE_PHY_INTERFACE/NR_IF_Module.h +++ b/openair2/NR_UE_PHY_INTERFACE/NR_IF_Module.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/* \file NR_IF_Module.h +/* * \brief data structures for L1/L2 interface modules - * \author R. Knopp, K.H. HSU - * \date 2018 - * \version 0.1 - * \company Eurecom / NTUST - * \email: knopp@eurecom.fr, kai-hsiang.hsu@eurecom.fr - * \note - * \warning */ #ifndef __NR_IF_MODULE_H__ diff --git a/openair2/PHY_INTERFACE/IF_Module.h b/openair2/PHY_INTERFACE/IF_Module.h index d413a13bd6..7c4676fe30 100644 --- a/openair2/PHY_INTERFACE/IF_Module.h +++ b/openair2/PHY_INTERFACE/IF_Module.h @@ -18,16 +18,9 @@ * contact@openairinterface.org */ -/*! \file openair2/PHY_INTERFACE/IF_Module.h -* \brief data structures for PHY/MAC interface modules -* \author EURECOM/NTUST -* \date 2017 -* \version 0.1 -* \company Eurecom -* \email: raymond.knopp@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief data structures for PHY/MAC interface modules + */ #ifndef __IF_MODULE__H__ #define __IF_MODULE__H__ diff --git a/openair2/PHY_INTERFACE/phy_interface.h b/openair2/PHY_INTERFACE/phy_interface.h index 2bb9a6c53f..e1d7ce8054 100644 --- a/openair2/PHY_INTERFACE/phy_interface.h +++ b/openair2/PHY_INTERFACE/phy_interface.h @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file phy_interface.h +/*! * \brief mac phy interface primitives - * \author Raymond Knopp and Navid Nikaein - * \date 2011 - * \version 0.5 - * \mail navid.nikaein@eurecom.fr or openair_tech@eurecom.fr */ #ifndef __PHY_INTERFACE_H__ diff --git a/openair2/PHY_INTERFACE/phy_stub_UE.h b/openair2/PHY_INTERFACE/phy_stub_UE.h index fe0e7be12e..22e41e299c 100644 --- a/openair2/PHY_INTERFACE/phy_stub_UE.h +++ b/openair2/PHY_INTERFACE/phy_stub_UE.h @@ -1,8 +1,5 @@ /* * phy_stub_UE.h - * - * Created on: Sep 14, 2017 - * Author: montre */ diff --git a/openair2/RRC/L2_INTERFACE/openair_rrc_L2_interface.h b/openair2/RRC/L2_INTERFACE/openair_rrc_L2_interface.h index 4a26bc8a28..e58dd7890c 100644 --- a/openair2/RRC/L2_INTERFACE/openair_rrc_L2_interface.h +++ b/openair2/RRC/L2_INTERFACE/openair_rrc_L2_interface.h @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file openair_rrc_L2_interface.h +/*! * \brief layer 2 interface - * \author Navid Nikaein and Raymond Knopp - * \date 2011 - * \version 1.0 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr,raymond.knopp@eurecom.fr */ #ifndef __OPENAIR_RRC_L2_INTERFACE_H__ #define __OPENAIR_RRC_L2_INTERFACE_H__ diff --git a/openair2/RRC/LTE/L2_interface.c b/openair2/RRC/LTE/L2_interface.c index f8c30698b1..d8f08219df 100644 --- a/openair2/RRC/LTE/L2_interface.c +++ b/openair2/RRC/LTE/L2_interface.c @@ -19,21 +19,8 @@ * contact@openairinterface.org */ -/*! \file L2_interface.c +/*! * \brief layer 2 interface, used to support different RRC sublayer - * \author Raymond Knopp and Navid Nikaein - * \date 2010-2014 - * \version 1.0 - * \company Eurecom - * \email: raymond.knopp@eurecom.fr - */ - -/*! \file L2_interface.c - * \brief layer 2 interface, added support for FeMBMS RRC sublayer - * \author Javier Morgade - * \date 2020 - * \version 1.0 - * \email: javier.morgade@ieee.org */ #include "common/platform_types.h" diff --git a/openair2/RRC/LTE/L2_interface_common.c b/openair2/RRC/LTE/L2_interface_common.c index e84b015b67..9af85d4ca0 100644 --- a/openair2/RRC/LTE/L2_interface_common.c +++ b/openair2/RRC/LTE/L2_interface_common.c @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file L2_interface_common.c +/*! * \brief layer 2 interface, used to support different RRC sublayer - * \author Raymond Knopp and Navid Nikaein - * \date 2010-2014 - * \version 1.0 - * \company Eurecom - * \email: raymond.knopp@eurecom.fr */ #include "common/platform_types.h" diff --git a/openair2/RRC/LTE/L2_interface_ue.c b/openair2/RRC/LTE/L2_interface_ue.c index 91fade8b50..0bf60ca8be 100644 --- a/openair2/RRC/LTE/L2_interface_ue.c +++ b/openair2/RRC/LTE/L2_interface_ue.c @@ -19,21 +19,8 @@ * contact@openairinterface.org */ -/*! \file L2_interface_ue.c +/*! * \brief layer 2 interface, used to support different RRC sublayer - * \author Raymond Knopp and Navid Nikaein - * \date 2010-2014 - * \version 1.0 - * \company Eurecom - * \email: raymond.knopp@eurecom.fr - */ - -/*! \file L2_interface_ue.c - * \brief layer 2 interface, added support for FeMBMS RRC sublayer - * \author J. Morgade - * \date 2020 - * \version 1.0 - * \email: javier.morgade@ieee.org */ #include "common/platform_types.h" diff --git a/openair2/RRC/LTE/MESSAGES/asn1_msg.c b/openair2/RRC/LTE/MESSAGES/asn1_msg.c index 61a0456511..7182322972 100644 --- a/openair2/RRC/LTE/MESSAGES/asn1_msg.c +++ b/openair2/RRC/LTE/MESSAGES/asn1_msg.c @@ -19,21 +19,8 @@ * contact@openairinterface.org */ -/*! \file asn1_msg.c +/*! * \brief primitives to build the asn1 messages - * \author Raymond Knopp and Navid Nikaein - * \date 2011 - * \version 1.0 - * \company Eurecom - * \email: raymond.knopp@eurecom.fr and navid.nikaein@eurecom.fr - */ - -/*! \file asn1_msg.c - * \brief added primitives to build the asn1 messages for FeMBMS - * \author Javier Morgade - * \date 2019-2020 - * \version 1.0 - * \email: javier.morgade@ieee.org */ #include diff --git a/openair2/RRC/LTE/MESSAGES/asn1_msg.h b/openair2/RRC/LTE/MESSAGES/asn1_msg.h index b7d9dc4856..622266d46e 100644 --- a/openair2/RRC/LTE/MESSAGES/asn1_msg.h +++ b/openair2/RRC/LTE/MESSAGES/asn1_msg.h @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file asn1_msg.h -* \brief primitives to build the asn1 messages -* \author Raymond Knopp and Navid Nikaein -* \date 2011 -* \version 1.0 -* \company Eurecom -* \email: raymond.knopp@eurecom.fr and navid.nikaein@eurecom.fr -*/ +/*! + * \brief primitives to build the asn1 messages + */ #ifndef __RRC_LTE_MESSAGES_ASN1_MSG__H__ #define __RRC_LTE_MESSAGES_ASN1_MSG__H__ diff --git a/openair2/RRC/LTE/MESSAGES/asn1_msg_NB_IoT.c b/openair2/RRC/LTE/MESSAGES/asn1_msg_NB_IoT.c index f9df7f3581..94782a7587 100644 --- a/openair2/RRC/LTE/MESSAGES/asn1_msg_NB_IoT.c +++ b/openair2/RRC/LTE/MESSAGES/asn1_msg_NB_IoT.c @@ -18,14 +18,9 @@ * contact@openairinterface.org */ -/*! \file asn1_msg.c -* \brief primitives to build the asn1 messages -* \author Raymond Knopp, Navid Nikaein and Michele Paffetti -* \date 2011, 2017 -* \version 1.0 -* \company Eurecom -* \email: raymond.knopp@eurecom.fr, navid.nikaein@eurecom.fr, michele.paffetti@studio.unibo.it -*/ +/*! + * \brief primitives to build the asn1 messages + */ #include #include diff --git a/openair2/RRC/LTE/MESSAGES/asn1_msg_NB_IoT.h b/openair2/RRC/LTE/MESSAGES/asn1_msg_NB_IoT.h index b52fdb76e0..1639a06522 100644 --- a/openair2/RRC/LTE/MESSAGES/asn1_msg_NB_IoT.h +++ b/openair2/RRC/LTE/MESSAGES/asn1_msg_NB_IoT.h @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file asn1_msg.h -* \brief primitives to build the asn1 messages -* \author Raymond Knopp, Navid Nikaein and Michele Paffetti -* \date 2011, 2017 -* \version 1.0 -* \company Eurecom -* \email: raymond.knopp@eurecom.fr ,navid.nikaein@eurecom.fr, michele.paffetti@studio.unibo.it -*/ +/*! + * \brief primitives to build the asn1 messages + */ #include #include diff --git a/openair2/RRC/LTE/defs_NB_IoT.h b/openair2/RRC/LTE/defs_NB_IoT.h index bd1e7d58b5..6df0511e8d 100644 --- a/openair2/RRC/LTE/defs_NB_IoT.h +++ b/openair2/RRC/LTE/defs_NB_IoT.h @@ -18,14 +18,9 @@ * contact@openairinterface.org */ -/*! \file RRC/LTE/defs_NB_IoT.h -* \brief NB-IoT RRC struct definitions and function prototypes -* \author Navid Nikaein, Raymond Knopp and Michele Paffetti -* \date 2010 - 2014, 2017 -* \version 1.0 -* \company Eurecom -* \email: navid.nikaein@eurecom.fr, raymond.knopp@eurecom.fr, michele.paffetti@studio.unibo.it -*/ +/*! + * \brief NB-IoT RRC struct definitions and function prototypes + */ #ifndef __OPENAIR_RRC_DEFS_NB_IOT_H__ #define __OPENAIR_RRC_DEFS_NB_IOT_H__ diff --git a/openair2/RRC/LTE/extern_NB_IoT.h b/openair2/RRC/LTE/extern_NB_IoT.h index fcaa48cea3..9459a81a85 100644 --- a/openair2/RRC/LTE/extern_NB_IoT.h +++ b/openair2/RRC/LTE/extern_NB_IoT.h @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file extern_NB_IoT.h +/*! * \brief rrc external vars - * \author Navid Nikaein and Raymond Knopp, Michele Paffetti - * \date 2011-2017 - * \version 1.0 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr, michele.paffetti@studio.unibo.it */ #ifndef __OPENAIR_RRC_EXTERN_NB_IOT_H__ diff --git a/openair2/RRC/LTE/proto_NB_IoT.h b/openair2/RRC/LTE/proto_NB_IoT.h index 9d12de0d90..118ae04675 100644 --- a/openair2/RRC/LTE/proto_NB_IoT.h +++ b/openair2/RRC/LTE/proto_NB_IoT.h @@ -18,13 +18,8 @@ * contact@openairinterface.org */ -/*! \file proto_NB_IoT.h +/*! * \brief RRC functions prototypes for eNB and UE for NB-IoT - * \author Navid Nikaein, Raymond Knopp and Michele Paffetti - * \date 2010 - 2014 - * \email navid.nikaein@eurecom.fr, michele.paffetti@studio.unibo.it - * \version 1.0 - */ /** \addtogroup _rrc * @{ diff --git a/openair2/RRC/LTE/rrc_UE.c b/openair2/RRC/LTE/rrc_UE.c index 87481ec316..54862bcb25 100644 --- a/openair2/RRC/LTE/rrc_UE.c +++ b/openair2/RRC/LTE/rrc_UE.c @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file rrc_UE.c +/*! * \brief rrc procedures for UE / rrc procedures for FeMBMS UE - * \author Navid Nikaein, Raymond Knopp and Javier Morgade - * \date 2011 - 2014 / FeMBMS 2019 - * \version 1.0 - * \company Eurecom, Vicomtech - * \email: navid.nikaein@eurecom.fr, raymond.knopp@eurecom.fr and javier.morgade@ieee.org */ #define RRC_UE diff --git a/openair2/RRC/LTE/rrc_common.c b/openair2/RRC/LTE/rrc_common.c index 2448ec9bbe..a4671c77bf 100644 --- a/openair2/RRC/LTE/rrc_common.c +++ b/openair2/RRC/LTE/rrc_common.c @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file rrc_common.c +/*! * \brief rrc common procedures for eNB and UE - * \author Navid Nikaein and Raymond Knopp - * \date 2011 - 2014 - * \version 1.0 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr and raymond.knopp@eurecom.fr */ #include "rrc_defs.h" diff --git a/openair2/RRC/LTE/rrc_defs.h b/openair2/RRC/LTE/rrc_defs.h index 85fd3b9d83..1119c25aa0 100644 --- a/openair2/RRC/LTE/rrc_defs.h +++ b/openair2/RRC/LTE/rrc_defs.h @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file rrc_defs.h +/*! * \brief RRC struct definitions and function prototypes - * \author Navid Nikaein and Raymond Knopp - * \date 2010 - 2014 - * \version 1.0 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr, raymond.knopp@eurecom.fr */ #ifndef __OPENAIR_RRC_DEFS_H__ diff --git a/openair2/RRC/LTE/rrc_eNB.c b/openair2/RRC/LTE/rrc_eNB.c index 5f9e32cfd8..4230e659a5 100644 --- a/openair2/RRC/LTE/rrc_eNB.c +++ b/openair2/RRC/LTE/rrc_eNB.c @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file rrc_eNB.c +/*! * \brief rrc procedures for eNB - * \author Navid Nikaein and Raymond Knopp - * \date 2011 - 2014 - * \version 1.0 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr and raymond.knopp@eurecom.fr */ #define RRC_ENB #include "oai_asn1.h" diff --git a/openair2/RRC/LTE/rrc_eNB_GTPV1U.c b/openair2/RRC/LTE/rrc_eNB_GTPV1U.c index 4088e2b0c6..4fe3473e1e 100644 --- a/openair2/RRC/LTE/rrc_eNB_GTPV1U.c +++ b/openair2/RRC/LTE/rrc_eNB_GTPV1U.c @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file rrc_eNB_GTPV1U.c +/*! * \brief rrc GTPV1U procedures for eNB - * \author Lionel GAUTHIER - * \version 1.0 - * \company Eurecom - * \email: lionel.gauthier@eurecom.fr */ # include "rrc_defs.h" diff --git a/openair2/RRC/LTE/rrc_eNB_GTPV1U.h b/openair2/RRC/LTE/rrc_eNB_GTPV1U.h index f23f575e9b..5c912a2764 100644 --- a/openair2/RRC/LTE/rrc_eNB_GTPV1U.h +++ b/openair2/RRC/LTE/rrc_eNB_GTPV1U.h @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file rrc_eNB_GTPV1U.h +/*! * \brief rrc GTPV1U procedures for eNB - * \author Lionel GAUTHIER - * \version 1.0 - * \company Eurecom - * \email: lionel.gauthier@eurecom.fr */ #ifndef RRC_ENB_GTPV1U_H_ diff --git a/openair2/RRC/LTE/rrc_eNB_M2AP.c b/openair2/RRC/LTE/rrc_eNB_M2AP.c index 63760907fd..ce01bc1df5 100644 --- a/openair2/RRC/LTE/rrc_eNB_M2AP.c +++ b/openair2/RRC/LTE/rrc_eNB_M2AP.c @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file rrc_eNB_M2AP.c +/*! * \brief rrc M2AP procedures for eNB - * \author Javier Morgade - * \version 0.1 - * \company Vicomtech Spain - * \email: javier.morgade@ieee.org */ # include "rrc_defs.h" diff --git a/openair2/RRC/LTE/rrc_eNB_M2AP.h b/openair2/RRC/LTE/rrc_eNB_M2AP.h index 3b95aafb11..221de0b0a0 100644 --- a/openair2/RRC/LTE/rrc_eNB_M2AP.h +++ b/openair2/RRC/LTE/rrc_eNB_M2AP.h @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file rrc_eNB_M2AP.h +/*! * \brief rrc M2AP procedures for eNB - * \author Javier Morgade - * \version 0.1 - * \company Vicomtech, Spain - * \email: javier.morgade@ieee.org */ #ifndef RRC_ENB_M2AP_H_ diff --git a/openair2/RRC/LTE/rrc_eNB_S1AP.c b/openair2/RRC/LTE/rrc_eNB_S1AP.c index 1124cc8dd9..039dbaf74e 100644 --- a/openair2/RRC/LTE/rrc_eNB_S1AP.c +++ b/openair2/RRC/LTE/rrc_eNB_S1AP.c @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file rrc_eNB_S1AP.c +/*! * \brief rrc S1AP procedures for eNB - * \author Navid Nikaein, Laurent Winckel, Sebastien ROUX, and Lionel GAUTHIER - * \date 2013-2016 - * \version 1.0 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr */ #include "rrc_defs.h" diff --git a/openair2/RRC/LTE/rrc_eNB_S1AP.h b/openair2/RRC/LTE/rrc_eNB_S1AP.h index a55d17bfd1..104f989192 100644 --- a/openair2/RRC/LTE/rrc_eNB_S1AP.h +++ b/openair2/RRC/LTE/rrc_eNB_S1AP.h @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file rrc_eNB_S1AP.h +/*! * \brief rrc S1AP procedures for eNB - * \author Laurent Winckel and Sebastien ROUX and Navid Nikaein and Lionel GAUTHIER - * \date 2013 - * \version 1.0 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr */ #ifndef RRC_ENB_S1AP_H_ diff --git a/openair2/RRC/LTE/rrc_eNB_UE_context.c b/openair2/RRC/LTE/rrc_eNB_UE_context.c index c9077bfb24..3da7ecf30f 100644 --- a/openair2/RRC/LTE/rrc_eNB_UE_context.c +++ b/openair2/RRC/LTE/rrc_eNB_UE_context.c @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file rrc_eNB_UE_context.h +/*! * \brief rrc procedures for UE context - * \author Lionel GAUTHIER - * \date 2015 - * \version 1.0 - * \company Eurecom - * \email: lionel.gauthier@eurecom.fr */ #include diff --git a/openair2/RRC/LTE/rrc_eNB_UE_context.h b/openair2/RRC/LTE/rrc_eNB_UE_context.h index 7d69921658..7e233aa4f7 100644 --- a/openair2/RRC/LTE/rrc_eNB_UE_context.h +++ b/openair2/RRC/LTE/rrc_eNB_UE_context.h @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file rrc_eNB_UE_context.h +/*! * \brief rrc procedures for UE context - * \author Lionel GAUTHIER - * \date 2015 - * \version 1.0 - * \company Eurecom - * \email: lionel.gauthier@eurecom.fr */ #ifndef __RRC_ENB_UE_CONTEXT_H__ #define __RRC_ENB_UE_CONTEXT_H__ diff --git a/openair2/RRC/LTE/rrc_extern.h b/openair2/RRC/LTE/rrc_extern.h index 7dc4c51fbc..f6dc4d579c 100644 --- a/openair2/RRC/LTE/rrc_extern.h +++ b/openair2/RRC/LTE/rrc_extern.h @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file rrc_extern.h +/*! * \brief rrc external vars - * \author Navid Nikaein and Raymond Knopp - * \date 2011 - * \version 1.0 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr */ #ifndef __OPENAIR_RRC_EXTERN_H__ diff --git a/openair2/RRC/LTE/rrc_proto.h b/openair2/RRC/LTE/rrc_proto.h index 261e6a9960..291b178a97 100644 --- a/openair2/RRC/LTE/rrc_proto.h +++ b/openair2/RRC/LTE/rrc_proto.h @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file proto.h +/*! * \brief RRC functions prototypes for eNB and UE - * \author Navid Nikaein and Raymond Knopp - * \date 2010 - 2014 - * \email navid.nikaein@eurecom.fr - * \version 1.0 - */ /** \addtogroup _rrc * @{ diff --git a/openair2/RRC/LTE/rrc_types.h b/openair2/RRC/LTE/rrc_types.h index ffd2f306bb..db13359d91 100644 --- a/openair2/RRC/LTE/rrc_types.h +++ b/openair2/RRC/LTE/rrc_types.h @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file rrc_types.h -* \brief rrc types and subtypes -* \author Navid Nikaein and Raymond Knopp -* \date 2011 - 2014 -* \version 1.0 -* \company Eurecom -* \email: navid.nikaein@eurecom.fr, raymond.knopp@eurecom.fr -*/ +/*! + * \brief rrc types and subtypes + */ #ifndef RRC_TYPES_H_ #define RRC_TYPES_H_ diff --git a/openair2/RRC/LTE/rrc_types_NB_IoT.h b/openair2/RRC/LTE/rrc_types_NB_IoT.h index 0266572cd0..ddf1511e8c 100644 --- a/openair2/RRC/LTE/rrc_types_NB_IoT.h +++ b/openair2/RRC/LTE/rrc_types_NB_IoT.h @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file rrc_types.h -* \brief rrc types and subtypes -* \author Navid Nikaein and Raymond Knopp -* \date 2011 - 2014 -* \version 1.0 -* \company Eurecom -* \email: navid.nikaein@eurecom.fr, raymond.knopp@eurecom.fr -*/ +/*! + * \brief rrc types and subtypes + */ #ifndef RRC_TYPES_NB_IOT_H_ #define RRC_TYPES_NB_IOT_H_ diff --git a/openair2/RRC/LTE/rrc_vars.h b/openair2/RRC/LTE/rrc_vars.h index 75c56d2273..ed1d3a9c9b 100644 --- a/openair2/RRC/LTE/rrc_vars.h +++ b/openair2/RRC/LTE/rrc_vars.h @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file rrc_vars.h -* \brief rrc variables -* \author Raymond Knopp and Navid Nikaein -* \date 2013 -* \version 1.0 -* \company Eurecom -* \email: navid.nikaein@eurecom.fr -*/ +/*! + * \brief rrc variables + */ #ifndef __OPENAIR_RRC_VARS_H__ diff --git a/openair2/RRC/LTE/utils.c b/openair2/RRC/LTE/utils.c index c84a2be476..1e1ca4fb58 100644 --- a/openair2/RRC/LTE/utils.c +++ b/openair2/RRC/LTE/utils.c @@ -19,16 +19,6 @@ * contact@openairinterface.org */ -/*________________________openair_rrc_utils.c________________________ - - Authors : Hicham Anouar - Company : EURECOM - Emails : anouar@eurecom.fr -________________________________________________________________*/ - - - - #include "defs.h" #include "extern.h" diff --git a/openair2/RRC/NR/MESSAGES/asn1_msg.c b/openair2/RRC/NR/MESSAGES/asn1_msg.c index a377236485..36ad5932a4 100644 --- a/openair2/RRC/NR/MESSAGES/asn1_msg.c +++ b/openair2/RRC/NR/MESSAGES/asn1_msg.c @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file asn1_msg.c -* \brief primitives to build the asn1 messages -* \author Raymond Knopp and Navid Nikaein, WEI-TAI CHEN -* \date 2011, 2018 -* \version 1.0 -* \company Eurecom, NTUST -* \email: {raymond.knopp, navid.nikaein}@eurecom.fr and kroempa@gmail.com -*/ +/*! + * \brief primitives to build the asn1 messages + */ #include #include diff --git a/openair2/RRC/NR/MESSAGES/asn1_msg.h b/openair2/RRC/NR/MESSAGES/asn1_msg.h index d6783211a6..dbf0beea67 100644 --- a/openair2/RRC/NR/MESSAGES/asn1_msg.h +++ b/openair2/RRC/NR/MESSAGES/asn1_msg.h @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file asn1_msg.h -* \brief primitives to build the asn1 messages -* \author Raymond Knopp and Navid Nikaein, WIE-TAI CHEN -* \date 2011, 2018 -* \version 1.0 -* \company Eurecom, NTUST -* \email: raymond.knopp@eurecom.fr and navid.nikaein@eurecom.fr, kroempa@gmail.com -*/ +/*! + * \brief primitives to build the asn1 messages + */ #ifndef __RRC_NR_MESSAGES_ASN1_MSG__H__ #define __RRC_NR_MESSAGES_ASN1_MSG__H__ diff --git a/openair2/RRC/NR/nr_rrc_defs.h b/openair2/RRC/NR/nr_rrc_defs.h index e9d016ab42..2d46875c8c 100644 --- a/openair2/RRC/NR/nr_rrc_defs.h +++ b/openair2/RRC/NR/nr_rrc_defs.h @@ -18,14 +18,9 @@ * contact@openairinterface.org */ -/*! \file RRC/NR/nr_rrc_defs.h -* \brief NR RRC struct definitions and function prototypes -* \author Navid Nikaein, Raymond Knopp, WEI-TAI CHEN -* \date 2010 - 2014, 2018 -* \version 1.0 -* \company Eurecom, NTSUT -* \email: navid.nikaein@eurecom.fr, raymond.knopp@eurecom.fr, kroempa@gmail.com -*/ +/*! + * \brief NR RRC struct definitions and function prototypes + */ #ifndef __OPENAIR_RRC_DEFS_NR_H__ #define __OPENAIR_RRC_DEFS_NR_H__ diff --git a/openair2/RRC/NR/nr_rrc_proto.h b/openair2/RRC/NR/nr_rrc_proto.h index 2e6b0cac51..ad1c7dcfd3 100644 --- a/openair2/RRC/NR/nr_rrc_proto.h +++ b/openair2/RRC/NR/nr_rrc_proto.h @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file nr_rrc_proto.h +/*! * \brief RRC functions prototypes for gNB - * \author Navid Nikaein and Raymond Knopp, WEI-TAI-CHEN - * \date 2010 - 2014, 2018 - * \email navid.nikaein@eurecom.fr, kroempa@gmail.com - * \version 1.0 - * \company Eurecom, NTUST */ /** \addtogroup _rrc * @{ diff --git a/openair2/RRC/NR/rrc_gNB.c b/openair2/RRC/NR/rrc_gNB.c index 7fea00e5dc..f9152b2b61 100644 --- a/openair2/RRC/NR/rrc_gNB.c +++ b/openair2/RRC/NR/rrc_gNB.c @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file rrc_gNB.c +/*! * \brief rrc procedures for gNB - * \author Navid Nikaein and Raymond Knopp , WEI-TAI CHEN - * \date 2011 - 2014 , 2018 - * \version 1.0 - * \company Eurecom, NTUST - * \email: navid.nikaein@eurecom.fr and raymond.knopp@eurecom.fr, kroempa@gmail.com */ #include diff --git a/openair2/RRC/NR/rrc_gNB_NGAP.c b/openair2/RRC/NR/rrc_gNB_NGAP.c index 76a96aa689..c65fa74db4 100644 --- a/openair2/RRC/NR/rrc_gNB_NGAP.c +++ b/openair2/RRC/NR/rrc_gNB_NGAP.c @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file rrc_gNB_NGAP.h +/*! * \brief rrc NGAP procedures for gNB - * \author Yoshio INOUE, Masayuki HARADA - * \date 2020 - * \version 0.1 - * \email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com - * (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) */ #include "rrc_gNB_NGAP.h" diff --git a/openair2/RRC/NR/rrc_gNB_NGAP.h b/openair2/RRC/NR/rrc_gNB_NGAP.h index 6ad438c990..377d4f626d 100644 --- a/openair2/RRC/NR/rrc_gNB_NGAP.h +++ b/openair2/RRC/NR/rrc_gNB_NGAP.h @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file rrc_gNB_NGAP.h +/*! * \brief rrc NGAP procedures for gNB - * \author Yoshio INOUE, Masayuki HARADA - * \date 2020 - * \version 0.1 - * \email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com - * (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) */ #ifndef RRC_GNB_NGAP_H_ diff --git a/openair2/RRC/NR/rrc_gNB_UE_context.c b/openair2/RRC/NR/rrc_gNB_UE_context.c index d9a5a727c9..ef77ca034b 100644 --- a/openair2/RRC/NR/rrc_gNB_UE_context.c +++ b/openair2/RRC/NR/rrc_gNB_UE_context.c @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file rrc_gNB_UE_context.h +/*! * \brief rrc procedures for UE context - * \author Lionel GAUTHIER - * \date 2015 - * \version 1.0 - * \company Eurecom - * \email: lionel.gauthier@eurecom.fr */ #include "rrc_gNB_UE_context.h" diff --git a/openair2/RRC/NR/rrc_gNB_UE_context.h b/openair2/RRC/NR/rrc_gNB_UE_context.h index b8edd159c4..d5e9f726fb 100644 --- a/openair2/RRC/NR/rrc_gNB_UE_context.h +++ b/openair2/RRC/NR/rrc_gNB_UE_context.h @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file rrc_eNB_UE_context.h +/*! * \brief rrc procedures for UE context - * \author Lionel GAUTHIER - * \date 2015 - * \version 1.0 - * \company Eurecom - * \email: lionel.gauthier@eurecom.fr */ #ifndef __RRC_GNB_UE_CONTEXT_H__ #define __RRC_GNB_UE_CONTEXT_H__ diff --git a/openair2/RRC/NR/rrc_gNB_nsa.c b/openair2/RRC/NR/rrc_gNB_nsa.c index 18513d14c5..c237a9aada 100644 --- a/openair2/RRC/NR/rrc_gNB_nsa.c +++ b/openair2/RRC/NR/rrc_gNB_nsa.c @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file rrc_gNB_nsa.c +/*! * \brief rrc NSA procedures for gNB - * \author Raymond Knopp - * \date 2019 - * \version 1.0 - * \company Eurecom - * \email: raymond.knopp@eurecom.fr */ #include diff --git a/openair2/RRC/NR_UE/L2_interface_ue.c b/openair2/RRC/NR_UE/L2_interface_ue.c index a1af257282..6930e34268 100644 --- a/openair2/RRC/NR_UE/L2_interface_ue.c +++ b/openair2/RRC/NR_UE/L2_interface_ue.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/* \file l2_interface_ue.c +/* * \brief layer 2 interface, used to support different RRC sublayer - * \author R. Knopp, K.H. HSU - * \date 2018 - * \version 0.1 - * \company Eurecom / NTUST - * \email: knopp@eurecom.fr, kai-hsiang.hsu@eurecom.fr - * \note - * \warning */ #include "L2_interface_ue.h" diff --git a/openair2/RRC/NR_UE/main_ue.c b/openair2/RRC/NR_UE/main_ue.c index e394fec299..808e1a1e6d 100644 --- a/openair2/RRC/NR_UE/main_ue.c +++ b/openair2/RRC/NR_UE/main_ue.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/* \file main_ue.c +/* * \brief RRC layer top level initialization - * \author R. Knopp, K.H. HSU - * \date 2018 - * \version 0.1 - * \company Eurecom / NTUST - * \email: knopp@eurecom.fr, kai-hsiang.hsu@eurecom.fr - * \note - * \warning */ #include "defs.h" diff --git a/openair2/RRC/NR_UE/rrc_UE.c b/openair2/RRC/NR_UE/rrc_UE.c index e7edeca39b..f517871d4f 100644 --- a/openair2/RRC/NR_UE/rrc_UE.c +++ b/openair2/RRC/NR_UE/rrc_UE.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/* \file rrc_UE.c +/* * \brief RRC procedures - * \author R. Knopp, K.H. HSU - * \date 2018 - * \version 0.1 - * \company Eurecom / NTUST - * \email: knopp@eurecom.fr, kai-hsiang.hsu@eurecom.fr - * \note - * \warning */ #define RRC_UE diff --git a/openair2/RRC/NR_UE/rrc_defs.h b/openair2/RRC/NR_UE/rrc_defs.h index efe2e6e147..a47992485c 100644 --- a/openair2/RRC/NR_UE/rrc_defs.h +++ b/openair2/RRC/NR_UE/rrc_defs.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/* \file rrc_defs.h +/* * \brief RRC structures/types definition - * \author R. Knopp, K.H. HSU - * \date 2018 - * \version 0.1 - * \company Eurecom / NTUST - * \email: knopp@eurecom.fr, kai-hsiang.hsu@eurecom.fr - * \note - * \warning */ #ifndef __OPENAIR_NR_RRC_DEFS_H__ diff --git a/openair2/RRC/NR_UE/rrc_proto.h b/openair2/RRC/NR_UE/rrc_proto.h index 34b3d7e2c7..4c4117bc27 100644 --- a/openair2/RRC/NR_UE/rrc_proto.h +++ b/openair2/RRC/NR_UE/rrc_proto.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/* \file proto.h +/* * \brief RRC functions prototypes for eNB and UE - * \author R. Knopp, K.H. HSU - * \date 2018 - * \version 0.1 - * \company Eurecom / NTUST - * \email: knopp@eurecom.fr, kai-hsiang.hsu@eurecom.fr - * \note - * \warning */ #ifndef _RRC_PROTO_H_ diff --git a/openair2/UTIL/CLI/cli.c b/openair2/UTIL/CLI/cli.c index c6aa0ab0de..2a582729ed 100644 --- a/openair2/UTIL/CLI/cli.c +++ b/openair2/UTIL/CLI/cli.c @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file cli.c +/*! * \brief oai main cli core -* \author Navid Nikaein -* \date 2011 - 2014 -* \version 0.1 -* \warning This component can be runned only in user-space * @ingroup util - */ diff --git a/openair2/UTIL/CLI/cli.h b/openair2/UTIL/CLI/cli.h index c9052ead6f..7a40a189ce 100644 --- a/openair2/UTIL/CLI/cli.h +++ b/openair2/UTIL/CLI/cli.h @@ -19,14 +19,10 @@ * contact@openairinterface.org */ -/*! \file cli.h -* \brief cli interface header file -* \author Navid Nikaein -* \date 2011 - 2014 -* \version 0.1 -* \warning This component can be runned only in the user-space -* @ingroup util -*/ +/*! + * \brief cli interface header file + * @ingroup util + */ #ifndef __CLI_H__ diff --git a/openair2/UTIL/CLI/cli_cmd.c b/openair2/UTIL/CLI/cli_cmd.c index 59f6bebfd2..3c00b0dbb5 100644 --- a/openair2/UTIL/CLI/cli_cmd.c +++ b/openair2/UTIL/CLI/cli_cmd.c @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file cli_cmd.c -* \brief oai cli commands -* \author Navid Nikaein -* \date 2011 - 2014 -* \version 0.1 -* \warning This component can be runned only in user-space +/*! + * \brief oai cli commands * @ingroup util - */ diff --git a/openair2/UTIL/CLI/cli_if.h b/openair2/UTIL/CLI/cli_if.h index 858cb6bc76..26eeebe074 100644 --- a/openair2/UTIL/CLI/cli_if.h +++ b/openair2/UTIL/CLI/cli_if.h @@ -19,14 +19,10 @@ * contact@openairinterface.org */ -/*! \file cli_if.h -* \brief cli interface -* \author Navid Nikaein -* \date 2011 - 2014 -* \version 0.1 -* \warning This component can be runned only in the user-space -* @ingroup util -*/ +/*! + * \brief cli interface + * @ingroup util + */ #ifndef __CLI_IF_H__ # define __CLI_IF_H__ diff --git a/openair2/UTIL/CLI/cli_server.c b/openair2/UTIL/CLI/cli_server.c index 951358e255..90e489e918 100644 --- a/openair2/UTIL/CLI/cli_server.c +++ b/openair2/UTIL/CLI/cli_server.c @@ -19,15 +19,10 @@ * contact@openairinterface.org */ -/*! \file cli_server.c -* \brief oai cli server side implementation -* \author Navid Nikaein -* \date 2011 - 2014 -* \version 0.1 -* \warning This component can be runned only in user-space -* @ingroup util - -*/ +/*! + * \brief oai cli server side implementation + * @ingroup util + */ #include #include #include diff --git a/openair2/UTIL/MATH/oml.c b/openair2/UTIL/MATH/oml.c index 70e1a87cdc..7fcf3dbe9b 100644 --- a/openair2/UTIL/MATH/oml.c +++ b/openair2/UTIL/MATH/oml.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file oml.c -* \brief Data structure for distribution libraries -* \author N. Nikaein and A. Hafsaoui -* \date 2011 - 2014 -* \version 1.0 -* \company Eurecom -* \email: navid.nikaein@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief Data structure for distribution libraries + */ #include diff --git a/openair2/UTIL/MATH/oml.h b/openair2/UTIL/MATH/oml.h index 7c3c65c123..e972bc900f 100644 --- a/openair2/UTIL/MATH/oml.h +++ b/openair2/UTIL/MATH/oml.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file oml.h -* \brief Data structure for OML -* \author N. Nikaein and A. Hafsaoui -* \date 2011 -* \version 1.0 -* \company Eurecom -* \email: navid.nikaein@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief Data structure for OML + */ #ifndef __OML_H__ diff --git a/openair2/UTIL/OMG/common.c b/openair2/UTIL/OMG/common.c index fa6e70df56..08eb2312fc 100644 --- a/openair2/UTIL/OMG/common.c +++ b/openair2/UTIL/OMG/common.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file OMG.c -* \brief Main function containing the OMG interface -* \author M. Mahersi, J. Harri, N. Nikaein, -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: -* \note -* \warning -*/ +/*! + * \brief Main function containing the OMG interface + */ #include #include diff --git a/openair2/UTIL/OMG/grid.c b/openair2/UTIL/OMG/grid.c index 6cfcde663b..33c71f4b21 100644 --- a/openair2/UTIL/OMG/grid.c +++ b/openair2/UTIL/OMG/grid.c @@ -19,16 +19,6 @@ * contact@openairinterface.org */ -/*! \file grid.c -* \brief -* \author S. Gashaw, N. Nikaein, J. Harri -* \date 2014 -* \version 0.1 -* \company Eurecom -* \email: -* \note -* \warning -*/ #include #include #include diff --git a/openair2/UTIL/OMG/job.c b/openair2/UTIL/OMG/job.c index 1df44cb2c0..1a4ee615b6 100644 --- a/openair2/UTIL/OMG/job.c +++ b/openair2/UTIL/OMG/job.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file job.c -* \brief handle jobs for future nodes' update -* \author S. Gashaw, M. Mahersi, J. Harri, N. Nikaein, -* \date 2014 -* \version 0.1 -* \company Eurecom -* \email: -* \note -* \warning -*/ +/*! + * \brief handle jobs for future nodes' update + */ #include #include diff --git a/openair2/UTIL/OMG/mobility_parser.c b/openair2/UTIL/OMG/mobility_parser.c index 31496af956..5f74dfe8c7 100644 --- a/openair2/UTIL/OMG/mobility_parser.c +++ b/openair2/UTIL/OMG/mobility_parser.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file mobility_parser.c -* \brief A parser for trace-based mobility information (parsed from a file) -* \author S. Gashaw, N. Nikaein, J. Harri -* \date 2014 -* \version 0.1 -* \company EURECOM -* \email: -* \note -* \warning -*/ +/*! + * \brief A parser for trace-based mobility information (parsed from a file) + */ #include #include diff --git a/openair2/UTIL/OMG/mobility_parser.h b/openair2/UTIL/OMG/mobility_parser.h index 403d7886ce..c5222ec6a2 100644 --- a/openair2/UTIL/OMG/mobility_parser.h +++ b/openair2/UTIL/OMG/mobility_parser.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file mobility_parser.h -* \brief A parser for trace-based mobility information (parsed from a file) -* \author S. Uppoor -* \date 2011 -* \version 0.1 -* \company INRIA -* \email: sandesh.uppor@inria.fr -* \note -* \warning -*/ +/*! + * \brief A parser for trace-based mobility information (parsed from a file) + */ #ifndef MOBILITY_PARSER_H_ #define MOBILITY_PARSER_H_ diff --git a/openair2/UTIL/OMG/omg.c b/openair2/UTIL/OMG/omg.c index 67a78d245a..71193307af 100644 --- a/openair2/UTIL/OMG/omg.c +++ b/openair2/UTIL/OMG/omg.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file OMG.c -* \brief Main function containing the OMG API to oaisim or any other simulator/emulator -* \author S. Gashaw, N. Nikaein, J. Harri -* \date 2011 - 2014 -* \version 0.1 -* \company Eurecom -* \email: -* \note -* \warning -*/ +/*! + * \brief Main function containing the OMG API to oaisim or any other simulator/emulator + */ #include diff --git a/openair2/UTIL/OMG/omg.h b/openair2/UTIL/OMG/omg.h index a233164062..1a853ab328 100644 --- a/openair2/UTIL/OMG/omg.h +++ b/openair2/UTIL/OMG/omg.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file OMG.h -* \brief Prototypes of OMG APIs -* \author M. Mahersi, N. Nikaein, J. Harri -* \date 2011 - 2014 -* \version 0.1 -* \company Eurecom -* \email: -* \note -* \warning -*/ +/*! + * \brief Prototypes of OMG APIs + */ #ifndef __OMG_H_ #define __OMG_H_ diff --git a/openair2/UTIL/OMG/omg_hashtable.c b/openair2/UTIL/OMG/omg_hashtable.c index a545c5fc62..2196c7b02f 100644 --- a/openair2/UTIL/OMG/omg_hashtable.c +++ b/openair2/UTIL/OMG/omg_hashtable.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file omg_hashtable.c -* \brief A 'C' implementation of a hashtable -* \author S. Uppoor -* \date 2011 -* \version 0.1 -* \company INRIA -* \email: sandesh.uppor@inria.fr -* \note -* \warning -*/ +/*! + * \brief A 'C' implementation of a hashtable + */ #include "omg_hashtable.h" diff --git a/openair2/UTIL/OMG/omg_hashtable.h b/openair2/UTIL/OMG/omg_hashtable.h index 238be879fd..dbe87ac509 100644 --- a/openair2/UTIL/OMG/omg_hashtable.h +++ b/openair2/UTIL/OMG/omg_hashtable.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file omg_hashtable.h -* \brief A 'C' implementation of a hashtable -* \author S. Uppoor -* \date 2011 -* \version 0.1 -* \company INRIA -* \email: sandesh.uppor@inria.fr -* \note -* \warning -*/ +/*! + * \brief A 'C' implementation of a hashtable + */ #ifndef _HASHTABLE_H #define _HASHTABLE_H diff --git a/openair2/UTIL/OMG/rwalk.c b/openair2/UTIL/OMG/rwalk.c index 8c8840a91f..4955cf1c59 100644 --- a/openair2/UTIL/OMG/rwalk.c +++ b/openair2/UTIL/OMG/rwalk.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file rwalk.c -* \brief random walk mobility generator -* \author S. Gashaw, N. Nikaein, J. Harri, M. Mahersi -* \date 2014 -* \version 0.1 -* \company Eurecom -* \email: -* \note -* \warning -*/ +/*! + * \brief random walk mobility generator + */ #include #include #include diff --git a/openair2/UTIL/OMG/rwp.c b/openair2/UTIL/OMG/rwp.c index 8e5ab43081..b624ea2e4a 100644 --- a/openair2/UTIL/OMG/rwp.c +++ b/openair2/UTIL/OMG/rwp.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file rwp.c -* \brief random waypoint mobility generator -* \author M. Mahersi, N. Nikaein, J. Harri -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: -* \note -* \warning -*/ +/*! + * \brief random waypoint mobility generator + */ #include #include diff --git a/openair2/UTIL/OMG/static.c b/openair2/UTIL/OMG/static.c index 361fa969e9..1c11bb34cc 100644 --- a/openair2/UTIL/OMG/static.c +++ b/openair2/UTIL/OMG/static.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file rwalk.c -* \brief static mobility generator -* \author M. Mahersi, N. Nikaein, J. Harri -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: -* \note -* \warning -*/ +/*! + * \brief static mobility generator + */ #include #include diff --git a/openair2/UTIL/OMG/steadystaterwp.c b/openair2/UTIL/OMG/steadystaterwp.c index d4d2fde4e4..6c0ddc364a 100644 --- a/openair2/UTIL/OMG/steadystaterwp.c +++ b/openair2/UTIL/OMG/steadystaterwp.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file steadystaterwp.c -* \brief random waypoint mobility generator -* \author S. Gashaw, J. Harri, N. Nikaein, -* \date 2014 -* \version 0.1 -* \company Eurecom -* \email: -* \note -* \warning -*/ +/*! + * \brief random waypoint mobility generator + */ #include #include diff --git a/openair2/UTIL/OMG/steadystaterwp.h b/openair2/UTIL/OMG/steadystaterwp.h index 08bca4d28e..d255ac42ac 100644 --- a/openair2/UTIL/OMG/steadystaterwp.h +++ b/openair2/UTIL/OMG/steadystaterwp.h @@ -19,15 +19,10 @@ * contact@openairinterface.org */ -/*! \file steadystaterwp.h +/*! * \brief random waypoint mobility generator -* \date 2014 -* \version 0.1 -* \company Eurecom -* \email: -* \note -* \warning */ + #ifndef STEADYSTATERWP_H_ #define STEADYSTATERWP_H_ diff --git a/openair2/UTIL/OMG/trace.c b/openair2/UTIL/OMG/trace.c index e86d8102e5..c935f6da56 100644 --- a/openair2/UTIL/OMG/trace.c +++ b/openair2/UTIL/OMG/trace.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file trace.c -* \brief The trace-based mobility model for OMG/OAI (mobility is statically imported from a file) -* \author S. Gashaw, N. Nikaein, J. Harri -* \date 2014 -* \version 0.1 -* \company EURECOM -* \email: -* \note -* \warning -*/ +/*! + * \brief The trace-based mobility model for OMG/OAI (mobility is statically imported from a file) + */ #include #include diff --git a/openair2/UTIL/OMG/trace.h b/openair2/UTIL/OMG/trace.h index f1a4a4a274..b439b04db6 100644 --- a/openair2/UTIL/OMG/trace.h +++ b/openair2/UTIL/OMG/trace.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file trace.h -* \brief The trace-based mobility model for OMG/OAI (mobility is statically imported from a file) -* \author S. Uppoor -* \date 2011 -* \version 0.1 -* \company INRIA -* \email: sandesh.uppor@inria.fr -* \note -* \warning -*/ +/*! + * \brief The trace-based mobility model for OMG/OAI (mobility is statically imported from a file) + */ #ifndef TRACE_H_ #define TRACE_H_ diff --git a/openair2/UTIL/OMG/trace_hashtable.c b/openair2/UTIL/OMG/trace_hashtable.c index 9a7a67feef..44bffb3aad 100644 --- a/openair2/UTIL/OMG/trace_hashtable.c +++ b/openair2/UTIL/OMG/trace_hashtable.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file hashtable.c -* \brief A 'C' implementation of a hashtable -* \author S. Gashaw, N. Nikaein, J. Harri -* \date 2014 -* \version 0.1 -* \company EURECOM -* \email: -* \note -* \warning -*/ +/*! + * \brief A 'C' implementation of a hashtable + */ #include #include "trace_hashtable.h" diff --git a/openair2/UTIL/OMG/trace_hashtable.h b/openair2/UTIL/OMG/trace_hashtable.h index b842880e29..c3b6271941 100644 --- a/openair2/UTIL/OMG/trace_hashtable.h +++ b/openair2/UTIL/OMG/trace_hashtable.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file trace_hashtable.h -* \brief A 'C' implementation of a hashtable -* \author S. Uppoor -* \date 2011 -* \version 0.1 -* \company INRIA -* \email: sandesh.uppor@inria.fr -* \note -* \warning -*/ +/*! + * \brief A 'C' implementation of a hashtable + */ #ifndef _TRACE_HASHTABLE_H #define _TRACE_HASHTABLE_H diff --git a/openair2/UTIL/OMV/communicationthread.cpp b/openair2/UTIL/OMV/communicationthread.cpp index 17bc932a55..c08f9afcb6 100644 --- a/openair2/UTIL/OMV/communicationthread.cpp +++ b/openair2/UTIL/OMV/communicationthread.cpp @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file communicationthread.cpp -* \brief this thread is to process the communication between the simulator and the visualisor -* \author M. Mosli -* \date 2012 -* \version 0.1 -* \company Eurecom -* \email: mosli@eurecom.fr -*/ +/*! + * \brief this thread is to process the communication between the simulator and the visualisor + */ #include "communicationthread.h" diff --git a/openair2/UTIL/OMV/communicationthread.h b/openair2/UTIL/OMV/communicationthread.h index b27f402435..36bafb060d 100644 --- a/openair2/UTIL/OMV/communicationthread.h +++ b/openair2/UTIL/OMV/communicationthread.h @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file communicationthread.h -* \brief this thread is to process the communication between the simulator and the visualisor -* \author M. Mosli -* \date 2012 -* \version 0.1 -* \company Eurecom -* \email: mosli@eurecom.fr -*/ +/*! + * \brief this thread is to process the communication between the simulator and the visualisor + */ #ifndef COMMUNICATIONTHREAD_H #define COMMUNICATIONTHREAD_H diff --git a/openair2/UTIL/OMV/mywindow.cpp b/openair2/UTIL/OMV/mywindow.cpp index 5a1c082975..7f98a84c5a 100644 --- a/openair2/UTIL/OMV/mywindow.cpp +++ b/openair2/UTIL/OMV/mywindow.cpp @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file mywindow.cpp -* \brief manages the window and its components -* \author M. Mosli -* \date 2012 -* \version 0.1 -* \company Eurecom -* \email: mosli@eurecom.fr -*/ +/*! + * \brief manages the window and its components + */ #include "mywindow.h" #include "communicationthread.h" diff --git a/openair2/UTIL/OMV/mywindow.h b/openair2/UTIL/OMV/mywindow.h index 21cd001004..bb48f71246 100644 --- a/openair2/UTIL/OMV/mywindow.h +++ b/openair2/UTIL/OMV/mywindow.h @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file mywindow.h -* \brief manages the window and its components -* \author M. Mosli -* \date 2012 -* \version 0.1 -* \company Eurecom -* \email: mosli@eurecom.fr -*/ +/*! + * \brief manages the window and its components + */ #ifndef MYWINDOW_H #define MYWINDOW_H diff --git a/openair2/UTIL/OMV/omv.cpp b/openair2/UTIL/OMV/omv.cpp index 6d65d2a154..b5e33eb429 100644 --- a/openair2/UTIL/OMV/omv.cpp +++ b/openair2/UTIL/OMV/omv.cpp @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file omv.cpp -* \brief openair mobility visualisor -* \author M. Mosli -* \date 2012 -* \version 0.1 -* \company Eurecom -* \email: mosli@eurecom.fr -*/ +/*! + * \brief openair mobility visualisor + */ #include "mywindow.h" #include diff --git a/openair2/UTIL/OMV/openglwidget.cpp b/openair2/UTIL/OMV/openglwidget.cpp index ad0ce2b835..44396d1b3d 100644 --- a/openair2/UTIL/OMV/openglwidget.cpp +++ b/openair2/UTIL/OMV/openglwidget.cpp @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file openglwidget.cpp -* \brief area devoted to draw the nodes and their connections -* \author M. Mosli -* \date 2012 -* \version 0.1 -* \company Eurecom -* \email: mosli@eurecom.fr -*/ +/*! + * \brief area devoted to draw the nodes and their connections + */ #include "openglwidget.h" #include diff --git a/openair2/UTIL/OMV/openglwidget.h b/openair2/UTIL/OMV/openglwidget.h index a0e14b4db3..8fa867f491 100644 --- a/openair2/UTIL/OMV/openglwidget.h +++ b/openair2/UTIL/OMV/openglwidget.h @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file openglwidget.cpp -* \brief area devoted to draw the nodes and their connections -* \author M. Mosli -* \date 2012 -* \version 0.1 -* \company Eurecom -* \email: mosli@eurecom.fr -*/ +/*! + * \brief area devoted to draw the nodes and their connections + */ #ifndef OPENGLWIDGET_H diff --git a/openair2/UTIL/OMV/structures.h b/openair2/UTIL/OMV/structures.h index 5d3377b3de..d45c53c0ba 100644 --- a/openair2/UTIL/OMV/structures.h +++ b/openair2/UTIL/OMV/structures.h @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file structures.h -* \brief structures used for the -* \author M. Mosli -* \date 2012 -* \version 0.1 -* \company Eurecom -* \email: mosli@eurecom.fr +/*! + * \brief structures used for the */ #ifndef STRUCTURES_H diff --git a/openair2/UTIL/OPT/probe.c b/openair2/UTIL/OPT/probe.c index 06c02f1654..eb522d4bd4 100644 --- a/openair2/UTIL/OPT/probe.c +++ b/openair2/UTIL/OPT/probe.c @@ -29,14 +29,6 @@ * SUCH DAMAGE */ -/*! \file probe.c -* \brief -* \author navid nikaein -* \date 2010-2012 -* \version 1.0 -* \company Eurecom -* \email: navid.nikaein@eurecom.fr -*/ /** @defgroup _oai System definitions There is different modules: - OAI Address diff --git a/openair2/UTIL/OTG/main.c b/openair2/UTIL/OTG/main.c index 023033c45f..11bfa68259 100644 --- a/openair2/UTIL/OTG/main.c +++ b/openair2/UTIL/OTG/main.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file main.c -* \brief main program for OTG CX + RX -* \author A. Hafsaoui -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: openair_tech@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief main program for OTG CX + RX + */ #include diff --git a/openair2/UTIL/OTG/otg.c b/openair2/UTIL/OTG/otg.c index 04e0463971..e8ee1e657e 100644 --- a/openair2/UTIL/OTG/otg.c +++ b/openair2/UTIL/OTG/otg.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file otg.c -* \brief common function for otc tx and rx -* \author N. Nikaein and A. Hafsaoui -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: navid.nikaein@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief common function for otc tx and rx + */ diff --git a/openair2/UTIL/OTG/otg.h b/openair2/UTIL/OTG/otg.h index b95091881b..f4ef274f67 100644 --- a/openair2/UTIL/OTG/otg.h +++ b/openair2/UTIL/OTG/otg.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file otg.h -* \brief Data structure and functions for OTG -* \author N. Nikaein and A. Hafsaoui -* \date 2011 -* \version 1.0 -* \company Eurecom -* \email: navid.nikaein@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief Data structure and functions for OTG + */ #ifndef __OTG_H__ diff --git a/openair2/UTIL/OTG/otg_config.h b/openair2/UTIL/OTG/otg_config.h index d2255b9e1f..68f0d81996 100644 --- a/openair2/UTIL/OTG/otg_config.h +++ b/openair2/UTIL/OTG/otg_config.h @@ -19,17 +19,9 @@ * contact@openairinterface.org */ -/*! \file otg_config.h main used structures -* \brief otg structure -* \author Navid Nikaein and A. Hafsaoui -* \date 2011 - 2014 -* \version 0.1 -* \company Eurecom -* \email: navid.nikaein@eurecom.fr -* \note -* \warning - -*/ +/*! + * \brief otg structure + */ #ifndef __OTG_CONFIG_H__ # define __OTG_CONFIG_H__ diff --git a/openair2/UTIL/OTG/otg_defs.h b/openair2/UTIL/OTG/otg_defs.h index 8aea71d443..8fc69272a5 100644 --- a/openair2/UTIL/OTG/otg_defs.h +++ b/openair2/UTIL/OTG/otg_defs.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file otg_defs.h main used structures +/*! * \brief otg structure - * \author N. Nikaein and A. Hafsaoui - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr - * \note - * \warning */ #ifndef __OTG_DEFS_H__ diff --git a/openair2/UTIL/OTG/otg_externs.h b/openair2/UTIL/OTG/otg_externs.h index ea5943888f..6bffbb84bd 100644 --- a/openair2/UTIL/OTG/otg_externs.h +++ b/openair2/UTIL/OTG/otg_externs.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file otg_externs.h -* \brief extern parameters -* \author n. nikaein A. Hafsaoui -* \date 2012 -* \version 1.0 -* \company Eurecom -* \email: navid.nikaein@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief extern parameters + */ #ifndef __OTG_EXTERNS_H__ # define __OTG_EXTERNS_H__ diff --git a/openair2/UTIL/OTG/otg_form.c b/openair2/UTIL/OTG/otg_form.c index 928e8efeaf..eaa67f596e 100644 --- a/openair2/UTIL/OTG/otg_form.c +++ b/openair2/UTIL/OTG/otg_form.c @@ -19,17 +19,9 @@ * contact@openairinterface.org */ -/*! \file otg_config.h main used structures -* \brief otg structure -* \author A. Hafsaoui and Navid Nikaein -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: navid.nikaein@eurecom.fr -* \note -* \warning - -*/ +/*! + * \brief otg structure + */ #include "otg_form.h" #include "otg_externs.h" diff --git a/openair2/UTIL/OTG/otg_kpi.c b/openair2/UTIL/OTG/otg_kpi.c index 52aaa4e436..6079df65eb 100644 --- a/openair2/UTIL/OTG/otg_kpi.c +++ b/openair2/UTIL/OTG/otg_kpi.c @@ -19,17 +19,9 @@ * contact@openairinterface.org */ -/*! \file otg_kpi.c main used funstions to compute KPIs -* \brief define KPIs to compute for performance analysis -* \author Navid Nikaein and A. Hafsaoui -* \date 2012 -* \version 0.1 -* \company Eurecom -* \email: navid.nikaein@eurecom.fr -* \note -* \warning - -*/ +/*! + * \brief define KPIs to compute for performance analysis + */ unsigned int start_log_latency=0; unsigned int start_log_latency_bg=0; diff --git a/openair2/UTIL/OTG/otg_kpi.h b/openair2/UTIL/OTG/otg_kpi.h index 2273d10c72..6ed735aa7b 100644 --- a/openair2/UTIL/OTG/otg_kpi.h +++ b/openair2/UTIL/OTG/otg_kpi.h @@ -19,17 +19,9 @@ * contact@openairinterface.org */ -/*! \file otg_kpi.h functions to compute OTG KPIs -* \brief desribe function for KPIs computation -* \author navid nikaein and A. Hafsaoui -* \date 2012 -* \version 0.1 -* \company Eurecom -* \email: navid.nikaein@eurecom.fr -* \note -* \warning - -*/ +/*! + * \brief desribe function for KPIs computation + */ #ifndef __OTG_KPI_H__ # define __OTG_KPI_H__ diff --git a/openair2/UTIL/OTG/otg_models.c b/openair2/UTIL/OTG/otg_models.c index d866713ecb..4988d90201 100644 --- a/openair2/UTIL/OTG/otg_models.c +++ b/openair2/UTIL/OTG/otg_models.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file otg_models.c -* \brief function containing the OTG TX traffic generation functions -* \author M. Laner and navid nikaein -* \date 2013 -* \version 0.1 -* \company Eurecom -* \email: navid.nikaein@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief function containing the OTG TX traffic generation functions + */ #include "UTIL/MATH/oml.h" #include "otg_models.h" diff --git a/openair2/UTIL/OTG/otg_models.h b/openair2/UTIL/OTG/otg_models.h index 03b139d658..3dcbd30cd2 100644 --- a/openair2/UTIL/OTG/otg_models.h +++ b/openair2/UTIL/OTG/otg_models.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file otg_models.h -* \brief Data structure and functions for OTG -* \author M. Laner and navid nikaein -* \date 2013 -* \version 1.0 -* \company Eurecom -* \email: navid.nikaein@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief Data structure and functions for OTG + */ #ifndef __OTG_MODELS_H__ # define __OTG_MODELS_H__ diff --git a/openair2/UTIL/OTG/otg_rx.c b/openair2/UTIL/OTG/otg_rx.c index a14cdbf7d6..48630b45f3 100644 --- a/openair2/UTIL/OTG/otg_rx.c +++ b/openair2/UTIL/OTG/otg_rx.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file otg_rx.c +/*! * \brief function containing the OTG traffic generation functions - * \author Navid Nikaein and A. Hafsaoui - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr - * \note - * \warning */ #include "otg_rx.h" diff --git a/openair2/UTIL/OTG/otg_rx.h b/openair2/UTIL/OTG/otg_rx.h index 357eeb3123..48be6e0a25 100644 --- a/openair2/UTIL/OTG/otg_rx.h +++ b/openair2/UTIL/OTG/otg_rx.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file otg_rx.h -* \brief Data structure and functions for OTG receiver -* \author navid nikaein A. Hafsaoui -* \date 2011 -* \version 1.0 -* \company Eurecom -* \email: navid.nikaein@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief Data structure and functions for OTG receiver + */ #ifndef __OTG_RX_H__ diff --git a/openair2/UTIL/OTG/otg_rx_socket.c b/openair2/UTIL/OTG/otg_rx_socket.c index a343910efd..58229078b4 100644 --- a/openair2/UTIL/OTG/otg_rx_socket.c +++ b/openair2/UTIL/OTG/otg_rx_socket.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file otg_rx_socket.c -* \brief function containing the OTG RX traffic generation functions with sockets -* \author A. Hafsaoui -* \date 2012 -* \version 0.1 -* \company Eurecom -* \email: openair_tech@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief function containing the OTG RX traffic generation functions with sockets + */ diff --git a/openair2/UTIL/OTG/otg_rx_socket.h b/openair2/UTIL/OTG/otg_rx_socket.h index b0c6d1b364..0a1efd9029 100644 --- a/openair2/UTIL/OTG/otg_rx_socket.h +++ b/openair2/UTIL/OTG/otg_rx_socket.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file otg_rx_socket.h -* \brief brief explain how this block is organized, and how it works: OTG RX traffic generation functions with sockets -* \author A. Hafsaoui -* \date 2012 -* \version 0.1 -* \company Eurecom -* \email: openair_tech@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief brief explain how this block is organized, and how it works: OTG RX traffic generation functions with sockets + */ #ifndef __OTG_RX_SOCKET_H__ #define __OTG_RX_SOCKET_H__ diff --git a/openair2/UTIL/OTG/otg_tx.c b/openair2/UTIL/OTG/otg_tx.c index a43160ccd8..520c21de37 100644 --- a/openair2/UTIL/OTG/otg_tx.c +++ b/openair2/UTIL/OTG/otg_tx.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file otg_tx.c +/*! * \brief function containing the OTG TX traffic generation functions - * \author N. Nikaein and A. Hafsaoui - * \date 2011 - * \version 0.1 - * \company Eurecom - * \email: navid.nikaein@eurecom.fr - * \note - * \warning */ diff --git a/openair2/UTIL/OTG/otg_tx.h b/openair2/UTIL/OTG/otg_tx.h index fdd6350481..9565a48db1 100644 --- a/openair2/UTIL/OTG/otg_tx.h +++ b/openair2/UTIL/OTG/otg_tx.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file otg_tx.h -* \brief Data structure and functions for OTG -* \author N. Nikaein and A. Hafsaoui -* \date 2011 -* \version 1.0 -* \company Eurecom -* \email: navid.nikaein@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief Data structure and functions for OTG + */ #ifndef __OTG_TX_H__ # define __OTG_TX_H__ diff --git a/openair2/UTIL/OTG/otg_tx_socket.c b/openair2/UTIL/OTG/otg_tx_socket.c index 070e44f361..651b9e2140 100644 --- a/openair2/UTIL/OTG/otg_tx_socket.c +++ b/openair2/UTIL/OTG/otg_tx_socket.c @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file otg_tx_socket.c -* \brief function containing the OTG TX traffic generation functions with sockets -* \author A. Hafsaoui -* \date 2011 -* \version 0.1 -* \company Eurecom -* \email: openair_tech@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief function containing the OTG TX traffic generation functions with sockets + */ #include "otg_tx_socket.h" #include "otg_vars.h" diff --git a/openair2/UTIL/OTG/otg_tx_socket.h b/openair2/UTIL/OTG/otg_tx_socket.h index 1d2345c242..2249116117 100644 --- a/openair2/UTIL/OTG/otg_tx_socket.h +++ b/openair2/UTIL/OTG/otg_tx_socket.h @@ -19,16 +19,9 @@ * contact@openairinterface.org */ -/*! \file otg_tx_socket.h -* \brief brief explain how this block is organized, and how it works: OTG TX traffic generation functions with sockets -* \author A. Hafsaoui -* \date 2012 -* \version 0.1 -* \company Eurecom -* \email: openair_tech@eurecom.fr -* \note -* \warning -*/ +/*! + * \brief brief explain how this block is organized, and how it works: OTG TX traffic generation functions with sockets + */ #ifndef __OTG_TX_SOCKET_H__ #define __OTG_TX_SOCKET_H__ diff --git a/openair2/UTIL/OTG/otg_vars.h b/openair2/UTIL/OTG/otg_vars.h index a6bb48af54..3d50677c3f 100644 --- a/openair2/UTIL/OTG/otg_vars.h +++ b/openair2/UTIL/OTG/otg_vars.h @@ -19,16 +19,6 @@ * contact@openairinterface.org */ -/*! \file otg_vars.h -* \brief Global structure -* \author navid nikaein and A. Hafsaoui -* \date 2011 -* \version 1.0 -* \company Eurecom -* \email: navid.nikaein@eurecom.fr -* \note -* \warning -*/ #ifndef __OTG_VARS_H__ # define __OTG_VARS_H__ diff --git a/openair2/X2AP/x2ap_common.c b/openair2/X2AP/x2ap_common.c index 0fc63b7de5..e0e6a51769 100644 --- a/openair2/X2AP/x2ap_common.c +++ b/openair2/X2AP/x2ap_common.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file x2ap_common.c +/*! * \brief x2ap procedures for both eNB and MME - * \author Sebastien ROUX , Lionel GAUTHIER - * \date 2014 - * \version 0.1 */ #include diff --git a/openair2/X2AP/x2ap_eNB.c b/openair2/X2AP/x2ap_eNB.c index 6bc37771e0..16f6f91319 100644 --- a/openair2/X2AP/x2ap_eNB.c +++ b/openair2/X2AP/x2ap_eNB.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file x2ap_eNB.c +/*! * \brief x2ap tasks for eNB - * \author Konstantinos Alexandris , Cedric Roux , Navid Nikaein - * \date 2018 - * \version 1.0 */ #include diff --git a/openair2/X2AP/x2ap_eNB.h b/openair2/X2AP/x2ap_eNB.h index afa6f11b8e..e535d5d0a4 100644 --- a/openair2/X2AP/x2ap_eNB.h +++ b/openair2/X2AP/x2ap_eNB.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file x2ap_eNB.h +/*! * \brief x2ap tasks for eNB - * \author Konstantinos Alexandris , Cedric Roux , Navid Nikaein - * \date 2018 - * \version 1.0 */ #include diff --git a/openair2/X2AP/x2ap_eNB_decoder.c b/openair2/X2AP/x2ap_eNB_decoder.c index 81cb77dfef..62eddc46ef 100644 --- a/openair2/X2AP/x2ap_eNB_decoder.c +++ b/openair2/X2AP/x2ap_eNB_decoder.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file x2ap_eNB_decoder.c +/*! * \brief x2ap decoder procedures for eNB - * \author Konstantinos Alexandris , Cedric Roux , Navid Nikaein - * \date 2018 - * \version 1.0 */ #include diff --git a/openair2/X2AP/x2ap_eNB_decoder.h b/openair2/X2AP/x2ap_eNB_decoder.h index e3fa8b44e8..9e70ac1675 100644 --- a/openair2/X2AP/x2ap_eNB_decoder.h +++ b/openair2/X2AP/x2ap_eNB_decoder.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file x2ap_eNB_decoder.h +/*! * \brief x2ap decoder procedures for eNB - * \author Konstantinos Alexandris , Cedric Roux , Navid Nikaein - * \date 2018 - * \version 1.0 */ #ifndef X2AP_ENB_DECODER_H_ diff --git a/openair2/X2AP/x2ap_eNB_defs.h b/openair2/X2AP/x2ap_eNB_defs.h index d22f6efeb7..bb06b95262 100644 --- a/openair2/X2AP/x2ap_eNB_defs.h +++ b/openair2/X2AP/x2ap_eNB_defs.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file x2ap_eNB_defs.h +/*! * \brief x2ap struct definitions for eNB - * \author Konstantinos Alexandris , Cedric Roux , Navid Nikaein - * \date 2018 - * \version 1.0 */ #include diff --git a/openair2/X2AP/x2ap_eNB_encoder.c b/openair2/X2AP/x2ap_eNB_encoder.c index a82eb03f9a..da781dbdca 100644 --- a/openair2/X2AP/x2ap_eNB_encoder.c +++ b/openair2/X2AP/x2ap_eNB_encoder.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file x2ap_eNB_encoder.c +/*! * \brief x2ap encoder procedures for eNB - * \author Konstantinos Alexandris , Cedric Roux , Navid Nikaein - * \date 2018 - * \version 1.0 */ #include diff --git a/openair2/X2AP/x2ap_eNB_encoder.h b/openair2/X2AP/x2ap_eNB_encoder.h index f451a3fb26..0543e85deb 100644 --- a/openair2/X2AP/x2ap_eNB_encoder.h +++ b/openair2/X2AP/x2ap_eNB_encoder.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file x2ap_eNB_encoder.h +/*! * \brief x2ap encoder procedures for eNB - * \author Konstantinos Alexandris , Cedric Roux , Navid Nikaein - * \date 2018 - * \version 1.0 */ #ifndef X2AP_ENB_ENCODER_H_ diff --git a/openair2/X2AP/x2ap_eNB_generate_messages.c b/openair2/X2AP/x2ap_eNB_generate_messages.c index 25d257eb1d..85ac2ab43b 100644 --- a/openair2/X2AP/x2ap_eNB_generate_messages.c +++ b/openair2/X2AP/x2ap_eNB_generate_messages.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file x2ap_eNB_generate_messages.c +/*! * \brief x2ap procedures for eNB - * \author Konstantinos Alexandris , Cedric Roux , Navid Nikaein - * \date 2018 - * \version 1.0 */ #include "intertask_interface.h" diff --git a/openair2/X2AP/x2ap_eNB_generate_messages.h b/openair2/X2AP/x2ap_eNB_generate_messages.h index 44ca57597b..b1094d3e26 100644 --- a/openair2/X2AP/x2ap_eNB_generate_messages.h +++ b/openair2/X2AP/x2ap_eNB_generate_messages.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file x2ap_eNB_generate_messages.h +/*! * \brief x2ap procedures for eNB - * \author Konstantinos Alexandris , Cedric Roux , Navid Nikaein - * \date 2018 - * \version 1.0 */ #ifndef X2AP_ENB_GENERATE_MESSAGES_H_ diff --git a/openair2/X2AP/x2ap_eNB_handler.c b/openair2/X2AP/x2ap_eNB_handler.c index 09661149a4..52beff7969 100644 --- a/openair2/X2AP/x2ap_eNB_handler.c +++ b/openair2/X2AP/x2ap_eNB_handler.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file x2ap_eNB_handler.c +/*! * \brief x2ap handler procedures for eNB - * \author Konstantinos Alexandris , Cedric Roux , Navid Nikaein - * \date 2018 - * \version 1.0 */ #include diff --git a/openair2/X2AP/x2ap_eNB_handler.h b/openair2/X2AP/x2ap_eNB_handler.h index b0a4d33d58..55ea512c44 100644 --- a/openair2/X2AP/x2ap_eNB_handler.h +++ b/openair2/X2AP/x2ap_eNB_handler.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file x2ap_eNB_handler.h +/*! * \brief x2ap handler procedures for eNB - * \author Konstantinos Alexandris , Cedric Roux , Navid Nikaein - * \date 2018 - * \version 1.0 */ #ifndef X2AP_ENB_HANDLERS_H_ diff --git a/openair2/X2AP/x2ap_eNB_itti_messaging.c b/openair2/X2AP/x2ap_eNB_itti_messaging.c index f80e2da34b..b2f3a9661f 100644 --- a/openair2/X2AP/x2ap_eNB_itti_messaging.c +++ b/openair2/X2AP/x2ap_eNB_itti_messaging.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file x2ap_eNB_itti_messaging.c +/*! * \brief x2ap tasks for eNB - * \author Konstantinos Alexandris , Cedric Roux , Navid Nikaein - * \date 2018 - * \version 1.0 */ #include "intertask_interface.h" diff --git a/openair2/X2AP/x2ap_eNB_itti_messaging.h b/openair2/X2AP/x2ap_eNB_itti_messaging.h index 7358f3bdb1..6e35bfcba3 100644 --- a/openair2/X2AP/x2ap_eNB_itti_messaging.h +++ b/openair2/X2AP/x2ap_eNB_itti_messaging.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file x2ap_eNB_itti_messaging.h +/*! * \brief x2ap tasks for eNB - * \author Konstantinos Alexandris , Cedric Roux , Navid Nikaein - * \date 2018 - * \version 1.0 */ #ifndef X2AP_ENB_ITTI_MESSAGING_H_ diff --git a/openair2/X2AP/x2ap_eNB_management_procedures.c b/openair2/X2AP/x2ap_eNB_management_procedures.c index 442adbd045..86db61f890 100644 --- a/openair2/X2AP/x2ap_eNB_management_procedures.c +++ b/openair2/X2AP/x2ap_eNB_management_procedures.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file x2ap_eNB_management_procedures.c +/*! * \brief x2ap tasks for eNB - * \author Konstantinos Alexandris , Cedric Roux , Navid Nikaein - * \date 2018 - * \version 1.0 */ #include diff --git a/openair2/X2AP/x2ap_eNB_management_procedures.h b/openair2/X2AP/x2ap_eNB_management_procedures.h index 5b5ed993a2..2e5ca17df4 100644 --- a/openair2/X2AP/x2ap_eNB_management_procedures.h +++ b/openair2/X2AP/x2ap_eNB_management_procedures.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file x2ap_eNB_management_procedures.h +/*! * \brief x2ap tasks for eNB - * \author Konstantinos Alexandris , Cedric Roux , Navid Nikaein - * \date 2018 - * \version 1.0 */ #ifndef __X2AP_ENB_MANAGEMENT_PROCEDURES__H__ diff --git a/openair3/COMMON/intertask_interface_conf.h b/openair3/COMMON/intertask_interface_conf.h index 6bb8a1edd5..f971862a27 100644 --- a/openair3/COMMON/intertask_interface_conf.h +++ b/openair3/COMMON/intertask_interface_conf.h @@ -21,9 +21,6 @@ /* * intertask_interface_conf.h - * - * Created on: Oct 21, 2013 - * Author: winckel */ #ifndef INTERTASK_INTERFACE_CONF_H_ diff --git a/openair3/M3AP/m3ap_MCE.c b/openair3/M3AP/m3ap_MCE.c index 141ee09b4e..cf2bbcb3d3 100644 --- a/openair3/M3AP/m3ap_MCE.c +++ b/openair3/M3AP/m3ap_MCE.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m3ap_MCE.c +/*! * \brief m3ap tasks for MCE - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #include diff --git a/openair3/M3AP/m3ap_MCE.h b/openair3/M3AP/m3ap_MCE.h index 06ef1dc498..1cde6a3e53 100644 --- a/openair3/M3AP/m3ap_MCE.h +++ b/openair3/M3AP/m3ap_MCE.h @@ -19,10 +19,8 @@ * contact@openairinterface.org */ -/*! \file m3ap_MCE.h +/*! * \brief m3ap tasks for eNB - * \author Konstantinos Alexandris , Cedric Roux , Navid Nikaein - * \date 2018 \version 1.0 */ #include diff --git a/openair3/M3AP/m3ap_MCE_defs.h b/openair3/M3AP/m3ap_MCE_defs.h index 06386301c4..8f840839c2 100644 --- a/openair3/M3AP/m3ap_MCE_defs.h +++ b/openair3/M3AP/m3ap_MCE_defs.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m3ap_MCE_defs.h +/*! * \brief m3ap struct definitions for MCE - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #include diff --git a/openair3/M3AP/m3ap_MCE_generate_messages.h b/openair3/M3AP/m3ap_MCE_generate_messages.h index 1a5733acc3..cc87cf76d9 100644 --- a/openair3/M3AP/m3ap_MCE_generate_messages.h +++ b/openair3/M3AP/m3ap_MCE_generate_messages.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_eNB_generate_messages.h +/*! * \brief m2ap procedures for eNB - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #ifndef __M3AP_MCE_GENERATE_MESSAGES__H__ diff --git a/openair3/M3AP/m3ap_MCE_generate_messsages.c b/openair3/M3AP/m3ap_MCE_generate_messsages.c index 490ba2fd4f..1022e271a5 100644 --- a/openair3/M3AP/m3ap_MCE_generate_messsages.c +++ b/openair3/M3AP/m3ap_MCE_generate_messsages.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_eNB_generate_messages.c +/*! * \brief m2ap procedures for eNB - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #include "intertask_interface.h" diff --git a/openair3/M3AP/m3ap_MCE_handler.c b/openair3/M3AP/m3ap_MCE_handler.c index f490caf325..fffb10dc3d 100644 --- a/openair3/M3AP/m3ap_MCE_handler.c +++ b/openair3/M3AP/m3ap_MCE_handler.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m3ap_MCE_handler.c +/*! * \brief m3ap handler procedures for eNB - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #include diff --git a/openair3/M3AP/m3ap_MCE_handler.h b/openair3/M3AP/m3ap_MCE_handler.h index b09195c180..99b82b5918 100644 --- a/openair3/M3AP/m3ap_MCE_handler.h +++ b/openair3/M3AP/m3ap_MCE_handler.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m3ap_handler.h +/*! * \brief m3ap handler procedures for eNB - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #ifndef __M3AP_MCE_HANDLER__H__ diff --git a/openair3/M3AP/m3ap_MCE_interface_management.c b/openair3/M3AP/m3ap_MCE_interface_management.c index 5d58e49bb7..6c8e0e66aa 100644 --- a/openair3/M3AP/m3ap_MCE_interface_management.c +++ b/openair3/M3AP/m3ap_MCE_interface_management.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file m3ap_MCE_interface_management.c +/*! * \brief m3ap interface management for MCE - * \author Javier Morgade - * \date 2019 - * \version 0.1 - * \company Vicomtech - * \email: javier.morgade@ieee.org - * \note - * \warning */ #include "intertask_interface.h" diff --git a/openair3/M3AP/m3ap_MCE_interface_management.h b/openair3/M3AP/m3ap_MCE_interface_management.h index 974332f497..95afac44af 100644 --- a/openair3/M3AP/m3ap_MCE_interface_management.h +++ b/openair3/M3AP/m3ap_MCE_interface_management.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file m3ap_MCE_interface_management.h +/*! * \brief m3ap interface management for MCE - * \author Javier Morgade - * \date 2019 - * \version 0.1 - * \company Vicomtech - * \email: javier.morgade@ieee.org - * \note - * \warning */ #ifndef M3AP_MCE_INTERFACE_MANAGEMENT_H_ diff --git a/openair3/M3AP/m3ap_MCE_management_procedures.c b/openair3/M3AP/m3ap_MCE_management_procedures.c index c58cc7c5f1..c108e389b5 100644 --- a/openair3/M3AP/m3ap_MCE_management_procedures.c +++ b/openair3/M3AP/m3ap_MCE_management_procedures.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m3ap_MCE_management_procedures.c +/*! * \brief m3ap tasks for MCE - * \author Javier Morgade - * \date 2018 - * \version 1.0 */ #include diff --git a/openair3/M3AP/m3ap_MCE_management_procedures.h b/openair3/M3AP/m3ap_MCE_management_procedures.h index 2a5ada2fbe..24f95c450d 100644 --- a/openair3/M3AP/m3ap_MCE_management_procedures.h +++ b/openair3/M3AP/m3ap_MCE_management_procedures.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m3ap_MCE_management_procedures.h +/*! * \brief m3ap tasks for MCE - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #ifndef __M3AP_MCE_MANAGEMENT_PROCEDURES__H__ diff --git a/openair3/M3AP/m3ap_MME.c b/openair3/M3AP/m3ap_MME.c index 892a210ffd..1b73c9fa5f 100644 --- a/openair3/M3AP/m3ap_MME.c +++ b/openair3/M3AP/m3ap_MME.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m3ap_MME.c +/*! * \brief m3ap tasks for MME - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #include diff --git a/openair3/M3AP/m3ap_MME.h b/openair3/M3AP/m3ap_MME.h index f5d1b158e4..572c167858 100644 --- a/openair3/M3AP/m3ap_MME.h +++ b/openair3/M3AP/m3ap_MME.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m3ap_MME.h +/*! * \brief m3ap tasks for MME - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #include diff --git a/openair3/M3AP/m3ap_MME_defs.h b/openair3/M3AP/m3ap_MME_defs.h index 54603c6997..dae1bf8194 100644 --- a/openair3/M3AP/m3ap_MME_defs.h +++ b/openair3/M3AP/m3ap_MME_defs.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m3ap_MME_defs.h +/*! * \brief m2ap struct definitions for MME - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #include diff --git a/openair3/M3AP/m3ap_MME_generate_messages.c b/openair3/M3AP/m3ap_MME_generate_messages.c index d513fcd3db..e648c83419 100644 --- a/openair3/M3AP/m3ap_MME_generate_messages.c +++ b/openair3/M3AP/m3ap_MME_generate_messages.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m2ap_MCE_generate_messages.c +/*! * \brief m2ap procedures for MCE - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #include "intertask_interface.h" diff --git a/openair3/M3AP/m3ap_MME_generate_messages.h b/openair3/M3AP/m3ap_MME_generate_messages.h index a1dbe837c3..53b0a5afc8 100644 --- a/openair3/M3AP/m3ap_MME_generate_messages.h +++ b/openair3/M3AP/m3ap_MME_generate_messages.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m3ap_MCE_generate_messages.h +/*! * \brief m3ap procedures for MCE - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #ifndef M3AP_MCE_GENERATE_MESSAGES_H_ diff --git a/openair3/M3AP/m3ap_MME_handler.c b/openair3/M3AP/m3ap_MME_handler.c index 8a3e38820f..08ebc602c5 100644 --- a/openair3/M3AP/m3ap_MME_handler.c +++ b/openair3/M3AP/m3ap_MME_handler.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m3ap_MME_handler.c +/*! * \brief m3ap handler procedures for eNB - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #include diff --git a/openair3/M3AP/m3ap_MME_handler.h b/openair3/M3AP/m3ap_MME_handler.h index ce8939ada7..6f2f7b097c 100644 --- a/openair3/M3AP/m3ap_MME_handler.h +++ b/openair3/M3AP/m3ap_MME_handler.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m3ap_handler.h +/*! * \brief m3ap handler procedures for MME - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #ifndef M3AP_MME_HANDLERS_H_ diff --git a/openair3/M3AP/m3ap_MME_interface_management.c b/openair3/M3AP/m3ap_MME_interface_management.c index 823cccc6a1..a823442466 100644 --- a/openair3/M3AP/m3ap_MME_interface_management.c +++ b/openair3/M3AP/m3ap_MME_interface_management.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file m3ap_MME_interface_management.c +/*! * \brief m3ap interface management for MME - * \author Javier Morgade - * \date 2019 - * \version 0.1 - * \company Vicomtech - * \email: javier.morgade@ieee.org - * \note - * \warning */ #include "m3ap_common.h" diff --git a/openair3/M3AP/m3ap_MME_interface_management.h b/openair3/M3AP/m3ap_MME_interface_management.h index a4f8db8946..4f5f981e76 100644 --- a/openair3/M3AP/m3ap_MME_interface_management.h +++ b/openair3/M3AP/m3ap_MME_interface_management.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file m3ap_MME_interface_management.h +/*! * \brief m3ap interface management for MME - * \author Javier Morgade - * \date 2019 - * \version 0.1 - * \company Vicomtech - * \email: javier.morgade@ieee.org - * \note - * \warning */ #ifndef M3AP_MME_INTERFACE_MANAGEMENT_H_ diff --git a/openair3/M3AP/m3ap_MME_management_procedures.c b/openair3/M3AP/m3ap_MME_management_procedures.c index 1225db2213..08073991b1 100644 --- a/openair3/M3AP/m3ap_MME_management_procedures.c +++ b/openair3/M3AP/m3ap_MME_management_procedures.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m3ap_MME_management_procedures.c +/*! * \brief m3ap tasks for MME - * \author Javier Morgade - * \date 2018 - * \version 1.0 */ #include diff --git a/openair3/M3AP/m3ap_MME_management_procedures.h b/openair3/M3AP/m3ap_MME_management_procedures.h index f45c856cb8..b72f45c012 100644 --- a/openair3/M3AP/m3ap_MME_management_procedures.h +++ b/openair3/M3AP/m3ap_MME_management_procedures.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m3ap_MME_management_procedures.h +/*! * \brief m3ap tasks for eNB - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #ifndef __M3AP_MME_MANAGEMENT_PROCEDURES__H__ diff --git a/openair3/M3AP/m3ap_common.c b/openair3/M3AP/m3ap_common.c index 669d7eaa5e..7dd7c11ec3 100644 --- a/openair3/M3AP/m3ap_common.c +++ b/openair3/M3AP/m3ap_common.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m3ap_common.c +/*! * \brief m3ap procedures for both eNB and MCE - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #include diff --git a/openair3/M3AP/m3ap_decoder.c b/openair3/M3AP/m3ap_decoder.c index 36c8f64fae..60c2c6095f 100644 --- a/openair3/M3AP/m3ap_decoder.c +++ b/openair3/M3AP/m3ap_decoder.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m3ap_decoder.c +/*! * \brief m3ap decoder procedures - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #include diff --git a/openair3/M3AP/m3ap_decoder.h b/openair3/M3AP/m3ap_decoder.h index 6d228a1ceb..f149fac1fc 100644 --- a/openair3/M3AP/m3ap_decoder.h +++ b/openair3/M3AP/m3ap_decoder.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m3ap_decoder.h +/*! * \brief m3ap decoder procedures for eNB - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #ifndef M3AP_DECODER_H_ diff --git a/openair3/M3AP/m3ap_default_values.h b/openair3/M3AP/m3ap_default_values.h index 79c78d5b96..a5f1eef0bd 100644 --- a/openair3/M3AP/m3ap_default_values.h +++ b/openair3/M3AP/m3ap_default_values.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file m3ap_default_values.h +/*! * \brief default values for m3ap procedures - * \author Javier Morgade - * \date 2019 - * \version 0.1 - * \company Vicomtech - * \email: javier.morgade@ieee.org - * \note - * \warning */ #ifndef M3AP_DEFAULT_VALUES_H_ diff --git a/openair3/M3AP/m3ap_encoder.c b/openair3/M3AP/m3ap_encoder.c index 86a710ca90..e42ae07889 100644 --- a/openair3/M3AP/m3ap_encoder.c +++ b/openair3/M3AP/m3ap_encoder.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m3ap_encoder.c +/*! * \brief m3ap encoder procedures - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #include diff --git a/openair3/M3AP/m3ap_encoder.h b/openair3/M3AP/m3ap_encoder.h index db444a611e..a9becc9fe6 100644 --- a/openair3/M3AP/m3ap_encoder.h +++ b/openair3/M3AP/m3ap_encoder.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m3ap_encoder.h +/*! * \brief m3ap encoder procedures - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #ifndef M3AP_ENCODER_H_ diff --git a/openair3/M3AP/m3ap_handler.c b/openair3/M3AP/m3ap_handler.c index f4cad1bd08..f58822a04d 100644 --- a/openair3/M3AP/m3ap_handler.c +++ b/openair3/M3AP/m3ap_handler.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m3ap_eNB_handler.c +/*! * \brief m3ap handler procedures for eNB - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #include diff --git a/openair3/M3AP/m3ap_handler.h b/openair3/M3AP/m3ap_handler.h index f736d45b25..6e9af003b3 100644 --- a/openair3/M3AP/m3ap_handler.h +++ b/openair3/M3AP/m3ap_handler.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m3ap_handler.h +/*! * \brief m3ap handler procedures for eNB - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #ifndef M3AP_MCE_OLD_HANDLERS_H_ diff --git a/openair3/M3AP/m3ap_itti_messaging.c b/openair3/M3AP/m3ap_itti_messaging.c index 70183f86ff..3120ba0c82 100644 --- a/openair3/M3AP/m3ap_itti_messaging.c +++ b/openair3/M3AP/m3ap_itti_messaging.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m3ap_itti_messaging.c +/*! * \brief m3ap tasks for MCE - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #include "intertask_interface.h" diff --git a/openair3/M3AP/m3ap_itti_messaging.h b/openair3/M3AP/m3ap_itti_messaging.h index bd22cc87f8..fdca237c1d 100644 --- a/openair3/M3AP/m3ap_itti_messaging.h +++ b/openair3/M3AP/m3ap_itti_messaging.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file m3ap_itti_messaging.h +/*! * \brief m3ap tasks for MME - * \author Javier Morgade - * \date 2019 - * \version 0.1 */ #ifndef M3AP_MCE_ITTI_MESSAGING_H_ diff --git a/openair3/NAS/COMMON/API/NETWORK/as_message.c b/openair3/NAS/COMMON/API/NETWORK/as_message.c index 23d7097db3..beee3166f8 100644 --- a/openair3/NAS/COMMON/API/NETWORK/as_message.c +++ b/openair3/NAS/COMMON/API/NETWORK/as_message.c @@ -31,8 +31,6 @@ Product NAS stack Subsystem Application Programming Interface -Author Frederic Maurel - Description Defines the messages supported by the Access Stratum sublayer protocol (usually RRC and S1AP for E-UTRAN) and functions used to encode and decode diff --git a/openair3/NAS/COMMON/API/NETWORK/nas_message.c b/openair3/NAS/COMMON/API/NETWORK/nas_message.c index a3bb781f92..879f8dc800 100644 --- a/openair3/NAS/COMMON/API/NETWORK/nas_message.c +++ b/openair3/NAS/COMMON/API/NETWORK/nas_message.c @@ -31,8 +31,6 @@ Product NAS stack Subsystem Application Programming Interface -Author Frederic Maurel - Description Defines the layer 3 messages supported by the NAS sublayer protocol and functions used to encode and decode diff --git a/openair3/NAS/COMMON/API/NETWORK/nas_message.h b/openair3/NAS/COMMON/API/NETWORK/nas_message.h index 19dbf38fe6..19693b15f9 100644 --- a/openair3/NAS/COMMON/API/NETWORK/nas_message.h +++ b/openair3/NAS/COMMON/API/NETWORK/nas_message.h @@ -31,8 +31,6 @@ Product NAS stack Subsystem Application Programming Interface -Author Frederic Maurel - Description Defines the layer 3 messages supported by the NAS sublayer protocol and functions used to encode and decode diff --git a/openair3/NAS/COMMON/API/NETWORK/network_api.c b/openair3/NAS/COMMON/API/NETWORK/network_api.c index 0d99c8c570..07acbb2454 100644 --- a/openair3/NAS/COMMON/API/NETWORK/network_api.c +++ b/openair3/NAS/COMMON/API/NETWORK/network_api.c @@ -31,8 +31,6 @@ Product NAS stack Subsystem Application Programming Interface -Author Frederic Maurel - Description Implements the API used by the NAS layer to send/receive message to/from the network sublayer diff --git a/openair3/NAS/COMMON/API/NETWORK/network_api.h b/openair3/NAS/COMMON/API/NETWORK/network_api.h index 14106cbcbf..13af252659 100644 --- a/openair3/NAS/COMMON/API/NETWORK/network_api.h +++ b/openair3/NAS/COMMON/API/NETWORK/network_api.h @@ -31,8 +31,6 @@ Product NAS stack Subsystem Application Programming Interface -Author Frederic Maurel - Description Implements the API used by the NAS layer to send/receive message to/from the network layer diff --git a/openair3/NAS/COMMON/EMM/MSG/emm_cause.h b/openair3/NAS/COMMON/EMM/MSG/emm_cause.h index 4b7796c95c..8d79f2fe8c 100644 --- a/openair3/NAS/COMMON/EMM/MSG/emm_cause.h +++ b/openair3/NAS/COMMON/EMM/MSG/emm_cause.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines error cause code returned upon receiving unknown, unforeseen, and erroneous EPS mobility management protocol data. diff --git a/openair3/NAS/COMMON/EMM/MSG/emm_msg.c b/openair3/NAS/COMMON/EMM/MSG/emm_msg.c index 8ce145deec..f30efe295b 100644 --- a/openair3/NAS/COMMON/EMM/MSG/emm_msg.c +++ b/openair3/NAS/COMMON/EMM/MSG/emm_msg.c @@ -31,8 +31,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel, Sebastien Roux - Description Defines EPS Mobility Management messages *****************************************************************************/ diff --git a/openair3/NAS/COMMON/EMM/MSG/emm_msg.h b/openair3/NAS/COMMON/EMM/MSG/emm_msg.h index 56985227ad..f0bb11f5c3 100644 --- a/openair3/NAS/COMMON/EMM/MSG/emm_msg.h +++ b/openair3/NAS/COMMON/EMM/MSG/emm_msg.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines EPS Mobility Management messages and functions used to encode and decode diff --git a/openair3/NAS/COMMON/EMM/MSG/emm_msgDef.h b/openair3/NAS/COMMON/EMM/MSG/emm_msgDef.h index 3e82fec02a..3d9db4430b 100644 --- a/openair3/NAS/COMMON/EMM/MSG/emm_msgDef.h +++ b/openair3/NAS/COMMON/EMM/MSG/emm_msgDef.h @@ -28,8 +28,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel, Sebastien Roux - Description Defines identifiers of the EPS Mobility Management messages. *****************************************************************************/ diff --git a/openair3/NAS/COMMON/ESM/MSG/esm_cause.h b/openair3/NAS/COMMON/ESM/MSG/esm_cause.h index 124663e05b..3b4cfb395d 100644 --- a/openair3/NAS/COMMON/ESM/MSG/esm_cause.h +++ b/openair3/NAS/COMMON/ESM/MSG/esm_cause.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Session Management -Author Frederic Maurel - Description Defines error cause code returned upon receiving unknown, unforeseen, and erroneous EPS session management protocol data. diff --git a/openair3/NAS/COMMON/ESM/MSG/esm_msg.c b/openair3/NAS/COMMON/ESM/MSG/esm_msg.c index 599120355e..12fec03a66 100644 --- a/openair3/NAS/COMMON/ESM/MSG/esm_msg.c +++ b/openair3/NAS/COMMON/ESM/MSG/esm_msg.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Session Management -Author Frederic Maurel, Sebastien Roux - Description Defines EPS Session Management messages *****************************************************************************/ diff --git a/openair3/NAS/COMMON/ESM/MSG/esm_msg.h b/openair3/NAS/COMMON/ESM/MSG/esm_msg.h index ef8c05dd95..35427edda4 100644 --- a/openair3/NAS/COMMON/ESM/MSG/esm_msg.h +++ b/openair3/NAS/COMMON/ESM/MSG/esm_msg.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Session Management -Author Frederic Maurel - Description Defines EPS Session Management messages and functions used to encode and decode diff --git a/openair3/NAS/COMMON/ESM/MSG/esm_msgDef.h b/openair3/NAS/COMMON/ESM/MSG/esm_msgDef.h index b75ce1e77f..fe4eb5988b 100644 --- a/openair3/NAS/COMMON/ESM/MSG/esm_msgDef.h +++ b/openair3/NAS/COMMON/ESM/MSG/esm_msgDef.h @@ -29,8 +29,6 @@ Product NAS stack Subsystem EPS Session Management -Author Frederic Maurel, Sebastien Roux - Description Defines identifiers of the EPS Session Management messages *****************************************************************************/ diff --git a/openair3/NAS/COMMON/UTIL/device.c b/openair3/NAS/COMMON/UTIL/device.c index 41085f0e24..7de6d8a2ed 100644 --- a/openair3/NAS/COMMON/UTIL/device.c +++ b/openair3/NAS/COMMON/UTIL/device.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem Utilities -Author Frederic Maurel - Description Implements Linux/UNIX I/O device handlers *****************************************************************************/ diff --git a/openair3/NAS/COMMON/UTIL/device.h b/openair3/NAS/COMMON/UTIL/device.h index 975d7b1c8a..9c6b1c89d9 100644 --- a/openair3/NAS/COMMON/UTIL/device.h +++ b/openair3/NAS/COMMON/UTIL/device.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem Utilities -Author Frederic Maurel - Description Implements Linux/UNIX I/O device handlers *****************************************************************************/ diff --git a/openair3/NAS/COMMON/UTIL/nas_log.h b/openair3/NAS/COMMON/UTIL/nas_log.h index 334997aacb..f50594bacd 100644 --- a/openair3/NAS/COMMON/UTIL/nas_log.h +++ b/openair3/NAS/COMMON/UTIL/nas_log.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem Utilities -Author Frederic Maurel - Description Usefull logging functions *****************************************************************************/ diff --git a/openair3/NAS/COMMON/UTIL/nas_timer.c b/openair3/NAS/COMMON/UTIL/nas_timer.c index 0a521ceeb4..c40294ce03 100644 --- a/openair3/NAS/COMMON/UTIL/nas_timer.c +++ b/openair3/NAS/COMMON/UTIL/nas_timer.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem Utilities -Author Frederic Maurel - Description Timer utilities *****************************************************************************/ diff --git a/openair3/NAS/COMMON/UTIL/nas_timer.h b/openair3/NAS/COMMON/UTIL/nas_timer.h index 2af27f63dd..b4dd95bbd7 100644 --- a/openair3/NAS/COMMON/UTIL/nas_timer.h +++ b/openair3/NAS/COMMON/UTIL/nas_timer.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem Utilities -Author Frederic Maurel - Description Timer utilities *****************************************************************************/ diff --git a/openair3/NAS/COMMON/UTIL/parser.c b/openair3/NAS/COMMON/UTIL/parser.c index e27fb38199..1fdebe2597 100644 --- a/openair3/NAS/COMMON/UTIL/parser.c +++ b/openair3/NAS/COMMON/UTIL/parser.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem Utilities -Author Frederic Maurel - Description Usefull command line parser *****************************************************************************/ diff --git a/openair3/NAS/COMMON/UTIL/parser.h b/openair3/NAS/COMMON/UTIL/parser.h index ae454ce367..04a174a01f 100644 --- a/openair3/NAS/COMMON/UTIL/parser.h +++ b/openair3/NAS/COMMON/UTIL/parser.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem Utilities -Author Frederic Maurel - Description Usefull command line parser *****************************************************************************/ diff --git a/openair3/NAS/COMMON/UTIL/socket.c b/openair3/NAS/COMMON/UTIL/socket.c index 20c071203d..9a64be2611 100644 --- a/openair3/NAS/COMMON/UTIL/socket.c +++ b/openair3/NAS/COMMON/UTIL/socket.c @@ -30,8 +30,6 @@ Subsystem Utilities - Author Frederic Maurel - Description Implements socket handlers *****************************************************************************/ diff --git a/openair3/NAS/COMMON/UTIL/socket.h b/openair3/NAS/COMMON/UTIL/socket.h index 58bc6b8527..390e166535 100644 --- a/openair3/NAS/COMMON/UTIL/socket.h +++ b/openair3/NAS/COMMON/UTIL/socket.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem Utilities -Author Frederic Maurel - Description Implements TCP socket handlers *****************************************************************************/ diff --git a/openair3/NAS/COMMON/UTIL/stty.c b/openair3/NAS/COMMON/UTIL/stty.c index 9989149f59..19a2816a83 100644 --- a/openair3/NAS/COMMON/UTIL/stty.c +++ b/openair3/NAS/COMMON/UTIL/stty.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem Utilities -Author Frederic Maurel - Description Terminal I/O device control setup *****************************************************************************/ diff --git a/openair3/NAS/COMMON/UTIL/tst/timer.c b/openair3/NAS/COMMON/UTIL/tst/timer.c index 2215bcee2d..e16233e5ba 100644 --- a/openair3/NAS/COMMON/UTIL/tst/timer.c +++ b/openair3/NAS/COMMON/UTIL/tst/timer.c @@ -30,8 +30,6 @@ Product Test Subsystem Timer utility main test -Author Frederic Maurel - Description Tests the timer utility functions *****************************************************************************/ diff --git a/openair3/NAS/COMMON/securityDef.h b/openair3/NAS/COMMON/securityDef.h index 344bda5646..9c7df9839f 100644 --- a/openair3/NAS/COMMON/securityDef.h +++ b/openair3/NAS/COMMON/securityDef.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem include -Author Frederic Maurel - Description Contains global security definitions *****************************************************************************/ diff --git a/openair3/NAS/COMMON/userDef.h b/openair3/NAS/COMMON/userDef.h index fdb8287b3b..2e364e9524 100644 --- a/openair3/NAS/COMMON/userDef.h +++ b/openair3/NAS/COMMON/userDef.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem include -Author Frederic Maurel - Description Contains user's global definitions *****************************************************************************/ diff --git a/openair3/NAS/NR_UE/5GS/5GMM/IES/FGCNasMessageContainer.c b/openair3/NAS/NR_UE/5GS/5GMM/IES/FGCNasMessageContainer.c index d06521c88c..7e6b68a67b 100644 --- a/openair3/NAS/NR_UE/5GS/5GMM/IES/FGCNasMessageContainer.c +++ b/openair3/NAS/NR_UE/5GS/5GMM/IES/FGCNasMessageContainer.c @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file FGCNasMessageContainer.c - -\brief security mode complete procedures for gNB -\author Yoshio INOUE, Masayuki HARADA -\email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com -\date 2020 -\version 0.1 -*/ +/*! + * \brief security mode complete procedures for gNB + */ #include #include diff --git a/openair3/NAS/NR_UE/5GS/5GMM/IES/FGCNasMessageContainer.h b/openair3/NAS/NR_UE/5GS/5GMM/IES/FGCNasMessageContainer.h index 51e589cc92..3efef8a986 100644 --- a/openair3/NAS/NR_UE/5GS/5GMM/IES/FGCNasMessageContainer.h +++ b/openair3/NAS/NR_UE/5GS/5GMM/IES/FGCNasMessageContainer.h @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file FGCNasMessageContainer.h - -\brief security mode complete procedures for gNB -\author Yoshio INOUE, Masayuki HARADA -\email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com -\date 2020 -\version 0.1 -*/ +/*! + * \brief security mode complete procedures for gNB + */ #include #include diff --git a/openair3/NAS/NR_UE/5GS/5GMM/IES/FGMMCapability.c b/openair3/NAS/NR_UE/5GS/5GMM/IES/FGMMCapability.c index 8e5c7d1364..1aae3a4e03 100644 --- a/openair3/NAS/NR_UE/5GS/5GMM/IES/FGMMCapability.c +++ b/openair3/NAS/NR_UE/5GS/5GMM/IES/FGMMCapability.c @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file FGMMCapability.c +/*! * \brief 5GS Mobile Identity for registration request procedures - * \author Yoshio INOUE, Masayuki HARADA - * \email yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com - * \date 2020 - * \version 0.1 */ #include diff --git a/openair3/NAS/NR_UE/5GS/5GMM/IES/FGMMCapability.h b/openair3/NAS/NR_UE/5GS/5GMM/IES/FGMMCapability.h index fcbdded058..aab93e3d91 100644 --- a/openair3/NAS/NR_UE/5GS/5GMM/IES/FGMMCapability.h +++ b/openair3/NAS/NR_UE/5GS/5GMM/IES/FGMMCapability.h @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file FGMMCapability.h +/*! * \brief 5GS Mobile Capability for registration request procedures - * \author Yoshio INOUE, Masayuki HARADA - * \email yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com - * \date 2020 - * \version 0.1 */ #include diff --git a/openair3/NAS/NR_UE/5GS/5GMM/IES/FGSMobileIdentity.c b/openair3/NAS/NR_UE/5GS/5GMM/IES/FGSMobileIdentity.c index 883c5ba98d..fa6ee09a21 100644 --- a/openair3/NAS/NR_UE/5GS/5GMM/IES/FGSMobileIdentity.c +++ b/openair3/NAS/NR_UE/5GS/5GMM/IES/FGSMobileIdentity.c @@ -19,14 +19,6 @@ * contact@openairinterface.org */ -/*! \file FGSMobileIdentity.c - * \brief 5GS Mobile Identity for registration request procedures - * \author Yoshio INOUE, Masayuki HARADA - * \email yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com - * \date 2020 - * \version 0.1 - */ - #include #include #include diff --git a/openair3/NAS/NR_UE/5GS/5GMM/IES/FGSMobileIdentity.h b/openair3/NAS/NR_UE/5GS/5GMM/IES/FGSMobileIdentity.h index f8dffa41c0..fda5eb9350 100644 --- a/openair3/NAS/NR_UE/5GS/5GMM/IES/FGSMobileIdentity.h +++ b/openair3/NAS/NR_UE/5GS/5GMM/IES/FGSMobileIdentity.h @@ -19,14 +19,6 @@ * contact@openairinterface.org */ -/*! \file FGSMobileIdentity.h - * \brief 5GS Mobile Identity for registration request procedures - * \author Yoshio INOUE, Masayuki HARADA - * \email yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com - * \date 2020 - * \version 0.1 - */ - #include #include #include diff --git a/openair3/NAS/NR_UE/5GS/5GMM/IES/FGSRegistrationType.c b/openair3/NAS/NR_UE/5GS/5GMM/IES/FGSRegistrationType.c index 68861c1142..1c890fe0d6 100644 --- a/openair3/NAS/NR_UE/5GS/5GMM/IES/FGSRegistrationType.c +++ b/openair3/NAS/NR_UE/5GS/5GMM/IES/FGSRegistrationType.c @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file FGSRegistrationType.c +/*! * \brief 5GS Registration Type for registration request procedures - * \author Yoshio INOUE, Masayuki HARADA - * \email yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com - * \date 2020 - * \version 0.1 */ #include diff --git a/openair3/NAS/NR_UE/5GS/5GMM/IES/FGSRegistrationType.h b/openair3/NAS/NR_UE/5GS/5GMM/IES/FGSRegistrationType.h index 856590495f..21f679599a 100644 --- a/openair3/NAS/NR_UE/5GS/5GMM/IES/FGSRegistrationType.h +++ b/openair3/NAS/NR_UE/5GS/5GMM/IES/FGSRegistrationType.h @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file FGSRegistrationType.h +/*! * \brief 5GS Registration Type for registration request procedures - * \author Yoshio INOUE, Masayuki HARADA - * \email yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com - * \date 2020 - * \version 0.1 */ #include #include diff --git a/openair3/NAS/NR_UE/5GS/5GMM/IES/NrUESecurityCapability.c b/openair3/NAS/NR_UE/5GS/5GMM/IES/NrUESecurityCapability.c index 5d2d7cc040..f1fa737054 100644 --- a/openair3/NAS/NR_UE/5GS/5GMM/IES/NrUESecurityCapability.c +++ b/openair3/NAS/NR_UE/5GS/5GMM/IES/NrUESecurityCapability.c @@ -19,14 +19,6 @@ * contact@openairinterface.org */ -/*! \file NrUESecurityCapability.c - * \brief 5GS UE Security Capability for registration request procedures - * \author Yoshio INOUE, Masayuki HARADA - * \email yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com - * \date 2020 - * \version 0.1 - */ - #include #include #include diff --git a/openair3/NAS/NR_UE/5GS/5GMM/IES/NrUESecurityCapability.h b/openair3/NAS/NR_UE/5GS/5GMM/IES/NrUESecurityCapability.h index a8ee4391b3..dfc1a34683 100644 --- a/openair3/NAS/NR_UE/5GS/5GMM/IES/NrUESecurityCapability.h +++ b/openair3/NAS/NR_UE/5GS/5GMM/IES/NrUESecurityCapability.h @@ -19,14 +19,6 @@ * contact@openairinterface.org */ -/*! \file NrUESecurityCapability.h - * \brief 5GS UE Security Capability for registration request procedures - * \author Yoshio INOUE, Masayuki HARADA - * \email yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com - * \date 2020 - * \version 0.1 - */ - #include #include #include diff --git a/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSAuthenticationResponse.c b/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSAuthenticationResponse.c index 319026f9ef..90469575e2 100644 --- a/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSAuthenticationResponse.c +++ b/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSAuthenticationResponse.c @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file FGSAuthenticationResponse.c - -\brief authentication response procedures -\author Yoshio INOUE, Masayuki HARADA -\email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com -\date 2020 -\version 0.1 -*/ +/*! + * \brief authentication response procedures + */ #include #include diff --git a/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSAuthenticationResponse.h b/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSAuthenticationResponse.h index 6c0f0eaa64..9a20365306 100644 --- a/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSAuthenticationResponse.h +++ b/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSAuthenticationResponse.h @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file FGSAuthenticationResponse.h - -\brief authentication response procedures -\author Yoshio INOUE, Masayuki HARADA -\email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com -\date 2020 -\version 0.1 -*/ +/*! + * \brief authentication response procedures + */ #include #include diff --git a/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSDeregistrationRequestUEOriginating.c b/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSDeregistrationRequestUEOriginating.c index dbe1a548fb..4dc819b7b2 100644 --- a/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSDeregistrationRequestUEOriginating.c +++ b/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSDeregistrationRequestUEOriginating.c @@ -19,14 +19,6 @@ * contact@openairinterface.org */ -/*! \file RegistrationRequest.c - * \brief registration request procedures for gNB - * \author Yoshio INOUE, Masayuki HARADA - * \email yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com - * \date 2020 - * \version 0.1 - */ - #include "FGSDeregistrationRequestUEOriginating.h" #include diff --git a/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSIdentityResponse.c b/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSIdentityResponse.c index f65279c355..9f9be17086 100644 --- a/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSIdentityResponse.c +++ b/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSIdentityResponse.c @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file FGSIdentityResponse.c - -\brief identity response procedures for gNB -\author Yoshio INOUE, Masayuki HARADA -\email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com -\date 2020 -\version 0.1 -*/ +/*! + * \brief identity response procedures for gNB + */ #include "FGSIdentityResponse.h" #include diff --git a/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSIdentityResponse.h b/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSIdentityResponse.h index 667cb80c59..1fc3adf35b 100644 --- a/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSIdentityResponse.h +++ b/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSIdentityResponse.h @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file FGSIdentityResponse.h - -\brief identity response procedures for gNB -\author Yoshio INOUE, Masayuki HARADA -\email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com -\date 2020 -\version 0.1 -*/ +/*! + * \brief identity response procedures for gNB + */ #include #include "FGSMobileIdentity.h" diff --git a/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSNASSecurityModeComplete.c b/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSNASSecurityModeComplete.c index f24dc50749..7a57208a24 100644 --- a/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSNASSecurityModeComplete.c +++ b/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSNASSecurityModeComplete.c @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file FGSNASSecurityModeComplete.c - -\brief security mode complete procedures for gNB -\author Yoshio INOUE, Masayuki HARADA -\email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com -\date 2020 -\version 0.1 -*/ +/*! + * \brief security mode complete procedures for gNB + */ #include "FGSNASSecurityModeComplete.h" #include diff --git a/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSNASSecurityModeComplete.h b/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSNASSecurityModeComplete.h index 4c379dadee..099deed49a 100644 --- a/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSNASSecurityModeComplete.h +++ b/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSNASSecurityModeComplete.h @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file FGSNASSecurityModeComplete.h - -\brief security mode complete procedures for gNB -\author Yoshio INOUE, Masayuki HARADA -\email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com -\date 2020 -\version 0.1 -*/ +/*! + * \brief security mode complete procedures for gNB + */ #include #include "FGCNasMessageContainer.h" diff --git a/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSUplinkNasTransport.c b/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSUplinkNasTransport.c index 6b1b748146..0f152bcb34 100644 --- a/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSUplinkNasTransport.c +++ b/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSUplinkNasTransport.c @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file FGSUplinkNasTransport.c - -\brief uplink nas transport procedures -\author Yoshio INOUE, Masayuki HARADA -\email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com -\date 2020 -\version 0.1 -*/ +/*! + * \brief uplink nas transport procedures + */ #include "FGSUplinkNasTransport.h" #include diff --git a/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSUplinkNasTransport.h b/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSUplinkNasTransport.h index 7b828a1ed3..666c172aa9 100644 --- a/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSUplinkNasTransport.h +++ b/openair3/NAS/NR_UE/5GS/5GMM/MSG/FGSUplinkNasTransport.h @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file FGSUplinkNasTransport.h - -\brief uplink nas transport procedures -\author Yoshio INOUE, Masayuki HARADA -\email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com -\date 2020 -\version 0.1 -*/ +/*! + * \brief uplink nas transport procedures + */ #include #include "MessageType.h" diff --git a/openair3/NAS/NR_UE/5GS/5GMM/MSG/RegistrationAccept.c b/openair3/NAS/NR_UE/5GS/5GMM/MSG/RegistrationAccept.c index 70962eb0cc..5a00314053 100644 --- a/openair3/NAS/NR_UE/5GS/5GMM/MSG/RegistrationAccept.c +++ b/openair3/NAS/NR_UE/5GS/5GMM/MSG/RegistrationAccept.c @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file RegistrationAccept.c - -\brief 5GS registration accept procedures -\author Yoshio INOUE, Masayuki HARADA -\email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com -\date 2020 -\version 0.1 -*/ +/*! + * \brief 5GS registration accept procedures + */ #include #include diff --git a/openair3/NAS/NR_UE/5GS/5GMM/MSG/RegistrationAccept.h b/openair3/NAS/NR_UE/5GS/5GMM/MSG/RegistrationAccept.h index 42b02407d9..1b90d15611 100644 --- a/openair3/NAS/NR_UE/5GS/5GMM/MSG/RegistrationAccept.h +++ b/openair3/NAS/NR_UE/5GS/5GMM/MSG/RegistrationAccept.h @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file RegistrationAccept.h - -\brief 5GS registration accept procedures -\author Yoshio INOUE, Masayuki HARADA -\email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com -\date 2020 -\version 0.1 -*/ +/*! + * \brief 5GS registration accept procedures + */ #include #include diff --git a/openair3/NAS/NR_UE/5GS/5GMM/MSG/RegistrationComplete.h b/openair3/NAS/NR_UE/5GS/5GMM/MSG/RegistrationComplete.h index 1c2141243a..a1e0d55dda 100644 --- a/openair3/NAS/NR_UE/5GS/5GMM/MSG/RegistrationComplete.h +++ b/openair3/NAS/NR_UE/5GS/5GMM/MSG/RegistrationComplete.h @@ -19,15 +19,6 @@ * contact@openairinterface.org */ -/*! \file RegistrationRequest.h - -\brief registration request procedures for gNB -\author Yoshio INOUE, Masayuki HARADA -\email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com -\date 2020 -\version 0.1 -*/ - #include #include "MessageType.h" #include "SORTransparentContainer.h" diff --git a/openair3/NAS/NR_UE/5GS/5GMM/MSG/RegistrationRequest.c b/openair3/NAS/NR_UE/5GS/5GMM/MSG/RegistrationRequest.c index 6b124a3b81..df1696df3a 100644 --- a/openair3/NAS/NR_UE/5GS/5GMM/MSG/RegistrationRequest.c +++ b/openair3/NAS/NR_UE/5GS/5GMM/MSG/RegistrationRequest.c @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file RegistrationRequest.c +/*! * \brief registration request procedures for gNB - * \author Yoshio INOUE, Masayuki HARADA - * \email yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com - * \date 2020 - * \version 0.1 */ #include "RegistrationRequest.h" diff --git a/openair3/NAS/NR_UE/5GS/5GMM/MSG/RegistrationRequest.h b/openair3/NAS/NR_UE/5GS/5GMM/MSG/RegistrationRequest.h index f820f3e03a..c434603ada 100644 --- a/openair3/NAS/NR_UE/5GS/5GMM/MSG/RegistrationRequest.h +++ b/openair3/NAS/NR_UE/5GS/5GMM/MSG/RegistrationRequest.h @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file RegistrationRequest.h +/*! * \brief registration request procedures for gNB - * \author Yoshio INOUE, Masayuki HARADA - * \email yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com - * \date 2020 - * \version 0.1 */ #include diff --git a/openair3/NAS/NR_UE/5GS/5GSM/MSG/PduSessionEstablishRequest.c b/openair3/NAS/NR_UE/5GS/5GSM/MSG/PduSessionEstablishRequest.c index 6c4592e2e2..2de05d1780 100644 --- a/openair3/NAS/NR_UE/5GS/5GSM/MSG/PduSessionEstablishRequest.c +++ b/openair3/NAS/NR_UE/5GS/5GSM/MSG/PduSessionEstablishRequest.c @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file PduSessionEstablishRequest.c - -\brief pdu session establishment request procedures -\author Yoshio INOUE, Masayuki HARADA -\email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com -\date 2020 -\version 0.1 -*/ +/*! + * \brief pdu session establishment request procedures + */ #include "PduSessionEstablishRequest.h" #include diff --git a/openair3/NAS/NR_UE/5GS/5GSM/MSG/PduSessionEstablishRequest.h b/openair3/NAS/NR_UE/5GS/5GSM/MSG/PduSessionEstablishRequest.h index 3d61491968..8537f96210 100644 --- a/openair3/NAS/NR_UE/5GS/5GSM/MSG/PduSessionEstablishRequest.h +++ b/openair3/NAS/NR_UE/5GS/5GSM/MSG/PduSessionEstablishRequest.h @@ -19,14 +19,9 @@ * contact@openairinterface.org */ -/*! \file PduSessionEstablishRequest.h - -\brief pdu session establishment request procedures -\author Yoshio INOUE, Masayuki HARADA -\email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com -\date 2020 -\version 0.1 -*/ +/*! + * \brief pdu session establishment request procedures + */ #include #include diff --git a/openair3/NAS/NR_UE/nr_nas_msg.c b/openair3/NAS/NR_UE/nr_nas_msg.c index dda04f12bb..dff56dc5f7 100644 --- a/openair3/NAS/NR_UE/nr_nas_msg.c +++ b/openair3/NAS/NR_UE/nr_nas_msg.c @@ -19,14 +19,8 @@ * contact@openairinterface.org */ -/*! \file nr_nas_msg.c +/*! * \brief Definitions of handlers and callbacks for NR NAS UE task - * \author Yoshio INOUE, Masayuki HARADA - * \email yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com - * \date 2020 - * \version 0.1 - * - * 2023.01.27 Vladimir Dorovskikh 16 digits IMEISV */ #include "nr_nas_msg.h" diff --git a/openair3/NAS/NR_UE/nr_nas_msg.h b/openair3/NAS/NR_UE/nr_nas_msg.h index 7602525313..004df8f2b2 100644 --- a/openair3/NAS/NR_UE/nr_nas_msg.h +++ b/openair3/NAS/NR_UE/nr_nas_msg.h @@ -19,15 +19,6 @@ * contact@openairinterface.org */ -/*! \file nr_nas_msg.h - * \brief simulator for nr nas message - * \author Yoshio INOUE, Masayuki HARADA - * \email yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com - * \protocol 5GS (5GMM and 5GSM) - * \date 2020 - * \version 0.1 - */ - #ifndef __NR_NAS_MSG_SIM_H__ #define __NR_NAS_MSG_SIM_H__ diff --git a/openair3/NAS/TEST/AS_SIMULATOR/as_data.c b/openair3/NAS/TEST/AS_SIMULATOR/as_data.c index 56b00125a4..0787aaa143 100644 --- a/openair3/NAS/TEST/AS_SIMULATOR/as_data.c +++ b/openair3/NAS/TEST/AS_SIMULATOR/as_data.c @@ -20,9 +20,6 @@ */ /***************************************************************************** - Eurecom OpenAirInterface 3 - Copyright(c) 2012 Eurecom - Source as_data.c Version 0.1 @@ -33,8 +30,6 @@ Product Access-Stratum sublayer simulator Subsystem Access-Stratum data -Author Frederic Maurel - Description Defines constants and functions used by the AS simulator process. diff --git a/openair3/NAS/TEST/AS_SIMULATOR/as_data.h b/openair3/NAS/TEST/AS_SIMULATOR/as_data.h index 9888db69ac..45e4ddf9ca 100644 --- a/openair3/NAS/TEST/AS_SIMULATOR/as_data.h +++ b/openair3/NAS/TEST/AS_SIMULATOR/as_data.h @@ -20,9 +20,6 @@ */ /***************************************************************************** - Eurecom OpenAirInterface 3 - Copyright(c) 2012 Eurecom - Source as_data.h Version 0.1 @@ -33,8 +30,6 @@ Product Access-Stratum sublayer simulator Subsystem Access-Stratum data -Author Frederic Maurel - Description Defines constants and functions used by the AS simulator process. diff --git a/openair3/NAS/TEST/AS_SIMULATOR/as_process.c b/openair3/NAS/TEST/AS_SIMULATOR/as_process.c index 740c67b1e0..1d93c2c617 100644 --- a/openair3/NAS/TEST/AS_SIMULATOR/as_process.c +++ b/openair3/NAS/TEST/AS_SIMULATOR/as_process.c @@ -20,9 +20,6 @@ */ /***************************************************************************** - Eurecom OpenAirInterface 3 - Copyright(c) 2012 Eurecom - Source as_process.c Version 0.1 @@ -33,8 +30,6 @@ Product Access-Stratum sublayer simulator Subsystem AS message processing -Author Frederic Maurel - Description Defines functions executed by the Access-Stratum sublayer upon receiving AS messages from the Non-Access-Stratum. diff --git a/openair3/NAS/TEST/AS_SIMULATOR/as_process.h b/openair3/NAS/TEST/AS_SIMULATOR/as_process.h index 75df1f0d88..ae8ece0cff 100644 --- a/openair3/NAS/TEST/AS_SIMULATOR/as_process.h +++ b/openair3/NAS/TEST/AS_SIMULATOR/as_process.h @@ -20,9 +20,6 @@ */ /***************************************************************************** - Eurecom OpenAirInterface 3 - Copyright(c) 2012 Eurecom - Source as_process.h Version 0.1 @@ -33,8 +30,6 @@ Product Access-Stratum sublayer simulator Subsystem AS message processing -Author Frederic Maurel - Description Defines functions executed by the Access-Stratum sublayer upon receiving AS messages from the Non-Access-Stratum. diff --git a/openair3/NAS/TEST/AS_SIMULATOR/as_simulator.c b/openair3/NAS/TEST/AS_SIMULATOR/as_simulator.c index 387c3de3a8..2a26f08b61 100644 --- a/openair3/NAS/TEST/AS_SIMULATOR/as_simulator.c +++ b/openair3/NAS/TEST/AS_SIMULATOR/as_simulator.c @@ -20,9 +20,6 @@ */ /***************************************************************************** - Eurecom OpenAirInterface 3 - Copyright(c) 2012 Eurecom - Source as_simulator.c Version 0.1 @@ -33,8 +30,6 @@ Product Access-Stratum sublayer simulator Subsystem Main process -Author Frederic Maurel - Description Implements the Access-Stratum simulator operating between the Non-Access-Stratum running in the UE at the user side and the Non-Access-Stratum running in the MME at the network diff --git a/openair3/NAS/TEST/AS_SIMULATOR/as_simulator_parser.c b/openair3/NAS/TEST/AS_SIMULATOR/as_simulator_parser.c index ff6720da5f..9279fe535a 100644 --- a/openair3/NAS/TEST/AS_SIMULATOR/as_simulator_parser.c +++ b/openair3/NAS/TEST/AS_SIMULATOR/as_simulator_parser.c @@ -20,9 +20,6 @@ */ /***************************************************************************** - Eurecom OpenAirInterface 3 - Copyright(c) 2012 Eurecom - Source as_simulator_parser.c Version 0.1 @@ -33,8 +30,6 @@ Product Access-Stratum sublayer simulator Subsystem Command line parser -Author Frederic Maurel - Description Command line parser of the AS Simulator process *****************************************************************************/ diff --git a/openair3/NAS/TEST/AS_SIMULATOR/as_simulator_parser.h b/openair3/NAS/TEST/AS_SIMULATOR/as_simulator_parser.h index b15bf8f29b..5ec4e56e19 100644 --- a/openair3/NAS/TEST/AS_SIMULATOR/as_simulator_parser.h +++ b/openair3/NAS/TEST/AS_SIMULATOR/as_simulator_parser.h @@ -20,9 +20,6 @@ */ /***************************************************************************** - Eurecom OpenAirInterface 3 - Copyright(c) 2012 Eurecom - Source as_simulator_parser.h Version 0.1 @@ -33,8 +30,6 @@ Product Access-Stratum sublayer simulator Subsystem Command line parser -Author Frederic Maurel - Description Command line parser of the AS Simulator process *****************************************************************************/ diff --git a/openair3/NAS/TEST/AS_SIMULATOR/nas_data.c b/openair3/NAS/TEST/AS_SIMULATOR/nas_data.c index ff5421c892..cbd1e4df86 100644 --- a/openair3/NAS/TEST/AS_SIMULATOR/nas_data.c +++ b/openair3/NAS/TEST/AS_SIMULATOR/nas_data.c @@ -20,9 +20,6 @@ */ /***************************************************************************** - Eurecom OpenAirInterface 3 - Copyright(c) 2012 Eurecom - Source nas_data.c Version 0.1 @@ -33,8 +30,6 @@ Product Access-Stratum sublayer simulator Subsystem Non-Access-Stratum data -Author Frederic Maurel - Description Defines constants and functions used by the AS simulator process. diff --git a/openair3/NAS/TEST/AS_SIMULATOR/nas_data.h b/openair3/NAS/TEST/AS_SIMULATOR/nas_data.h index ff55007014..7335581b0c 100644 --- a/openair3/NAS/TEST/AS_SIMULATOR/nas_data.h +++ b/openair3/NAS/TEST/AS_SIMULATOR/nas_data.h @@ -20,9 +20,6 @@ */ /***************************************************************************** - Eurecom OpenAirInterface 3 - Copyright(c) 2012 Eurecom - Source nas_data.h Version 0.1 @@ -33,8 +30,6 @@ Product Access-Stratum sublayer simulator Subsystem Non-Access-Stratum data -Author Frederic Maurel - Description Defines constants and functions used by the AS simulator process. diff --git a/openair3/NAS/TEST/AS_SIMULATOR/nas_process.c b/openair3/NAS/TEST/AS_SIMULATOR/nas_process.c index 9b2245acd0..89ce4b1b33 100644 --- a/openair3/NAS/TEST/AS_SIMULATOR/nas_process.c +++ b/openair3/NAS/TEST/AS_SIMULATOR/nas_process.c @@ -20,9 +20,6 @@ */ /***************************************************************************** - Eurecom OpenAirInterface 3 - Copyright(c) 2012 Eurecom - Source nas_process.c Version 0.1 @@ -33,8 +30,6 @@ Product Access-Stratum sublayer simulator Subsystem NAS message processing -Author Frederic Maurel - Description Defines functions executed by the Access-Stratum sublayer upon receiving NAS messages. diff --git a/openair3/NAS/TEST/AS_SIMULATOR/nas_process.h b/openair3/NAS/TEST/AS_SIMULATOR/nas_process.h index ae5baebafc..2a50b6f75c 100644 --- a/openair3/NAS/TEST/AS_SIMULATOR/nas_process.h +++ b/openair3/NAS/TEST/AS_SIMULATOR/nas_process.h @@ -20,9 +20,6 @@ */ /***************************************************************************** - Eurecom OpenAirInterface 3 - Copyright(c) 2012 Eurecom - Source nas_process.h Version 0.1 @@ -33,8 +30,6 @@ Product Access-Stratum sublayer simulator Subsystem NAS message processing -Author Frederic Maurel - Description Defines functions executed by the Access-Stratum sublayer upon receiving NAS messages. diff --git a/openair3/NAS/TEST/NETWORK/network_parser.c b/openair3/NAS/TEST/NETWORK/network_parser.c index f540a8a99c..b14d5c23fa 100644 --- a/openair3/NAS/TEST/NETWORK/network_parser.c +++ b/openair3/NAS/TEST/NETWORK/network_parser.c @@ -20,9 +20,6 @@ */ /***************************************************************************** - Eurecom OpenAirInterface 3 - Copyright(c) 2012 Eurecom - Source network_parser.c Version 0.1 @@ -33,8 +30,6 @@ Product Network Simulator Subsystem Command line parser -Author Frederic Maurel - Description Command line parser of the Network Simulator process *****************************************************************************/ diff --git a/openair3/NAS/TEST/NETWORK/network_parser.h b/openair3/NAS/TEST/NETWORK/network_parser.h index a20c313be3..9f35084851 100644 --- a/openair3/NAS/TEST/NETWORK/network_parser.h +++ b/openair3/NAS/TEST/NETWORK/network_parser.h @@ -20,9 +20,6 @@ */ /***************************************************************************** - Eurecom OpenAirInterface 3 - Copyright(c) 2012 Eurecom - Source network_parser.h Version 0.1 @@ -33,8 +30,6 @@ Product Network simulator Subsystem Command line parser -Author Frederic Maurel - Description Command line parser of the Network Simulator process *****************************************************************************/ diff --git a/openair3/NAS/TEST/NETWORK/network_simulator.c b/openair3/NAS/TEST/NETWORK/network_simulator.c index a09c0a0a69..bd6e180c6f 100644 --- a/openair3/NAS/TEST/NETWORK/network_simulator.c +++ b/openair3/NAS/TEST/NETWORK/network_simulator.c @@ -20,9 +20,6 @@ */ /***************************************************************************** - Eurecom OpenAirInterface 3 - Copyright(c) 2012 Eurecom - Source network_simulator.c Version 0.1 @@ -33,8 +30,6 @@ Product Network simulator Subsystem Network simulator main process -Author Frederic Maurel - Description Implements the network simulator running at the network side for NAS_UE testing purpose. diff --git a/openair3/NAS/TEST/USER/user_parser.c b/openair3/NAS/TEST/USER/user_parser.c index 2b7afd5d04..4a7e3d5c02 100644 --- a/openair3/NAS/TEST/USER/user_parser.c +++ b/openair3/NAS/TEST/USER/user_parser.c @@ -20,9 +20,6 @@ */ /***************************************************************************** - Eurecom OpenAirInterface 3 - Copyright(c) 2012 Eurecom - Source user_parser.c Version 0.1 @@ -33,8 +30,6 @@ Product User Simulator Subsystem Command line parser -Author Frederic Maurel - Description Command line parser of the User Simulator process *****************************************************************************/ diff --git a/openair3/NAS/TEST/USER/user_parser.h b/openair3/NAS/TEST/USER/user_parser.h index e7fc07ee32..01f21356e3 100644 --- a/openair3/NAS/TEST/USER/user_parser.h +++ b/openair3/NAS/TEST/USER/user_parser.h @@ -20,9 +20,6 @@ */ /***************************************************************************** - Eurecom OpenAirInterface 3 - Copyright(c) 2012 Eurecom - Source user_parser.h Version 0.1 @@ -33,8 +30,6 @@ Product User simulator Subsystem Command line parser -Author Frederic Maurel - Description Command line parser of the user simulator process *****************************************************************************/ diff --git a/openair3/NAS/TEST/USER/user_simulator.c b/openair3/NAS/TEST/USER/user_simulator.c index 3050c16692..113ef973ed 100644 --- a/openair3/NAS/TEST/USER/user_simulator.c +++ b/openair3/NAS/TEST/USER/user_simulator.c @@ -20,9 +20,6 @@ */ /***************************************************************************** - Eurecom OpenAirInterface 3 - Copyright(c) 2012 Eurecom - Source user_simulator.c Version 0.1 @@ -33,8 +30,6 @@ Product User simulator Subsystem User simulator main process -Author Frederic Maurel - Description Implements the user simulator running at the user application layer for NAS testing purpose. diff --git a/openair3/NAS/TOOLS/nvram.c b/openair3/NAS/TOOLS/nvram.c index 4162e5fc58..3c6e247ed2 100644 --- a/openair3/NAS/TOOLS/nvram.c +++ b/openair3/NAS/TOOLS/nvram.c @@ -30,8 +30,6 @@ Product NVRAM data generator Subsystem NVRAM data generator main process -Author Frederic Maurel - Description Implements the utility used to generate data stored in the NVRAM application diff --git a/openair3/NAS/TOOLS/usim.c b/openair3/NAS/TOOLS/usim.c index 40de38e4b2..c493e84767 100644 --- a/openair3/NAS/TOOLS/usim.c +++ b/openair3/NAS/TOOLS/usim.c @@ -30,8 +30,6 @@ Product USIM data generator Subsystem USIM data generator main process -Author Frederic Maurel - Description Implements the utility used to generate data stored in the USIM application diff --git a/openair3/NAS/UE/API/USER/at_command.c b/openair3/NAS/UE/API/USER/at_command.c index a6591c6748..283ab36bae 100644 --- a/openair3/NAS/UE/API/USER/at_command.c +++ b/openair3/NAS/UE/API/USER/at_command.c @@ -31,8 +31,6 @@ Product NAS stack Subsystem Application Programming Interface -Author Frederic Maurel, Baris Demiray - Description Defines the ATtention (AT) command set supported by the NAS sublayer protocol diff --git a/openair3/NAS/UE/API/USER/at_command.h b/openair3/NAS/UE/API/USER/at_command.h index 7358eb1f64..6d91c8273f 100644 --- a/openair3/NAS/UE/API/USER/at_command.h +++ b/openair3/NAS/UE/API/USER/at_command.h @@ -31,8 +31,6 @@ Product NAS stack Subsystem Application Programming Interface -Author Frederic Maurel - Description Defines the ATtention (AT) command set supported by the NAS sublayer protocol diff --git a/openair3/NAS/UE/API/USER/at_error.c b/openair3/NAS/UE/API/USER/at_error.c index 78a3c407e9..c22af7ff24 100644 --- a/openair3/NAS/UE/API/USER/at_error.c +++ b/openair3/NAS/UE/API/USER/at_error.c @@ -31,8 +31,6 @@ Product NAS stack Subsystem Application Programming Interface -Author Frederic Maurel - Description Defines error codes returned when execution of AT command failed. diff --git a/openair3/NAS/UE/API/USER/at_error.h b/openair3/NAS/UE/API/USER/at_error.h index a84875a43c..7b64296be7 100644 --- a/openair3/NAS/UE/API/USER/at_error.h +++ b/openair3/NAS/UE/API/USER/at_error.h @@ -31,8 +31,6 @@ Product NAS stack Subsystem Application Programming Interface -Author Frederic Maurel - Description Defines error codes returned when execution of AT command failed. diff --git a/openair3/NAS/UE/API/USER/at_response.c b/openair3/NAS/UE/API/USER/at_response.c index 28b6c0425a..47cf666f28 100644 --- a/openair3/NAS/UE/API/USER/at_response.c +++ b/openair3/NAS/UE/API/USER/at_response.c @@ -31,8 +31,6 @@ Product NAS stack Subsystem Application Programming Interface -Author Frederic Maurel - Description Defines structure of the AT command response returned after completion of AT command processing. diff --git a/openair3/NAS/UE/API/USER/at_response.h b/openair3/NAS/UE/API/USER/at_response.h index b0303c5875..076597e777 100644 --- a/openair3/NAS/UE/API/USER/at_response.h +++ b/openair3/NAS/UE/API/USER/at_response.h @@ -31,8 +31,6 @@ Product NAS stack Subsystem Application Programming Interface -Author Frederic Maurel - Description Defines structure of the AT command response returned after completion of AT command processing. diff --git a/openair3/NAS/UE/API/USER/tst/at_parser.c b/openair3/NAS/UE/API/USER/tst/at_parser.c index 2039d81a63..adbbdffcd8 100644 --- a/openair3/NAS/UE/API/USER/tst/at_parser.c +++ b/openair3/NAS/UE/API/USER/tst/at_parser.c @@ -25,7 +25,6 @@ Date 01/04/2012 Product NAS stack Subsystem Application Programming Interface - Author Baris Demiray Description Interacts with AT parser for testing purposes *****************************************************************************/ diff --git a/openair3/NAS/UE/API/USER/user_api.h b/openair3/NAS/UE/API/USER/user_api.h index 1056a6b7f4..52d54a65d7 100644 --- a/openair3/NAS/UE/API/USER/user_api.h +++ b/openair3/NAS/UE/API/USER/user_api.h @@ -31,8 +31,6 @@ Product NAS stack Subsystem Application Programming Interface -Author Frederic Maurel - Description Implements the API used by the NAS layer running in the UE to send/receive message to/from the user application layer diff --git a/openair3/NAS/UE/API/USER/user_indication.c b/openair3/NAS/UE/API/USER/user_indication.c index 2c102c1d46..1dd9e5187b 100644 --- a/openair3/NAS/UE/API/USER/user_indication.c +++ b/openair3/NAS/UE/API/USER/user_indication.c @@ -31,8 +31,6 @@ Product NAS stack Subsystem Application Programming Interface -Author Frederic Maurel - Description Defines functions which allow the user application to register procedures to be executed upon receiving asynchronous notifi- cation. diff --git a/openair3/NAS/UE/API/USER/user_indication.h b/openair3/NAS/UE/API/USER/user_indication.h index d86ab43dca..0ee211c990 100644 --- a/openair3/NAS/UE/API/USER/user_indication.h +++ b/openair3/NAS/UE/API/USER/user_indication.h @@ -31,8 +31,6 @@ Product NAS stack Subsystem Application Programming Interface -Author Frederic Maurel - Description Defines functions which allow the user application to register procedures to be executed upon receiving asynchronous notifi- cation. diff --git a/openair3/NAS/UE/API/USIM/usim_api.c b/openair3/NAS/UE/API/USIM/usim_api.c index be66e4a810..d01b37c594 100644 --- a/openair3/NAS/UE/API/USIM/usim_api.c +++ b/openair3/NAS/UE/API/USIM/usim_api.c @@ -31,8 +31,6 @@ Product NAS stack Subsystem Application Programming Interface -Author Frederic Maurel - Description Implements the API used by the NAS layer to read/write data to/from the USIM application diff --git a/openair3/NAS/UE/API/USIM/usim_api.h b/openair3/NAS/UE/API/USIM/usim_api.h index b83ed28f66..9ae18bfc9f 100644 --- a/openair3/NAS/UE/API/USIM/usim_api.h +++ b/openair3/NAS/UE/API/USIM/usim_api.h @@ -31,8 +31,6 @@ Product NAS stack Subsystem Application Programming Interface -Author Frederic Maurel - Description Implements the API used by the NAS layer to read/write data to/from the USIM application diff --git a/openair3/NAS/UE/EMM/Attach.c b/openair3/NAS/UE/EMM/Attach.c index 52f7ebce44..205e4e7507 100644 --- a/openair3/NAS/UE/EMM/Attach.c +++ b/openair3/NAS/UE/EMM/Attach.c @@ -31,8 +31,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines the attach related EMM procedure executed by the Non-Access Stratum. diff --git a/openair3/NAS/UE/EMM/Authentication.c b/openair3/NAS/UE/EMM/Authentication.c index 33e42e9d99..4b39e5b980 100644 --- a/openair3/NAS/UE/EMM/Authentication.c +++ b/openair3/NAS/UE/EMM/Authentication.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines the authentication EMM procedure executed by the Non-Access Stratum. diff --git a/openair3/NAS/UE/EMM/Detach.c b/openair3/NAS/UE/EMM/Detach.c index 654486226e..23b4957cf6 100644 --- a/openair3/NAS/UE/EMM/Detach.c +++ b/openair3/NAS/UE/EMM/Detach.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines the detach related EMM procedure executed by the Non-Access Stratum. diff --git a/openair3/NAS/UE/EMM/EmmStatusHdl.c b/openair3/NAS/UE/EMM/EmmStatusHdl.c index 9ac2fc794b..086e120558 100644 --- a/openair3/NAS/UE/EMM/EmmStatusHdl.c +++ b/openair3/NAS/UE/EMM/EmmStatusHdl.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines the EMM status procedure executed by the Non-Access Stratum. diff --git a/openair3/NAS/UE/EMM/Identification.c b/openair3/NAS/UE/EMM/Identification.c index d4fc85a931..f4cad6c28b 100644 --- a/openair3/NAS/UE/EMM/Identification.c +++ b/openair3/NAS/UE/EMM/Identification.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines the identification EMM procedure executed by the Non-Access Stratum. diff --git a/openair3/NAS/UE/EMM/IdleMode.c b/openair3/NAS/UE/EMM/IdleMode.c index 66a82c8011..ec33d3268f 100644 --- a/openair3/NAS/UE/EMM/IdleMode.c +++ b/openair3/NAS/UE/EMM/IdleMode.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines EMM procedures executed by the Non-Access Stratum when the UE is in idle mode. diff --git a/openair3/NAS/UE/EMM/IdleMode.h b/openair3/NAS/UE/EMM/IdleMode.h index 4584877974..b2eb3bb0a0 100644 --- a/openair3/NAS/UE/EMM/IdleMode.h +++ b/openair3/NAS/UE/EMM/IdleMode.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines the functions used to get information from the list of available PLMNs locally maintained when the UE is in idle mode. diff --git a/openair3/NAS/UE/EMM/LowerLayer.c b/openair3/NAS/UE/EMM/LowerLayer.c index 538ba21099..90b65b9dab 100644 --- a/openair3/NAS/UE/EMM/LowerLayer.c +++ b/openair3/NAS/UE/EMM/LowerLayer.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines EMM procedures executed by the Non-Access Stratum upon receiving notifications from lower layers so that data transfer succeed or failed, or NAS signalling connection is diff --git a/openair3/NAS/UE/EMM/LowerLayer.h b/openair3/NAS/UE/EMM/LowerLayer.h index ed60e379bc..e63db0b441 100644 --- a/openair3/NAS/UE/EMM/LowerLayer.h +++ b/openair3/NAS/UE/EMM/LowerLayer.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines EMM procedures executed by the Non-Access Stratum upon receiving notifications from lower layers so that data transfer succeed or failed, or NAS signalling connection is diff --git a/openair3/NAS/UE/EMM/SAP/EmmDeregistered.c b/openair3/NAS/UE/EMM/SAP/EmmDeregistered.c index 71e2c4a49c..0a9a56c5e3 100644 --- a/openair3/NAS/UE/EMM/SAP/EmmDeregistered.c +++ b/openair3/NAS/UE/EMM/SAP/EmmDeregistered.c @@ -31,8 +31,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Implements the EPS Mobility Management procedures executed when the EMM-SAP is in EMM-DEREGISTERED state. diff --git a/openair3/NAS/UE/EMM/SAP/EmmDeregisteredAttachNeeded.c b/openair3/NAS/UE/EMM/SAP/EmmDeregisteredAttachNeeded.c index 834311be74..2a15583a98 100644 --- a/openair3/NAS/UE/EMM/SAP/EmmDeregisteredAttachNeeded.c +++ b/openair3/NAS/UE/EMM/SAP/EmmDeregisteredAttachNeeded.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Implements the EPS Mobility Management procedures executed when the EMM-SAP is in EMM-DEREGISTERED.ATTACH-NEEDED state. diff --git a/openair3/NAS/UE/EMM/SAP/EmmDeregisteredAttemptingToAttach.c b/openair3/NAS/UE/EMM/SAP/EmmDeregisteredAttemptingToAttach.c index 3fa47094c7..b49684433b 100644 --- a/openair3/NAS/UE/EMM/SAP/EmmDeregisteredAttemptingToAttach.c +++ b/openair3/NAS/UE/EMM/SAP/EmmDeregisteredAttemptingToAttach.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Implements the EPS Mobility Management procedures executed when the EMM-SAP is in EMM-DEREGISTERED.ATTEMPTING-TO-ATTACH state. diff --git a/openair3/NAS/UE/EMM/SAP/EmmDeregisteredInitiated.c b/openair3/NAS/UE/EMM/SAP/EmmDeregisteredInitiated.c index a44438a3a8..9740321151 100644 --- a/openair3/NAS/UE/EMM/SAP/EmmDeregisteredInitiated.c +++ b/openair3/NAS/UE/EMM/SAP/EmmDeregisteredInitiated.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Implements the EPS Mobility Management procedures executed when the EMM-SAP is in EMM-DEREGISTERED-INITIATED state. diff --git a/openair3/NAS/UE/EMM/SAP/EmmDeregisteredLimitedService.c b/openair3/NAS/UE/EMM/SAP/EmmDeregisteredLimitedService.c index c0763009b8..b707372052 100644 --- a/openair3/NAS/UE/EMM/SAP/EmmDeregisteredLimitedService.c +++ b/openair3/NAS/UE/EMM/SAP/EmmDeregisteredLimitedService.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Implements the EPS Mobility Management procedures executed when the EMM-SAP is in EMM-DEREGISTERED.LIMITED-SERVICE state. diff --git a/openair3/NAS/UE/EMM/SAP/EmmDeregisteredNoCellAvailable.c b/openair3/NAS/UE/EMM/SAP/EmmDeregisteredNoCellAvailable.c index 84820568cc..8767d3f962 100644 --- a/openair3/NAS/UE/EMM/SAP/EmmDeregisteredNoCellAvailable.c +++ b/openair3/NAS/UE/EMM/SAP/EmmDeregisteredNoCellAvailable.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Implements the EPS Mobility Management procedures executed when the EMM-SAP is in EMM-DEREGISTERED.NO-CELL-AVAILABLE state. diff --git a/openair3/NAS/UE/EMM/SAP/EmmDeregisteredNoImsi.c b/openair3/NAS/UE/EMM/SAP/EmmDeregisteredNoImsi.c index 6dc1d3304a..8b9ada7f30 100644 --- a/openair3/NAS/UE/EMM/SAP/EmmDeregisteredNoImsi.c +++ b/openair3/NAS/UE/EMM/SAP/EmmDeregisteredNoImsi.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Implements the EPS Mobility Management procedures executed when the EMM-SAP is in EMM-DEREGISTERED.NO-IMSI state. diff --git a/openair3/NAS/UE/EMM/SAP/EmmDeregisteredNormalService.c b/openair3/NAS/UE/EMM/SAP/EmmDeregisteredNormalService.c index e497353a01..666cdfa3a8 100644 --- a/openair3/NAS/UE/EMM/SAP/EmmDeregisteredNormalService.c +++ b/openair3/NAS/UE/EMM/SAP/EmmDeregisteredNormalService.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Implements the EPS Mobility Management procedures executed when the EMM-SAP is in EMM-DEREGISTERED.NORMAL-SERVICE state. diff --git a/openair3/NAS/UE/EMM/SAP/EmmDeregisteredPlmnSearch.c b/openair3/NAS/UE/EMM/SAP/EmmDeregisteredPlmnSearch.c index 8560b2a4bb..f88fc7d276 100644 --- a/openair3/NAS/UE/EMM/SAP/EmmDeregisteredPlmnSearch.c +++ b/openair3/NAS/UE/EMM/SAP/EmmDeregisteredPlmnSearch.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Implements the EPS Mobility Management procedures executed when the EMM-SAP is in EMM-DEREGISTERED.PLMN-SEARCH state. diff --git a/openair3/NAS/UE/EMM/SAP/EmmNull.c b/openair3/NAS/UE/EMM/SAP/EmmNull.c index e2e45c99cc..7993a413e8 100644 --- a/openair3/NAS/UE/EMM/SAP/EmmNull.c +++ b/openair3/NAS/UE/EMM/SAP/EmmNull.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Implements the EPS Mobility Management procedures executed when the EMM-SAP is in EMM-NULL state. diff --git a/openair3/NAS/UE/EMM/SAP/EmmRegistered.c b/openair3/NAS/UE/EMM/SAP/EmmRegistered.c index 2cd25f77d6..bd3c74dd3f 100644 --- a/openair3/NAS/UE/EMM/SAP/EmmRegistered.c +++ b/openair3/NAS/UE/EMM/SAP/EmmRegistered.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Implements the EPS Mobility Management procedures executed when the EMM-SAP is in EMM-REGISTERED state. diff --git a/openair3/NAS/UE/EMM/SAP/EmmRegisteredAttemptingToUpdate.c b/openair3/NAS/UE/EMM/SAP/EmmRegisteredAttemptingToUpdate.c index cf95cd3f56..6165041d42 100644 --- a/openair3/NAS/UE/EMM/SAP/EmmRegisteredAttemptingToUpdate.c +++ b/openair3/NAS/UE/EMM/SAP/EmmRegisteredAttemptingToUpdate.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Implements the EPS Mobility Management procedures executed when the EMM-SAP is in EMM-REGISTERED.ATTEMPTING-TO-UPDATE state. diff --git a/openair3/NAS/UE/EMM/SAP/EmmRegisteredImsiDetachInitiated.c b/openair3/NAS/UE/EMM/SAP/EmmRegisteredImsiDetachInitiated.c index 26de1cd377..1a37bb619d 100644 --- a/openair3/NAS/UE/EMM/SAP/EmmRegisteredImsiDetachInitiated.c +++ b/openair3/NAS/UE/EMM/SAP/EmmRegisteredImsiDetachInitiated.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Implements the EPS Mobility Management procedures executed when the EMM-SAP is in EMM-REGISTERED.IMSI-DETACH-INITIATED state. diff --git a/openair3/NAS/UE/EMM/SAP/EmmRegisteredInitiated.c b/openair3/NAS/UE/EMM/SAP/EmmRegisteredInitiated.c index a770e08bab..f3575c1a88 100644 --- a/openair3/NAS/UE/EMM/SAP/EmmRegisteredInitiated.c +++ b/openair3/NAS/UE/EMM/SAP/EmmRegisteredInitiated.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Implements the EPS Mobility Management procedures executed when the EMM-SAP is in EMM-REGISTERED-INITIATED state. diff --git a/openair3/NAS/UE/EMM/SAP/EmmRegisteredLimitedService.c b/openair3/NAS/UE/EMM/SAP/EmmRegisteredLimitedService.c index af60b566b8..aa4f84372d 100644 --- a/openair3/NAS/UE/EMM/SAP/EmmRegisteredLimitedService.c +++ b/openair3/NAS/UE/EMM/SAP/EmmRegisteredLimitedService.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Implements the EPS Mobility Management procedures executed when the EMM-SAP is in EMM-REGISTERED.LIMITED-SERVICE state. diff --git a/openair3/NAS/UE/EMM/SAP/EmmRegisteredNoCellAvailable.c b/openair3/NAS/UE/EMM/SAP/EmmRegisteredNoCellAvailable.c index 5aa408a8f9..9b51f3e4d7 100644 --- a/openair3/NAS/UE/EMM/SAP/EmmRegisteredNoCellAvailable.c +++ b/openair3/NAS/UE/EMM/SAP/EmmRegisteredNoCellAvailable.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Implements the EPS Mobility Management procedures executed when the EMM-SAP is in EMM-REGISTERED.NO-CELL-AVAILABLE state. diff --git a/openair3/NAS/UE/EMM/SAP/EmmRegisteredNormalService.c b/openair3/NAS/UE/EMM/SAP/EmmRegisteredNormalService.c index 4ee503ab9f..1afe955652 100644 --- a/openair3/NAS/UE/EMM/SAP/EmmRegisteredNormalService.c +++ b/openair3/NAS/UE/EMM/SAP/EmmRegisteredNormalService.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Implements the EPS Mobility Management procedures executed when the EMM-SAP is in EMM-REGISTERED.NORMAL-SERVICE state. diff --git a/openair3/NAS/UE/EMM/SAP/EmmRegisteredPlmnSearch.c b/openair3/NAS/UE/EMM/SAP/EmmRegisteredPlmnSearch.c index e300ac58db..a03decdf6c 100644 --- a/openair3/NAS/UE/EMM/SAP/EmmRegisteredPlmnSearch.c +++ b/openair3/NAS/UE/EMM/SAP/EmmRegisteredPlmnSearch.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Implements the EPS Mobility Management procedures executed when the EMM-SAP is in EMM-REGISTERED.PLMN-SEARCH state. diff --git a/openair3/NAS/UE/EMM/SAP/EmmRegisteredUpdateNeeded.c b/openair3/NAS/UE/EMM/SAP/EmmRegisteredUpdateNeeded.c index dceb0a87d1..e8214d1031 100644 --- a/openair3/NAS/UE/EMM/SAP/EmmRegisteredUpdateNeeded.c +++ b/openair3/NAS/UE/EMM/SAP/EmmRegisteredUpdateNeeded.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Implements the EPS Mobility Management procedures executed when the EMM-SAP is in EMM-REGISTERED.UPDATE-NEEDED state. diff --git a/openair3/NAS/UE/EMM/SAP/EmmServiceRequestInitiated.c b/openair3/NAS/UE/EMM/SAP/EmmServiceRequestInitiated.c index fa1944458e..337c97b43b 100644 --- a/openair3/NAS/UE/EMM/SAP/EmmServiceRequestInitiated.c +++ b/openair3/NAS/UE/EMM/SAP/EmmServiceRequestInitiated.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Implements the EPS Mobility Management procedures executed when the EMM-SAP is in EMM-SERVICE-REQUEST-INITIATED state. diff --git a/openair3/NAS/UE/EMM/SAP/EmmTrackingAreaUpdatingInitiated.c b/openair3/NAS/UE/EMM/SAP/EmmTrackingAreaUpdatingInitiated.c index 610eb13b36..05fb0c402e 100644 --- a/openair3/NAS/UE/EMM/SAP/EmmTrackingAreaUpdatingInitiated.c +++ b/openair3/NAS/UE/EMM/SAP/EmmTrackingAreaUpdatingInitiated.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Implements the EPS Mobility Management procedures executed when the EMM-SAP is in EMM-TRACKING-AREA-UPDATING-INITIATED state. diff --git a/openair3/NAS/UE/EMM/SAP/emm_as.c b/openair3/NAS/UE/EMM/SAP/emm_as.c index 32353fa969..cdd2380a49 100644 --- a/openair3/NAS/UE/EMM/SAP/emm_as.c +++ b/openair3/NAS/UE/EMM/SAP/emm_as.c @@ -31,8 +31,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines the EMMAS Service Access Point that provides services to the EPS Mobility Management for NAS message transfer to/from the Access Stratum sublayer. diff --git a/openair3/NAS/UE/EMM/SAP/emm_as.h b/openair3/NAS/UE/EMM/SAP/emm_as.h index 24ecef6926..b6412461bd 100644 --- a/openair3/NAS/UE/EMM/SAP/emm_as.h +++ b/openair3/NAS/UE/EMM/SAP/emm_as.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines the EMMAS Service Access Point that provides services to the EPS Mobility Management for NAS message transfer to/from the Access Stratum sublayer. diff --git a/openair3/NAS/UE/EMM/SAP/emm_asDef.h b/openair3/NAS/UE/EMM/SAP/emm_asDef.h index 531b3e5a69..e8d3ece6b4 100644 --- a/openair3/NAS/UE/EMM/SAP/emm_asDef.h +++ b/openair3/NAS/UE/EMM/SAP/emm_asDef.h @@ -31,8 +31,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines the EMM primitives available at the EMMAS Service Access Point to transfer NAS messages to/from the Access Stratum sublayer. diff --git a/openair3/NAS/UE/EMM/SAP/emm_esm.c b/openair3/NAS/UE/EMM/SAP/emm_esm.c index 4b08d77c1f..eb3ef76655 100644 --- a/openair3/NAS/UE/EMM/SAP/emm_esm.c +++ b/openair3/NAS/UE/EMM/SAP/emm_esm.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines the EMMESM Service Access Point that provides interlayer services to the EPS Session Management sublayer for service registration and activate/deactivate PDN diff --git a/openair3/NAS/UE/EMM/SAP/emm_esm.h b/openair3/NAS/UE/EMM/SAP/emm_esm.h index e74e1f7dc0..be864bb0b0 100644 --- a/openair3/NAS/UE/EMM/SAP/emm_esm.h +++ b/openair3/NAS/UE/EMM/SAP/emm_esm.h @@ -31,8 +31,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines the EMMESM Service Access Point that provides interlayer services to the EPS Session Management sublayer for service registration and activate/deactivate PDP context. diff --git a/openair3/NAS/UE/EMM/SAP/emm_esmDef.h b/openair3/NAS/UE/EMM/SAP/emm_esmDef.h index 6e7065f913..816a4039a4 100644 --- a/openair3/NAS/UE/EMM/SAP/emm_esmDef.h +++ b/openair3/NAS/UE/EMM/SAP/emm_esmDef.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines the EMMESM Service Access Point that provides interlayer services to the EPS Session Management sublayer for service registration and activate/deactivate PDN diff --git a/openair3/NAS/UE/EMM/SAP/emm_fsm.c b/openair3/NAS/UE/EMM/SAP/emm_fsm.c index edfd9c05ae..00b9a2e679 100644 --- a/openair3/NAS/UE/EMM/SAP/emm_fsm.c +++ b/openair3/NAS/UE/EMM/SAP/emm_fsm.c @@ -31,8 +31,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines the EPS Mobility Management procedures executed at the EMMREG Service Access Point. diff --git a/openair3/NAS/UE/EMM/SAP/emm_fsm.h b/openair3/NAS/UE/EMM/SAP/emm_fsm.h index bc1faf2f85..e8a7a95e67 100644 --- a/openair3/NAS/UE/EMM/SAP/emm_fsm.h +++ b/openair3/NAS/UE/EMM/SAP/emm_fsm.h @@ -31,8 +31,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines the EPS Mobility Management procedures executed at the EMMREG Service Access Point. diff --git a/openair3/NAS/UE/EMM/SAP/emm_recv.c b/openair3/NAS/UE/EMM/SAP/emm_recv.c index 2c901eb49b..99fc3ef532 100644 --- a/openair3/NAS/UE/EMM/SAP/emm_recv.c +++ b/openair3/NAS/UE/EMM/SAP/emm_recv.c @@ -31,8 +31,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines functions executed at the EMMAS Service Access Point upon receiving EPS Mobility Management messages from the Access Stratum sublayer. diff --git a/openair3/NAS/UE/EMM/SAP/emm_recv.h b/openair3/NAS/UE/EMM/SAP/emm_recv.h index ccfc8fd2a2..d979b56081 100644 --- a/openair3/NAS/UE/EMM/SAP/emm_recv.h +++ b/openair3/NAS/UE/EMM/SAP/emm_recv.h @@ -31,8 +31,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines functions executed at the EMMAS Service Access Point upon receiving EPS Mobility Management messages from the Access Stratum sublayer. diff --git a/openair3/NAS/UE/EMM/SAP/emm_reg.c b/openair3/NAS/UE/EMM/SAP/emm_reg.c index 87c1f1bbd1..a2e933db28 100644 --- a/openair3/NAS/UE/EMM/SAP/emm_reg.c +++ b/openair3/NAS/UE/EMM/SAP/emm_reg.c @@ -31,8 +31,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines the EMMREG Service Access Point that provides registration services for location updating and attach/detach procedures. diff --git a/openair3/NAS/UE/EMM/SAP/emm_reg.h b/openair3/NAS/UE/EMM/SAP/emm_reg.h index 96a68f1fce..59534980f9 100644 --- a/openair3/NAS/UE/EMM/SAP/emm_reg.h +++ b/openair3/NAS/UE/EMM/SAP/emm_reg.h @@ -31,8 +31,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines the EMMREG Service Access Point that provides registration services for location updating and attach/detach procedures. diff --git a/openair3/NAS/UE/EMM/SAP/emm_regDef.h b/openair3/NAS/UE/EMM/SAP/emm_regDef.h index 752f328375..ee8a682966 100644 --- a/openair3/NAS/UE/EMM/SAP/emm_regDef.h +++ b/openair3/NAS/UE/EMM/SAP/emm_regDef.h @@ -31,8 +31,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines the EMMREG Service Access Point that provides registration services for location updating and attach/detach procedures. diff --git a/openair3/NAS/UE/EMM/SAP/emm_sap.c b/openair3/NAS/UE/EMM/SAP/emm_sap.c index fcd5d6911e..2a2ba7b037 100644 --- a/openair3/NAS/UE/EMM/SAP/emm_sap.c +++ b/openair3/NAS/UE/EMM/SAP/emm_sap.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines the EMM Service Access Points at which the EPS Mobility Management sublayer provides procedures for the control of security and mobility when the User Equipment diff --git a/openair3/NAS/UE/EMM/SAP/emm_sap.h b/openair3/NAS/UE/EMM/SAP/emm_sap.h index 50d42d4f10..161d1d5cba 100644 --- a/openair3/NAS/UE/EMM/SAP/emm_sap.h +++ b/openair3/NAS/UE/EMM/SAP/emm_sap.h @@ -31,8 +31,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines the EMM Service Access Points at which the EPS Mobility Management sublayer provides procedures for the control of security and mobility when the User Equipment diff --git a/openair3/NAS/UE/EMM/SAP/emm_send.c b/openair3/NAS/UE/EMM/SAP/emm_send.c index 56708eded3..23b981cfa5 100644 --- a/openair3/NAS/UE/EMM/SAP/emm_send.c +++ b/openair3/NAS/UE/EMM/SAP/emm_send.c @@ -31,8 +31,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines functions executed at the EMMAS Service Access Point to send EPS Mobility Management messages to the Access Stratum sublayer. diff --git a/openair3/NAS/UE/EMM/SAP/emm_send.h b/openair3/NAS/UE/EMM/SAP/emm_send.h index 7cd4fb132f..92206d792f 100644 --- a/openair3/NAS/UE/EMM/SAP/emm_send.h +++ b/openair3/NAS/UE/EMM/SAP/emm_send.h @@ -31,8 +31,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines functions executed at the EMMAS Service Access Point to send EPS Mobility Management messages to the Access Stratum sublayer. diff --git a/openair3/NAS/UE/EMM/SecurityModeControl.c b/openair3/NAS/UE/EMM/SecurityModeControl.c index 2a18763f50..46f6de82de 100644 --- a/openair3/NAS/UE/EMM/SecurityModeControl.c +++ b/openair3/NAS/UE/EMM/SecurityModeControl.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem Template body file -Author Frederic Maurel - Description Defines the security mode control EMM procedure executed by the Non-Access Stratum. diff --git a/openair3/NAS/UE/EMM/ServiceRequestHdl.c b/openair3/NAS/UE/EMM/ServiceRequestHdl.c index b305ee1690..15a8e52d20 100644 --- a/openair3/NAS/UE/EMM/ServiceRequestHdl.c +++ b/openair3/NAS/UE/EMM/ServiceRequestHdl.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines the service request EMM procedure executed by the Non-Access Stratum. diff --git a/openair3/NAS/UE/EMM/TrackingAreaUpdate.c b/openair3/NAS/UE/EMM/TrackingAreaUpdate.c index b8632ef257..ddb87d29ef 100644 --- a/openair3/NAS/UE/EMM/TrackingAreaUpdate.c +++ b/openair3/NAS/UE/EMM/TrackingAreaUpdate.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines the tracking area update EMM procedure executed by the Non-Access Stratum. diff --git a/openair3/NAS/UE/EMM/emmData.h b/openair3/NAS/UE/EMM/emmData.h index 37f407fec4..0a932a11c7 100644 --- a/openair3/NAS/UE/EMM/emmData.h +++ b/openair3/NAS/UE/EMM/emmData.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines internal private data handled by EPS Mobility Management sublayer. diff --git a/openair3/NAS/UE/EMM/emm_main.c b/openair3/NAS/UE/EMM/emm_main.c index e934012e4c..1fd6d07c0b 100644 --- a/openair3/NAS/UE/EMM/emm_main.c +++ b/openair3/NAS/UE/EMM/emm_main.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines the EPS Mobility Management procedure call manager, the main entry point for elementary EMM processing. diff --git a/openair3/NAS/UE/EMM/emm_main.h b/openair3/NAS/UE/EMM/emm_main.h index d081024548..60dfbf4d70 100644 --- a/openair3/NAS/UE/EMM/emm_main.h +++ b/openair3/NAS/UE/EMM/emm_main.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines the EPS Mobility Management procedure call manager, the main entry point for elementary EMM processing. diff --git a/openair3/NAS/UE/EMM/emm_proc.h b/openair3/NAS/UE/EMM/emm_proc.h index b93bb33bf1..587aae38f8 100644 --- a/openair3/NAS/UE/EMM/emm_proc.h +++ b/openair3/NAS/UE/EMM/emm_proc.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Mobility Management -Author Frederic Maurel - Description Defines the EPS Mobility Management procedures executed at the EMM Service Access Points. diff --git a/openair3/NAS/UE/ESM/DedicatedEpsBearerContextActivation.c b/openair3/NAS/UE/ESM/DedicatedEpsBearerContextActivation.c index db95dd648f..16d1a050ce 100644 --- a/openair3/NAS/UE/ESM/DedicatedEpsBearerContextActivation.c +++ b/openair3/NAS/UE/ESM/DedicatedEpsBearerContextActivation.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Session Management -Author Frederic Maurel - Description Defines the dedicated EPS bearer context activation ESM procedure executed by the Non-Access Stratum. diff --git a/openair3/NAS/UE/ESM/DefaultEpsBearerContextActivation.c b/openair3/NAS/UE/ESM/DefaultEpsBearerContextActivation.c index f61b149822..96d7e3b4ec 100644 --- a/openair3/NAS/UE/ESM/DefaultEpsBearerContextActivation.c +++ b/openair3/NAS/UE/ESM/DefaultEpsBearerContextActivation.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Session Management -Author Frederic Maurel - Description Defines the default EPS bearer context activation ESM procedure executed by the Non-Access Stratum. diff --git a/openair3/NAS/UE/ESM/EpsBearerContextDeactivation.c b/openair3/NAS/UE/ESM/EpsBearerContextDeactivation.c index 742e70cd4a..95e8ddfdda 100644 --- a/openair3/NAS/UE/ESM/EpsBearerContextDeactivation.c +++ b/openair3/NAS/UE/ESM/EpsBearerContextDeactivation.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Session Management -Author Frederic Maurel - Description Defines the EPS bearer context deactivation ESM procedure executed by the Non-Access Stratum. diff --git a/openair3/NAS/UE/ESM/EsmStatusHdl.c b/openair3/NAS/UE/ESM/EsmStatusHdl.c index 88f6550251..0bf4670c98 100644 --- a/openair3/NAS/UE/ESM/EsmStatusHdl.c +++ b/openair3/NAS/UE/ESM/EsmStatusHdl.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Session Management -Author Frederic Maurel - Description Defines the ESM status procedure executed by the Non-Access Stratum. diff --git a/openair3/NAS/UE/ESM/PdnConnectivity.c b/openair3/NAS/UE/ESM/PdnConnectivity.c index a79320cccb..4ea2411457 100644 --- a/openair3/NAS/UE/ESM/PdnConnectivity.c +++ b/openair3/NAS/UE/ESM/PdnConnectivity.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Session Management -Author Frederic Maurel - Description Defines the PDN connectivity ESM procedure executed by the Non-Access Stratum. diff --git a/openair3/NAS/UE/ESM/PdnDisconnect.c b/openair3/NAS/UE/ESM/PdnDisconnect.c index cb7b3225bc..3f428c3b44 100644 --- a/openair3/NAS/UE/ESM/PdnDisconnect.c +++ b/openair3/NAS/UE/ESM/PdnDisconnect.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Session Management -Author Frederic Maurel - Description Defines the PDN disconnect ESM procedure executed by the Non-Access Stratum. diff --git a/openair3/NAS/UE/ESM/SAP/esm_recv.c b/openair3/NAS/UE/ESM/SAP/esm_recv.c index ca859f75f2..ce7a4443cf 100644 --- a/openair3/NAS/UE/ESM/SAP/esm_recv.c +++ b/openair3/NAS/UE/ESM/SAP/esm_recv.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Session Management -Author Frederic Maurel - Description Defines functions executed at the ESM Service Access Point upon receiving EPS Session Management messages from the EPS Mobility Management sublayer. diff --git a/openair3/NAS/UE/ESM/SAP/esm_recv.h b/openair3/NAS/UE/ESM/SAP/esm_recv.h index 29fcb47092..31430db918 100644 --- a/openair3/NAS/UE/ESM/SAP/esm_recv.h +++ b/openair3/NAS/UE/ESM/SAP/esm_recv.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Session Management -Author Frederic Maurel - Description Defines functions executed at the ESM Service Access Point upon receiving EPS Session Management messages from the EPS Mobility Management sublayer. diff --git a/openair3/NAS/UE/ESM/SAP/esm_sap.c b/openair3/NAS/UE/ESM/SAP/esm_sap.c index f1663175d4..106c8b7976 100644 --- a/openair3/NAS/UE/ESM/SAP/esm_sap.c +++ b/openair3/NAS/UE/ESM/SAP/esm_sap.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Session Management -Author Frederic Maurel - Description Defines the ESM Service Access Points at which the EPS Session Management sublayer provides procedures for the EPS bearer context handling and resources allocation. diff --git a/openair3/NAS/UE/ESM/SAP/esm_sap.h b/openair3/NAS/UE/ESM/SAP/esm_sap.h index 28d6cda1db..992980141f 100644 --- a/openair3/NAS/UE/ESM/SAP/esm_sap.h +++ b/openair3/NAS/UE/ESM/SAP/esm_sap.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Session Management -Author Frederic Maurel - Description Defines the ESM Service Access Points at which the EPS Session Management sublayer provides procedures for the EPS bearer context handling and resources allocation. diff --git a/openair3/NAS/UE/ESM/SAP/esm_sapDef.h b/openair3/NAS/UE/ESM/SAP/esm_sapDef.h index 2d3227ba75..964049d279 100644 --- a/openair3/NAS/UE/ESM/SAP/esm_sapDef.h +++ b/openair3/NAS/UE/ESM/SAP/esm_sapDef.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Session Management -Author Frederic Maurel - Description Defines the ESM Service Access Point that provides EPS bearer context handling and resources allocation procedures. diff --git a/openair3/NAS/UE/ESM/SAP/esm_send.c b/openair3/NAS/UE/ESM/SAP/esm_send.c index e710d745ad..d523b6f4be 100644 --- a/openair3/NAS/UE/ESM/SAP/esm_send.c +++ b/openair3/NAS/UE/ESM/SAP/esm_send.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Session Management -Author Frederic Maurel - Description Defines functions executed at the ESM Service Access Point to send EPS Session Management messages to the EPS Mobility Management sublayer. diff --git a/openair3/NAS/UE/ESM/SAP/esm_send.h b/openair3/NAS/UE/ESM/SAP/esm_send.h index b9bcab0f39..f0e50a96cc 100644 --- a/openair3/NAS/UE/ESM/SAP/esm_send.h +++ b/openair3/NAS/UE/ESM/SAP/esm_send.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Session Management -Author Frederic Maurel - Description Defines functions executed at the ESM Service Access Point to send EPS Session Management messages to the EPS Mobility Management sublayer. diff --git a/openair3/NAS/UE/ESM/esmData.h b/openair3/NAS/UE/ESM/esmData.h index 525f4ec00a..16587ae971 100644 --- a/openair3/NAS/UE/ESM/esmData.h +++ b/openair3/NAS/UE/ESM/esmData.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Session Management -Author Frederic Maurel - Description Defines internal private data handled by EPS Session Management sublayer. diff --git a/openair3/NAS/UE/ESM/esm_ebr.c b/openair3/NAS/UE/ESM/esm_ebr.c index 58cd4a4056..54716af1ea 100644 --- a/openair3/NAS/UE/ESM/esm_ebr.c +++ b/openair3/NAS/UE/ESM/esm_ebr.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Session Management -Author Frederic Maurel - Description Defines functions used to handle state of EPS bearer contexts and manage ESM messages re-transmission. diff --git a/openair3/NAS/UE/ESM/esm_ebr.h b/openair3/NAS/UE/ESM/esm_ebr.h index 4447a227ba..a48f212d41 100644 --- a/openair3/NAS/UE/ESM/esm_ebr.h +++ b/openair3/NAS/UE/ESM/esm_ebr.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Session Management -Author Frederic Maurel - Description Defines functions used to handle state of EPS bearer contexts and manage ESM messages re-transmission. diff --git a/openair3/NAS/UE/ESM/esm_ebr_context.c b/openair3/NAS/UE/ESM/esm_ebr_context.c index 63cfabbac4..a3640108b6 100644 --- a/openair3/NAS/UE/ESM/esm_ebr_context.c +++ b/openair3/NAS/UE/ESM/esm_ebr_context.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Session Management -Author Frederic Maurel - Description Defines functions used to handle EPS bearer contexts. *****************************************************************************/ diff --git a/openair3/NAS/UE/ESM/esm_ebr_context.h b/openair3/NAS/UE/ESM/esm_ebr_context.h index c72f3f0e8b..83a5d4f4dc 100644 --- a/openair3/NAS/UE/ESM/esm_ebr_context.h +++ b/openair3/NAS/UE/ESM/esm_ebr_context.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Session Management -Author Frederic Maurel - Description Defines functions used to handle EPS bearer contexts. *****************************************************************************/ diff --git a/openair3/NAS/UE/ESM/esm_main.c b/openair3/NAS/UE/ESM/esm_main.c index 92b8075f24..4a1b030dcf 100644 --- a/openair3/NAS/UE/ESM/esm_main.c +++ b/openair3/NAS/UE/ESM/esm_main.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Session Management -Author Frederic Maurel - Description Defines the EPS Session Management procedure call manager, the main entry point for elementary ESM processing. diff --git a/openair3/NAS/UE/ESM/esm_main.h b/openair3/NAS/UE/ESM/esm_main.h index ca8679c5b7..b0b5b27350 100644 --- a/openair3/NAS/UE/ESM/esm_main.h +++ b/openair3/NAS/UE/ESM/esm_main.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Session Management -Author Frederic Maurel - Description Defines the EPS Session Management procedure call manager, the main entry point for elementary ESM processing. diff --git a/openair3/NAS/UE/ESM/esm_proc.h b/openair3/NAS/UE/ESM/esm_proc.h index 42a925327e..9194144863 100644 --- a/openair3/NAS/UE/ESM/esm_proc.h +++ b/openair3/NAS/UE/ESM/esm_proc.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Session Management -Author Frederic Maurel - Description Defines the EPS Session Management procedures executed at the ESM Service Access Points. diff --git a/openair3/NAS/UE/ESM/esm_pt.c b/openair3/NAS/UE/ESM/esm_pt.c index 4c76850c94..e57c4130cc 100644 --- a/openair3/NAS/UE/ESM/esm_pt.c +++ b/openair3/NAS/UE/ESM/esm_pt.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Session Management -Author Frederic Maurel - Description Defines functions used to handle ESM procedure transactions. *****************************************************************************/ diff --git a/openair3/NAS/UE/ESM/esm_pt.h b/openair3/NAS/UE/ESM/esm_pt.h index b0c62253ab..d26992bb7f 100644 --- a/openair3/NAS/UE/ESM/esm_pt.h +++ b/openair3/NAS/UE/ESM/esm_pt.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem EPS Session Management -Author Frederic Maurel - Description Defines functions used to handle ESM procedure transactions. *****************************************************************************/ diff --git a/openair3/NAS/UE/UEprocess.c b/openair3/NAS/UE/UEprocess.c index 41ac5d5dde..f4a082871c 100644 --- a/openair3/NAS/UE/UEprocess.c +++ b/openair3/NAS/UE/UEprocess.c @@ -30,8 +30,6 @@ Subsystem UE NAS main process - Author Frederic Maurel - Description Implements the Non-Access Stratum protocol for Evolved Packet system (EPS) running at the User Equipment side. diff --git a/openair3/NAS/UE/nas_network.c b/openair3/NAS/UE/nas_network.c index 5a244310c2..8e119dda0e 100644 --- a/openair3/NAS/UE/nas_network.c +++ b/openair3/NAS/UE/nas_network.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem NAS main process -Author Frederic Maurel - Description NAS procedure functions triggered by the network *****************************************************************************/ diff --git a/openair3/NAS/UE/nas_network.h b/openair3/NAS/UE/nas_network.h index 1c13d67b63..0f5103df25 100644 --- a/openair3/NAS/UE/nas_network.h +++ b/openair3/NAS/UE/nas_network.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem NAS main process -Author Frederic Maurel - Description NAS procedure functions triggered by the network *****************************************************************************/ diff --git a/openair3/NAS/UE/nas_parser.c b/openair3/NAS/UE/nas_parser.c index 94c61b654c..ca1a180d35 100644 --- a/openair3/NAS/UE/nas_parser.c +++ b/openair3/NAS/UE/nas_parser.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem NAS main process -Author Frederic Maurel - Description NAS command line parser *****************************************************************************/ diff --git a/openair3/NAS/UE/nas_parser.h b/openair3/NAS/UE/nas_parser.h index 1c97dbdaf1..823a787f98 100644 --- a/openair3/NAS/UE/nas_parser.h +++ b/openair3/NAS/UE/nas_parser.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem NAS main process -Author Frederic Maurel - Description NAS command line parser *****************************************************************************/ diff --git a/openair3/NAS/UE/nas_proc.c b/openair3/NAS/UE/nas_proc.c index 3fdef5ce73..efb28f114d 100644 --- a/openair3/NAS/UE/nas_proc.c +++ b/openair3/NAS/UE/nas_proc.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem NAS main process -Author Frederic Maurel - Description NAS procedure call manager *****************************************************************************/ diff --git a/openair3/NAS/UE/nas_proc.h b/openair3/NAS/UE/nas_proc.h index ec2a2ce2d6..4397b047bb 100644 --- a/openair3/NAS/UE/nas_proc.h +++ b/openair3/NAS/UE/nas_proc.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem NAS main process -Author Frederic Maurel - Description NAS procedure call manager *****************************************************************************/ diff --git a/openair3/NAS/UE/nas_user.c b/openair3/NAS/UE/nas_user.c index 57327802f3..988515f671 100644 --- a/openair3/NAS/UE/nas_user.c +++ b/openair3/NAS/UE/nas_user.c @@ -30,8 +30,6 @@ Product NAS stack Subsystem NAS main process -Author Frederic Maurel - Description NAS procedure functions triggered by the user *****************************************************************************/ diff --git a/openair3/NAS/UE/nas_user.h b/openair3/NAS/UE/nas_user.h index 63920540d4..3158ad411d 100644 --- a/openair3/NAS/UE/nas_user.h +++ b/openair3/NAS/UE/nas_user.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem NAS main process -Author Frederic Maurel - Description NAS procedure functions triggered by the user *****************************************************************************/ diff --git a/openair3/NAS/UE/user_defs.h b/openair3/NAS/UE/user_defs.h index 5143a939b0..21dc080983 100644 --- a/openair3/NAS/UE/user_defs.h +++ b/openair3/NAS/UE/user_defs.h @@ -30,8 +30,6 @@ Product NAS stack Subsystem NAS main process -Author Frederic Leroy - Description NAS type definition to manage a user equipment *****************************************************************************/ diff --git a/openair3/NGAP/ngap_common.c b/openair3/NGAP/ngap_common.c index c14b6c80d8..f12e00b269 100644 --- a/openair3/NGAP/ngap_common.c +++ b/openair3/NGAP/ngap_common.c @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file ngap_common.c - * \brief ngap procedures for both gNB and AMF - * \author Yoshio INOUE, Masayuki HARADA - * \email yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) - * \date 2020 - * \version 0.1 +/*! + * \brief ngap procedures for both gNB */ #include diff --git a/openair3/NGAP/ngap_common.h b/openair3/NGAP/ngap_common.h index 64b073720e..8bdfa5fb00 100644 --- a/openair3/NGAP/ngap_common.h +++ b/openair3/NGAP/ngap_common.h @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file ngap_common.h +/*! * \brief ngap procedures for both gNB and AMF - * \author Yoshio INOUE, Masayuki HARADA - * \email yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) - * \date 2020 - * \version 0.1 */ /** @defgroup _ngap_impl_ NGAP Layer Reference Implementation diff --git a/openair3/NGAP/ngap_gNB.c b/openair3/NGAP/ngap_gNB.c index da4108df12..e1fa4469dd 100644 --- a/openair3/NGAP/ngap_gNB.c +++ b/openair3/NGAP/ngap_gNB.c @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file ngap_gNB.c +/*! * \brief NGAP gNB task - * \author Yoshio INOUE, Masayuki HARADA - * \date 2020 - * \email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) - * \version 1.0 * @ingroup _ngap */ diff --git a/openair3/NGAP/ngap_gNB.h b/openair3/NGAP/ngap_gNB.h index b3ca6acfa5..fefd0d1f6d 100644 --- a/openair3/NGAP/ngap_gNB.h +++ b/openair3/NGAP/ngap_gNB.h @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file ngap_gNB.h +/*! * \brief NGAP gNB task - * \author Yoshio INOUE, Masayuki HARADA - * \date 2020 - * \email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) - * \version 1.0 * @ingroup _ngap */ diff --git a/openair3/NGAP/ngap_gNB_context_management_procedures.c b/openair3/NGAP/ngap_gNB_context_management_procedures.c index 57b7780d4f..58a7d766ce 100644 --- a/openair3/NGAP/ngap_gNB_context_management_procedures.c +++ b/openair3/NGAP/ngap_gNB_context_management_procedures.c @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file ngap_gNB_context_management_procedures.c +/*! * \brief NGAP context management procedures - * \author Yoshio INOUE, Masayuki HARADA - * \date 2020 - * \email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) - * \version 1.0 * @ingroup _ngap */ diff --git a/openair3/NGAP/ngap_gNB_context_management_procedures.h b/openair3/NGAP/ngap_gNB_context_management_procedures.h index 273b246d95..295f0cc389 100644 --- a/openair3/NGAP/ngap_gNB_context_management_procedures.h +++ b/openair3/NGAP/ngap_gNB_context_management_procedures.h @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file ngap_gNB_context_management_procedures.h +/*! * \brief NGAP context management procedures - * \author Yoshio INOUE, Masayuki HARADA - * \date 2020 - * \email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) - * \version 1.0 * @ingroup _ngap */ diff --git a/openair3/NGAP/ngap_gNB_decoder.c b/openair3/NGAP/ngap_gNB_decoder.c index 3993f8aa72..dab8b18b5e 100644 --- a/openair3/NGAP/ngap_gNB_decoder.c +++ b/openair3/NGAP/ngap_gNB_decoder.c @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file ngap_gNB_decoder.c +/*! * \brief ngap pdu decode procedures for gNB - * \author Yoshio INOUE, Masayuki HARADA - * \email yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) - * \date 2020 - * \version 0.1 */ #include "ngap_gNB_decoder.h" #include diff --git a/openair3/NGAP/ngap_gNB_decoder.h b/openair3/NGAP/ngap_gNB_decoder.h index d75f069c50..e4d467100d 100644 --- a/openair3/NGAP/ngap_gNB_decoder.h +++ b/openair3/NGAP/ngap_gNB_decoder.h @@ -18,12 +18,8 @@ * For more information about the OpenAirInterface (OAI) Software Alliance: * contact@openairinterface.org */ -/*! \file ngap_gNB_decoder.h +/*! * \brief ngap pdu decode procedures for gNB - * \author Yoshio INOUE, Masayuki HARADA - * \email yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) - * \date 2020 - * \version 0.1 */ #include diff --git a/openair3/NGAP/ngap_gNB_default_values.h b/openair3/NGAP/ngap_gNB_default_values.h index afbe91ec7f..31ead025e7 100644 --- a/openair3/NGAP/ngap_gNB_default_values.h +++ b/openair3/NGAP/ngap_gNB_default_values.h @@ -18,12 +18,8 @@ * For more information about the OpenAirInterface (OAI) Software Alliance: * contact@openairinterface.org */ -/*! \file ngap_gNB_default_values.h +/*! * \brief ngap default values - * \author Yoshio INOUE, Masayuki HARADA - * \email yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) - * \date 2020 - * \version 0.1 */ #ifndef NGAP_GNB_DEFAULT_VALUES_H_ diff --git a/openair3/NGAP/ngap_gNB_defs.h b/openair3/NGAP/ngap_gNB_defs.h index b7c5dc3f64..2d4f2bface 100644 --- a/openair3/NGAP/ngap_gNB_defs.h +++ b/openair3/NGAP/ngap_gNB_defs.h @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file ngap_gNB_defs.h +/*! * \brief ngap define procedures for gNB - * \author Yoshio INOUE, Masayuki HARADA - * \email yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) - * \date 2020 - * \version 0.1 */ #include diff --git a/openair3/NGAP/ngap_gNB_encoder.c b/openair3/NGAP/ngap_gNB_encoder.c index 801ce95d42..c25fa28b8b 100644 --- a/openair3/NGAP/ngap_gNB_encoder.c +++ b/openair3/NGAP/ngap_gNB_encoder.c @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file ngap_gNB_encoder.c +/*! * \brief ngap pdu encode procedures for gNB - * \author Yoshio INOUE, Masayuki HARADA - * \email yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) - * \date 2020 - * \version 0.1 */ #include "ngap_gNB_encoder.h" diff --git a/openair3/NGAP/ngap_gNB_encoder.h b/openair3/NGAP/ngap_gNB_encoder.h index 4c015d352a..cdaa865538 100644 --- a/openair3/NGAP/ngap_gNB_encoder.h +++ b/openair3/NGAP/ngap_gNB_encoder.h @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file ngap_gNB_encoder.h +/*! * \brief ngap pdu encode procedures for gNB - * \author Yoshio INOUE, Masayuki HARADA - * \email yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) - * \date 2020 - * \version 0.1 */ #ifndef NGAP_GNB_ENCODER_H_ diff --git a/openair3/NGAP/ngap_gNB_handlers.c b/openair3/NGAP/ngap_gNB_handlers.c index ddd39b2535..7654a928c7 100644 --- a/openair3/NGAP/ngap_gNB_handlers.c +++ b/openair3/NGAP/ngap_gNB_handlers.c @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file ngap_gNB_handlers.c +/*! * \brief ngap messages handlers for gNB part - * \author Yoshio INOUE, Masayuki HARADA - * \email yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) - * \date 2020 - * \version 0.1 */ #include "ngap_gNB_handlers.h" diff --git a/openair3/NGAP/ngap_gNB_handlers.h b/openair3/NGAP/ngap_gNB_handlers.h index d39b6df443..96cf1ceb24 100644 --- a/openair3/NGAP/ngap_gNB_handlers.h +++ b/openair3/NGAP/ngap_gNB_handlers.h @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file ngap_gNB_handlers.h +/*! * \brief ngap messages handlers for gNB part - * \author Yoshio INOUE, Masayuki HARADA - * \email yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) - * \date 2020 - * \version 0.1 */ #ifndef NGAP_GNB_HANDLERS_H_ diff --git a/openair3/NGAP/ngap_gNB_itti_messaging.c b/openair3/NGAP/ngap_gNB_itti_messaging.c index 1e03192599..b7de0cd0eb 100644 --- a/openair3/NGAP/ngap_gNB_itti_messaging.c +++ b/openair3/NGAP/ngap_gNB_itti_messaging.c @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file ngap_gNB_itti_messaging.c +/*! * \brief ngap itti messages handlers for gNB - * \author Yoshio INOUE, Masayuki HARADA - * \email yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) - * \date 2020 - * \version 0.1 */ #include diff --git a/openair3/NGAP/ngap_gNB_itti_messaging.h b/openair3/NGAP/ngap_gNB_itti_messaging.h index 09ae4d6480..ac630d5886 100644 --- a/openair3/NGAP/ngap_gNB_itti_messaging.h +++ b/openair3/NGAP/ngap_gNB_itti_messaging.h @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file ngap_gNB_itti_messaging.h +/*! * \brief ngap itti messages handlers for gNB - * \author Yoshio INOUE, Masayuki HARADA - * \email yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) - * \date 2020 - * \version 0.1 */ #ifndef NGAP_GNB_ITTI_MESSAGING_H_ diff --git a/openair3/NGAP/ngap_gNB_management_procedures.c b/openair3/NGAP/ngap_gNB_management_procedures.c index 9456a4d986..8917db7769 100644 --- a/openair3/NGAP/ngap_gNB_management_procedures.c +++ b/openair3/NGAP/ngap_gNB_management_procedures.c @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file ngap_gNB_management_procedures.c +/*! * \brief NGAP gNB task - * \author Yoshio INOUE, Masayuki HARADA - * \date 2020 - * \email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) - * \version 1.0 * @ingroup _ngap */ diff --git a/openair3/NGAP/ngap_gNB_management_procedures.h b/openair3/NGAP/ngap_gNB_management_procedures.h index 203b9e2c0b..c93b069521 100644 --- a/openair3/NGAP/ngap_gNB_management_procedures.h +++ b/openair3/NGAP/ngap_gNB_management_procedures.h @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file ngap_gNB_management_procedures.h +/*! * \brief NGAP gNB task - * \author Yoshio INOUE, Masayuki HARADA - * \date 2020 - * \email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) - * \version 1.0 * @ingroup _ngap */ diff --git a/openair3/NGAP/ngap_gNB_nas_procedures.c b/openair3/NGAP/ngap_gNB_nas_procedures.c index 9e341494c6..4dab5af9f7 100644 --- a/openair3/NGAP/ngap_gNB_nas_procedures.c +++ b/openair3/NGAP/ngap_gNB_nas_procedures.c @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file ngap_gNB_nas_procedures.c +/*! * \brief NGAP gNb NAS procedure handler - * \author Yoshio INOUE, Masayuki HARADA - * \date 2020 - * \email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) - * \version 1.0 * @ingroup _ngap */ diff --git a/openair3/NGAP/ngap_gNB_nas_procedures.h b/openair3/NGAP/ngap_gNB_nas_procedures.h index 38a9648bbb..76113aab46 100644 --- a/openair3/NGAP/ngap_gNB_nas_procedures.h +++ b/openair3/NGAP/ngap_gNB_nas_procedures.h @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file ngap_gNB_nas_procedures.h +/*! * \brief NGAP gNb NAS procedure handler - * \author Yoshio INOUE, Masayuki HARADA - * \date 2020 - * \email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) - * \version 1.0 * @ingroup _ngap */ diff --git a/openair3/NGAP/ngap_gNB_nnsf.c b/openair3/NGAP/ngap_gNB_nnsf.c index e16e790d38..1763e2ea9a 100644 --- a/openair3/NGAP/ngap_gNB_nnsf.c +++ b/openair3/NGAP/ngap_gNB_nnsf.c @@ -19,12 +19,9 @@ * contact@openairinterface.org */ -/*! \file ngap_gNB_nnsf.c +/*! * \brief ngap NAS node selection functions - * \author Yoshio INOUE, Masayuki HARADA - * \date 2020 - * \version 0.1 - * \email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) + * @ingroup _ngap */ #include "ngap_gNB_nnsf.h" diff --git a/openair3/NGAP/ngap_gNB_nnsf.h b/openair3/NGAP/ngap_gNB_nnsf.h index 0b7c7059e3..45c0811611 100644 --- a/openair3/NGAP/ngap_gNB_nnsf.h +++ b/openair3/NGAP/ngap_gNB_nnsf.h @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file ngap_gNB_nnsf.h +/*! * \brief ngap NAS node selection functions - * \author Yoshio INOUE, Masayuki HARADA - * \date 2020 - * \version 0.1 - * \email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) */ #ifndef NGAP_GNB_NNSF_H_ diff --git a/openair3/NGAP/ngap_gNB_overload.c b/openair3/NGAP/ngap_gNB_overload.c index cc5cd997cf..69542463ff 100644 --- a/openair3/NGAP/ngap_gNB_overload.c +++ b/openair3/NGAP/ngap_gNB_overload.c @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file ngap_gNB_overload.c +/*! * \brief ngap procedures for overload messages within gNB - * \author Yoshio INOUE, Masayuki HARADA - * \date 2020 - * \version 0.1 - * \email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) */ #include "ngap_gNB_overload.h" diff --git a/openair3/NGAP/ngap_gNB_overload.h b/openair3/NGAP/ngap_gNB_overload.h index 8f0644e5b0..facefa5a5a 100644 --- a/openair3/NGAP/ngap_gNB_overload.h +++ b/openair3/NGAP/ngap_gNB_overload.h @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file ngap_gNB_overload.h +/*! * \brief ngap procedures for overload messages within gNB - * \author Yoshio INOUE, Masayuki HARADA - * \date 2020 - * \version 0.1 - * \email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) */ #ifndef NGAP_GNB_OVERLOAD_H_ diff --git a/openair3/NGAP/ngap_gNB_trace.c b/openair3/NGAP/ngap_gNB_trace.c index 679fa354fc..b18963bd62 100644 --- a/openair3/NGAP/ngap_gNB_trace.c +++ b/openair3/NGAP/ngap_gNB_trace.c @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file ngap_gNB_trace.c +/*! * \brief ngap trace procedures for gNB - * \author Yoshio INOUE, Masayuki HARADA - * \date 2020 - * \version 0.1 - * \email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) */ #include "ngap_gNB_trace.h" diff --git a/openair3/NGAP/ngap_gNB_trace.h b/openair3/NGAP/ngap_gNB_trace.h index 566172cbcd..9fdeafd639 100644 --- a/openair3/NGAP/ngap_gNB_trace.h +++ b/openair3/NGAP/ngap_gNB_trace.h @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file ngap_gNB_trace.h +/*! * \brief ngap trace procedures for gNB - * \author Yoshio INOUE, Masayuki HARADA - * \date 2020 - * \version 0.1 - * \email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) */ #ifndef NGAP_GNB_TRACE_H_ diff --git a/openair3/NGAP/ngap_gNB_ue_context.c b/openair3/NGAP/ngap_gNB_ue_context.c index e50726380f..cc6c711e5b 100644 --- a/openair3/NGAP/ngap_gNB_ue_context.c +++ b/openair3/NGAP/ngap_gNB_ue_context.c @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file ngap_gNB_ue_context.c +/*! * \brief ngap UE context management within gNB - * \author Yoshio INOUE, Masayuki HARADA - * \date 2020 - * \version 0.1 - * \email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) */ #include "ngap_gNB_ue_context.h" diff --git a/openair3/NGAP/ngap_gNB_ue_context.h b/openair3/NGAP/ngap_gNB_ue_context.h index 1ca458968f..14cb212d96 100644 --- a/openair3/NGAP/ngap_gNB_ue_context.h +++ b/openair3/NGAP/ngap_gNB_ue_context.h @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file ngap_gNB_ue_context.h +/*! * \brief ngap UE context management within gNB - * \author Yoshio INOUE, Masayuki HARADA - * \date 2020 - * \version 0.1 - * \email: yoshio.inoue@fujitsu.com,masayuki.harada@fujitsu.com (yoshio.inoue%40fujitsu.com%2cmasayuki.harada%40fujitsu.com) */ #include diff --git a/openair3/NGAP/ngap_msg_includes.h b/openair3/NGAP/ngap_msg_includes.h index 911461e47d..fedd4783d9 100644 --- a/openair3/NGAP/ngap_msg_includes.h +++ b/openair3/NGAP/ngap_msg_includes.h @@ -19,13 +19,8 @@ * contact@openairinterface.org */ -/*! \file ngap_msg_includes.h +/*! * \brief NGAP ASN.1 message includes - * \author Guido Casati - * \date 2024 - * \email: hello@guidocasati.com - * \version 1.0 - * @ingroup _ngap * * This header file contains the includes for the NGAP ASN.1 messages, * generated from the ASN.1 specifications. diff --git a/openair3/S1AP/s1ap_eNB.c b/openair3/S1AP/s1ap_eNB.c index e5b2bf5e32..947485b0d8 100644 --- a/openair3/S1AP/s1ap_eNB.c +++ b/openair3/S1AP/s1ap_eNB.c @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file s1ap_eNB.c +/*! * \brief S1AP eNB task - * \author S. Roux and Navid Nikaein - * \date 2010 - 2015 - * \email: navid.nikaein@eurecom.fr - * \version 1.0 * @ingroup _s1ap */ diff --git a/openair3/S1AP/s1ap_eNB_context_management_procedures.c b/openair3/S1AP/s1ap_eNB_context_management_procedures.c index 826debc2bd..863b53e07f 100644 --- a/openair3/S1AP/s1ap_eNB_context_management_procedures.c +++ b/openair3/S1AP/s1ap_eNB_context_management_procedures.c @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file s1ap_eNB_context_management_procedures.c +/*! * \brief S1AP context management procedures - * \author S. Roux and Navid Nikaein - * \date 2010 - 2015 - * \email: navid.nikaein@eurecom.fr - * \version 1.0 * @ingroup _s1ap */ #include diff --git a/openair3/S1AP/s1ap_eNB_decoder.c b/openair3/S1AP/s1ap_eNB_decoder.c index 14e4b49238..681ca93baf 100644 --- a/openair3/S1AP/s1ap_eNB_decoder.c +++ b/openair3/S1AP/s1ap_eNB_decoder.c @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file s1ap_eNB_decoder.c +/*! * \brief s1ap pdu decode procedures for eNB - * \author Sebastien ROUX and Navid Nikaein - * \email navid.nikaein@eurecom.fr - * \date 2013 - 2015 - * \version 0.1 */ #include diff --git a/openair3/S1AP/s1ap_eNB_encoder.c b/openair3/S1AP/s1ap_eNB_encoder.c index 6ff837a7f1..7ba56ff131 100644 --- a/openair3/S1AP/s1ap_eNB_encoder.c +++ b/openair3/S1AP/s1ap_eNB_encoder.c @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file s1ap_eNB_encoder.c +/*! * \brief s1ap pdu encode procedures for eNB - * \author Sebastien ROUX and Navid Nikaein - * \email navid.nikaein@eurecom.fr - * \date 2013 - 2015 - * \version 0.1 */ #include diff --git a/openair3/S1AP/s1ap_eNB_handlers.c b/openair3/S1AP/s1ap_eNB_handlers.c index 241abc459f..a6e7466f03 100644 --- a/openair3/S1AP/s1ap_eNB_handlers.c +++ b/openair3/S1AP/s1ap_eNB_handlers.c @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file s1ap_eNB_handlers.c +/*! * \brief s1ap messages handlers for eNB part - * \author Sebastien ROUX and Navid Nikaein - * \email navid.nikaein@eurecom.fr - * \date 2013 - 2015 - * \version 0.1 */ #include diff --git a/openair3/S1AP/s1ap_eNB_management_procedures.c b/openair3/S1AP/s1ap_eNB_management_procedures.c index 6ad1828620..bbdd86092c 100644 --- a/openair3/S1AP/s1ap_eNB_management_procedures.c +++ b/openair3/S1AP/s1ap_eNB_management_procedures.c @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file s1ap_eNB_management_procedures.c +/*! * \brief S1AP eNB task - * \author S. Roux and Navid Nikaein - * \date 2010 - 2016 - * \email: navid.nikaein@eurecom.fr - * \version 1.0 * @ingroup _s1ap */ diff --git a/openair3/S1AP/s1ap_eNB_nas_procedures.c b/openair3/S1AP/s1ap_eNB_nas_procedures.c index c8c844ac56..6fbd543619 100644 --- a/openair3/S1AP/s1ap_eNB_nas_procedures.c +++ b/openair3/S1AP/s1ap_eNB_nas_procedures.c @@ -19,12 +19,8 @@ * contact@openairinterface.org */ -/*! \file s1ap_eNB_nas_procedures.c +/*! * \brief S1AP eNb NAS procedure handler - * \author S. Roux and Navid Nikaein - * \date 2010 - 2015 - * \email: navid.nikaein@eurecom.fr - * \version 1.0 * @ingroup _s1ap */ #include diff --git a/openair3/S1AP/s1ap_eNB_nnsf.c b/openair3/S1AP/s1ap_eNB_nnsf.c index a5a4e74734..6d3112825f 100644 --- a/openair3/S1AP/s1ap_eNB_nnsf.c +++ b/openair3/S1AP/s1ap_eNB_nnsf.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file s1ap_eNB_nnsf.c +/*! * \brief s1ap NAS node selection functions - * \author Sebastien ROUX - * \date 2012 - * \version 0.1 */ #include diff --git a/openair3/S1AP/s1ap_eNB_overload.c b/openair3/S1AP/s1ap_eNB_overload.c index 15092c19f8..3e306c6a98 100644 --- a/openair3/S1AP/s1ap_eNB_overload.c +++ b/openair3/S1AP/s1ap_eNB_overload.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file s1ap_eNB_overload.c +/*! * \brief s1ap procedures for overload messages within eNB - * \author Sebastien ROUX - * \date 2012 - * \version 0.1 */ #include diff --git a/openair3/S1AP/s1ap_eNB_ue_context.c b/openair3/S1AP/s1ap_eNB_ue_context.c index 9cc8910ac5..0c6302673b 100644 --- a/openair3/S1AP/s1ap_eNB_ue_context.c +++ b/openair3/S1AP/s1ap_eNB_ue_context.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file s1ap_eNB_ue_context.c +/*! * \brief s1ap UE context management within eNB - * \author Sebastien ROUX - * \date 2012 - * \version 0.1 */ #include diff --git a/openair3/SCTP/sctp_common.c b/openair3/SCTP/sctp_common.c index 5d22f19908..6565c26d23 100644 --- a/openair3/SCTP/sctp_common.c +++ b/openair3/SCTP/sctp_common.c @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file sctp_common.c +/*! * \brief eNB/MME SCTP related common procedures - * \author Sebastien ROUX - * \date 2013 - * \version 1.0 * @ingroup _sctp */ diff --git a/openair3/SCTP/sctp_common.h b/openair3/SCTP/sctp_common.h index 3708ae52a0..9ff546bf2c 100644 --- a/openair3/SCTP/sctp_common.h +++ b/openair3/SCTP/sctp_common.h @@ -19,11 +19,8 @@ * contact@openairinterface.org */ -/*! \file sctp_common.h +/*! * \brief eNB/MME SCTP related common procedures - * \author Sebastien ROUX - * \date 2013 - * \version 1.0 * @ingroup _sctp */ diff --git a/radio/AW2SORI/oaiori.c b/radio/AW2SORI/oaiori.c index 0238595662..b5a2cd894a 100644 --- a/radio/AW2SORI/oaiori.c +++ b/radio/AW2SORI/oaiori.c @@ -1,12 +1,5 @@ -/*! \file oaiori.c +/*! * \brief AW2S ORI API isolator - * \author Raymond Knopp - * \date 2019 - * \version 0.1 - * \company Eurecom - * \maintainer: raymond.knopp@eurecom.fr - * \note - * \warning */ #include diff --git a/radio/AW2SORI/ori.h b/radio/AW2SORI/ori.h index 3650d15ec6..b65aaa912a 100644 --- a/radio/AW2SORI/ori.h +++ b/radio/AW2SORI/ori.h @@ -1,5 +1,4 @@ /** -* @file ori.h * @brief Open Radio Interface (ORI) C library header file. * @author AW2S (http://www.aw2s.com) * @version 1.8 diff --git a/radio/COMMON/common_lib.c b/radio/COMMON/common_lib.c index 5e12d11e2b..c4011e08cf 100644 --- a/radio/COMMON/common_lib.c +++ b/radio/COMMON/common_lib.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file common_lib.c +/*! * \brief common APIs for different RF frontend device - * \author HongliangXU, Navid Nikaein - * \date 2015 - * \version 0.2 - * \company Eurecom - * \maintainer: navid.nikaein@eurecom.fr - * \note - * \warning */ #include #include diff --git a/radio/COMMON/common_lib.h b/radio/COMMON/common_lib.h index 21c678c5c6..d00c7baf2c 100644 --- a/radio/COMMON/common_lib.h +++ b/radio/COMMON/common_lib.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file common_lib.h +/*! * \brief common APIs for different RF frontend device - * \author HongliangXU, Navid Nikaein - * \date 2015 - * \version 0.2 - * \company Eurecom - * \maintainer: navid.nikaein@eurecom.fr - * \note - * \warning */ #ifndef COMMON_LIB_H diff --git a/radio/COMMON/record_player.c b/radio/COMMON/record_player.c index 9286bb9ffd..2e6491fec2 100644 --- a/radio/COMMON/record_player.c +++ b/radio/COMMON/record_player.c @@ -19,12 +19,6 @@ * contact@openairinterface.org */ -/** record_player.c - * - * \author: Nokia bellLabs B. Mongazon F. Taburet - * - */ - #include #include #include diff --git a/radio/COMMON/record_player.h b/radio/COMMON/record_player.h index 686fe83d31..f70bb5f96b 100644 --- a/radio/COMMON/record_player.h +++ b/radio/COMMON/record_player.h @@ -21,11 +21,6 @@ * contact@openairinterface.org */ -/** radio/COMMON/record-player.h - * - * \author: bruno.mongazon-cazavet@nokia-bell-labs.com - */ - #include #include #include diff --git a/radio/ETHERNET/eth_raw.c b/radio/ETHERNET/eth_raw.c index 44f17ae5da..0d95789b24 100644 --- a/radio/ETHERNET/eth_raw.c +++ b/radio/ETHERNET/eth_raw.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file ethernet_lib.c +/*! * \brief API to stream I/Q samples over standard ethernet - * \author add alcatel Katerina Trilyraki, Navid Nikaein, Pedro Dinis, Lucio Ferreira, Raymond Knopp, Tien-Thinh Nguyen - * \date 2015 - * \version 0.2 - * \company Eurecom - * \maintainer: navid.nikaein@eurecom.fr - * \note - * \warning */ #include diff --git a/radio/ETHERNET/eth_udp.c b/radio/ETHERNET/eth_udp.c index 657e190ae1..6381d604c9 100644 --- a/radio/ETHERNET/eth_udp.c +++ b/radio/ETHERNET/eth_udp.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file ethernet_lib.c +/*! * \brief API to stream I/Q samples over standard ethernet - * \author add alcatel Katerina Trilyraki, Navid Nikaein, Pedro Dinis, Lucio Ferreira, Raymond Knopp - * \date 2015 - * \version 0.2 - * \company Eurecom - * \maintainer: navid.nikaein@eurecom.fr - * \note - * \warning */ // _GNU_SOURCE needed to have sched_getcpu() from sched.h diff --git a/radio/ETHERNET/ethernet.md b/radio/ETHERNET/ethernet.md index 78058e9324..5ef427b67c 100644 --- a/radio/ETHERNET/ethernet.md +++ b/radio/ETHERNET/ethernet.md @@ -3,10 +3,6 @@ This directory contains ethernet-based drivers for fronthaul. The only functional versions today are ECPRI time-domain (split 8) over UDP for AW2S and IF4.5 (split 7) for OAI RU over UDP. The RAW ethernet implementation is currently not tested and quite possibly obsolete. -## license - Author: - Raymond Knopp, EURECOM - OAI License V1.1 # Top-level The files implement the OAI IF device interface which provides the transmit/receive (trx) functions for generic ethernet-based devices. Some minimal control-plane socket handling for IF4p5 is also provided. It comprises the following top-level functions (ethernet_lib.c) which are mapped to the OAI device structure: diff --git a/radio/ETHERNET/ethernet_lib.c b/radio/ETHERNET/ethernet_lib.c index b7011c7097..bb643eca9e 100644 --- a/radio/ETHERNET/ethernet_lib.c +++ b/radio/ETHERNET/ethernet_lib.c @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file ethernet_lib.c +/*! * \brief API to stream I/Q samples over standard ethernet - * \author add alcatel Katerina Trilyraki, Navid Nikaein, Pedro Dinis, Lucio Ferreira, Raymond Knopp - * \date 2015 - * \version 0.2 - * \company Eurecom - * \maintainer: navid.nikaein@eurecom.fr - * \note - * \warning */ #include diff --git a/radio/ETHERNET/ethernet_lib.h b/radio/ETHERNET/ethernet_lib.h index 0c04f8a36c..0e16ac7b36 100644 --- a/radio/ETHERNET/ethernet_lib.h +++ b/radio/ETHERNET/ethernet_lib.h @@ -19,15 +19,8 @@ * contact@openairinterface.org */ -/*! \file ethernet_lib.h +/*! * \brief API to stream I/Q samples over standard ethernet - * \author Katerina Trilyraki, Navid Nikaein - * \date 2015 - * \version 0.2 - * \company Eurecom - * \maintainer: navid.nikaein@eurecom.fr - * \note - * \warning */ #ifndef ETHERNET_LIB_H #define ETHERNET_LIB_H diff --git a/radio/ETHERNET/if_defs.h b/radio/ETHERNET/if_defs.h index df40c25aa3..b18867588f 100644 --- a/radio/ETHERNET/if_defs.h +++ b/radio/ETHERNET/if_defs.h @@ -19,17 +19,6 @@ * contact@openairinterface.org */ -/*! \file radio/ETHERNET/if_defs.h -* \brief -* \author S. Sandeep Kumar, Raymond Knopp -* \date 2016 -* \version 0.1 -* \company Eurecom -* \email: ee13b1025@iith.ac.in, knopp@eurecom.fr -* \note -* \warning -*/ - #ifndef __ETHERNET_USERSPACE_LIB_IF_DEFS__H__ #define __ETHERNET_USERSPACE_LIB_IF_DEFS__H__ diff --git a/radio/IRIS/iris_lib.cpp b/radio/IRIS/iris_lib.cpp index 0251f8054c..d6cf4a65dd 100644 --- a/radio/IRIS/iris_lib.cpp +++ b/radio/IRIS/iris_lib.cpp @@ -1,10 +1,4 @@ -/** iris_lib.cpp - * - * \authors: Rahman Doost-Mohammady : doost@rice.edu - * Clay Shepard : cws@rice.edu - */ - #include #include #include diff --git a/radio/LMSSDR/sodera_lib.cpp b/radio/LMSSDR/sodera_lib.cpp index 39b2811005..df343a699d 100644 --- a/radio/LMSSDR/sodera_lib.cpp +++ b/radio/LMSSDR/sodera_lib.cpp @@ -18,11 +18,6 @@ * For more information about the OpenAirInterface (OAI) Software Alliance: * contact@openairinterface.org */ - -/** sodera_lib.c - * - * Author: Raymond Knopp - */ #include #include diff --git a/radio/USRP/usrp_lib.cpp b/radio/USRP/usrp_lib.cpp index 7cd0f47ee0..eadcee50f8 100644 --- a/radio/USRP/usrp_lib.cpp +++ b/radio/USRP/usrp_lib.cpp @@ -19,10 +19,6 @@ * contact@openairinterface.org */ -/** usrp_lib.cpp - * - * \author: HongliangXU : hong-liang-xu@agilent.com - */ #define _LARGEFILE_SOURCE #define _FILE_OFFSET_BITS 64 #include diff --git a/radio/fhi_72/armral_bfp_compression.c b/radio/fhi_72/armral_bfp_compression.c index a02d4a4106..015e4e14bc 100644 --- a/radio/fhi_72/armral_bfp_compression.c +++ b/radio/fhi_72/armral_bfp_compression.c @@ -19,14 +19,8 @@ * contact@openairinterface.org */ -/*! \file radio/fhi_72/armral_bfp_compression.c +/*! * \brief BFP compression for the O-RAN 7.2 FrontHaul Interface for Arm systems using the Arm RAN Acceleration Library - * \author Romain Beurdouche - * \date 2025 - * \company EURECOM - * \email romain.beurdouche@eurecom.fr - * \note ArmRAL available at https://git.gitlab.arm.com/networking/ral.git - * \warning */ #include "armral.h" diff --git a/radio/fhi_72/armral_bfp_compression.h b/radio/fhi_72/armral_bfp_compression.h index 22cee0aa8b..1ba35a84d0 100644 --- a/radio/fhi_72/armral_bfp_compression.h +++ b/radio/fhi_72/armral_bfp_compression.h @@ -19,14 +19,8 @@ * contact@openairinterface.org */ -/*! \file radio/fhi_72/armral_bfp_compression.h +/*! * \brief BFP compression for the O-RAN 7.2 FrontHaul Interface for Arm systems using the Arm RAN Acceleration Library - * \author Romain Beurdouche - * \date 2025 - * \company EURECOM - * \email romain.beurdouche@eurecom.fr - * \note ArmRAL available at https://git.gitlab.arm.com/networking/ral.git - * \warning */ #ifndef __ARMRAL_BFP_COMPRESSION_H__ diff --git a/radio/iqplayer/iqplayer_lib.c b/radio/iqplayer/iqplayer_lib.c index efd4a62b25..a93c9129a6 100644 --- a/radio/iqplayer/iqplayer_lib.c +++ b/radio/iqplayer/iqplayer_lib.c @@ -19,10 +19,6 @@ * contact@openairinterface.org */ -/** iqplayer_lib.cpp - * - * \author:FrancoisTaburet: francois.taburet@nokia-bell-labs.com - */ #include #include #include diff --git a/targets/TEST/PDCP/readme.txt b/targets/TEST/PDCP/readme.txt index 6e4f3eb054..4977b3736a 100644 --- a/targets/TEST/PDCP/readme.txt +++ b/targets/TEST/PDCP/readme.txt @@ -19,13 +19,6 @@ * contact@openairinterface.org */ -/*________________________OEPNAIR/OPENAIR0/________________________ - - File : readme.txt - Authors : Baris Demiray - Company : EURECOM - Emails : baris.demiray@eurecom.fr -________________________________________________________________*/ ----------------- diff --git a/targets/TEST/PDCP/test_pdcp.c b/targets/TEST/PDCP/test_pdcp.c index 1e634fa74d..5341f4495d 100644 --- a/targets/TEST/PDCP/test_pdcp.c +++ b/targets/TEST/PDCP/test_pdcp.c @@ -21,8 +21,6 @@ /* * PDCP test code - * - * Author: Baris Demiray */ #include "MAC_INTERFACE/vars.h" diff --git a/targets/TEST/PDCP/test_pdcp.h b/targets/TEST/PDCP/test_pdcp.h index 629f6f2539..051a9ce0e6 100644 --- a/targets/TEST/PDCP/test_pdcp.h +++ b/targets/TEST/PDCP/test_pdcp.h @@ -21,8 +21,6 @@ /* * PDCP test code - * - * Author: Baris Demiray */ #ifndef TEST_PDCP_H diff --git a/targets/TEST/PDCP/test_util.h b/targets/TEST/PDCP/test_util.h index 834a955abf..a09847bd55 100644 --- a/targets/TEST/PDCP/test_util.h +++ b/targets/TEST/PDCP/test_util.h @@ -22,8 +22,6 @@ /* * Helper methods for PDCP test code - * - * Author: Baris Demiray */ #ifndef TEST_UTIL_H diff --git a/targets/TEST/PDCP/todo.txt b/targets/TEST/PDCP/todo.txt index 3969faae2d..f17349c907 100644 --- a/targets/TEST/PDCP/todo.txt +++ b/targets/TEST/PDCP/todo.txt @@ -2,6 +2,3 @@ * Test configuration should be configurable on run-time (command-line?) * Inbetween every test PDCP entity should be reinitialized or different PDCP entities should be utilised - - -baris.demiray@eurecom.fr diff --git a/tools/packages/packages.cmake b/tools/packages/packages.cmake index 0ec0008e5a..719fbf77d4 100644 --- a/tools/packages/packages.cmake +++ b/tools/packages/packages.cmake @@ -2,7 +2,7 @@ set(COMPONENTS_LIST "") set(CPACK_PACKAGE_VERSION ${OAI_VERSION}) set(CPACK_PACKAGE_VENDOR "OpenAirInterface") -set(CPACK_PACKAGE_CONTACT "Robert Schmidt ") #Even though it does not appear on CPACK global documention it works, it appears here: https://cmake.org/cmake/help/latest/cpack_gen/deb.html#variable:CPACK_DEBIAN_PACKAGE_MAINTAINER +set(CPACK_PACKAGE_CONTACT "OAI Maintainers ") #Even though it does not appear on CPACK global documention it works, it appears here: https://cmake.org/cmake/help/latest/cpack_gen/deb.html#variable:CPACK_DEBIAN_PACKAGE_MAINTAINER set(CPACK_MONOLITHIC_INSTALL OFF) set(CPACK_PACKAGING_INSTALL_PREFIX "/")