Commit 7bc086df authored by Lionel Gauthier's avatar Lionel Gauthier

forced ambr

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5657 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 60440451
......@@ -257,6 +257,10 @@ sgw_lite_handle_sgi_endpoint_created(
/* Should be filled in with S-GW S1-U local address. Running everything on localhost for now */
create_session_response_p->bearer_context_created.s1u_sgw_fteid.ipv4_address = address;
create_session_response_p->ambr.br_dl = 100000000;
create_session_response_p->ambr.br_ul = 40000000;
memcpy(&create_session_response_p->paa,
&resp_pP->paa,
sizeof(PAA_t));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment