JP7758422B2 - Network node, resource owner device, system, and communication method - Google Patents
Network node, resource owner device, system, and communication methodInfo
- Publication number
- JP7758422B2 JP7758422B2 JP2023559235A JP2023559235A JP7758422B2 JP 7758422 B2 JP7758422 B2 JP 7758422B2 JP 2023559235 A JP2023559235 A JP 2023559235A JP 2023559235 A JP2023559235 A JP 2023559235A JP 7758422 B2 JP7758422 B2 JP 7758422B2
- Authority
- JP
- Japan
- Prior art keywords
- api
- network node
- authorization information
- information
- updated
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W12/00—Security arrangements; Authentication; Protecting privacy or anonymity
- H04W12/08—Access security
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W88/00—Devices specially adapted for wireless communication networks, e.g. terminals, base stations or access point devices
- H04W88/18—Service support devices; Network management devices
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W92/00—Interfaces specially adapted for wireless communication networks
- H04W92/04—Interfaces between hierarchically different network devices
- H04W92/06—Interfaces between hierarchically different network devices between gateways and public network devices
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer Security & Cryptography (AREA)
- Mobile Radio Communication Systems (AREA)
Description
本発明は、外部アプリケーションからのAPI呼び出しに関連するものである。 The present invention relates to API calls from external applications.
3GPP(3rd Generation Partnership Project)では、システム容量の更なる大容量化、データ伝送速度の更なる高速化、無線区間における更なる低遅延化等を実現するために、5GあるいはNR(New Radio)と呼ばれる無線通信方式(以下、当該無線通信方式を「5G」あるいは「NR」という。)の検討が進んでいる。5Gでは、10Gbps以上のスループットを実現しつつ無線区間の遅延を1ms以下にするという要求条件を満たすために、様々な無線技術の検討が行われている。 The 3GPP (3rd Generation Partnership Project) is currently studying a wireless communication system known as 5G or NR (New Radio) (hereinafter referred to as "5G" or "NR") to achieve even greater system capacity, faster data transmission speeds, and lower latency in wireless sections. Various wireless technologies are being studied for 5G to meet the requirements of achieving a throughput of 10 Gbps or more while keeping wireless latency to 1 ms or less.
NRでは、LTE(Long Term Evolution)のネットワークアーキテクチャにおけるコアネットワークであるEPC(Evolved Packet Core)に対応する5GC(5G Core Network)及びLTEのネットワークアーキテクチャにおけるRAN(Radio Access Network)であるE-UTRAN(Evolved Universal Terrestrial Radio Access Network)に対応するNG-RAN(Next Generation - Radio Access Network)を含むネットワークアーキテクチャが検討されている(例えば非特許文献1)。 NR is considering a network architecture including 5GC (5G Core Network), which corresponds to EPC (Evolved Packet Core), the core network in the LTE (Long Term Evolution) network architecture, and NG-RAN (Next Generation - Radio Access Network), which corresponds to E-UTRAN (Evolved Universal Terrestrial Radio Access Network), the RAN (Radio Access Network) in the LTE network architecture (e.g., Non-Patent Document 1).
また、例えば、5GシステムにおけるNEF(Network Exposure Function)とAF(Application Function)間のNorthboundインタフェースをCAPIF(Common API Framework)により構成するアーキテクチャが検討されている(例えば非特許文献2及び非特許文献3)。 In addition, for example, an architecture is being considered in which the northbound interface between the NEF (Network Exposure Function) and the AF (Application Function) in a 5G system is configured using CAPIF (Common API Framework) (for example, Non-Patent Document 2 and Non-Patent Document 3).
3GPPコアネットワークでは外部のアプリケーション向けにAPI(Application Programming Interface)を開放しており、サードパーティのアプリケーションからAPIを呼び出すことができる。 The 3GPP core network opens up its API (Application Programming Interface) to external applications, allowing third-party applications to call the API.
また、外部のアプリケーションからネットワークノードへのAPI呼び出しの際に、ネットワークノードがリソースオーナーからAPIの利用可否を示す情報(API認可情報と呼ぶ)を取得し、そのAPI認可情報に基づいてAPI利用可否を判断する仕組みが検討されている。 In addition, a mechanism is being considered in which, when an external application makes an API call to a network node, the network node obtains information from the resource owner indicating whether the API can be used (called API authorization information), and determines whether the API can be used based on that API authorization information.
しかし、従来技術では、一旦取得したAPI認可情報を変更するための仕組みがなく、例えば、一旦利用を許可したAPIの利用を、後日、拒否したい、といった要求に応えることができない。 However, conventional technology does not have a mechanism for changing API authorization information once it has been obtained, and it is not possible to respond to requests, for example, to deny use of an API that has already been permitted for use at a later date.
本発明は上記の点に鑑みてなされたものであり、ネットワークノードにおけるAPI認可情報を変更することを可能とする技術を提供することを目的とする。 The present invention has been made in consideration of the above points and aims to provide technology that enables API authorization information to be changed in a network node.
開示の技術によれば、リソースオーナー装置からAPI認可情報の更新要求を受信する受信部と、
前記更新要求に従って、保持しているAPI認可情報を更新し、更新後のAPI認可情報に従って、外部アプリケーションからのAPI呼び出し要求を許可するか否かを判断する制御部とを備えるネットワークノードであって、
前記更新要求には、API呼び出し元の識別情報と、呼び出し可否の更新対象のAPIの識別情報とが含まれ、前記制御部は、前記API認可情報を示すテーブルにおける、前記API呼び出し元及び前記更新対象のAPIに対応するエントリを更新する
ネットワークノードが提供される。
According to the disclosed technology, a receiving unit that receives an update request for API authorization information from a resource owner device;
a control unit that updates the API authorization information held therein in accordance with the update request, and determines whether to permit an API call request from an external application in accordance with the updated API authorization information ,
The update request includes identification information of an API caller and identification information of an API whose callability is to be updated, and the control unit updates entries corresponding to the API caller and the API to be updated in a table indicating the API authorization information.
A network node is provided.
開示の技術によれば、ネットワークノードにおけるAPI認可情報を変更することを可能とする技術を提供することができる。 The disclosed technology provides a technology that enables API authorization information to be changed in a network node.
以下、図面を参照して本発明の実施の形態を説明する。なお、以下で説明する実施の形態は一例であり、本発明が適用される実施の形態は、以下の実施の形態に限られない。 The following describes an embodiment of the present invention with reference to the drawings. Note that the embodiment described below is an example, and the embodiments to which the present invention can be applied are not limited to the following embodiment.
本発明の実施の形態の無線通信システムの動作にあたっては、適宜、既存技術が使用される。当該既存技術は、例えば既存のLTE又は既存のNR(5G)であるが、既存のLTE又は既存のNRに限られない。 Existing technologies are used as appropriate when operating the wireless communication system of an embodiment of the present invention. Such existing technologies include, for example, existing LTE or existing NR (5G), but are not limited to existing LTE or existing NR.
また、本発明の実施の形態において、無線パラメータ等が「設定される(Configure)」とは、所定の値が予め設定(Pre-configure)されることであってもよいし、ネットワークノード30又は端末20から通知される無線パラメータが設定されることであってもよい。 Furthermore, in an embodiment of the present invention, "configuring" radio parameters, etc. may mean that predetermined values are pre-configured, or that radio parameters notified from the network node 30 or terminal 20 are set.
図1は、通信システムの例を説明するための図である。図1に示されるように、通信システムは、端末20であるUE、複数のネットワークノード30から構成される。以下、機能ごとに1つのネットワークノード30が対応するものとするが、複数の機能を1つのネットワークノード30が実現してもよいし、複数のネットワークノード30が1つの機能を実現してもよい。また、以下に記載する「接続」は、論理的な接続であってもよいし、物理的な接続であってもよい。 Figure 1 is a diagram illustrating an example of a communication system. As shown in Figure 1, the communication system is composed of a terminal 20 (UE) and multiple network nodes 30. Below, it is assumed that one network node 30 corresponds to each function, but multiple functions may be realized by one network node 30, or multiple network nodes 30 may realize one function. Furthermore, the "connection" described below may be a logical connection or a physical connection.
RAN(Radio Access Network)は、無線アクセス機能を有するネットワークノード30であり、基地局10を含んでもよく、UE、AMF(Access and Mobility Management Function)及びUPF(User plane function)と接続される。AMFは、RANインタフェースの終端、NAS(Non-Access Stratum)の終端、登録管理、接続管理、到達性管理、モビリティ管理等の機能を有するネットワークノード30である。UPFは、DN(Data Network)と相互接続する外部に対するPDU(Protocol Data Unit)セッションポイント、パケットのルーティング及びフォワーディング、ユーザプレーンのQoS(Quality of Service)ハンドリング等の機能を有するネットワークノード30である。UPF及びDNは、ネットワークスライスを構成する。本発明の実施の形態における無線通信ネットワークでは、複数のネットワークスライスが構築されている。 The RAN (Radio Access Network) is a network node 30 with radio access functionality, which may include a base station 10, and is connected to a UE, an AMF (Access and Mobility Management Function), and a UPF (User plane function). The AMF is a network node 30 that has functions such as terminating the RAN interface, terminating the NAS (Non-Access Stratum), registration management, connection management, reachability management, and mobility management. The UPF is a network node 30 that has functions such as a PDU (Protocol Data Unit) session point to the outside that interconnects with the DN (Data Network), packet routing and forwarding, and user plane QoS (Quality of Service) handling. The UPF and DN constitute a network slice. In the wireless communication network of an embodiment of the present invention, multiple network slices are constructed.
AMFは、UE、RAN、SMF(Session Management function)、NSSF(Network Slice Selection Function)、NEF(Network Exposure Function)、NRF(Network Repository Function)、UDM(Unified Data Management)、AUSF(Authentication Server Function)、PCF(Policy Control Function)、AF(Application Function)と接続される。AMF、SMF、NSSF、NEF、NRF、UDM、AUSF、PCF、AFは、各々のサービスに基づくインタフェース、Namf、Nsmf、Nnssf、Nnef、Nnrf、Nudm、Nausf、Npcf、Nafを介して相互に接続されるネットワークノード30である。 The AMF is connected to the UE, RAN, SMF (Session Management function), NSSF (Network Slice Selection Function), NEF (Network Exposure Function), NRF (Network Repository Function), UDM (Unified Data Management), AUSF (Authentication Server Function), PCF (Policy Control Function), and AF (Application Function). The AMF, SMF, NSSF, NEF, NRF, UDM, AUSF, PCF, and AF are network nodes 30 that are interconnected via their respective service-based interfaces: Namf, Nsmf, Nnssf, Nnef, Nnrf, Nudm, Nausf, Npcf, and Naf.
SMFは、セッション管理、UEのIP(Internet Protocol)アドレス割り当て及び管理、DHCP(Dynamic Host Configuration Protocol)機能、ARP(Address Resolution Protocol)プロキシ、ローミング機能等の機能を有するネットワークノード30である。NEFは、他のNF(Network Function)に能力及びイベントを通知する機能を有するネットワークノード30である。NSSFは、UEが接続するネットワークスライスの選択、許可されるNSSAI(Network Slice Selection Assistance Information)の決定、設定されるNSSAIの決定、UEが接続するAMFセットの決定等の機能を有するネットワークノード30である。PCFは、ネットワークのポリシ制御を行う機能を有するネットワークノード30である。AFは、アプリケーションサーバを制御する機能を有するネットワークノード30である。NRFは、サービスを提供するNFインスタンスを発見する機能を有するネットワークノード30である。UDMは、加入者データ及び認証データを管理するネットワークノード30である。UDMは、当該データを保持するUDR(User Data Repository)と接続される。 The SMF is a network node 30 that has functions such as session management, UE IP (Internet Protocol) address allocation and management, DHCP (Dynamic Host Configuration Protocol) function, ARP (Address Resolution Protocol) proxy, and roaming function. The NEF is a network node 30 that has the function of notifying other NFs (Network Functions) of capabilities and events. The NSSF is a network node 30 that has functions such as selecting the network slice to which the UE connects, determining the allowed NSSAI (Network Slice Selection Assistance Information), determining the NSSAI to be set, and determining the AMF set to which the UE connects. The PCF is a network node 30 that has the function of controlling network policies. The AF is a network node 30 that has the function of controlling application servers. The NRF is a network node 30 that has the function of discovering NF instances that provide services. The UDM is a network node 30 that manages subscriber data and authentication data. The UDM is connected to a UDR (User Data Repository) that holds the data.
図2は、ローミング環境下の通信システムの例を説明するための図である。図2に示されるように、ネットワークは、端末20であるUE、複数のネットワークノード30から構成される。以下、機能ごとに1つのネットワークノード30が対応するものとするが、複数の機能を1つのネットワークノード30が実現してもよいし、複数のネットワークノード30が1つの機能を実現してもよい。また、以下に記載する「接続」は、論理的な接続であってもよいし、物理的な接続であってもよい。 Figure 2 is a diagram illustrating an example of a communication system in a roaming environment. As shown in Figure 2, the network is composed of a terminal 20 (UE) and multiple network nodes 30. Below, it is assumed that one network node 30 corresponds to each function, but multiple functions may be realized by one network node 30, or multiple network nodes 30 may realize one function. Furthermore, the "connection" described below may be a logical connection or a physical connection.
RANは、無線アクセス機能を有するネットワークノード30であり、UE、AMF及びUPFと接続される。AMFは、RANインタフェースの終端、NASの終端、登録管理、接続管理、到達性管理、モビリティ管理等の機能を有するネットワークノード30である。UPFは、DNと相互接続する外部に対するPDUセッションポイント、パケットのルーティング及びフォワーディング、ユーザプレーンのQoSハンドリング等の機能を有するネットワークノード30である。UPF及びDNは、ネットワークスライスを構成する。本発明の実施の形態における無線通信ネットワークでは、複数のネットワークスライスが構築されている。 The RAN is a network node 30 with radio access functionality, and is connected to the UE, AMF, and UPF. The AMF is a network node 30 with functions such as RAN interface termination, NAS termination, registration management, connection management, reachability management, and mobility management. The UPF is a network node 30 with functions such as a PDU session point to the outside that interconnects with the DN, packet routing and forwarding, and user plane QoS handling. The UPF and DN constitute a network slice. In the wireless communication network of an embodiment of the present invention, multiple network slices are constructed.
AMFは、UE、RAN、SMF、NSSF、NEF、NRF、UDM、AUSF、PCF、AF、SEPP(Security Edge Protection Proxy)と接続される。AMF、SMF、NSSF、NEF、NRF、UDM、AUSF、PCF、AFは、各々のサービスに基づくインタフェース、Namf、Nsmf、Nnssf、Nnef、Nnrf、Nudm、Nausf、Npcf、Nafを介して相互に接続されるネットワークノード30である。 The AMF is connected to the UE, RAN, SMF, NSSF, NEF, NRF, UDM, AUSF, PCF, AF, and SEPP (Security Edge Protection Proxy). The AMF, SMF, NSSF, NEF, NRF, UDM, AUSF, PCF, and AF are network nodes 30 that are interconnected via their respective service-based interfaces: Namf, Nsmf, Nnssf, Nnef, Nnrf, Nudm, Nausf, Npcf, and Naf.
SMFは、セッション管理、UEのIPアドレス割り当て及び管理、DHCP機能、ARPプロキシ、ローミング機能等の機能を有するネットワークノード30である。NEFは、他のNFに能力及びイベントを通知する機能を有するネットワークノード30である。NSSFは、UEが接続するネットワークスライスの選択、許可されるNSSAIの決定、設定されるNSSAIの決定、UEが接続するAMFセットの決定等の機能を有するネットワークノード30である。PCFは、ネットワークのポリシ制御を行う機能を有するネットワークノード30である。AFは、アプリケーションサーバを制御する機能を有するネットワークノード30である。NRFは、サービスを提供するNFインスタンスを発見する機能を有するネットワークノード30である。SEPPは、非透過的なプロキシであり、PLMN(Public Land Mobile Network)間のコントロールプレーンのメッセージをフィルタリングする。図2に示されるvSEPPは、visitedネットワークにおけるSEPPであり、hSEPPは、homeネットワークにおけるSEPPである。 The SMF is a network node 30 that has functions such as session management, UE IP address allocation and management, DHCP function, ARP proxy, and roaming function. The NEF is a network node 30 that has the function of notifying other NFs of capabilities and events. The NSSF is a network node 30 that has functions such as selecting the network slice to which the UE connects, determining the allowed NSSAI, determining the configured NSSAI, and determining the AMF set to which the UE connects. The PCF is a network node 30 that has the function of controlling network policies. The AF is a network node 30 that has the function of controlling application servers. The NRF is a network node 30 that has the function of discovering NF instances that provide services. The SEPP is a non-transparent proxy that filters control plane messages between PLMNs (Public Land Mobile Networks). The vSEPP shown in FIG. 2 is a SEPP in the visited network, and the hSEPP is a SEPP in the home network.
図2に示されるように、UEは、VPLMN(Visited PLMN)においてRAN及びAMFと接続されているローミング環境にある。VPLMN及びHPLMN(Home PLMN)は、vSEPP及びhSEPPを経由して接続されている。UEは、例えば、VPLMNのAMFを介してHPLMNのUDMと通信が可能である。As shown in Figure 2, the UE is in a roaming environment connected to the RAN and AMF in the Visited PLMN (VPLMN). The VPLMN and Home PLMN (HPLMN) are connected via vSEPP and hSEPP. The UE can communicate with the UDM of the HPLMN, for example, via the AMF of the VPLMN.
本実施の形態における動作は、図1、図2のいずれの構成で行われてもよい。また、図1、図2に示す構成以外の構成において本実施の形態における動作が行われてもよい。 The operation of this embodiment may be performed in either the configuration shown in Figure 1 or Figure 2. Furthermore, the operation of this embodiment may be performed in a configuration other than the configuration shown in Figure 1 or Figure 2.
上述のNEFは、AFから呼び出し可能であるAPI(Application Programming Interface)を、CAPIF(Common API Framework)アーキテクチャを適用して実装することが検討されている。CAPIFアーキテクチャは、サービスAPI運用をサポートするメカニズムを提供し、例えば、API呼び出し元(invoker)にAPI提供者(provider)から提供されるサービスAPIを発見させ、当該サービスAPIを使用する通信を可能とする。また、CAPIFアーキテクチャは、例えば、PLMNトラストドメインの外部からサービスAPIにアクセスするAPI呼び出し元から、PLMNトラストドメインの接続形態(topology)を隠蔽するメカニズムを有する。 It is being considered to implement the above-mentioned NEF by applying the CAPIF (Common API Framework) architecture to an API (Application Programming Interface) that can be called from the AF. The CAPIF architecture provides a mechanism to support service API operations, for example, allowing an API invoker to discover service APIs provided by an API provider and enabling communication using those service APIs. The CAPIF architecture also has a mechanism to hide the topology of the PLMN trust domain from an API invoker accessing a service API from outside the PLMN trust domain.
なお、以下で説明するAPI呼び出し元のアプリケーション30Aは上記のAFに備え、API提供機能(AEF)30CはNEFに備えてもよいし、これに限定されず、API呼び出し元のアプリケーション30A、AEF30Cはそれぞれ、どのネットワークノード30に備えられてもよい。AEF30Cが基地局10に備えられてもよい。また、API呼び出し元のアプリケーション30Aが端末20に備えられてもよい。 Note that the API caller application 30A described below may be provided in the above-mentioned AF, and the API providing function (AEF) 30C may be provided in the NEF, but this is not limited to this, and the API caller application 30A and AEF 30C may each be provided in any network node 30. The AEF 30C may be provided in the base station 10. Furthermore, the API caller application 30A may be provided in the terminal 20.
また、後述するリソースオーナー40(リソースオーナー装置)は、ネットワークノード30であってもよいし、端末20であってもよいし、基地局10であってもよいし、これら以外の装置であってもよい。 Furthermore, the resource owner 40 (resource owner device) described below may be a network node 30, a terminal 20, a base station 10, or any other device.
図3は、API呼び出しの例を示す図である。3GPPコアネットワークでは外部のアプリケーション向けにAPIを開放しており、サードパーティのアプリケーションからネットワークノード30に対して、APIを呼び出すことができる。APIを呼び出すとき、コアネットワーク内にあるCAPIFコア機能(CAPIF Core Function、CCFとも記載する。)によって、呼び出し元のアプリケーション(API invoker)を認証及び/又は認可し、いずれのアプリケーションがAPIを呼び出すことができるかを管理する。 Figure 3 shows an example of an API call. The 3GPP core network opens APIs to external applications, allowing third-party applications to call APIs on the network node 30. When an API is called, the CAPIF Core Function (CCF) in the core network authenticates and/or authorizes the calling application (API invoker) and manages which applications can call the API.
図3に示されるように、API呼び出し元のアプリケーション30Aが、CAPIF-APIを利用してCAPIFコア機能30Bに事前登録される。CAPIFコア機能30Bでは、サードパーティのアプリケーション30Aを認証及び/又は認可する。また、図3に示されるように、API呼び出し元のアプリケーション30Aが、コアネットワークのAPIを呼び出すと、認証及び/又は認可された外部アプリケーション向けに、API提供機能(API Exposing Function、AEFとも記載する。)30CによってサービスAPIを開放する。As shown in Figure 3, an API calling application 30A is pre-registered with the CAPIF core function 30B using the CAPIF-API. The CAPIF core function 30B authenticates and/or authorizes the third-party application 30A. Also, as shown in Figure 3, when the API calling application 30A calls an API in the core network, the service API is opened by the API Exposing Function (AEF) 30C for authenticated and/or authorized external applications.
また、CAPIFを拡張してリソースオーナー40(Resource Owner)がコアNWのAPI呼び出しを認可することも可能になっている。ただし、既存技術では、API呼び出しの際にリソースオーナー40から認可を取得する方式のみが可能である。 In addition, CAPIF can be extended to allow the resource owner 40 to authorize API calls to the core network. However, existing technology only allows for a method of obtaining authorization from the resource owner 40 when making an API call.
なお、リソースオーナー40は、例えば、対象とするAPIの呼び出し(実行)によって影響を受けるエンティティである。例えば、リソースオーナー40は、API呼び出し元のアプリケーション30Aに対して、ユーザの端末20の位置情報を取得するための、AEF30Cにより提供されるAPIの利用を許可/拒否する当該ユーザの端末20であってもよい。 The resource owner 40 is, for example, an entity that is affected by the invocation (execution) of the target API. For example, the resource owner 40 may be the user's terminal 20 that allows/denies the application 30A that is the API caller to use the API provided by the AEF 30C to obtain location information of the user's terminal 20.
また、リソースオーナー40を、ネットワークノード、端末、リソースオーナー装置、通信装置、認可情報提供装置、認可情報更新装置、等と呼んでもよい。 The resource owner 40 may also be referred to as a network node, terminal, resource owner device, communication device, authorization information providing device, authorization information updating device, etc.
リソースオーナー40がAPI利用に対して一度与えた認可は、AEF30Cにて保持されるが、従来技術では、その認可情報を変更したい(例:一度与えた認可を取り消したい)場合の手続きが明確でないという課題がある。以下、その課題を解決するための本実施の形態に係る動作例を説明する。 Once a resource owner 40 grants authorization for API usage, it is retained in the AEF 30C. However, conventional technology has the problem that the procedure for changing the authorization information (e.g., revoking authorization that has already been granted) is unclear. Below, we will explain an example of the operation of this embodiment to solve this problem.
(実施の形態に係る動作例)
ここでは、API呼び出し元30AからAEF30Cに対するAPIの呼び出しにより、API認可情報を保持し、その後、リソースオーナー40からAPI認可情報を更新し、以降のAPI呼び出しの際に参照するものとする。ただし、これは例であり、最初にリソースオーナー40がAEF30Cに対してAPI認可情報を送信し、AEF30Cに認可情報を保持させる動作を行うこととしてもよい。
(Example of operation according to the embodiment)
Here, the API authorization information is stored by an API call from the API caller 30A to the AEF 30C, and then the API authorization information is updated by the resource owner 40 and referred to at the time of subsequent API calls. However, this is an example, and the resource owner 40 may first transmit the API authorization information to the AEF 30C and perform an operation to cause the AEF 30C to store the authorization information.
<API認可情報の保持>
まず、図4を参照して、AEF30CがAPI認可情報を保持するまでの動作を説明する。
<Retention of API authorization information>
First, with reference to FIG. 4, the operation up to when the AEF 30C holds the API authorization information will be described.
S1において、API呼び出し元30Aは、サービスAPI呼び出し要求(service API invocation request)をAEF30Cに送信することにより、APIの呼び出しを行う。サービスAPI呼び出し要求には、リソースオーナー40を識別するための情報(ID、アドレス等)が含まれていてもよい。 In S1, the API caller 30A calls the API by sending a service API invocation request to the AEF 30C. The service API invocation request may include information for identifying the resource owner 40 (ID, address, etc.).
サービスAPI呼び出し要求を受信したAPI呼び出し元30Aは、S2において、例えば、サービスAPI呼び出し要求に含まれる情報(例:APIの名前、リソースオーナーのID)に基づいて、リソースオーナー40にアクセスし、リソースオーナー40から、サービスAPI呼び出し要求に係るAPI認可情報(APIの呼び出し可否を示す情報)を取得し、S3においてAPI認可情報を保持する。 In S2, the API caller 30A that receives the service API call request accesses the resource owner 40 based on, for example, the information contained in the service API call request (e.g., the API name, the resource owner ID), obtains API authorization information related to the service API call request (information indicating whether the API can be called) from the resource owner 40, and retains the API authorization information in S3.
上記のAPI認可情報が、API利用を許可する情報である場合には、APIの実行処理が行われる。上記のAPI認可情報が、API利用を拒否する情報である場合には、例えば、API利用を拒否することを示す情報がAPI呼び出し元30Aに返され、APIの実行処理は行われない。 If the above API authorization information is information that permits API use, API execution processing is performed. If the above API authorization information is information that denies API use, for example, information indicating that API use is denied is returned to the API caller 30A, and API execution processing is not performed.
<API認可情報の更新>
ここで例えば、リソースオーナー40が、利用可であったAPIを、利用不可にしたい場合(あるいは、利用不可であったAPIを、利用可にしたい場合)、図5のS1において、リソースオーナー40は、更新のためのAPI呼び出し可否の通知(更新要求)をAEF30Cに送信する。
<Update API authorization information>
For example, if the resource owner 40 wants to make an API that was previously available unavailable (or if the resource owner 40 wants to make an API that was previously unavailable available), in S1 of Figure 5, the resource owner 40 sends a notification (update request) to the AEF 30C regarding whether or not the API can be called for update.
S2において、AEF30Cは、S1で受信した通知に基づいて、保持しているAPI認可情報を更新する。 In S2, AEF30C updates the API authorization information it holds based on the notification received in S1.
(実施例)
以下では、実施例として、より具体的な動作例を説明する。
(Example)
A more specific example of operation will be described below as an embodiment.
図6に示す例において、AEF30CはAPI認可情報として図示のとおりのテーブル(リストとも呼ぶ)を保持しているとする。このテーブルの各エントリは、リソースオーナーID、対象API、呼び出し可否を含む。例えば、リソースオーナーID=123456789の対象APIであるSessionWithQoS APIは利用可であることが示されている。この情報は、例えば、図4に示した手順で取得されたもの、あるいは、図5に示す手順で更新された後のものである。 In the example shown in Figure 6, AEF30C holds the table (also called a list) shown as API authorization information. Each entry in this table includes the resource owner ID, target API, and whether it can be called. For example, it shows that the SessionWithQoS API, which is the target API for resource owner ID = 123456789, is available for use. This information is, for example, obtained using the procedure shown in Figure 4, or has been updated using the procedure shown in Figure 5.
図6のS1において、例えば、API呼び出し元30Aが、「SessionWithQoS API」の呼び出し要求をAEF30Cに送信したとする。AEF30Cは、保持しているテーブルを参照することで、「SessionWithQoS API」は、利用可であることがわかるので、「SessionWithQoS API」を実行する。 In S1 of Figure 6, for example, suppose that API caller 30A sends a call request for the "SessionWithQoS API" to AEF 30C. By referring to the table it holds, AEF 30C determines that the "SessionWithQoS API" is available, and therefore executes the "SessionWithQoS API."
また、例えば、API呼び出し元30Aが、「TrafficInfluence」の呼び出し要求をAEF30Cに送信したとする。AEF30Cは、保持しているテーブルを参照することで、「TrafficInfluence」は、利用不可であることがわかるので、「TrafficInfluence」を実行しない。 Also, for example, suppose that API caller 30A sends a call request for "TrafficInfluence" to AEF 30C. AEF 30C determines by referring to the table it holds that "TrafficInfluence" is unavailable, and therefore does not execute "TrafficInfluence."
なお、AEF30Cは、テーブル(リスト)にないAPIの呼び出し要求を受けた場合には、図4に示した手順にて、リソースオーナー40に呼び出し可否を問い合わせ、問い合わせの結果をテーブルに追加する。 In addition, when AEF30C receives a request to call an API that is not in the table (list), it queries the resource owner 40 regarding whether the call is possible, following the procedure shown in Figure 4, and adds the query results to the table.
AEF30Cが保持するAPI認可情報のテーブルは、図7に示すように、API呼び出し元IDを含むものであってもよい。図7の例において、例えば、API呼び出し元A(ID=API呼び出し元Aとする)が、当該IDを含む、API1の呼び出し要求をAEF30Cに送信した場合、AEF30Cは、テーブルを参照することで、API呼び出し元AからのAPI1の呼び出しが可であると判断し、API呼び出し元Aに対してAPI1を実行する。 The table of API authorization information held by AEF30C may include the API caller ID, as shown in Figure 7. In the example of Figure 7, for example, if API caller A (ID = API caller A) sends a call request for API1 including the ID to AEF30C, AEF30C will refer to the table and determine that API1 can be called from API caller A, and will execute API1 for API caller A.
また、図7の例において、例えば、API呼び出し元B(ID=API呼び出し元Bとする)が、当該IDを含む、API1の呼び出し要求をAEF30Cに送信した場合、AEF30Cは、テーブルを参照することで、API呼び出し元BからのAPI1の呼び出しは不可であると判断し、API呼び出し元Bに対してAPI1を実行しない。 Also, in the example of Figure 7, for example, if API caller B (ID = API caller B) sends a call request for API1 including the ID to AEF30C, AEF30C will refer to the table and determine that API1 cannot be called from API caller B, and will not execute API1 for API caller B.
図8は、図6に示したテーブル(API認可情報)の更新を行う場合の例を示す。図8に示す例では、ID=123456789のリソースオーナー40が、「SessionWithQoS API」の呼び出しを「可」から「否」にしたいと考え、S1において、「SessionWithQoS API」の呼び出しが「否」であることを示すAPI呼び出し可否通知(更新通知と呼んでもよい)をAEF30Cに送信する。当該API呼び出し可否通知を受信したAEF30Cは、図8に示すとおり、テーブルの中の「SessionWithQoS API」のエントリにおける呼び出し可否を「否」に変更する。 Figure 8 shows an example of updating the table (API authorization information) shown in Figure 6. In the example shown in Figure 8, a resource owner 40 with ID = 123456789 wishes to change the invocation of the "SessionWithQoS API" from "allowed" to "not allowed," and in S1 sends an API invocation allowance notification (which may also be called an update notification) indicating that the invocation of the "SessionWithQoS API" is "not allowed" to AEF30C. Upon receiving the API invocation allowance notification, AEF30C changes the invocation allowance in the entry for "SessionWithQoS API" in the table to "not allowed," as shown in Figure 8.
上記変更の後、API呼び出し元30Aが、「SessionWithQoS API」の呼び出し要求をAEF30Cに送信したとする。AEF30Cは、保持しているテーブルを参照することで、「SessionWithQoS API」は、利用不可であることがわかるので、「SessionWithQoS API」を実行しない。 After the above changes, suppose that API caller 30A sends a call request for the "SessionWithQoS API" to AEF 30C. AEF 30C determines by referring to the table it holds that the "SessionWithQoS API" is unavailable, and therefore does not execute the "SessionWithQoS API."
また、図7の例のように、API呼び出し元IDを含むリストの場合でも同様に更新可能である。 Also, as in the example in Figure 7, updates can be made in the same way even in the case of a list that includes API caller IDs.
例えば、ID=10のリソースオーナー40が、API呼び出し元AからのAPI1の呼び出し要求を拒否したと考えた場合、リソースオーナー40は、API呼び出し元AからのAPI1の呼び出しが「否」であることを示すAPI呼び出し可否通知(更新通知)をAEF30Cに送信する。当該API呼び出し可否通知を受信したAEF30Cは、図9に示すとおり、テーブルの中の「API呼び出し元A」、「API1」のエントリにおける呼び出し可否を「否」に変更する。 For example, if resource owner 40 with ID=10 is deemed to have rejected a request to call API1 from API caller A, resource owner 40 sends an API call availability notification (update notification) to AEF30C indicating that the call to API1 from API caller A is "rejected." Upon receiving this API call availability notification, AEF30C changes the call availability in the entries for "API caller A" and "API1" in the table to "rejected," as shown in Figure 9.
<シーケンス例>
図10を参照して、API認可情報の更新に係るシーケンスの例を示す。S101において、リソースオーナー40は、AEF30Cに対して、API認可情報の更新要求を送信する。この更新要求には、例えば、リソースオーナーのID、更新対象のAPIを示す情報(APIの名前等)が含まれる。
<Sequence example>
10 shows an example of a sequence for updating API authorization information. In S101, the resource owner 40 transmits a request to update API authorization information to the AEF 30C. This update request includes, for example, the resource owner ID and information indicating the API to be updated (such as the name of the API).
S102において、AEF30Cは、更新要求の検証を行う。一例として、認証された各リソースオーナーのIDがAEF30Cに登録されており、S102において、AEF30Cは、更新要求に含まれるリソースオーナー40のIDが、登録されたIDであるか否かを確認することで検証を実施する。In S102, AEF30C verifies the update request. As an example, the ID of each authenticated resource owner is registered in AEF30C, and in S102, AEF30C performs verification by checking whether the ID of the resource owner 40 included in the update request is a registered ID.
S103において、AEF30Cは、例えば図8に示したようにして、認可情報テーブルを更新する。S104において、AEF30Cは、更新を行ったことを示す認可情報更新応答を、更新要求元のリソースオーナー40に送信する。認可情報更新応答を受信したリソースオーナー40は、更新が正常に行われたことを確認できる。 In S103, AEF30C updates the authorization information table, for example, as shown in Figure 8. In S104, AEF30C sends an authorization information update response indicating that the update has been made to the resource owner 40 that requested the update. Upon receiving the authorization information update response, the resource owner 40 can confirm that the update was made successfully.
なお、上記の例では、テーブルに既に存在する情報を更新する場合を示したが、テーブルにない情報を新規に加える処理についてもこれまでに説明した処理と基本的に同じであり、図10のシーケンスに沿って行うことができる。また、テーブルにない情報を新規に加える処理についても「更新」と呼んでもよい。 Note that the above example shows the case of updating information that already exists in the table, but the process of adding new information that is not in the table is basically the same as the process described above and can be performed by following the sequence in Figure 10. The process of adding new information that is not in the table can also be called an "update."
<システム構成例>
図11は、5Gシステムを想定した、本実施の形態に係るシステムの具体的な構成例を示す。図11では、一例として、UE(端末)20が、リソースオーナー40である場合を示している。
<System configuration example>
11 illustrates a specific configuration example of a system according to the present embodiment, assuming a 5G system. In FIG. 11, a case where a UE (terminal) 20 is a resource owner 40 is illustrated as an example.
図11の例において、信頼済ドメインであるPLMN(PLMN Trust domain)には、CAPIF-APIを含むCCF30B、サービスAPIを含むAEF30C、APF(API Publishing Function)30D、AMF(API Management Function)30E、コアネットワーク及びアクセスネットワークが属する。一方、PLMN外には、API呼び出し元30A(例えばゲームサーバ)、UE20(例えばリソースオーナー)が存在する。 In the example of Figure 11, the trusted domain PLMN (PLMN Trust domain) includes the CCF 30B including the CAPIF-API, the AEF 30C including the service API, the APF (API Publishing Function) 30D, the AMF (API Management Function) 30E, the core network, and the access network. Outside the PLMN, on the other hand, there are the API caller 30A (e.g., a game server) and the UE 20 (e.g., a resource owner).
図11に示されるように、API呼び出し元30Aは、コアネットワークを介してAEF30Cに接続されてもよい。UE20は、アクセスネットワーク及びコアネットワークを介して、API呼び出し元30A及びAEF30Cと接続されてもよい。 As shown in FIG. 11, the API caller 30A may be connected to the AEF 30C via a core network. The UE 20 may be connected to the API caller 30A and the AEF 30C via an access network and a core network.
図12は、システム構成の他の例を示す図である。図12に示されるように、信頼済ドメインであるPLMNには、CAPIF-APIを含むCCF30B、サービスAPIを含むAEF30C、APF30D、AMF30E、コアネットワーク及びアクセスネットワークが属する。一方、PLMN外には、UE20-1、UE20-2が存在する。UE20-1は、例えば、API呼び出し要求元のアプリケーションを備える。UE20-2は、例えば、リソースオーナー40である。なお、アプリケーションとリソースオーナーの機能が同一の装置(端末等)に備えられてもよい。 Figure 12 is a diagram showing another example of a system configuration. As shown in Figure 12, the PLMN, which is a trusted domain, includes CCF30B including the CAPIF-API, AEF30C including the service API, APF30D, AMF30E, the core network, and the access network. On the other hand, UE20-1 and UE20-2 exist outside the PLMN. UE20-1, for example, includes an application that is the source of an API call request. UE20-2, for example, is a resource owner 40. Note that the application and resource owner functions may be provided in the same device (terminal, etc.).
図12に示されるように、UE20-1は、アクセスネットワーク及びコアネットワークを介して、CCF30B、AEF30Cと接続されてもよい。また、UE20-2は、アクセスネットワーク及びコアネットワークを介して、AEF30Cと接続されてもよい。 As shown in FIG. 12, UE 20-1 may be connected to CCF 30B and AEF 30C via an access network and a core network. UE 20-2 may also be connected to AEF 30C via an access network and a core network.
なお、図11及び図12はシステム構成の一例を示すものであり、これに限られない。例えば、AEF30C、APF30D及びAMF30Eが信頼済PLMNドメイン外にあってもよい。 Note that Figures 11 and 12 show examples of system configurations and are not limited to these. For example, AEF30C, APF30D, and AMF30E may be located outside the trusted PLMN domain.
(実施の形態の効果)
以上説明した技術により、リソースオーナー40が任意のタイミングでAEF30Cに任意のAPIの許可・拒否を通知できる。また、AEF30Cは、事前に許可・拒否を受け取ることで、API呼び出しの際に、その都度、リソースオーナー40に呼び出し可否を問い合わせる必要がなくなり、信号量を削減することができる。
(Effects of the embodiment)
The technology described above allows the resource owner 40 to notify the AEF 30C of permission or denial of any API at any timing. Furthermore, by receiving permission or denial in advance, the AEF 30C does not need to inquire of the resource owner 40 whether or not the call is permitted each time an API is called, thereby reducing the amount of signaling.
また、リソースオーナー40は、以前に通知したAPI呼び出し可否を更新して、以後のAPI呼び出しが意図せず許可される/拒否されることを防ぐことができる。 In addition, the resource owner 40 can update previously notified API call availability to prevent future API calls from being unintentionally allowed/denied.
(装置構成)
次に、これまでに説明した処理及び動作を実施する基地局10、ネットワークノード30、リソースオーナー40、及び端末20の機能構成例を説明する。基地局10、ネットワークノード30、リソースオーナー40、及び端末20は上述した実施例を実施する機能を含む。ただし、基地局10、ネットワークノード30及び端末20はそれぞれ、実施例の中の一部の機能のみを備えることとしてもよい。
(Device configuration)
Next, examples of functional configurations of the base station 10, network node 30, resource owner 40, and terminal 20 that perform the processes and operations described above will be described. The base station 10, network node 30, resource owner 40, and terminal 20 include functions for performing the above-described embodiments. However, the base station 10, network node 30, and terminal 20 may each include only a part of the functions of the embodiments.
<基地局10及びネットワークノード30>
図13は、基地局10の機能構成の一例を示す図である。図13に示されるように、基地局10は、送信部110と、受信部120と、設定部130と、制御部140とを有する。図13に示される機能構成は一例に過ぎない。本発明の実施の形態に係る動作を実施できるのであれば、機能区分及び機能部の名称はどのようなものでもよい。
<Base Station 10 and Network Node 30>
Fig. 13 is a diagram showing an example of the functional configuration of the base station 10. As shown in Fig. 13, the base station 10 has a transmitting unit 110, a receiving unit 120, a setting unit 130, and a control unit 140. The functional configuration shown in Fig. 13 is merely an example. The names of the functional divisions and functional units may be any names as long as they can perform the operations according to the embodiment of the present invention.
なお、ネットワークノード30(例えばAEF30Cの機能を有するネットワークノード30)は、図13に示す基地局10と同様の機能構成を有してもよい。また、システムアーキテクチャ上で複数の異なる機能を有するネットワークノード30は、機能ごとに分離された複数のネットワークノード30から構成されてもよい。また、ネットワークノード30は、コアネットワーク又はアクセスネットワークに存在するネットワークノードに限定されず、PLMNドメインに属するネットワークノードに対応してもよい。また、リソースオーナー40についても図13に示す機能構成を有してもよい。 Note that the network node 30 (for example, a network node 30 having the functionality of AEF30C) may have the same functional configuration as the base station 10 shown in FIG. 13. Furthermore, a network node 30 having multiple different functions in the system architecture may be composed of multiple network nodes 30 separated by function. Furthermore, the network node 30 is not limited to a network node existing in a core network or access network, but may correspond to a network node belonging to a PLMN domain. Furthermore, the resource owner 40 may also have the functional configuration shown in FIG. 13.
送信部110は、端末20又は他のネットワークノード30に送信する信号を生成し、当該信号を有線又は無線で送信する機能を含む。受信部120は、端末20又は他のネットワークノード30から送信された各種の信号を受信し、受信した信号から、例えばより上位のレイヤの情報を取得する機能を含む。The transmitter 110 has the function of generating signals to be transmitted to the terminal 20 or other network nodes 30 and transmitting the signals via wired or wireless communication. The receiver 120 has the function of receiving various signals transmitted from the terminal 20 or other network nodes 30 and obtaining, for example, information at higher layers from the received signals.
設定部130は、各種の設定情報を記憶装置に格納し、必要に応じて記憶装置から読み出す。設定情報の内容は、例えば、API認可情報のテーブルである。 The setting unit 130 stores various setting information in a storage device and reads it from the storage device as needed. The contents of the setting information are, for example, a table of API authorization information.
制御部140は、例えば、API呼び出しに対する拒否判定、API認可情報のテーブルの更新処理等を行う。制御部140における信号送信に関する機能部を送信部110に含め、制御部140における信号受信に関する機能部を受信部120に含めてもよい。 The control unit 140 performs, for example, rejection decisions for API calls and updating of tables of API authorization information. Functional units related to signal transmission in the control unit 140 may be included in the transmitting unit 110, and functional units related to signal reception in the control unit 140 may be included in the receiving unit 120.
<端末20>
図14は、端末20の機能構成の一例を示す図である。図14に示されるように、端末20は、送信部210と、受信部220と、設定部230と、制御部240とを有する。図14に示される機能構成は一例に過ぎない。本発明の実施の形態に係る動作を実施できるのであれば、機能区分及び機能部の名称はどのようなものでもよい。端末20は、リソースオーナー40として機能するものであってもよい。
<Terminal 20>
Fig. 14 is a diagram showing an example of the functional configuration of the terminal 20. As shown in Fig. 14, the terminal 20 has a transmitting unit 210, a receiving unit 220, a setting unit 230, and a control unit 240. The functional configuration shown in Fig. 14 is merely an example. As long as the operations related to the embodiment of the present invention can be performed, the names of the functional divisions and functional units may be any. The terminal 20 may function as a resource owner 40.
送信部210は、送信データから送信信号を作成し、当該送信信号を無線で送信する。受信部220は、各種の信号を無線受信し、受信した物理レイヤの信号からより上位のレイヤの信号を取得する。また、受信部220は、基地局10あるいはネットワークノード30から送信されるNR-PSS、NR-SSS、NR-PBCH、DL/UL制御信号又は参照信号等を受信する機能を有する。 The transmitter 210 creates a transmission signal from the transmission data and transmits the transmission signal wirelessly. The receiver 220 receives various signals wirelessly and obtains higher layer signals from the received physical layer signals. The receiver 220 also has the function of receiving NR-PSS, NR-SSS, NR-PBCH, DL/UL control signals or reference signals, etc. transmitted from the base station 10 or network node 30.
設定部230は、受信部220により基地局10あるいはネットワークノード30から受信した各種の設定情報を記憶装置に格納し、必要に応じて記憶装置から読み出す。 The setting unit 230 stores various setting information received from the base station 10 or network node 30 by the receiving unit 220 in a storage device and reads it from the storage device as needed.
制御部240は、例えば、ネットワーク及びネットワークスライスへの接続制御に係る処理を行う。制御部240における信号送信に関する機能部を送信部210に含め、制御部240における信号受信に関する機能部を受信部220に含めてもよい。 The control unit 240 performs, for example, processing related to connection control to the network and network slices. Functional units related to signal transmission in the control unit 240 may be included in the transmitting unit 210, and functional units related to signal reception in the control unit 240 may be included in the receiving unit 220.
<付記>
本実施の形態により、少なくとも、下記の第1項~第5項に示すネットワークノード、リソースオーナー装置、システム、及び通信方法が提供される。
(第1項)
リソースオーナー装置からAPI認可情報の更新要求を受信する受信部と、
前記更新要求に従って、保持しているAPI認可情報を更新し、更新後のAPI認可情報に従って、外部アプリケーションからのAPI呼び出し要求を許可するか否かを判断する制御部と
を備えるネットワークノード。
(第2項)
前記更新要求には、呼び出し可否の更新対象のAPIの識別情報が含まれ、前記制御部は、前記API認可情報を示すテーブルにおける当該APIのエントリを更新する
第1項に記載のネットワークノード。
(第3項)
ネットワークノードに対して、API認可情報の更新要求を送信する送信部と、
前記ネットワークノードにおいて、前記更新要求に基づいて、保持しているAPI認可情報が更新された後に、前記ネットワークノードから更新応答を受信する受信部と
を備えるリソースオーナー装置。
(第4項)
リソースオーナー装置からAPI認可情報の更新要求を受信する受信部と、
前記更新要求に従って、保持しているAPI認可情報を更新し、更新後のAPI認可情報に従って、外部アプリケーションからのAPI呼び出し要求を許可するか否かを判断する制御部と
を備えるネットワークノードと、
前記ネットワークノードに対して、前記更新要求を送信する送信部と、
前記ネットワークノードにおいて、前記更新要求に基づいて、保持しているAPI認可情報が更新された後に、前記ネットワークノードから更新応答を受信する受信部と
を備える前記リソースオーナー装置と、
を備えるシステム。
(第5項)
リソースオーナー装置からAPI認可情報の更新要求を受信するステップと、
前記更新要求に従って、保持しているAPI認可情報を更新し、更新後のAPI認可情報に従って、外部アプリケーションからのAPI呼び出し要求を許可するか否かを判断するステップと
を備える、ネットワークノードが実行する通信方法。
<Additional Notes>
This embodiment provides at least the network node, resource owner device, system, and communication method shown in the following items 1 to 5.
(Section 1)
a receiving unit that receives an update request for API authorization information from the resource owner device;
a control unit that updates the API authorization information held therein in accordance with the update request, and determines whether to permit an API call request from an external application in accordance with the updated API authorization information.
(Section 2)
The network node according to claim 1, wherein the update request includes identification information of an API whose callability is to be updated, and the control unit updates the entry of the API in the table indicating the API authorization information.
(Section 3)
a transmitter that transmits an update request for API authorization information to a network node;
a receiving unit configured to receive an update response from the network node after the API authorization information held in the network node is updated based on the update request.
(Section 4)
a receiving unit that receives an update request for API authorization information from the resource owner device;
a control unit that updates the API authorization information held therein in accordance with the update request, and determines whether to permit an API call request from an external application in accordance with the updated API authorization information; and
a transmitter for transmitting the update request to the network node;
the resource owner device including: a receiving unit in the network node that receives an update response from the network node after the API authorization information held therein is updated based on the update request;
A system comprising:
(Section 5)
receiving a request to update API authorization information from a resource owner device;
a step of updating the API authorization information held in accordance with the update request, and determining whether to permit an API call request from an external application in accordance with the updated API authorization information.
第1項~第5項のいずれによっても、ネットワークノードにおけるAPI認可情報を変更することを可能とする技術が提供される。特に第2項により、テーブルのエントリを更新する形でAPI認可情報を変更することができ、確実な更新を行うことができる。 All of paragraphs 1 through 5 provide technology that allows API authorization information in network nodes to be changed. Paragraph 2 in particular allows API authorization information to be changed by updating table entries, ensuring reliable updates.
(ハードウェア構成)
上記実施形態の説明に用いたブロック図(図13及び図14)は、機能単位のブロックを示している。これらの機能ブロック(構成部)は、ハードウェア及びソフトウェアの少なくとも一方の任意の組み合わせによって実現される。また、各機能ブロックの実現方法は特に限定されない。すなわち、各機能ブロックは、物理的又は論理的に結合した1つの装置を用いて実現されてもよいし、物理的又は論理的に分離した2つ以上の装置を直接的又は間接的に(例えば、有線、無線などを用いて)接続し、これら複数の装置を用いて実現されてもよい。機能ブロックは、上記1つの装置又は上記複数の装置にソフトウェアを組み合わせて実現されてもよい。
(Hardware configuration)
The block diagrams (FIGS. 13 and 14) used to explain the above embodiments show functional blocks. These functional blocks (components) are realized by any combination of at least one of hardware and software. Furthermore, the method for realizing each functional block is not particularly limited. That is, each functional block may be realized using a single device that is physically or logically coupled, or may be realized using two or more physically or logically separated devices that are directly or indirectly connected (e.g., wired, wireless, etc.) and these multiple devices. The functional block may also be realized by combining the single device or multiple devices with software.
機能には、判断、決定、判定、計算、算出、処理、導出、調査、探索、確認、受信、送信、出力、アクセス、解決、選択、選定、確立、比較、想定、期待、見做し、報知(broadcasting)、通知(notifying)、通信(communicating)、転送(forwarding)、構成(configuring)、再構成(reconfiguring)、割り当て(allocating、mapping)、割り振り(assigning)などがあるが、これらに限られない。たとえば、送信を機能させる機能ブロック(構成部)は、送信部(transmitting unit)や送信機(transmitter)と呼称される。いずれも、上述したとおり、実現方法は特に限定されない。 Functions include, but are not limited to, judgment, determination, assessment, calculation, computation, processing, derivation, investigation, search, confirmation, reception, transmission, output, access, resolution, selection, election, establishment, comparison, assumption, expectation, regard, broadcasting, notifying, communicating, forwarding, configuring, reconfiguring, allocating, mapping, and assignment. For example, a functional block (component) that performs transmission functions is called a transmitting unit or transmitter. As mentioned above, there are no particular limitations on how these functions are implemented.
例えば、本開示の一実施の形態におけるネットワークノード30、端末20等は、本開示の無線通信方法の処理を行うコンピュータとして機能してもよい。図15は、本開示の一実施の形態に係る基地局10、端末20、ネットワークノード30、リソースオーナー40等のハードウェア構成の一例を示す図である。上述の各装置は、物理的には、プロセッサ1001、記憶装置1002、補助記憶装置1003、通信装置1004、入力装置1005、出力装置1006、バス1007などを含むコンピュータ装置として構成されてもよい。 For example, the network node 30, terminal 20, etc. in one embodiment of the present disclosure may function as a computer that performs processing of the wireless communication method of the present disclosure. Figure 15 is a diagram showing an example of the hardware configuration of a base station 10, terminal 20, network node 30, resource owner 40, etc. in one embodiment of the present disclosure. Each of the above-mentioned devices may be physically configured as a computer device including a processor 1001, a memory device 1002, an auxiliary memory device 1003, a communication device 1004, an input device 1005, an output device 1006, a bus 1007, etc.
なお、以下の説明では、「装置」という文言は、回路、デバイス、ユニット等に読み替えることができる。基地局10、端末20、ネットワークノード30、リソースオーナー40等のハードウェア構成は、図に示した各装置を1つ又は複数含むように構成されてもよいし、一部の装置を含まずに構成されてもよい。 In the following description, the term "apparatus" can be interpreted as a circuit, device, unit, etc. The hardware configuration of the base station 10, terminal 20, network node 30, resource owner 40, etc. may be configured to include one or more of the apparatuses shown in the figure, or may be configured to exclude some of the apparatuses.
基地局10、端末20、ネットワークノード30、リソースオーナー40等における各機能は、プロセッサ1001、記憶装置1002等のハードウェア上に所定のソフトウェア(プログラム)を読み込ませることによって、プロセッサ1001が演算を行い、通信装置1004による通信を制御したり、記憶装置1002及び補助記憶装置1003におけるデータの読み出し及び書き込みの少なくとも一方を制御したりすることによって実現される。 Each function in the base station 10, terminal 20, network node 30, resource owner 40, etc. is realized by loading specified software (programs) onto hardware such as the processor 1001 and memory device 1002, causing the processor 1001 to perform calculations, control communication by the communication device 1004, and control at least one of reading and writing data in the memory device 1002 and auxiliary memory device 1003.
プロセッサ1001は、例えば、オペレーティングシステムを動作させてコンピュータ全体を制御する。プロセッサ1001は、周辺装置とのインタフェース、制御装置、演算装置、レジスタ等を含む中央処理装置(CPU:Central Processing Unit)で構成されてもよい。例えば、上述の制御部140、制御部240等は、プロセッサ1001によって実現されてもよい。 The processor 1001, for example, runs an operating system to control the entire computer. The processor 1001 may be configured as a central processing unit (CPU) including an interface with peripheral devices, a control unit, an arithmetic unit, registers, etc. For example, the above-mentioned control unit 140, control unit 240, etc. may be realized by the processor 1001.
また、プロセッサ1001は、プログラム(プログラムコード)、ソフトウェアモジュール又はデータ等を、補助記憶装置1003及び通信装置1004の少なくとも一方から記憶装置1002に読み出し、これらに従って各種の処理を実行する。プログラムとしては、上述の実施の形態において説明した動作の少なくとも一部をコンピュータに実行させるプログラムが用いられる。例えば、図13に示した制御部140は、記憶装置1002に格納され、プロセッサ1001で動作する制御プログラムによって実現されてもよい。また、例えば、図14に示した制御部240は、記憶装置1002に格納され、プロセッサ1001で動作する制御プログラムによって実現されてもよい。上述の各種処理は、1つのプロセッサ1001によって実行される旨を説明してきたが、2以上のプロセッサ1001により同時又は逐次に実行されてもよい。プロセッサ1001は、1以上のチップによって実装されてもよい。なお、プログラムは、電気通信回線を介してネットワークから送信されてもよい。 The processor 1001 also reads programs (program code), software modules, data, etc. from at least one of the auxiliary storage device 1003 and the communication device 1004 into the storage device 1002, and executes various processes in accordance with these. The program used is a program that causes a computer to execute at least some of the operations described in the above-mentioned embodiments. For example, the control unit 140 shown in FIG. 13 may be stored in the storage device 1002 and implemented by a control program running on the processor 1001. Furthermore, for example, the control unit 240 shown in FIG. 14 may be stored in the storage device 1002 and implemented by a control program running on the processor 1001. While the various processes described above have been described as being executed by one processor 1001, they may also be executed simultaneously or sequentially by two or more processors 1001. The processor 1001 may be implemented on one or more chips. The program may also be transmitted from a network via a telecommunications line.
記憶装置1002は、コンピュータ読み取り可能な記録媒体であり、例えば、ROM(Read Only Memory)、EPROM(Erasable Programmable ROM)、EEPROM(Electrically Erasable Programmable ROM)、RAM(Random Access Memory)等の少なくとも1つによって構成されてもよい。記憶装置1002は、レジスタ、キャッシュ、メインメモリ(主記憶装置)等と呼ばれてもよい。記憶装置1002は、本開示の一実施の形態に係る通信方法を実施するために実行可能なプログラム(プログラムコード)、ソフトウェアモジュール等を保存することができる。 The storage device 1002 is a computer-readable recording medium and may be composed of, for example, at least one of ROM (Read Only Memory), EPROM (Erasable Programmable ROM), EEPROM (Electrically Erasable Programmable ROM), RAM (Random Access Memory), etc. The storage device 1002 may also be called a register, cache, main memory, etc. The storage device 1002 can store executable programs (program code), software modules, etc. for implementing a communication method according to one embodiment of the present disclosure.
補助記憶装置1003は、コンピュータ読み取り可能な記録媒体であり、例えば、CD-ROM(Compact Disc ROM)等の光ディスク、ハードディスクドライブ、フレキシブルディスク、光磁気ディスク(例えば、コンパクトディスク、デジタル多用途ディスク、Blu-ray(登録商標)ディスク)、スマートカード、フラッシュメモリ(例えば、カード、スティック、キードライブ)、フロッピー(登録商標)ディスク、磁気ストリップ等の少なくとも1つによって構成されてもよい。上述の記憶媒体は、例えば、記憶装置1002及び補助記憶装置1003の少なくとも一方を含むデータベース、サーバその他の適切な媒体であってもよい。 The auxiliary storage device 1003 is a computer-readable recording medium, and may be composed of, for example, at least one of an optical disk such as a CD-ROM (Compact Disc ROM), a hard disk drive, a flexible disk, a magneto-optical disk (e.g., a compact disk, a digital versatile disk, a Blu-ray (registered trademark) disk), a smart card, a flash memory (e.g., a card, a stick, a key drive), a floppy (registered trademark) disk, a magnetic strip, etc. The above-mentioned storage medium may be, for example, a database, a server, or other suitable medium that includes at least one of the storage device 1002 and the auxiliary storage device 1003.
通信装置1004は、有線ネットワーク及び無線ネットワークの少なくとも一方を介してコンピュータ間の通信を行うためのハードウェア(送受信デバイス)であり、例えばネットワークデバイス、ネットワークコントローラ、ネットワークカード、通信モジュールなどともいう。通信装置1004は、例えば周波数分割複信(FDD:Frequency Division Duplex)及び時分割複信(TDD:Time Division Duplex)の少なくとも一方を実現するために、高周波スイッチ、デュプレクサ、フィルタ、周波数シンセサイザなどを含んで構成されてもよい。例えば、送受信アンテナ、アンプ部、送受信部、伝送路インタフェース等は、通信装置1004によって実現されてもよい。送受信部は、送信部と受信部とで、物理的に、または論理的に分離された実装がなされてもよい。 The communication device 1004 is hardware (transmitting/receiving device) for communicating between computers via at least one of a wired network and a wireless network, and is also referred to as, for example, a network device, network controller, network card, or communication module. The communication device 1004 may be configured to include a high-frequency switch, duplexer, filter, frequency synthesizer, etc. to realize at least one of frequency division duplex (FDD) and time division duplex (TDD). For example, the transmitting/receiving antenna, amplifier, transmitting/receiving unit, transmission path interface, etc. may be realized by the communication device 1004. The transmitting/receiving unit may be implemented as a physically or logically separated transmitting unit and receiving unit.
入力装置1005は、外部からの入力を受け付ける入力デバイス(例えば、キーボード、マウス、マイクロフォン、スイッチ、ボタン、センサ等)である。出力装置1006は、外部への出力を実施する出力デバイス(例えば、ディスプレイ、スピーカー、LEDランプ等)である。なお、入力装置1005及び出力装置1006は、一体となった構成(例えば、タッチパネル)であってもよい。 The input device 1005 is an input device (e.g., a keyboard, mouse, microphone, switch, button, sensor, etc.) that accepts input from the outside. The output device 1006 is an output device (e.g., a display, speaker, LED lamp, etc.) that outputs to the outside. Note that the input device 1005 and the output device 1006 may be integrated into one structure (e.g., a touch panel).
また、プロセッサ1001及び記憶装置1002等の各装置は、情報を通信するためのバス1007によって接続される。バス1007は、単一のバスを用いて構成されてもよいし、装置間ごとに異なるバスを用いて構成されてもよい。 Furthermore, each device, such as the processor 1001 and the storage device 1002, is connected by a bus 1007 for communicating information. The bus 1007 may be configured using a single bus, or may be configured using different buses between each device.
また、基地局10、端末20、ネットワークノード30、リソースオーナー40等は、マイクロプロセッサ、デジタル信号プロセッサ(DSP:Digital Signal Processor)、ASIC(Application Specific Integrated Circuit)、PLD(Programmable Logic Device)、FPGA(Field Programmable Gate Array)等のハードウェアを含んで構成されてもよく、当該ハードウェアにより、各機能ブロックの一部又は全てが実現されてもよい。例えば、プロセッサ1001は、これらのハードウェアの少なくとも1つを用いて実装されてもよい。 Furthermore, the base station 10, terminal 20, network node 30, resource owner 40, etc. may be configured to include hardware such as a microprocessor, digital signal processor (DSP), application specific integrated circuit (ASIC), programmable logic device (PLD), field programmable gate array (FPGA), etc., and some or all of the functional blocks may be realized by such hardware. For example, the processor 1001 may be implemented using at least one of these pieces of hardware.
また、端末20、基地局10、ネットワークノード30、及びリソースオーナー40のそれぞれ、又は、これらのうちのいずれか1つ又は複数を車両2001に備えてもよい。図16に車両2001の構成例を示す。図16に示すように、車両2001は駆動部2002、操舵部2003、アクセルペダル2004、ブレーキペダル2005、シフトレバー2006、前輪2007、後輪2008、車軸2009、電子制御部2010、各種センサ2021~2029、情報サービス部2012と通信モジュール2013を備える。本開示において説明した各態様/実施形態は、車両2001に搭載される通信装置に適用されてもよく、例えば、通信モジュール2013に適用されてもよい。端末20、基地局10、ネットワークノード30、及びリソースオーナー40の全ての機能あるいはこれらのうちのいずれかの機能が通信モジュール2013に搭載されてもよい。 Furthermore, the terminal 20, base station 10, network node 30, and resource owner 40 may each be provided in the vehicle 2001, or any one or more of these may be provided in the vehicle 2001. Figure 16 shows an example configuration of the vehicle 2001. As shown in Figure 16, the vehicle 2001 is provided with a drive unit 2002, a steering unit 2003, an accelerator pedal 2004, a brake pedal 2005, a shift lever 2006, front wheels 2007, rear wheels 2008, an axle 2009, an electronic control unit 2010, various sensors 2021 to 2029, an information service unit 2012, and a communication module 2013. Each aspect/embodiment described in the present disclosure may be applied to a communication device installed in the vehicle 2001, and may be applied to the communication module 2013, for example. All or any of the functions of the terminal 20, base station 10, network node 30, and resource owner 40 may be installed in the communication module 2013.
駆動部2002は例えば、エンジン、モータ、エンジンとモータのハイブリッドで構成される。操舵部2003は、少なくともステアリングホイール(ハンドルとも呼ぶ)を含み、ユーザによって操作されるステアリングホイールの操作に基づいて前輪及び後輪の少なくとも一方を操舵するように構成される。 The drive unit 2002 is composed of, for example, an engine, a motor, or a hybrid of an engine and a motor. The steering unit 2003 includes at least a steering wheel (also called a handle) and is configured to steer at least one of the front wheels and rear wheels based on the operation of the steering wheel operated by the user.
電子制御部2010は、マイクロプロセッサ2031、メモリ(ROM、RAM)2032、通信ポート(IOポート)2033で構成される。電子制御部2010には、車両2001に備えられた各種センサ2021~2029からの信号が入力される。電子制御部2010は、ECU(Electronic Control Unit)と呼んでも良い。 The electronic control unit 2010 is composed of a microprocessor 2031, memory (ROM, RAM) 2032, and a communication port (IO port) 2033. Signals are input to the electronic control unit 2010 from various sensors 2021 to 2029 provided in the vehicle 2001. The electronic control unit 2010 may also be called an ECU (Electronic Control Unit).
各種センサ2021~2029からの信号としては、モータの電流をセンシングする電流センサ2021からの電流信号、回転数センサ2022によって取得された前輪や後輪の回転数信号、空気圧センサ2023によって取得された前輪や後輪の空気圧信号、車速センサ2024によって取得された車速信号、加速度センサ2025によって取得された加速度信号、アクセルペダルセンサ2029によって取得されたアクセルペダルの踏み込み量信号、ブレーキペダルセンサ2026によって取得されたブレーキペダルの踏み込み量信号、シフトレバーセンサ2027によって取得されたシフトレバーの操作信号、物体検知センサ2028によって取得された障害物、車両、歩行者等を検出するための検出信号等がある。 Signals from the various sensors 2021 to 2029 include a current signal from a current sensor 2021 that senses the motor current, a front and rear wheel rotation speed signal obtained by a rotation speed sensor 2022, a front and rear wheel air pressure signal obtained by an air pressure sensor 2023, a vehicle speed signal obtained by a vehicle speed sensor 2024, an acceleration signal obtained by an acceleration sensor 2025, an accelerator pedal depression amount signal obtained by an accelerator pedal sensor 2029, a brake pedal depression amount signal obtained by a brake pedal sensor 2026, a shift lever operation signal obtained by a shift lever sensor 2027, and a detection signal for detecting obstacles, vehicles, pedestrians, etc. obtained by an object detection sensor 2028.
情報サービス部2012は、カーナビゲーションシステム、オーディオシステム、スピーカ、テレビ、ラジオといった、運転情報、交通情報、エンターテイメント情報等の各種情報を提供するための各種機器と、これらの機器を制御する1つ以上のECUとから構成される。情報サービス部2012は、外部装置から通信モジュール2013等を介して取得した情報を利用して、車両2001の乗員に各種マルチメディア情報及びマルチメディアサービスを提供する。 The information service unit 2012 is composed of various devices, such as a car navigation system, audio system, speakers, television, and radio, for providing various types of information such as driving information, traffic information, and entertainment information, as well as one or more ECUs that control these devices.The information service unit 2012 uses information obtained from external devices via the communication module 2013, etc., to provide various types of multimedia information and multimedia services to the occupants of the vehicle 2001.
運転支援システム部2030は、ミリ波レーダ、LiDAR(Light Detection and Ranging)、カメラ、測位ロケータ(例えば、GNSS等)、地図情報(例えば、高精細(HD)マップ、自動運転車(AV)マップ等)、ジャイロシステム(例えば、IMU(Inertial Measurement Unit)、INS(Inertial Navigation System)等)、AI(Artificial Intelligence)チップ、AIプロセッサといった、事故を未然に防止したりドライバの運転負荷を軽減したりするための機能を提供するための各種機器と、これらの機器を制御する1つ以上のECUとから構成される。また、運転支援システム部2030は、通信モジュール2013を介して各種情報を送受信し、運転支援機能又は自動運転機能を実現する。 The driving assistance system unit 2030 is composed of various devices that provide functions to prevent accidents and reduce the driver's driving burden, such as millimeter-wave radar, LiDAR (Light Detection and Ranging), cameras, positioning locators (e.g., GNSS, etc.), map information (e.g., high-definition (HD) maps, autonomous vehicle (AV) maps, etc.), gyro systems (e.g., IMU (Inertial Measurement Unit), INS (Inertial Navigation System), etc.), AI (Artificial Intelligence) chips, and AI processors, as well as one or more ECUs that control these devices. The driving assistance system unit 2030 also transmits and receives various information via the communication module 2013 to realize driving assistance functions or autonomous driving functions.
通信モジュール2013は通信ポートを介して、マイクロプロセッサ2031および車両2001の構成要素と通信することができる。例えば、通信モジュール2013は通信ポート2033を介して、車両2001に備えられた駆動部2002、操舵部2003、アクセルペダル2004、ブレーキペダル2005、シフトレバー2006、前輪2007、後輪2008、車軸2009、電子制御部2010内のマイクロプロセッサ2031及びメモリ(ROM、RAM)2032、センサ2021~29との間でデータを送受信する。 The communication module 2013 can communicate with the microprocessor 2031 and components of the vehicle 2001 via the communication port. For example, the communication module 2013 transmits and receives data via the communication port 2033 between the drive unit 2002, steering unit 2003, accelerator pedal 2004, brake pedal 2005, shift lever 2006, front wheels 2007, rear wheels 2008, axle 2009, microprocessor 2031 and memory (ROM, RAM) 2032 in the electronic control unit 2010, and sensors 2021-29, all of which are provided on the vehicle 2001.
通信モジュール2013は、電子制御部2010のマイクロプロセッサ2031によって制御可能であり、外部装置と通信を行うことが可能な通信デバイスである。例えば、外部装置との間で無線通信を介して各種情報の送受信を行う。通信モジュール2013は、電子制御部2010の内部と外部のどちらにあってもよい。外部装置は、例えば、基地局、移動局等であってもよい。 The communication module 2013 is a communication device that can be controlled by the microprocessor 2031 of the electronic control unit 2010 and can communicate with an external device. For example, it transmits and receives various information to and from the external device via wireless communication. The communication module 2013 may be located either inside or outside the electronic control unit 2010. The external device may be, for example, a base station, a mobile station, etc.
通信モジュール2013は、電子制御部2010に入力された電流センサからの電流信号を、無線通信を介して外部装置へ送信する。また、通信モジュール2013は、電子制御部2010に入力された、回転数センサ2022によって取得された前輪や後輪の回転数信号、空気圧センサ2023によって取得された前輪や後輪の空気圧信号、車速センサ2024によって取得された車速信号、加速度センサ2025によって取得された加速度信号、アクセルペダルセンサ2029によって取得されたアクセルペダルの踏み込み量信号、ブレーキペダルセンサ2026によって取得されたブレーキペダルの踏み込み量信号、シフトレバーセンサ2027によって取得されたシフトレバーの操作信号、物体検知センサ2028によって取得された障害物、車両、歩行者等を検出するための検出信号等についても無線通信を介して外部装置へ送信する。The communication module 2013 transmits current signals from the current sensors input to the electronic control unit 2010 to external devices via wireless communication. The communication module 2013 also transmits to external devices via wireless communication the following signals input to the electronic control unit 2010: front and rear wheel rotation speed signals acquired by the rotation speed sensor 2022, front and rear wheel air pressure signals acquired by the air pressure sensor 2023, vehicle speed signals acquired by the vehicle speed sensor 2024, acceleration signals acquired by the acceleration sensor 2025, accelerator pedal depression amount signals acquired by the accelerator pedal sensor 2029, brake pedal depression amount signals acquired by the brake pedal sensor 2026, shift lever operation signals acquired by the shift lever sensor 2027, and detection signals for detecting obstacles, vehicles, pedestrians, etc. acquired by the object detection sensor 2028.
通信モジュール2013は、外部装置から送信されてきた種々の情報(交通情報、信号情報、車間情報等)を受信し、車両2001に備えられた情報サービス部2012へ表示する。また、通信モジュール2013は、外部装置から受信した種々の情報をマイクロプロセッサ2031によって利用可能なメモリ2032へ記憶する。メモリ2032に記憶された情報に基づいて、マイクロプロセッサ2031が車両2001に備えられた駆動部2002、操舵部2003、アクセルペダル2004、ブレーキペダル2005、シフトレバー2006、前輪2007、後輪2008、車軸2009、センサ2021~2029等の制御を行ってもよい。 The communication module 2013 receives various information (traffic information, traffic signal information, vehicle distance information, etc.) transmitted from external devices and displays it on the information service unit 2012 provided in the vehicle 2001. The communication module 2013 also stores the various information received from external devices in memory 2032 that can be used by the microprocessor 2031. Based on the information stored in memory 2032, the microprocessor 2031 may control the drive unit 2002, steering unit 2003, accelerator pedal 2004, brake pedal 2005, shift lever 2006, front wheels 2007, rear wheels 2008, axles 2009, sensors 2021-2029, etc. provided in the vehicle 2001.
(実施形態の補足)
以上、本発明の実施の形態を説明してきたが、開示される発明はそのような実施形態に限定されず、当業者は様々な変形例、修正例、代替例、置換例等を理解するであろう。発明の理解を促すため具体的な数値例を用いて説明がなされたが、特に断りのない限り、それらの数値は単なる一例に過ぎず適切な如何なる値が使用されてもよい。上記の説明における項目の区分けは本発明に本質的ではなく、2以上の項目に記載された事項が必要に応じて組み合わせて使用されてよいし、ある項目に記載された事項が、別の項目に記載された事項に(矛盾しない限り)適用されてよい。機能ブロック図における機能部又は処理部の境界は必ずしも物理的な部品の境界に対応するとは限らない。複数の機能部の動作が物理的には1つの部品で行われてもよいし、あるいは1つの機能部の動作が物理的には複数の部品により行われてもよい。実施の形態で述べた処理手順については、矛盾の無い限り処理の順序を入れ替えてもよい。処理説明の便宜上、基地局10、端末20、ネットワークノード30、リソースオーナー40等は機能的なブロック図を用いて説明されたが、そのような装置はハードウェアで、ソフトウェアで又はそれらの組み合わせで実現されてもよい。本発明の実施の形態に従って基地局10、端末20、ネットワークノード30、リソースオーナー40等が有するプロセッサにより動作するソフトウェアはそれぞれ、ランダムアクセスメモリ(RAM)、フラッシュメモリ、読み取り専用メモリ(ROM)、EPROM、EEPROM、レジスタ、ハードディスク(HDD)、リムーバブルディスク、CD-ROM、データベース、サーバその他の適切な如何なる記憶媒体に保存されてもよい。
(Supplementary explanation of the embodiment)
Although the embodiments of the present invention have been described above, the disclosed invention is not limited to such embodiments, and those skilled in the art will understand various modifications, alterations, alternatives, and substitutions. While specific numerical examples have been used to facilitate understanding of the invention, unless otherwise specified, these numerical values are merely examples, and any appropriate values may be used. The division of items in the above description is not essential to the present invention, and items described in two or more items may be used in combination as needed, and items described in one item may apply to items described in another item (unless inconsistent). The boundaries between functional units or processing units in the functional block diagram do not necessarily correspond to the boundaries between physical components. The operations of multiple functional units may be performed by a single physical component, or the operations of a single functional unit may be performed by multiple physical components. The order of processing steps described in the embodiments may be reversed as long as there is no contradiction. For convenience of processing description, the base station 10, terminal 20, network node 30, resource owner 40, etc. have been described using functional block diagrams, but such devices may be realized by hardware, software, or a combination thereof. Software operating on a processor in a base station 10, terminal 20, network node 30, resource owner 40, etc. in accordance with an embodiment of the present invention may be stored in random access memory (RAM), flash memory, read-only memory (ROM), EPROM, EEPROM, register, hard disk (HDD), removable disk, CD-ROM, database, server, or any other suitable storage medium.
また、情報の通知は、本開示で説明した態様/実施形態に限られず、他の方法を用いて行われてもよい。例えば、情報の通知は、物理レイヤシグナリング(例えば、DCI(Downlink Control Information)、UCI(Uplink Control Information))、上位レイヤシグナリング(例えば、RRC(Radio Resource Control)シグナリング、MAC(Medium Access Control)シグナリング、報知情報(MIB(Master Information Block)、SIB(System Information Block))、その他の信号又はこれらの組み合わせによって実施されてもよい。また、RRCシグナリングは、RRCメッセージと呼ばれてもよく、例えば、RRC接続セットアップ(RRC Connection Setup)メッセージ、RRC接続再構成(RRC Connection Reconfiguration)メッセージ等であってもよい。 Furthermore, the notification of information is not limited to the aspects/embodiments described in the present disclosure, and may be performed using other methods. For example, the notification of information may be performed by physical layer signaling (e.g., Downlink Control Information (DCI), Uplink Control Information (UCI)), higher layer signaling (e.g., Radio Resource Control (RRC) signaling, Medium Access Control (MAC) signaling, broadcast information (Master Information Block (MIB), System Information Block (SIB)), other signals, or a combination thereof. Furthermore, RRC signaling may be referred to as an RRC message, and may be, for example, an RRC Connection Setup message, an RRC Connection Reconfiguration message, etc.
本開示において説明した各態様/実施形態は、LTE(Long Term Evolution)、LTE-A(LTE-Advanced)、SUPER 3G、IMT-Advanced、4G(4th generation mobile communication system)、5G(5th generation mobile communication system)、FRA(Future Radio Access)、NR(new Radio)、W-CDMA(登録商標)、GSM(登録商標)、CDMA2000、UMB(Ultra Mobile Broadband)、IEEE 802.11(Wi-Fi(登録商標))、IEEE 802.16(WiMAX(登録商標))、IEEE 802.20、UWB(Ultra-WideBand)、Bluetooth(登録商標)、その他の適切なシステムを利用するシステム及びこれらに基づいて拡張された次世代システムの少なくとも一つに適用されてもよい。また、複数のシステムが組み合わされて(例えば、LTE及びLTE-Aの少なくとも一方と5Gとの組み合わせ等)適用されてもよい。 Each aspect/embodiment described in this disclosure may be applied to at least one of systems utilizing LTE (Long Term Evolution), LTE-Advanced (LTE-A), SUPER 3G, IMT-Advanced, 4G (4th generation mobile communication system), 5G (5th generation mobile communication system), FRA (Future Radio Access), NR (new Radio), W-CDMA (registered trademark), GSM (registered trademark), CDMA2000, UMB (Ultra Mobile Broadband), IEEE 802.11 (Wi-Fi (registered trademark)), IEEE 802.16 (WiMAX (registered trademark)), IEEE 802.20, UWB (Ultra-WideBand), Bluetooth (registered trademark), or other suitable systems, and next generation systems enhanced based on these. In addition, multiple systems may be combined (for example, a combination of at least one of LTE and LTE-A with 5G, etc.).
本明細書で説明した各態様/実施形態の処理手順、シーケンス、フローチャート等は、矛盾の無い限り、順序を入れ替えてもよい。例えば、本開示において説明した方法については、例示的な順序を用いて様々なステップの要素を提示しており、提示した特定の順序に限定されない。The order of the procedures, sequences, flowcharts, etc. of each aspect/embodiment described herein may be rearranged unless inconsistent. For example, the methods described in this disclosure present elements of various steps using an example order and are not limited to the particular order presented.
本明細書において基地局10によって行われるとした特定動作は、場合によってはその上位ノード(upper node)によって行われることもある。基地局10を有する1つ又は複数のネットワークノード(network nodes)からなるネットワークにおいて、端末20との通信のために行われる様々な動作は、基地局10及び基地局10以外の他のネットワークノード(例えば、MME又はS-GW等が考えられるが、これらに限られない)の少なくとも1つによって行われ得ることは明らかである。上記において基地局10以外の他のネットワークノードが1つである場合を例示したが、他のネットワークノードは、複数の他のネットワークノードの組み合わせ(例えば、MME及びS-GW)であってもよい。 Specific operations described herein as being performed by the base station 10 may also be performed by its upper node in some cases. In a network consisting of one or more network nodes including a base station 10, it is clear that various operations performed for communication with a terminal 20 may be performed by at least one of the base station 10 and other network nodes other than the base station 10 (such as, but not limited to, an MME or S-GW). While the above example illustrates a case where there is one other network node other than the base station 10, the other network node may also be a combination of multiple other network nodes (for example, an MME and an S-GW).
本開示において説明した情報又は信号等は、上位レイヤ(又は下位レイヤ)から下位レイヤ(又は上位レイヤ)へ出力され得る。複数のネットワークノードを介して入出力されてもよい。 The information or signals described in this disclosure may be output from a higher layer (or a lower layer) to a lower layer (or a higher layer). They may also be input and output via multiple network nodes.
入出力された情報等は特定の場所(例えば、メモリ)に保存されてもよいし、管理テーブルを用いて管理してもよい。入出力される情報等は、上書き、更新、又は追記され得る。出力された情報等は削除されてもよい。入力された情報等は他の装置へ送信されてもよい。 Input and output information may be stored in a specific location (e.g., memory) or may be managed using a management table. Input and output information may be overwritten, updated, or added to. Output information may be deleted. Input information may be sent to another device.
本開示における判定は、1ビットで表される値(0か1か)によって行われてもよいし、真偽値(Boolean:true又はfalse)によって行われてもよいし、数値の比較(例えば、所定の値との比較)によって行われてもよい。 In this disclosure, the determination may be made based on a value represented by one bit (0 or 1), a Boolean value (true or false), or a numerical comparison (e.g., comparison with a predetermined value).
ソフトウェアは、ソフトウェア、ファームウェア、ミドルウェア、マイクロコード、ハードウェア記述言語と呼ばれるか、他の名称で呼ばれるかを問わず、命令、命令セット、コード、コードセグメント、プログラムコード、プログラム、サブプログラム、ソフトウェアモジュール、アプリケーション、ソフトウェアアプリケーション、ソフトウェアパッケージ、ルーチン、サブルーチン、オブジェクト、実行可能ファイル、実行スレッド、手順、機能などを意味するよう広く解釈されるべきである。 Software shall be construed broadly to mean instructions, instruction sets, code, code segments, program code, programs, subprograms, software modules, applications, software applications, software packages, routines, subroutines, objects, executable files, threads of execution, procedures, functions, etc., whether referred to as software, firmware, middleware, microcode, hardware description language, or otherwise.
また、ソフトウェア、命令、情報などは、伝送媒体を介して送受信されてもよい。例えば、ソフトウェアが、有線技術(同軸ケーブル、光ファイバケーブル、ツイストペア、デジタル加入者回線(DSL:Digital Subscriber Line)など)及び無線技術(赤外線、マイクロ波など)の少なくとも一方を使用してウェブサイト、サーバ、又は他のリモートソースから送信される場合、これらの有線技術及び無線技術の少なくとも一方は、伝送媒体の定義内に含まれる。 Software, instructions, information, etc. may also be transmitted and received via a transmission medium. For example, if software is transmitted from a website, server, or other remote source using wired technologies (such as coaxial cable, fiber optic cable, twisted pair, Digital Subscriber Line (DSL)), and/or wireless technologies (such as infrared, microwave), these wired and/or wireless technologies are included within the definition of transmission media.
本開示において説明した情報、信号などは、様々な異なる技術のいずれかを使用して表されてもよい。例えば、上記の説明全体に渡って言及され得るデータ、命令、コマンド、情報、信号、ビット、シンボル、チップなどは、電圧、電流、電磁波、磁界若しくは磁性粒子、光場若しくは光子、又はこれらの任意の組み合わせによって表されてもよい。The information, signals, etc. described in this disclosure may be represented using any of a variety of different technologies. For example, data, instructions, commands, information, signals, bits, symbols, chips, etc. that may be referred to throughout the above description may be represented by voltages, currents, electromagnetic waves, magnetic fields or magnetic particles, optical fields or photons, or any combination thereof.
なお、本開示において説明した用語及び本開示の理解に必要な用語については、同一の又は類似する意味を有する用語と置き換えてもよい。例えば、チャネル及びシンボルの少なくとも一方は信号(シグナリング)であってもよい。また、信号はメッセージであってもよい。また、コンポーネントキャリア(CC:Component Carrier)は、キャリア周波数、セル、周波数キャリアなどと呼ばれてもよい。 Note that terms explained in this disclosure and terms necessary for understanding this disclosure may be replaced with terms having the same or similar meanings. For example, at least one of a channel and a symbol may be a signal (signaling). Furthermore, a signal may be a message. Furthermore, a component carrier (CC) may be called a carrier frequency, a cell, a frequency carrier, etc.
本開示において使用する「システム」及び「ネットワーク」という用語は、互換的に使用される。 As used in this disclosure, the terms "system" and "network" are used interchangeably.
また、本開示において説明した情報、パラメータなどは、絶対値を用いて表されてもよいし、所定の値からの相対値を用いて表されてもよいし、対応する別の情報を用いて表されてもよい。例えば、無線リソースはインデックスによって指示されるものであってもよい。 Furthermore, the information, parameters, etc. described in this disclosure may be expressed using absolute values, relative values from a predetermined value, or other corresponding information. For example, radio resources may be indicated by an index.
上述したパラメータに使用する名称はいかなる点においても限定的な名称ではない。さらに、これらのパラメータを使用する数式等は、本開示で明示的に開示したものと異なる場合もある。様々なチャネル(例えば、PUCCH、PDCCHなど)及び情報要素は、あらゆる好適な名称によって識別できるので、これらの様々なチャネル及び情報要素に割り当てている様々な名称は、いかなる点においても限定的な名称ではない。The names used for the above-described parameters are not intended to be limiting in any way. Furthermore, the mathematical formulas, etc. using these parameters may differ from those explicitly disclosed in this disclosure. The various channels (e.g., PUCCH, PDCCH, etc.) and information elements may be identified by any suitable names, and therefore the various names assigned to these various channels and information elements are not intended to be limiting in any way.
本開示においては、「基地局(BS:Base Station)」、「無線基地局」、「基地局」、「固定局(fixed station)」、「NodeB」、「eNodeB(eNB)」、「gNodeB(gNB)」、「アクセスポイント(access point)」、「送信ポイント(transmission point)」、「受信ポイント(reception point)、「送受信ポイント(transmission/reception point)」、「セル」、「セクタ」、「セルグループ」、「キャリア」、「コンポーネントキャリア」などの用語は、互換的に使用され得る。基地局は、マクロセル、スモールセル、フェムトセル、ピコセルなどの用語で呼ばれる場合もある。 In this disclosure, terms such as "base station (BS)," "radio base station," "base station," "fixed station," "NodeB," "eNodeB (eNB)," "gNodeB (gNB)," "access point," "transmission point," "reception point," "transmission/reception point," "cell," "sector," "cell group," "carrier," and "component carrier" may be used interchangeably. Base stations may also be referred to by terms such as macrocell, small cell, femtocell, and picocell.
基地局は、1つ又は複数(例えば、3つ)のセルを収容することができる。基地局が複数のセルを収容する場合、基地局のカバレッジエリア全体は複数のより小さいエリアに区分でき、各々のより小さいエリアは、基地局サブシステム(例えば、屋内用の小型基地局(RRH:Remote Radio Head)によって通信サービスを提供することもできる。「セル」又は「セクタ」という用語は、このカバレッジにおいて通信サービスを行う基地局及び基地局サブシステムの少なくとも一方のカバレッジエリアの一部又は全体を指す。 A base station can accommodate one or more (e.g., three) cells. When a base station accommodates multiple cells, the entire coverage area of the base station can be divided into multiple smaller areas, and each smaller area can also be provided with communication services by a base station subsystem (e.g., a small indoor base station (RRH: Remote Radio Head)). The terms "cell" or "sector" refer to part or all of the coverage area of a base station and/or base station subsystem that provides communication services within this coverage area.
本開示においては、「移動局(MS:Mobile Station)」、「端末(user terminal)」、「端末(UE:User Equipment)」、「端末」などの用語は、互換的に使用され得る。 In this disclosure, terms such as "Mobile Station (MS)," "user terminal," "User Equipment (UE)," and "terminal" may be used interchangeably.
移動局は、当業者によって、加入者局、モバイルユニット、加入者ユニット、ワイヤレスユニット、リモートユニット、モバイルデバイス、ワイヤレスデバイス、ワイヤレス通信デバイス、リモートデバイス、モバイル加入者局、アクセス端末、モバイル端末、ワイヤレス端末、リモート端末、ハンドセット、ユーザエージェント、モバイルクライアント、クライアント、又はいくつかの他の適切な用語で呼ばれる場合もある。 A mobile station may also be referred to by those skilled in the art as a subscriber station, mobile unit, subscriber unit, wireless unit, remote unit, mobile device, wireless device, wireless communication device, remote device, mobile subscriber station, access terminal, mobile terminal, wireless terminal, remote terminal, handset, user agent, mobile client, client, or some other suitable terminology.
基地局及び移動局の少なくとも一方は、送信装置、受信装置、通信装置などと呼ばれてもよい。なお、基地局及び移動局の少なくとも一方は、移動体に搭載されたデバイス、移動体自体などであってもよい。当該移動体は、乗り物(例えば、車、飛行機など)であってもよいし、無人で動く移動体(例えば、ドローン、自動運転車など)であってもよいし、ロボット(有人型又は無人型)であってもよい。なお、基地局及び移動局の少なくとも一方は、必ずしも通信動作時に移動しない装置も含む。例えば、基地局及び移動局の少なくとも一方は、センサなどのIoT(Internet of Things)機器であってもよい。 At least one of the base station and the mobile station may be referred to as a transmitting device, a receiving device, a communication device, etc. At least one of the base station and the mobile station may be a device mounted on a mobile body, or the mobile body itself. The mobile body may be a vehicle (e.g., a car, an airplane, etc.), an unmanned mobile body (e.g., a drone, an autonomous vehicle, etc.), or a robot (manned or unmanned). At least one of the base station and the mobile station may also include devices that do not necessarily move during communication operations. For example, at least one of the base station and the mobile station may be an IoT (Internet of Things) device such as a sensor.
また、本開示における基地局は、端末で読み替えてもよい。例えば、基地局及び端末間の通信を、複数の端末20間の通信(例えば、D2D(Device-to-Device)、V2X(Vehicle-to-Everything)などと呼ばれてもよい)に置き換えた構成について、本開示の各態様/実施形態を適用してもよい。この場合、上述の基地局10が有する機能を端末20が有する構成としてもよい。また、「上り」及び「下り」などの文言は、端末間通信に対応する文言(例えば、「サイド(side)」)で読み替えられてもよい。例えば、上りチャネル、下りチャネルなどは、サイドチャネルで読み替えられてもよい。 Furthermore, the term "base station" in the present disclosure may be read as "terminal." For example, each aspect/embodiment of the present disclosure may be applied to a configuration in which communication between a base station and a terminal is replaced with communication between multiple terminals 20 (which may be referred to as, for example, D2D (Device-to-Device) or V2X (Vehicle-to-Everything)). In this case, the terminal 20 may be configured to have the functions possessed by the base station 10 described above. Furthermore, terms such as "uplink" and "downlink" may be read as terms corresponding to communication between terminals (for example, "side"). For example, terms such as "uplink channel" and "downlink channel" may be read as "side channel."
同様に、本開示における端末は、基地局で読み替えてもよい。この場合、上述の端末が有する機能を基地局が有する構成としてもよい。 Similarly, the term "terminal" in this disclosure may be interpreted as "base station." In this case, the base station may be configured to have the functions of the terminal described above.
本開示で使用する「判断(determining)」、「決定(determining)」という用語は、多種多様な動作を包含する場合がある。「判断」、「決定」は、例えば、判定(judging)、計算(calculating)、算出(computing)、処理(processing)、導出(deriving)、調査(investigating)、探索(looking up、search、inquiry)(例えば、テーブル、データベース又は別のデータ構造での探索)、確認(ascertaining)した事を「判断」「決定」したとみなす事などを含み得る。また、「判断」、「決定」は、受信(receiving)(例えば、情報を受信すること)、送信(transmitting)(例えば、情報を送信すること)、入力(input)、出力(output)、アクセス(accessing)(例えば、メモリ中のデータにアクセスすること)した事を「判断」「決定」したとみなす事などを含み得る。また、「判断」、「決定」は、解決(resolving)、選択(selecting)、選定(choosing)、確立(establishing)、比較(comparing)などした事を「判断」「決定」したとみなす事を含み得る。つまり、「判断」「決定」は、何らかの動作を「判断」「決定」したとみなす事を含み得る。また、「判断(決定)」は、「想定する(assuming)」、「期待する(expecting)」、「みなす(considering)」などで読み替えられてもよい。 As used in this disclosure, the terms "determining" and "determining" may encompass a wide variety of actions. "Determining" and "determining" may include, for example, judging, calculating, computing, processing, deriving, investigating, looking up, searching, inquiring (e.g., searching a table, database, or other data structure), and ascertaining something that is considered a "determination." Also, "determining" and "determining" may include receiving (e.g., receiving information), transmitting (e.g., sending information), input, output, accessing (e.g., accessing data in memory), and other actions that are considered a "determination." Furthermore, "judgment" and "decision" can include regarding resolving, selecting, choosing, establishing, comparing, etc. as having been "judged" or "decided." In other words, "judgment" and "decision" can include regarding some action as having been "judged" or "decided." Furthermore, "judgment (decision)" can be interpreted as "assuming," "expecting," "considering," etc.
「接続された(connected)」、「結合された(coupled)」という用語、又はこれらのあらゆる変形は、2又はそれ以上の要素間の直接的又は間接的なあらゆる接続又は結合を意味し、互いに「接続」又は「結合」された2つの要素間に1又はそれ以上の中間要素が存在することを含むことができる。要素間の結合又は接続は、物理的なものであっても、論理的なものであっても、或いはこれらの組み合わせであってもよい。例えば、「接続」は「アクセス」で読み替えられてもよい。本開示で使用する場合、2つの要素は、1又はそれ以上の電線、ケーブル及びプリント電気接続の少なくとも一つを用いて、並びにいくつかの非限定的かつ非包括的な例として、無線周波数領域、マイクロ波領域及び光(可視及び不可視の両方)領域の波長を有する電磁エネルギーなどを用いて、互いに「接続」又は「結合」されると考えることができる。The terms "connected," "coupled," or any variation thereof, refer to any direct or indirect connection or coupling between two or more elements, and may include the presence of one or more intermediate elements between two elements that are "connected" or "coupled" to each other. The coupling or connection between elements may be physical, logical, or a combination thereof. For example, "connected" may be read as "access." As used in this disclosure, two elements may be considered to be "connected" or "coupled" to each other using one or more wires, cables, and/or printed electrical connections, as well as electromagnetic energy having wavelengths in the radio frequency range, microwave range, and optical (both visible and invisible) range, as some non-limiting and non-exhaustive examples.
参照信号は、RS(Reference Signal)と略称することもでき、適用される標準によってパイロット(Pilot)と呼ばれてもよい。 The reference signal may also be abbreviated as RS (Reference Signal) or may be called a pilot depending on the applicable standard.
本開示において使用する「に基づいて」という記載は、別段に明記されていない限り、「のみに基づいて」を意味しない。言い換えれば、「に基づいて」という記載は、「のみに基づいて」と「に少なくとも基づいて」の両方を意味する。 As used in this disclosure, the phrase "based on" does not mean "based only on," unless expressly stated otherwise. In other words, the phrase "based on" means both "based only on" and "based at least on."
本開示において使用する「第1の」、「第2の」などの呼称を使用した要素へのいかなる参照も、それらの要素の量又は順序を全般的に限定しない。これらの呼称は、2つ以上の要素間を区別する便利な方法として本開示において使用され得る。したがって、第1及び第2の要素への参照は、2つの要素のみが採用され得ること、又は何らかの形で第1の要素が第2の要素に先行しなければならないことを意味しない。As used in this disclosure, any reference to an element using a designation such as "first," "second," etc. does not generally limit the quantity or order of those elements. These designations may be used in this disclosure as a convenient method of distinguishing between two or more elements. Thus, a reference to a first and a second element does not imply that only two elements may be employed or that the first element must in some way precede the second element.
上記の各装置の構成における「手段」を、「部」、「回路」、「デバイス」等に置き換えてもよい。 The "means" in the configuration of each of the above devices may be replaced with "part," "circuit," "device," etc.
本開示において、「含む(include)」、「含んでいる(including)」及びそれらの変形が使用されている場合、これらの用語は、用語「備える(comprising)」と同様に、包括的であることが意図される。さらに、本開示において使用されている用語「又は(or)」は、排他的論理和ではないことが意図される。 When the terms "include," "including," and variations thereof are used in this disclosure, these terms are intended to be inclusive, similar to the term "comprising." Furthermore, when the term "or" is used in this disclosure, it is not intended to be an exclusive or.
無線フレームは時間領域において1つ又は複数のフレームによって構成されてもよい。時間領域において1つ又は複数の各フレームはサブフレームと呼ばれてもよい。サブフレームは更に時間領域において1つ又は複数のスロットによって構成されてもよい。サブフレームは、ニューメロロジ(numerology)に依存しない固定の時間長(例えば、1ms)であってもよい。 A radio frame may be composed of one or more frames in the time domain. Each of the one or more frames in the time domain may be called a subframe. A subframe may further be composed of one or more slots in the time domain. A subframe may have a fixed time length (e.g., 1 ms) that is independent of numerology.
ニューメロロジは、ある信号又はチャネルの送信及び受信の少なくとも一方に適用される通信パラメータであってもよい。ニューメロロジは、例えば、サブキャリア間隔(SCS:SubCarrier Spacing)、帯域幅、シンボル長、サイクリックプレフィックス長、送信時間間隔(TTI:Transmission Time Interval)、TTIあたりのシンボル数、無線フレーム構成、送受信機が周波数領域において行う特定のフィルタリング処理、送受信機が時間領域において行う特定のウィンドウイング処理などの少なくとも1つを示してもよい。Numerology may be a communication parameter that applies to at least one of the transmission and reception of a signal or channel. Numerology may indicate, for example, at least one of the following: subcarrier spacing (SCS), bandwidth, symbol length, cyclic prefix length, transmission time interval (TTI), number of symbols per TTI, radio frame structure, specific filtering operations performed by the transceiver in the frequency domain, and specific windowing operations performed by the transceiver in the time domain.
スロットは、時間領域において1つ又は複数のシンボル(OFDM(Orthogonal Frequency Division Multiplexing)シンボル、SC-FDMA(Single Carrier Frequency Division Multiple Access)シンボル等)で構成されてもよい。スロットは、ニューメロロジに基づく時間単位であってもよい。 A slot may consist of one or more symbols in the time domain (such as an Orthogonal Frequency Division Multiplexing (OFDM) symbol or a Single Carrier Frequency Division Multiple Access (SC-FDMA) symbol). A slot may also be a time unit based on numerology.
スロットは、複数のミニスロットを含んでもよい。各ミニスロットは、時間領域において1つ又は複数のシンボルによって構成されてもよい。また、ミニスロットは、サブスロットと呼ばれてもよい。ミニスロットは、スロットよりも少ない数のシンボルによって構成されてもよい。ミニスロットより大きい時間単位で送信されるPDSCH(又はPUSCH)は、PDSCH(又はPUSCH)マッピングタイプAと呼ばれてもよい。ミニスロットを用いて送信されるPDSCH(又はPUSCH)は、PDSCH(又はPUSCH)マッピングタイプBと呼ばれてもよい。 A slot may include multiple minislots. Each minislot may consist of one or more symbols in the time domain. A minislot may also be called a subslot. A minislot may consist of fewer symbols than a slot. A PDSCH (or PUSCH) transmitted in a time unit larger than a minislot may be called PDSCH (or PUSCH) mapping type A. A PDSCH (or PUSCH) transmitted using a minislot may be called PDSCH (or PUSCH) mapping type B.
無線フレーム、サブフレーム、スロット、ミニスロット及びシンボルは、いずれも信号を伝送する際の時間単位を表す。無線フレーム、サブフレーム、スロット、ミニスロット及びシンボルは、それぞれに対応する別の呼称が用いられてもよい。 Radio frame, subframe, slot, minislot, and symbol all represent time units for transmitting signals. Other names may also be used for radio frame, subframe, slot, minislot, and symbol.
例えば、1サブフレームは送信時間間隔(TTI:Transmission Time Interval)と呼ばれてもよいし、複数の連続したサブフレームがTTIと呼ばれてよいし、1スロット又は1ミニスロットがTTIと呼ばれてもよい。つまり、サブフレーム及びTTIの少なくとも一方は、既存のLTEにおけるサブフレーム(1ms)であってもよいし、1msより短い期間(例えば、1-13シンボル)であってもよいし、1msより長い期間であってもよい。なお、TTIを表す単位は、サブフレームではなくスロット、ミニスロットなどと呼ばれてもよい。また、1スロットが単位時間と呼ばれてもよい。単位時間は、ニューメロロジに応じてセル毎に異なっていてもよい。 For example, one subframe may be called a transmission time interval (TTI), multiple consecutive subframes may be called a TTI, or one slot or one minislot may be called a TTI. In other words, at least one of the subframe and the TTI may be a subframe (1 ms) in existing LTE, a period shorter than 1 ms (e.g., 1-13 symbols), or a period longer than 1 ms. Note that the unit representing the TTI may be called a slot, minislot, etc. instead of a subframe. One slot may also be called a unit time. The unit time may differ for each cell depending on the numerology.
ここで、TTIは、例えば、無線通信におけるスケジューリングの最小時間単位のことをいう。例えば、LTEシステムでは、基地局が各端末20に対して、無線リソース(各端末20において使用することが可能な周波数帯域幅、送信電力など)を、TTI単位で割り当てるスケジューリングを行う。なお、TTIの定義はこれに限られない。 Here, TTI refers to, for example, the smallest time unit for scheduling in wireless communication. For example, in an LTE system, a base station schedules each terminal 20 by allocating radio resources (such as frequency bandwidth and transmission power that can be used by each terminal 20) in TTI units. Note that the definition of TTI is not limited to this.
TTIは、チャネル符号化されたデータパケット(トランスポートブロック)、コードブロック、コードワードなどの送信時間単位であってもよいし、スケジューリング、リンクアダプテーションなどの処理単位となってもよい。なお、TTIが与えられたとき、実際にトランスポートブロック、コードブロック、コードワードなどがマッピングされる時間区間(例えば、シンボル数)は、当該TTIよりも短くてもよい。 A TTI may be a transmission time unit for a channel-coded data packet (transport block), code block, code word, etc., or may be a processing unit for scheduling, link adaptation, etc. Note that when a TTI is given, the time interval (e.g., the number of symbols) to which a transport block, code block, code word, etc. is actually mapped may be shorter than the TTI.
なお、1スロット又は1ミニスロットがTTIと呼ばれる場合、1以上のTTI(すなわち、1以上のスロット又は1以上のミニスロット)が、スケジューリングの最小時間単位となってもよい。また、当該スケジューリングの最小時間単位を構成するスロット数(ミニスロット数)は制御されてもよい。 Note that when one slot or one minislot is referred to as a TTI, one or more TTIs (i.e., one or more slots or one or more minislots) may be the smallest time unit for scheduling. Furthermore, the number of slots (minislots) that constitute the smallest time unit for scheduling may be controlled.
1msの時間長を有するTTIは、通常TTI(LTE Rel.8-12におけるTTI)、ノーマルTTI、ロングTTI、通常サブフレーム、ノーマルサブフレーム、ロングサブフレーム、スロットなどと呼ばれてもよい。通常TTIより短いTTIは、短縮TTI、ショートTTI、部分TTI(partial又はfractional TTI)、短縮サブフレーム、ショートサブフレーム、ミニスロット、サブスロット、スロットなどと呼ばれてもよい。 A TTI with a time length of 1 ms may be referred to as a regular TTI (TTI in LTE Rel. 8-12), normal TTI, long TTI, regular subframe, normal subframe, long subframe, slot, etc. A TTI shorter than a regular TTI may be referred to as a shortened TTI, short TTI, partial TTI (partial or fractional TTI), shortened subframe, short subframe, minislot, subslot, slot, etc.
なお、ロングTTI(例えば、通常TTI、サブフレームなど)は、1msを超える時間長を有するTTIで読み替えてもよいし、ショートTTI(例えば、短縮TTIなど)は、ロングTTIのTTI長未満かつ1ms以上のTTI長を有するTTIで読み替えてもよい。 Note that a long TTI (e.g., a normal TTI, a subframe, etc.) may be interpreted as a TTI having a time length of more than 1 ms, and a short TTI (e.g., a shortened TTI, etc.) may be interpreted as a TTI having a TTI length shorter than that of a long TTI and greater than or equal to 1 ms.
リソースブロック(RB)は、時間領域及び周波数領域のリソース割当単位であり、周波数領域において、1つ又は複数個の連続した副搬送波(subcarrier)を含んでもよい。RBに含まれるサブキャリアの数は、ニューメロロジに関わらず同じであってもよく、例えば12であってもよい。RBに含まれるサブキャリアの数は、ニューメロロジに基づいて決定されてもよい。 A resource block (RB) is a resource allocation unit in the time and frequency domains, and may include one or more consecutive subcarriers in the frequency domain. The number of subcarriers included in an RB may be the same regardless of numerology, for example, 12. The number of subcarriers included in an RB may also be determined based on numerology.
また、RBの時間領域は、1つ又は複数個のシンボルを含んでもよく、1スロット、1ミニスロット、1サブフレーム、又は1TTIの長さであってもよい。1TTI、1サブフレームなどは、それぞれ1つ又は複数のリソースブロックで構成されてもよい。 Furthermore, the time domain of an RB may include one or more symbols and may be one slot, one minislot, one subframe, or one TTI in length. One TTI, one subframe, etc. may each consist of one or more resource blocks.
なお、1つ又は複数のRBは、物理リソースブロック(PRB:Physical RB)、サブキャリアグループ(SCG:Sub-Carrier Group)、リソースエレメントグループ(REG:Resource Element Group)、PRBペア、RBペアなどと呼ばれてもよい。 In addition, one or more RBs may also be referred to as a physical resource block (PRB), a sub-carrier group (SCG), a resource element group (REG), a PRB pair, an RB pair, etc.
また、リソースブロックは、1つ又は複数のリソースエレメント(RE:Resource Element)によって構成されてもよい。例えば、1REは、1サブキャリア及び1シンボルの無線リソース領域であってもよい。 A resource block may also be composed of one or more resource elements (REs). For example, one RE may be a radio resource region of one subcarrier and one symbol.
帯域幅部分(BWP:Bandwidth Part)(部分帯域幅などと呼ばれてもよい)は、あるキャリアにおいて、あるニューメロロジ用の連続する共通RB(common resource blocks)のサブセットのことを表してもよい。ここで、共通RBは、当該キャリアの共通参照ポイントを基準としたRBのインデックスによって特定されてもよい。PRBは、あるBWPで定義され、当該BWP内で番号付けされてもよい。A Bandwidth Part (BWP) (which may also be referred to as a partial bandwidth) may represent a subset of contiguous common resource blocks (RBs) for a given numerology on a given carrier, where the common RBs may be identified by their index relative to a Common Reference Point of the carrier. PRBs may be defined in a BWP and numbered within that BWP.
BWPには、UL用のBWP(UL BWP)と、DL用のBWP(DL BWP)とが含まれてもよい。UEに対して、1キャリア内に1つ又は複数のBWPが設定されてもよい。 BWPs may include a BWP for the UL (UL BWP) and a BWP for the DL (DL BWP). One or more BWPs may be configured for a UE within one carrier.
設定されたBWPの少なくとも1つがアクティブであってもよく、UEは、アクティブなBWPの外で所定の信号/チャネルを送受信することを想定しなくてもよい。なお、本開示における「セル」、「キャリア」などは、「BWP」で読み替えられてもよい。At least one of the configured BWPs may be active, and the UE may not expect to transmit or receive a given signal/channel outside the active BWP. Note that the terms "cell," "carrier," etc. in this disclosure may be read as "BWP."
上述した無線フレーム、サブフレーム、スロット、ミニスロット及びシンボルなどの構造は例示に過ぎない。例えば、無線フレームに含まれるサブフレームの数、サブフレーム又は無線フレームあたりのスロットの数、スロット内に含まれるミニスロットの数、スロット又はミニスロットに含まれるシンボル及びRBの数、RBに含まれるサブキャリアの数、並びにTTI内のシンボル数、シンボル長、サイクリックプレフィックス(CP:Cyclic Prefix)長などの構成は、様々に変更することができる。The above-described structures of radio frames, subframes, slots, minislots, and symbols are merely examples. For example, the number of subframes included in a radio frame, the number of slots per subframe or radio frame, the number of minislots included in a slot, the number of symbols and RBs included in a slot or minislot, the number of subcarriers included in an RB, as well as the number of symbols in a TTI, symbol length, and cyclic prefix (CP) length can be varied in various ways.
本開示において、例えば、英語でのa, an及びtheのように、翻訳により冠詞が追加された場合、本開示は、これらの冠詞の後に続く名詞が複数形であることを含んでもよい。 In this disclosure, where articles are added by translation, such as a, an, and the in English, this disclosure may include the noun following these articles being plural.
本開示において、「AとBが異なる」という用語は、「AとBが互いに異なる」ことを意味してもよい。なお、当該用語は、「AとBがそれぞれCと異なる」ことを意味してもよい。「離れる」、「結合される」などの用語も、「異なる」と同様に解釈されてもよい。 In this disclosure, the term "A and B are different" may mean "A and B are different from each other." The term may also mean "A and B are each different from C." Terms such as "separate" and "combined" may also be interpreted in the same way as "different."
本開示において説明した各態様/実施形態は単独で用いてもよいし、組み合わせて用いてもよいし、実行に伴って切り替えて用いてもよい。また、所定の情報の通知(例えば、「Xであること」の通知)は、明示的に行うものに限られず、暗黙的(例えば、当該所定の情報の通知を行わない)ことによって行われてもよい。 Each aspect/embodiment described in this disclosure may be used alone, in combination, or switched between depending on the implementation. Furthermore, notification of specified information (e.g., notification that "X is true") is not limited to being done explicitly, but may also be done implicitly (e.g., not notifying the specified information).
以上、本開示について詳細に説明したが、当業者にとっては、本開示が本開示中に説明した実施形態に限定されるものではないということは明らかである。本開示は、請求の範囲の記載により定まる本開示の趣旨及び範囲を逸脱することなく修正及び変更態様として実施することができる。したがって、本開示の記載は、例示説明を目的とするものであり、本開示に対して何ら制限的な意味を有するものではない。 Although the present disclosure has been described in detail above, it will be clear to those skilled in the art that the present disclosure is not limited to the embodiments described herein. The present disclosure can be implemented in modified and altered forms without departing from the spirit and scope of the present disclosure as defined by the claims. Therefore, the description of the present disclosure is intended to be illustrative and does not have any limiting meaning on the present disclosure.
10 基地局
110 送信部
120 受信部
130 設定部
140 制御部
20 端末
210 送信部
220 受信部
230 設定部
240 制御部
30 ネットワークノード
40 リソースオーナー
1001 プロセッサ
1002 記憶装置
1003 補助記憶装置
1004 通信装置
1005 入力装置
1006 出力装置
2001 車両
2002 駆動部
2003 操舵部
2004 アクセルペダル
2005 ブレーキペダル
2006 シフトレバー
2007 前輪
2008 後輪
2009 車軸
2010 電子制御部
2012 情報サービス部
2013 通信モジュール
2021 電流センサ
2022 回転数センサ
2023 空気圧センサ
2024 車速センサ
2025 加速度センサ
2026 ブレーキペダルセンサ
2027 シフトレバーセンサ
2028 物体検出センサ
2029 アクセルペダルセンサ
2030 運転支援システム部
2031 マイクロプロセッサ
2032 メモリ(ROM,RAM)
2033 通信ポート(IOポート)
10 Base station 110 Transmitter 120 Receiver 130 Setting unit 140 Control unit 20 Terminal 210 Transmitter 220 Receiver 230 Setting unit 240 Control unit 30 Network node 40 Resource owner 1001 Processor 1002 Storage device 1003 Auxiliary storage device 1004 Communication device 1005 Input device 1006 Output device 2001 Vehicle 2002 Drive unit 2003 Steering unit 2004 Accelerator pedal 2005 Brake pedal 2006 Shift lever 2007 Front wheels 2008 Rear wheels 2009 Axle 2010 Electronic control unit 2012 Information service unit 2013 Communication module 2021 Current sensor 2022 Rotation speed sensor 2023 Air pressure sensor 2024 Vehicle speed sensor 2025 Acceleration sensor 2026 Brake pedal sensor 2027 Shift lever sensor 2028 Object detection sensor 2029: Accelerator pedal sensor 2030: Driving assistance system unit 2031: Microprocessor 2032: Memory (ROM, RAM)
2033 Communication port (IO port)
Claims (4)
前記更新要求に従って、保持しているAPI認可情報を更新し、更新後のAPI認可情報に従って、外部アプリケーションからのAPI呼び出し要求を許可するか否かを判断する制御部とを備えるネットワークノードであって、
前記更新要求には、API呼び出し元の識別情報と、呼び出し可否の更新対象のAPIの識別情報とが含まれ、前記制御部は、前記API認可情報を示すテーブルにおける、前記API呼び出し元及び前記更新対象のAPIに対応するエントリを更新する
ネットワークノード。 a receiving unit that receives an update request for API authorization information from the resource owner device;
a control unit that updates the API authorization information held therein in accordance with the update request, and determines whether to permit an API call request from an external application in accordance with the updated API authorization information ,
The update request includes identification information of an API caller and identification information of an API whose callability is to be updated, and the control unit updates entries corresponding to the API caller and the API to be updated in a table indicating the API authorization information.
Network node.
前記ネットワークノードにおいて、前記更新要求に基づいて、保持しているAPI認可情報が更新された後に、前記ネットワークノードから更新応答を受信する受信部とを備えるリソースオーナー装置であって、
前記更新要求には、API呼び出し元の識別情報と、呼び出し可否の更新対象のAPIの識別情報とが含まれ、前記ネットワークノードにおいて、前記API認可情報を示すテーブルにおける、前記API呼び出し元及び前記更新対象のAPIに対応するエントリが更新される
リソースオーナー装置。 a transmitter that transmits an update request for API authorization information to a network node;
a receiving unit configured to receive an update response from the network node after the API authorization information held therein is updated based on the update request,
The update request includes identification information of an API caller and identification information of an API whose callability is to be updated, and in the network node, entries corresponding to the API caller and the API to be updated in a table indicating the API authorization information are updated.
Resource owner device.
前記更新要求に従って、保持しているAPI認可情報を更新し、更新後のAPI認可情報に従って、外部アプリケーションからのAPI呼び出し要求を許可するか否かを判断する制御部とを備えるネットワークノードであって、
前記更新要求には、API呼び出し元の識別情報と、呼び出し可否の更新対象のAPIの識別情報とが含まれ、前記制御部は、前記API認可情報を示すテーブルにおける、前記API呼び出し元及び前記更新対象のAPIに対応するエントリを更新する
ネットワークノードと、
前記ネットワークノードに対して、前記更新要求を送信する送信部と、
前記ネットワークノードにおいて、前記更新要求に基づいて、保持しているAPI認可情報が更新された後に、前記ネットワークノードから更新応答を受信する受信部と
を備える前記リソースオーナー装置と、
を備えるシステム。 a receiving unit that receives an update request for API authorization information from the resource owner device;
a control unit that updates the API authorization information held therein in accordance with the update request, and determines whether to permit an API call request from an external application in accordance with the updated API authorization information ,
The update request includes identification information of an API caller and identification information of an API whose callability is to be updated, and the control unit updates entries corresponding to the API caller and the API to be updated in a table indicating the API authorization information.
a network node;
a transmitter for transmitting the update request to the network node;
the resource owner device including: a receiving unit in the network node that receives an update response from the network node after the API authorization information held therein is updated based on the update request;
A system comprising:
前記更新要求に従って、保持しているAPI認可情報を更新し、更新後のAPI認可情報に従って、外部アプリケーションからのAPI呼び出し要求を許可するか否かを判断する制御ステップとを備える、ネットワークノードが実行する通信方法であって、
前記更新要求には、API呼び出し元の識別情報と、呼び出し可否の更新対象のAPIの識別情報とが含まれ、前記制御ステップにおいて、前記ネットワークノードは、前記API認可情報を示すテーブルにおける、前記API呼び出し元及び前記更新対象のAPIに対応するエントリを更新する
通信方法。 receiving a request to update API authorization information from a resource owner device;
a control step of updating the API authorization information held in accordance with the update request, and determining whether to permit an API call request from an external application in accordance with the updated API authorization information,
The update request includes identification information of an API caller and identification information of an API whose callability is to be updated, and in the control step, the network node updates entries corresponding to the API caller and the API to be updated in a table indicating the API authorization information.
Communication method.
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/JP2021/041205 WO2023084606A1 (en) | 2021-11-09 | 2021-11-09 | Network node, resource owner device, system, and communication method |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPWO2023084606A1 JPWO2023084606A1 (en) | 2023-05-19 |
| JP7758422B2 true JP7758422B2 (en) | 2025-10-22 |
Family
ID=86335324
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2023559235A Active JP7758422B2 (en) | 2021-11-09 | 2021-11-09 | Network node, resource owner device, system, and communication method |
Country Status (2)
| Country | Link |
|---|---|
| JP (1) | JP7758422B2 (en) |
| WO (1) | WO2023084606A1 (en) |
Families Citing this family (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPWO2025004346A1 (en) * | 2023-06-30 | 2025-01-02 | ||
| CN117256126A (en) * | 2023-08-06 | 2023-12-19 | 北京小米移动软件有限公司 | Authorization methods, network functions, communication systems and storage media |
| CN121284563A (en) * | 2024-07-03 | 2026-01-06 | 华为技术有限公司 | Communication method and device |
| WO2026031222A1 (en) * | 2024-08-09 | 2026-02-12 | 北京小米移动软件有限公司 | Information processing method, and device, system and storage medium |
Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2021511578A (en) | 2018-01-15 | 2021-05-06 | 華為技術有限公司Huawei Technologies Co.,Ltd. | Authorization revocation method and equipment |
| JP2021516515A (en) | 2018-04-06 | 2021-07-01 | 日本電気株式会社 | Common API framework security procedures for next-generation networks |
-
2021
- 2021-11-09 WO PCT/JP2021/041205 patent/WO2023084606A1/en not_active Ceased
- 2021-11-09 JP JP2023559235A patent/JP7758422B2/en active Active
Patent Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2021511578A (en) | 2018-01-15 | 2021-05-06 | 華為技術有限公司Huawei Technologies Co.,Ltd. | Authorization revocation method and equipment |
| JP2021516515A (en) | 2018-04-06 | 2021-07-01 | 日本電気株式会社 | Common API framework security procedures for next-generation networks |
Also Published As
| Publication number | Publication date |
|---|---|
| WO2023084606A1 (en) | 2023-05-19 |
| JPWO2023084606A1 (en) | 2023-05-19 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP7758422B2 (en) | Network node, resource owner device, system, and communication method | |
| JP7796148B2 (en) | Communication device, network node device, system, and communication method | |
| WO2024079798A1 (en) | Authorization device, communication system, and authorization method | |
| JP7819296B2 (en) | Communication device, network node device, and authorization control method | |
| JP7736415B2 (en) | Network node and communication method | |
| EP4668817A1 (en) | Approval device, communication system, and communication method | |
| WO2024111070A1 (en) | Network node device, communication system, and communication method | |
| WO2024209655A1 (en) | Network node and authentication method | |
| WO2024079799A1 (en) | Approval device, communication system, and approval method | |
| WO2024079797A1 (en) | User information disclosure device, communication system, and user information disclosure method | |
| WO2025150201A1 (en) | Network node and authorization method | |
| WO2025234116A1 (en) | Terminal, network node, and communication method | |
| WO2025150202A1 (en) | Network node and authorization method | |
| WO2025238836A1 (en) | Network node, terminal, and communication method | |
| WO2025150203A1 (en) | Network node and authorization method | |
| WO2025238835A1 (en) | Terminal, network node, and communication method | |
| WO2026018453A1 (en) | Network node and approval method | |
| WO2025238868A1 (en) | Network node and control method | |
| WO2024202059A1 (en) | Network node and authentication method | |
| WO2025238870A1 (en) | Network node and control method | |
| WO2026018452A1 (en) | Network node and authorization method | |
| WO2025238869A1 (en) | Network node and control method | |
| WO2025004342A1 (en) | Network node and control method | |
| WO2025150200A1 (en) | Network node and control method | |
| WO2025262873A1 (en) | Communication device, network node, and communication method |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20240920 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20250624 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20250825 |
|
| TRDD | Decision of grant or rejection written | ||
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20250909 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20251003 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 7758422 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |