KR20160150563A - Method of managing resources of public safety network - Google Patents

Method of managing resources of public safety network Download PDF

Info

Publication number
KR20160150563A
KR20160150563A KR1020150110661A KR20150110661A KR20160150563A KR 20160150563 A KR20160150563 A KR 20160150563A KR 1020150110661 A KR1020150110661 A KR 1020150110661A KR 20150110661 A KR20150110661 A KR 20150110661A KR 20160150563 A KR20160150563 A KR 20160150563A
Authority
KR
South Korea
Prior art keywords
user terminal
importance
priority
resource
calculating
Prior art date
Application number
KR1020150110661A
Other languages
Korean (ko)
Inventor
이상훈
김현우
최용훈
윤현구
정찬형
Original Assignee
광운대학교 산학협력단
(특수법인)한국전파진흥협회
명지전문대학산학협력단
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by 광운대학교 산학협력단, (특수법인)한국전파진흥협회, 명지전문대학산학협력단 filed Critical 광운대학교 산학협력단
Publication of KR20160150563A publication Critical patent/KR20160150563A/en

Links

Images

Classifications

    • H04W72/10
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W72/00Local resource management
    • H04W72/04Wireless resource allocation
    • H04W72/044Wireless resource allocation based on the type of the allocated resource
    • H04W72/0453Resources in frequency domain, e.g. a carrier in FDMA
    • H04W72/1247

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

Disclosed are a resource management method of a disaster communication network and a device thereof. The resource management device comprises the following steps of: calculating importance of at least one user terminal in a predetermined region by using at least one of a class of a user, activity content, and a distance from a disaster occurrence region; calculating a priority of each user terminal based on the importance of the user terminal and a resource requirement amount; and sequentially allocating resources to the user terminal within the range of a resource capacity of a base station based on the priority.

Description

TECHNICAL FIELD The present invention relates to a method of managing resources of a disaster communication network,

The present invention relates to a method and apparatus for managing resources of a disaster communication network, and more particularly, to a method and apparatus for allocating resources efficiently to respective terminals located in a disaster communication network to enable communication.

For public disaster safety communication, 3GPP Release-13 is standardizing on Mission Critical Push-to-Talk (MCPTT) and Isolated E-UTRAN Operation mode. However, it does not disclose a technique for allocating a differential resource (e.g., bandwidth) to lower-order terminals having different roles.

Patent Publication No. 2013-0078889

SUMMARY OF THE INVENTION It is an object of the present invention to provide a method and apparatus for efficiently allocating resources such as bandwidth to lower-level terminals of a disaster communication network.

According to another aspect of the present invention, there is provided a method for managing a resource of a disaster communication network, the method comprising: determining at least one of a class, an activity content, Calculating an importance of at least one user terminal in the area; Determining a resource requirement of the at least one user terminal; Calculating a priority of the at least one user terminal based on the importance and the resource requirement; And allocating resources to the user terminal sequentially in the range of the resource capacity of the base station based on the priority.

According to an aspect of the present invention, there is provided a resource management apparatus for managing at least one user terminal in a predetermined area using at least one of a class, an activity content, An importance calculating unit for calculating an importance calculating unit; A priority calculation unit for calculating a priority of the at least one user terminal based on the importance of the user terminal and the resource requirement of the user terminal; And a resource allocation unit for allocating resources to the user terminals sequentially in the range of the resource capacity of the base station based on the priority.

According to the present invention, it is possible to assign a bandwidth to terminals in a disaster communication network in consideration of priorities, thereby providing a good quality service.

FIG. 1 illustrates an example of a criterion for calculating the importance of a user terminal for resource management according to the present invention.
2 is a diagram illustrating an example of a user class, which is one of criteria for calculating the importance of a user terminal,
3 is a view showing an example of user activity contents, which is one of criteria for calculating importance of a user terminal;
FIG. 4 illustrates an example of a method for resolving a resource allocation problem for a user terminal according to the present invention as a knapsack problem; FIG.
5 is a flowchart illustrating an example of a resource management method according to the present invention,
6 is a diagram showing a configuration of an embodiment of a resource management apparatus according to the present invention.

Hereinafter, a resource management method and apparatus according to the present invention will be described in detail with reference to the accompanying drawings.

1 is a diagram illustrating an example of a criterion for calculating the importance of a user terminal for resource management according to the present invention. FIG. 2 is a diagram showing an example of a user class, and FIG. 3 is a diagram showing an example of user activity contents.

Referring to FIG. 1, the degree of importance of a user terminal is determined using a rank C of a user, a distance D between the user and a disaster occurrence area, and a user activity.

The user class (C) decreases in importance in the order of control center, field commander, field activity member, and general public. The user class C may be mapped with identification information (e.g., telephone number, etc.) of the user terminal and preset and stored in a database or the like. In the user class (C), corresponding numerical values are set in advance according to importance. For example, referring to FIG. 2, the user class can be set to 45 for the control center, 25 for the field commander, 20 for the field crew, and 10 for the general public. The user class is not limited to this embodiment but can be variously modified.

