Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
oai-cn5g-nssf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
cn5g
oai-cn5g-nssf
Merge requests
!43
Sync common src http
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Sync common src http
sync_common_src_http
into
develop
Overview
1
Commits
8
Pipelines
0
Changes
75
Merged
Tien-Thinh Nguyen
requested to merge
sync_common_src_http
into
develop
8 months ago
Overview
1
Commits
8
Pipelines
0
Changes
75
Expand
Move NSSF models to common src
Sync with common src
Add NSSF endpoints to common src
Related MR:
oai-cn5g-common-src!67 (merged)
Edited
8 months ago
by
Tien-Thinh Nguyen
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
18ea4e8c
8 commits,
8 months ago
75 files
+
165
−
6796
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
75
Search (e.g. *.vue) (Ctrl+P)
build/nssf/used_models.cmake deleted
100644 → 0
+
0
−
48
Options
################################################################################
# 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
################################################################################
## This file is used to specify the common models and utils this library is using
## DO NOT JUST COPY THIS FILE FROM OTHER NFs. The reasoning behind this is to only compile used files to optimize
## build speed
include
(
${
SRC_TOP_DIR
}
/
${
MOUNTED_COMMON
}
/model/common_model/common_model.cmake
)
# Add common model dependencies from UDR API model
list
(
APPEND USED_COMMON_MODEL_SRC_FILES
${
COMMON_MODEL_DIR
}
/AccessTokenErr.cpp
${
COMMON_MODEL_DIR
}
/AccessTokenReq.cpp
${
COMMON_MODEL_DIR
}
/ExtSnssai.cpp
${
COMMON_MODEL_DIR
}
/Helpers.cpp
${
COMMON_MODEL_DIR
}
/InvalidParam.cpp
${
COMMON_MODEL_DIR
}
/NFType.cpp
${
COMMON_MODEL_DIR
}
/NFType_anyOf.cpp
${
COMMON_MODEL_DIR
}
/ProblemDetails.cpp
${
COMMON_MODEL_DIR
}
/PatchItem.cpp
${
COMMON_MODEL_DIR
}
/PatchOperation.cpp
${
COMMON_MODEL_DIR
}
/PatchOperation_anyOf.cpp
${
COMMON_MODEL_DIR
}
/PlmnIdNid.cpp
${
COMMON_MODEL_DIR
}
/SdRange.cpp
)
# we also use NRF models
include
(
${
SRC_TOP_DIR
}
/
${
MOUNTED_COMMON
}
/model/nrf/nrf_model.cmake
)
# finally, we have to include common_model.cmake (has to be last
include
(
${
SRC_TOP_DIR
}
/
${
MOUNTED_COMMON
}
/model/common_model/common_model.cmake
)
Loading