Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
UERANSIM
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
UERANSIM
Commits
384636f4
Commit
384636f4
authored
Jan 13, 2022
by
aligungr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release of v3.2.6
parent
132d7a38
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+1
-1
src/utils/constants.hpp
src/utils/constants.hpp
+3
-3
No files found.
README.md
View file @
384636f4
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<a
href=
"https://github.com/aligungr/UERANSIM"
><img
src=
"/.github/logo.png"
width=
"75"
title=
"UERANSIM"
></a>
<a
href=
"https://github.com/aligungr/UERANSIM"
><img
src=
"/.github/logo.png"
width=
"75"
title=
"UERANSIM"
></a>
</p>
</p>
<p
align=
"center"
>
<p
align=
"center"
>
<img
src=
"https://img.shields.io/badge/UERANSIM-v3.2.
5
-blue"
/>
<img
src=
"https://img.shields.io/badge/UERANSIM-v3.2.
6
-blue"
/>
<img
src=
"https://img.shields.io/badge/3GPP-R15-orange"
/>
<img
src=
"https://img.shields.io/badge/3GPP-R15-orange"
/>
<img
src=
"https://img.shields.io/badge/License-GPL--3.0-green"
/>
<img
src=
"https://img.shields.io/badge/License-GPL--3.0-green"
/>
</p>
</p>
...
...
src/utils/constants.hpp
View file @
384636f4
...
@@ -15,10 +15,10 @@ struct cons
...
@@ -15,10 +15,10 @@ struct cons
// Version information
// Version information
static
constexpr
const
uint8_t
Major
=
3
;
static
constexpr
const
uint8_t
Major
=
3
;
static
constexpr
const
uint8_t
Minor
=
2
;
static
constexpr
const
uint8_t
Minor
=
2
;
static
constexpr
const
uint8_t
Patch
=
5
;
static
constexpr
const
uint8_t
Patch
=
6
;
static
constexpr
const
char
*
Project
=
"UERANSIM"
;
static
constexpr
const
char
*
Project
=
"UERANSIM"
;
static
constexpr
const
char
*
Tag
=
"v3.2.
5
"
;
static
constexpr
const
char
*
Tag
=
"v3.2.
6
"
;
static
constexpr
const
char
*
Name
=
"UERANSIM v3.2.
5
"
;
static
constexpr
const
char
*
Name
=
"UERANSIM v3.2.
6
"
;
static
constexpr
const
char
*
Owner
=
"ALİ GÜNGÖR"
;
static
constexpr
const
char
*
Owner
=
"ALİ GÜNGÖR"
;
// Some port values
// Some port values
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment