Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
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
Michael Black
OpenXG-RAN
Commits
94801f79
Commit
94801f79
authored
8 years ago
by
nikaeinn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add more memory blocks for RLC and remove some logs in S1AP
parent
022ab574
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
openair2/UTIL/MEM/mem_block.h
openair2/UTIL/MEM/mem_block.h
+1
-1
openair3/S1AP/s1ap_eNB.c
openair3/S1AP/s1ap_eNB.c
+0
-4
No files found.
openair2/UTIL/MEM/mem_block.h
View file @
94801f79
...
...
@@ -75,7 +75,7 @@ public_mem_block(void check_mem_area (void);)
private_mem_block
(
void
check_free_mem_block
(
mem_block_t
*
leP
);)
# endif
#ifdef USER_MODE
# define MEM_SCALE
/*MAX_RG */
MAX_MOBILES_PER_ENB
# define MEM_SCALE
MAX_MOBILES_PER_ENB*NB_RB_MAX
#else
# ifdef NODE_RG
# define MEM_SCALE 2
...
...
This diff is collapsed.
Click to expand it.
openair3/S1AP/s1ap_eNB.c
View file @
94801f79
...
...
@@ -185,8 +185,6 @@ static void s1ap_eNB_register_mme(s1ap_eNB_instance_t *instance_p,
}
S1AP_DEBUG
(
"s1ap mme nb %d
\n
"
,
instance_p
->
s1ap_mme_nb
);
itti_send_msg_to_task
(
TASK_SCTP
,
instance_p
->
instance
,
message_p
);
}
...
...
@@ -261,8 +259,6 @@ void s1ap_eNB_handle_sctp_association_resp(instance_t instance, sctp_new_associa
instance_p
=
s1ap_eNB_get_instance
(
instance
);
DevAssert
(
instance_p
!=
NULL
);
S1AP_WARN
(
"s1ap cnx_id %d
\n
"
,
sctp_new_association_resp
->
ulp_cnx_id
);
s1ap_mme_data_p
=
s1ap_eNB_get_MME
(
instance_p
,
-
1
,
sctp_new_association_resp
->
ulp_cnx_id
);
DevAssert
(
s1ap_mme_data_p
!=
NULL
);
...
...
This diff is collapsed.
Click to expand it.
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