The distance (D) from the disaster area increases as the distance difference between the disaster area and the user decreases. The importance according to distance from the disaster area can be set in inverse proportion to the distance.

The activity content M of the user is set in advance according to the role that the user performs in the disaster scene. The user activity content may be mapped with the identification information of the user terminal and stored in a database or the like in advance. User activity contents are set in advance according to activities such as rescue and relief activities, emergency routers, and financial support. For example, referring to FIG. 3, the importance of structure and relief activities is the highest, 24.842, and the importance of disaster psychological counseling is lowest, 4.852.

The importance of the user terminal can be calculated using at least one of the above-mentioned user class C, distance D, and activity content M. For example, the resource management device can use the identification information of the user terminals located in the disaster area to identify the numerical values of the class (C) and the activity content (M) stored in the database, (D) between the two locations using the location information of the area. Then, the resource management apparatus calculates the importance of the user terminal by summing up each of the identified values by taking the weight into consideration. This can be expressed as follows.

Figure pat00001

Where n is the index representing the user terminal, Vn is the importance of the nth user terminal, and Cn, Dn, and Mn are the rank, distance, and activity of the user associated with the nth user terminal, respectively. And,?,?,? Are preset weights according to the embodiment.

FIG. 4 is a diagram illustrating an example of a method of resolving a problem of resource allocation for a user terminal according to the present invention as a knapsack problem.

The problem of backfilling is that when you have a backpack of a given capacity, you put the things that are given to the backpack and give them the maximum value. Each item has its own weight and value, and the sum of all the items in the backpack does not exceed the backpack capacity.

When the backpack filling problem is applied to the present invention, the backpack capacity is the total resource capacity of the base station, the object entering the backpack is each user terminal in the base station, the weight of each object is the resource requirement (e.g., bandwidth) , The value of each item is related to the importance of each user terminal shown in FIG.

5 is a flowchart illustrating an example of a resource management method according to the present invention.

Referring to FIG. 5, the resource management apparatus calculates importance of each user terminal in FIG. 1 (S500). The resource management apparatus also determines the resource requirement of each user terminal (S510). For example, when a first user terminal requests a voice call, a second user terminal requires transmission of a text message, and a third user terminal requires transmission of an image, Are different from each other. The resource management apparatus can grasp the required resource amount of each user terminal using various conventional methods.

The resource management apparatus determines the priority based on the ratio of the importance level of each user terminal to the resource requirement level (S520). For example, the resource management apparatus can calculate the priority (importance / resource requirement) for each user terminal, and determine the priority of the user terminal based on the size.

If the priority is determined, the resource management apparatus sequentially allocates the resources requested by the user terminal based on the priority in the capacity range of the base station (S530). When the capacity of the base station is full, the resource allocation process for the user terminal is terminated (S540). In other words, the resource allocation process for the UE is sequentially performed based on the priority until the condition of the following equation is satisfied.

Figure pat00002

Where Vi is the importance of the ith user terminal, wi is the resource demand of the ith user terminal, and W is the total amount of resources of the base station. Equation (2) indicates that the importance of the user terminal is maximized, but the resource requirement of the user terminal can not exceed the capacity of the base station.

6 is a diagram showing a configuration of an embodiment of a resource management apparatus according to the present invention.

6, the resource management apparatus includes a priority calculation unit 600, a resource requirement determination unit 610, a priority calculation unit 620, and a resource allocation unit 630.

The importance calculation unit 600 grasps the rank and activity of the user related to the user terminal through a database and determines the distance between the two locations based on the location information of the user terminal and the location information of the disaster area. Then, the importance calculation unit 600 calculates the importance of each user terminal by summing each value according to the importance of the class, the activity content, and the distance, which are determined in consideration of the weight.

The resource requirement determination unit 610 determines a resource requirement amount such as bandwidth and traffic amount requested by each user terminal. The resource requirement determining unit 610 can grasp the resource requirement of each user terminal through various methods.

The priority calculating unit 620 determines a priority based on the importance of each user terminal and the resource requirement. For example, the priority calculating unit 620 can determine the priority among the user terminals based on the size of the value obtained by dividing the importance of each user terminal by the resource requirement.

The resource assignment unit 630 sequentially allocates resources to each user terminal based on priority in the capacity range of the base station.

The present invention can also be embodied as computer-readable codes on a computer-readable recording medium. A computer-readable recording medium includes all kinds of recording apparatuses in which data that can be read by a computer system is stored. Examples of the computer-readable recording medium include ROM, RAM, CD-ROM, magnetic tape, floppy disk, optical data storage, and the like. The computer-readable recording medium may also be distributed over a networked computer system so that computer readable code can be stored and executed in a distributed manner.

