본문 바로가기
반응형

NS3기반 LTE 시스템 레벨 시뮬레이터/NS-313

[NS-3][우분투 20.04]doxygen에서 원하는 NS3 버전 함수 검색 1. NS3 홈페이지에서 "documentaion"(빨간 네모) 클릭 2. "older releases"(빨간 네모) 클릭 3. 해당 버전 "ns-3.31"(빨간 네모) 클릭 4. "API Documentation"(빨간 네모) 클릭 5. 원하는 버전의 doxygen인지 확인(왼쪽 빨간 네모) 및 검색(오른쪽 빨간 네모) 2022. 1. 13.
[LTE] regarding measurement report 1. measurement interval [Lte-ue-phy]rsrpsinrsample period : 1ms(default) 2. L3 sliding window [Lte-ue-phy]measurement filtering period : 200ms(default) 3. measurement report [lte-rrc-sap]report interval : 480ms(default) 2021. 11. 5.
[NS-3][우분투 20.04] 운영체제 선정 및 버전 결정 NS3에서 새로운 버전이 나올때마다 해당 release에 대해 test한 내용을 Release notes 에 알려준다. NS33 3.35가 10월 1일자로 새로 나왔고, 가능하면 아래 있는 운영체제로 사용하는 게 정신건강에 좋을 듯. # NS3 홈페이지 release notes 내용 This release has been tested on the following systems: - Fedora 34 with g++-11.2.1 and clang++-12.0.1; Python 3.9.7 - Fedora 33 with g++-10.3.1 and clang++-11.0.0; Python 3.9.6 - Ubuntu 21.04 with g++-11.1.and clang++-12.0.0; Python 3.9.5 .. 2021. 10. 27.
[NS-3][우분투 20.04]REM에 기지국 단말기 정보 출력 # 개발 환경 - 메인보드: [ASUS]ROG Maximus XI Hero-Wifi(Z390) - CPU: [Intel]i7-8700 - 램: [Samsung]DDR4 21300 32G(16x2) - 운영체제: Ubuntu 20.04 - NS3: 3.34 - GNU plot: 5.4version, QT terminal type # 목표 REM에 기지국, 단말기 정보 출력을 위해 lena-dual-stripe에서 enb.txt, ues.txt 출력 코드를 내 코드에 적용. 1) PrintGnuplottableEnbListToFile ("enbs.txt"); 2) PrintGnuplottableUeListToFile ("ues.txt"); # 진행사항. 1) 내 헤더파일에 "PrintGnuplottableU.. 2021. 10. 15.
반응형