mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4902 818b1a75-f10b-46b9-bf7c-635c3b92a50f
This commit is contained in:
@@ -16,18 +16,19 @@
|
||||
# This software is distributed without any warranty.
|
||||
#===============================================================================
|
||||
|
||||
project lte_user
|
||||
;
|
||||
|
||||
exe lte_user
|
||||
: mih_usr.cpp
|
||||
../../lib/odtone//odtone_base
|
||||
../../lib/odtone/mih//odtone_mih
|
||||
../../lib/odtone/sap//odtone_sap
|
||||
;
|
||||
|
||||
install install
|
||||
: lte_user
|
||||
lte_user.conf
|
||||
: ue_lte_user
|
||||
ue_lte_user.conf
|
||||
: <location>../../dist
|
||||
;
|
||||
|
||||
project ue_lte_user
|
||||
;
|
||||
|
||||
exe ue_lte_user
|
||||
: ue_lte_user.cpp
|
||||
../../lib/odtone//odtone
|
||||
/boost//program_options
|
||||
;
|
||||
|
||||
|
||||
11
openair3/RAL-LTE/LTE_RAL_UE/MIH-USER/lte_test_user/README.txt
Executable file
11
openair3/RAL-LTE/LTE_RAL_UE/MIH-USER/lte_test_user/README.txt
Executable file
@@ -0,0 +1,11 @@
|
||||
FILES TO BE USED:
|
||||
Jamfile
|
||||
ue_lte_user.conf
|
||||
ue_lte_user.cpp
|
||||
README.txt
|
||||
|
||||
FILES OBSOLETES:
|
||||
lte_user.conf
|
||||
mih_usr.cpp
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
## User id
|
||||
##
|
||||
[user]
|
||||
id = user
|
||||
id = user_ue
|
||||
|
||||
##
|
||||
## Commands supported by the MIH-User
|
||||
@@ -31,10 +31,12 @@ commands = mih_link_get_parameters, mih_link_configure_thresholds, mih_link_acti
|
||||
## Port used for communication with MIHF
|
||||
##
|
||||
[conf]
|
||||
port = 1234
|
||||
port = 1235
|
||||
|
||||
##
|
||||
## MIHF configuration. For the default demonstration leave as is.
|
||||
##
|
||||
[mihf]
|
||||
local_port = 1025
|
||||
|
||||
|
||||
|
||||
42
openair3/RAL-LTE/LTE_RAL_UE/MIH-USER/lte_test_user/ue_lte_user.conf
Executable file
42
openair3/RAL-LTE/LTE_RAL_UE/MIH-USER/lte_test_user/ue_lte_user.conf
Executable file
@@ -0,0 +1,42 @@
|
||||
#===============================================================================
|
||||
# Brief : MIH-User configuration file
|
||||
# Authors : Carlos Guimaraes <cguimaraes@av.it.pt>
|
||||
# Bruno Santos <bsantos@av.it.pt>
|
||||
#-------------------------------------------------------------------------------
|
||||
# ODTONE - Open Dot Twenty One
|
||||
#
|
||||
# Copyright (C) 2009-2012 Universidade Aveiro
|
||||
# Copyright (C) 2009-2012 Instituto de Telecomunicações - Pólo Aveiro
|
||||
#
|
||||
# This software is distributed under a license. The full license
|
||||
# agreement can be found in the file LICENSE in this distribution.
|
||||
# This software may not be copied, modified, sold or distributed
|
||||
# other than expressed in the named license agreement.
|
||||
#
|
||||
# This software is distributed without any warranty.
|
||||
#===============================================================================
|
||||
|
||||
##
|
||||
## User id
|
||||
##
|
||||
[user]
|
||||
id = user_ue
|
||||
|
||||
##
|
||||
## Commands supported by the MIH-User
|
||||
##
|
||||
commands = mih_link_get_parameters, mih_link_configure_thresholds, mih_link_actions, mih_net_ho_candidate_query, mih_net_ho_commit, mih_n2n_ho_query_resources, mih_n2n_ho_commit, mih_n2n_ho_complete, mih_mn_ho_candidate_query, mih_mn_ho_commit, mih_mn_ho_complete
|
||||
|
||||
##
|
||||
## Port used for communication with MIHF
|
||||
##
|
||||
[conf]
|
||||
port = 1235
|
||||
|
||||
##
|
||||
## MIHF configuration. For the default demonstration leave as is.
|
||||
##
|
||||
[mihf]
|
||||
local_port = 1025
|
||||
|
||||
|
||||
1400
openair3/RAL-LTE/LTE_RAL_UE/MIH-USER/lte_test_user/ue_lte_user.cpp
Executable file
1400
openair3/RAL-LTE/LTE_RAL_UE/MIH-USER/lte_test_user/ue_lte_user.cpp
Executable file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user