The present invention has been described with reference to the preferred embodiments. It will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims. Therefore, the disclosed embodiments should be considered in an illustrative rather than a restrictive sense. The scope of the present invention is defined by the appended claims rather than by the foregoing description, and all differences within the scope of equivalents thereof should be construed as being included in the present invention.

Claims (5)

A resource management method for a disaster communication network,
Calculating an importance of at least one user terminal in a certain area using at least one of a user's class, an activity content, and a distance to a disaster occurrence area;
Determining a resource requirement of the at least one user terminal;
Calculating a priority of the at least one user terminal based on the importance and the resource requirement; And
And allocating resources to the user terminals sequentially in the range of the resource capacity of the base station based on the priority.
2. The method of claim 1, wherein the calculating the priority comprises:
And determining a priority of a user terminal based on a ratio size of the resource requirement and the importance.
An importance calculating unit for calculating an importance of at least one user terminal in a certain area using at least one of a class, an activity content, and a distance to a disaster area;
A priority calculation unit for calculating a priority of the at least one user terminal based on the importance of the user terminal and the resource requirement of the user terminal; And
And allocating resources to the user terminals sequentially in the range of the resource capacity of the base station based on the priority.
In the third aspect, the priority calculating unit may calculate
Wherein the priority of each user terminal is determined based on the size ratio of the resource requirement of the user terminal to the importance of the user terminal.
A computer-readable recording medium having recorded thereon a program for performing the method according to any one of claims 1 to 3.
KR1020150110661A 2015-06-22 2015-08-05 Method of managing resources of public safety network KR20160150563A (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020150088730 2015-06-22
KR20150088730 2015-06-22

Publications (1)

Publication Number Publication Date
KR20160150563A true KR20160150563A (en) 2016-12-30

Family

ID=57737420

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020150110661A KR20160150563A (en) 2015-06-22 2015-08-05 Method of managing resources of public safety network

Country Status (1)

Country Link
KR (1) KR20160150563A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102405178B1 (en) 2021-11-30 2022-06-07 주식회사 비전 Village broadcasting system for receiving and transmitting
US20220183107A1 (en) * 2018-07-26 2022-06-09 Samsung Electronics Co., Ltd. Method and apparatus for prioritizing mission critical push to talk traffic during an emergency

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20130078889A (en) 2012-01-02 2013-07-10 이양기 Emergency disaster communication system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20130078889A (en) 2012-01-02 2013-07-10 이양기 Emergency disaster communication system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20220183107A1 (en) * 2018-07-26 2022-06-09 Samsung Electronics Co., Ltd. Method and apparatus for prioritizing mission critical push to talk traffic during an emergency
US11540348B2 (en) * 2018-07-26 2022-12-27 Samsung Electronics Co., Ltd Method and apparatus for prioritizing mission critical push to talk traffic during an emergency
KR102405178B1 (en) 2021-11-30 2022-06-07 주식회사 비전 Village broadcasting system for receiving and transmitting

Similar Documents

Publication Publication Date Title
Enayati et al. Identifying trade‐offs in equity and efficiency for simultaneously optimizing location and multipriority dispatch of ambulances
CN107562531B (en) Data equalization method and device
EP3451727A1 (en) Access scheduling method and device for terminal, and computer storage medium
US7860002B2 (en) Priority-based admission control in a network with variable channel data rates
US9189738B2 (en) Automatic event analysis
WO2016035091A1 (en) Dynamic forecasting for forward reservation of cab
WO2014209732A4 (en) Methods and apparatus for maintaining priority and quality of service across mobile stations
CN113348651A (en) Dynamic inter-cloud placement of sliced virtual network functions
US20140067487A1 (en) Systems, methods, and computer program products for prioritizing information
US20150189665A1 (en) Spectrum management system and method
CN110650209A (en) Method and device for realizing load balance
CN111776896B (en) Elevator dispatching method and device
KR20160150563A (en) Method of managing resources of public safety network
KR20150074531A (en) Apparatus and method for providing bandwidth on demand service
CN109756949B (en) Resource allocation method and device
Liang et al. Optimal services for content delivery based on business priority
US8782313B2 (en) Method and apparatus for enterprise brokering of user-controlled availability
US11284293B2 (en) Location-based telecommunication prioritization
CN113098719B (en) Method and device for mapping service requirement and network capability
CN113038537B (en) Method and electronic equipment for allocating mobile network spectrum resources
CN112114949A (en) Service scheduling method and system for cloud computing
KR101825850B1 (en) Method and Device for Allocating Channel in Cognitive Radio Communication
US11477798B2 (en) Priority of network resources in a network
US20210045185A1 (en) Method and apparatus for prioritizing mission critical push to talk traffic during an emergency
Tanabe et al. Threshold relaxation and holding time limitation method for accepting more general calls under emergency trunk reservation

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application