Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-SMF
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
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-SMF
Commits
09809def
Commit
09809def
authored
Nov 01, 2019
by
wangyongshou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add pdu-session-resource-setup_request msg
parent
daa8d0d0
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
663 additions
and
0 deletions
+663
-0
src/NgapSmfLayer/CMakeLists.txt_bak
src/NgapSmfLayer/CMakeLists.txt_bak
+30
-0
src/NgapSmfLayer/ng_pdu_session_resource_setup_request.c
src/NgapSmfLayer/ng_pdu_session_resource_setup_request.c
+338
-0
src/NgapSmfLayer/ng_pdu_session_resource_setup_request.h
src/NgapSmfLayer/ng_pdu_session_resource_setup_request.h
+10
-0
src/NgapSmfLayer/ng_pdu_session_resource_setup_response.c
src/NgapSmfLayer/ng_pdu_session_resource_setup_response.c
+275
-0
src/NgapSmfLayer/ng_pdu_session_resource_setup_response.h
src/NgapSmfLayer/ng_pdu_session_resource_setup_response.h
+10
-0
No files found.
src/NgapSmfLayer/CMakeLists.txt_bak
0 → 100644
View file @
09809def
################################################################################
# Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The OpenAirInterface Software Alliance licenses this file to You under
# the OAI Public License, Version 1.1 (the "License"); you may not use this file
# except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.openairinterface.org/?page_id=698
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#-------------------------------------------------------------------------------
# For more information about the OpenAirInterface (OAI) Software Alliance:
# contact@openairinterface.org
################################################################################
#for NGAP_SMF_LAYTER
set(NGAP_SMF_DIR "${CMAKE_CURRENT_SOURCE_DIR}")
include_directories(${SRC_TOP_DIR}/NgapSmfLayer)
file(GLOB NGAP_SMF_src_files
${SRC_TOP_DIR}/NgapSmfLayer/*.c
)
add_library(NGAP_SMF_LAYER ${NGAP_SMF_DIR}/ng_pdu_session_resource_setup_request.c ${NGAP_SMF_src_files} ${NETTLE_LIBRARIES} ${CRYPTO_LIBRARIES})
src/NgapSmfLayer/ng_pdu_session_resource_setup_request.c
0 → 100755
View file @
09809def
This diff is collapsed.
Click to expand it.
src/NgapSmfLayer/ng_pdu_session_resource_setup_request.h
0 → 100644
View file @
09809def
#ifndef NG_PDU_SESSOIN_RESOURCE_SETUP_REQUEST_H_
#define NG_PDU_SESSOIN_RESOURCE_SETUP_REQUEST_H_
#include "Ngap_NGAP-PDU.h"
Ngap_NGAP_PDU_t
*
make_NGAP_pdu_session_resource_setup_request
();
#endif
src/NgapSmfLayer/ng_pdu_session_resource_setup_response.c
0 → 100755
View file @
09809def
This diff is collapsed.
Click to expand it.
src/NgapSmfLayer/ng_pdu_session_resource_setup_response.h
0 → 100755
View file @
09809def
#ifndef NG_PDU_SESSOIN_RESOURCE_SETUP_RESPONSE_H_
#define NG_PDU_SESSOIN_RESOURCE_SETUP_RESPONSE_H_
#include "Ngap_NGAP-PDU.h"
Ngap_NGAP_PDU_t
*
make_NGAP_pdu_session_resource_setup_response
();
#endif
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