WO2016193446A1 - A network, a cloud-based server, and a method of registering for a service - Google Patents

A network, a cloud-based server, and a method of registering for a service Download PDF

Info

Publication number
WO2016193446A1
WO2016193446A1 PCT/EP2016/062679 EP2016062679W WO2016193446A1 WO 2016193446 A1 WO2016193446 A1 WO 2016193446A1 EP 2016062679 W EP2016062679 W EP 2016062679W WO 2016193446 A1 WO2016193446 A1 WO 2016193446A1
Authority
WO
WIPO (PCT)
Prior art keywords
small cell
docker
server
service
direct access
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.)
Ceased
Application number
PCT/EP2016/062679
Other languages
French (fr)
Inventor
Jean-Luc Lafragette
Barbara Orlandi
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Alcatel Lucent SAS
Original Assignee
Alcatel Lucent SAS
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 Alcatel Lucent SAS filed Critical Alcatel Lucent SAS
Priority to CN201680045168.1A priority Critical patent/CN107925978B/en
Priority to US15/579,639 priority patent/US10305853B2/en
Publication of WO2016193446A1 publication Critical patent/WO2016193446A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/45Network directories; Name-to-address mapping
    • H04L61/457Network directories; Name-to-address mapping containing identifiers of data entities on a computer, e.g. file names
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1097Protocols in which an application is distributed across nodes in the network for distributed storage of data in networks, e.g. transport arrangements for network file system [NFS], storage area networks [SAN] or network attached storage [NAS]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/51Discovery or management thereof, e.g. service location protocol [SLP] or web services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W60/00Affiliation to network, e.g. registration; Terminating affiliation with the network, e.g. de-registration
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W60/00Affiliation to network, e.g. registration; Terminating affiliation with the network, e.g. de-registration
    • H04W60/04Affiliation to network, e.g. registration; Terminating affiliation with the network, e.g. de-registration using triggered events
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W88/00Devices specially adapted for wireless communication networks, e.g. terminals, base stations or access point devices
    • H04W88/08Access point devices
    • H04W88/085Access point devices with remote components

Definitions

  • the present invention relates a network, a cloud-based server, and a method of registering for a service a device residing in a small cell.
  • Small cells are being developed that provide services well beyond mere connectivity of one user with a service or with another user. Many of these new services make use of the fact that a user terminal device in a small cell is proximal to the small cell base station, or the fact that multiple user terminal devices within a small cell are in proximity to each other. In consequence, such services may be specific to a given small cell or group of small cells, so may be run on the respective small cell base station(s). Of course executing such services at the small cell base stations may be limited by the local small cell base stations hardware constraints on processing, storage, size etc, and may be hard to evolve to meet increasing user demands. Now that virtualisation is possible, people have started to consider running such services from servers in the network operator's cloud. One option is to have a docker instantiated on a server for a small cell.
  • a docker is a virtual container into which an Application and its library/dependencies are put, so that the container may be run on a server running Linux operating system.
  • the use of dockers may be considered a type of operating system-level virtualisation on Linux. More specifically, dockers as available at the current time (Docker Inc, www.docker.com, release 1.6.0 16 th April 2015) use resource isolation features of the Linux kernel such as cgroups and kernel namespaces to allow independent containers to run within a single Linux server.
  • a docker container as opposed to a traditional virtual machine, does not require or include a separate operating system. Instead it relies on the Linux kernel's functionality and uses resource isolation (CPU, memory, block I/O, network, etc.) and separate namespaces to isolate the application's view of the operating system.
  • resource isolation CPU, memory, block I/O, network, etc.
  • docker containers resources are isolated, services restricted, and processes provisioned to have a mostly private view of the operating system with their own process ID space, file system structure, and network interfaces.
  • Multiple containers share the same kernel, but each container is constrained to only use a defined amount of resources such as CPU, memory and I/O.
  • the present invention provides a method of registering for a service a device residing in a small cell provided by a small cell base station, the small cell base station being associated with a cloud-based server, the server including a docker container for controlling the service in that small cell, the docker container having a docker port, and the method including the steps of:
  • the device sending a request to register including a small cell identifier of the small cell
  • the server receiving the request and relating the small cell identifier in the request to a corresponding docker port identifier
  • the device being informed of the docker port identifier of the docker associated with that small cell.
  • Some embodiments provide a method to address a docker associated with a given small cell.
  • Some embodiments provide a procedure to allocate a port number when launching a docker so as to provide the port number to devices that need to register with the function provided by the docker.
  • a port allocation function on the server keeps track of ports available on the server, allocates one port per cell identifier, and maintains a mapping table giving for a given cell the corresponding dockerised server function port associated with that given cell.
  • a server can run several docker containers on a single server machine (hence having the same Internet Protocol address), and the dockers can then be easily addressed using that shared IP address and their associated port numbers. In this way, user terminals can readily address the virtualised server that provides the desired service in the small cell that the user terminal is located in. IP addresses are not wasted (as would happen if instead a different IP address was assigned to each docker).
  • some small cache equipments are deployed within small cells, for example by mobile network operators. These equipments may be, for example direct access caches (DAC) by which we mean some relatively small cache equipments that are able to cache downlink and/or uplink digital content and provide that content to users using device-to-device connections, for example Wi-Fi direct.
  • DAC direct access caches
  • a DAC may be of a "stick-it-to -the- wall" type, so as to be simple to deploy. DACs may allow device-to-device communications with a user terminal, and the DAC access may be handled by a docker running in the operator's cloud, thus allowing ease of deployment.
  • a docker is launched automatically upon a first DAC being installed in a small cell. (There would seem no point in launching a docker for a small cell that does not provide the corresponding service, for example because no DAC has yet been installed in that small cell).
  • DAC registration As for user terminal registration for the service.
  • a field may be added into the registration request indicating that the request is from a DAC, This request is sent to the IP address for the server handling the DAC and is received on the default port by the port allocation function.
  • the port allocation function keeps track of which dockers have been launched for which cells and, if no docker has been launched for the given cell, launches the docker and allocates a port for that docker. If there is more than one DAC per cell, only installation of the first DAC triggers launch of a docker for that cell.
  • a dedicated message is sent that the equipment that will be seeking to register is a DAC.
  • Some embodiments allow easy bootstrapping of a server and launch of a docker in providing a device-to-device service in a small cell based on availability of DACs.
  • the server inspects a mapping table relating docker ports and small cell identifiers so as to determine the docker port identifier relating to the small cell identifier in the request.
  • the service is a device-to-device service.
  • the device is a user terminal.
  • the device is a direct access cache.
  • the device is a second or subsequent direct access cache installed in a small cell, and a previous request to register the first direct access cache installed in the small cell triggered creation of the docker container for controlling the service in that small cell.
  • the first direct access cache is identified as a direct access cache by a dedicated parameter in the corresponding request to register that triggered creation of the docker container.
  • the first direct access cache is identified as a direct access cache in a dedicated message that triggered creation of the docker container.
  • the present invention also relates to a cloud-based server configured to register for a service a device residing in a small cell provided by a small cell base station, in which the server comprising a docker container for controlling the service in that small cell, the docker container having an associated docker port,
  • the server being configured to receive a request to register from the device including a small cell identifier of the small cell
  • the server being configured to determine the docker port identifier that corresponds to the small cell identifier indicated in the request, and the server being configured to send a reply giving the docker port identifier associated with that small cell.
  • the server comprises a mapping table relating docker ports and small cell identifiers, the server being configured to determine from the mapping table the docker port identifier that corresponds to the small cell identifier indicated the request.
  • the service is a device-to-device service.
  • a network including the server, in which the device is a user terminal.
  • a network including the server, in which the device is a direct access cache.
  • the device is a second or subsequent direct access cache installed in a small cell, and a previous request to register the first direct access cache installed in the small cell triggered creation of the docker container for controlling the service in that small cell.
  • the first direct access cache is identified as a direct access cache by a dedicated parameter in the corresponding request to register that triggered creation of the docker container.
  • the server is a local Access Network Discovery and Selection Function (Local- ANDSF) server.
  • Local- ANDSF Local Access Network Discovery and Selection Function
  • Figure 1 is a diagram illustrating a system according to a first embodiment
  • Figure 2 is a message sequence diagram illustrating operation of the system shown in Figure 1 in identifying to a user terminal device the allocated docker port for the small cell to which the user terminal is connected
  • Figure 1 is a diagram illustrating a system according to a first embodiment
  • Figure 2 is a message sequence diagram illustrating operation of the system shown in Figure 1 in identifying to a user terminal device the allocated docker port for the small cell to which the user terminal is connected
  • Figure 3 is a diagram illustrating a system according to a second embodiment
  • Figure 4 is a message sequence diagram illustrating operation of the system shown in Figure 3 in launching a docker and identifying to a first Direct Access Cache (DAC) device the allocated docker port for the small cell to which the DAC is connected
  • DAC Direct Access Cache
  • FIG. 5 is a message sequence diagram illustrating operation of the system shown in Figure 3 in identifying to a second Direct Access Cache (DAC) device the allocated docker port for the small cell to which the DAC is connected,
  • DAC Direct Access Cache
  • Figure 6 is a message sequence diagram illustrating operation of the system shown in Figure 3 in identifying to a user terminal device the allocated docker port for the small cell to which the user terminal is connected,
  • Figure 7 is a message sequence diagram provided for comparison and illustrating operation of a system in which there is no DAC connected to a small cell so no docker port is identified to a user terminal connected to that small cell, and
  • Figure 8 is a message sequence diagram illustrating operation of system according to a third embodiment in launching a docker and identifying to a first Direct Access Cache (DAC) device the allocated docker port for the small cell to which the DAC is connected.
  • DAC Direct Access Cache
  • small cell base stations 4 that each include both cellular wireless (enhanced base station, eNodeB, eNB) functionality and wifi (access point, AP) functionality. Either or both of these two functionalities may be used for communication with user terminal devices 6 of users 8 within the respective small cells 10.
  • eNodeB enhanced base station
  • AP access point
  • the small cell base stations 4 are connected to the Mobile Network Operator's cloud 12.
  • the small cell base stations 4 are connected via network elements (not shown) to the Mobile Network Operator's cloud 12.
  • the cloud 12 includes a server 14, which in this example is a Device-to-Device (D2D) server.
  • the server 14 allows secure (e.g. wifi) connections between the user terminal devices 6 within a same small celllO.
  • the server 14 involves the use of dockers 16, so may be considered
  • a docker 16 is a virtual container into which an Application and its library/dependencies are put, so that the container may be run on the server which runs Linux operating system.
  • the use of dockers may be considered a type of operating system-level virtualisation on Linux. More specifically, dockers as available at the current time (Docker Inc, www.docker.com, release 1 .6.0 16 th April 2015) use resource isolation features of the Linux kernel such as cgroups and kernel namespaces to allow independent containers to run within a single Linux server.
  • the server 14 has an IP address.
  • the server 14 may have multiple dockers 16 launched, one for each small cell in which the service is to be provided.
  • Each docker 16 has an associated input/output port 20 that is identified by a corresponding port number.
  • IP address and port number is useful to user terminals 6 in a small cell 10 for service provision by the docker 16 associated with that small cell.
  • a user terminal 6 arrives (step a) in the small cell
  • step b) to the small cell base station 4 (eNBl/APl).
  • the user terminal UEl seeks to register to the device-to-device (D2D) server to obtain a service, namely local device to device communication within the small cell.
  • D2D device-to-device
  • the user terminal UEl has received the Internet Protocol (IP) address of the server 14 and a default port used to access the server, either from its initial configuration (not shown ) or by Domain Name System (DNS) query (not shown).
  • IP Internet Protocol
  • DNS Domain Name System
  • This registration is done by the following steps.
  • the user terminal UEl sends (step c) a registration request to the server 14 that includes the small cell identifier (Cell ld 1), specifically to a port allocation function 18 of the server 14.
  • the port allocation function 18 checks (step d) to determine whether there is a specific docker 16 associated with that small cell, and if so, both forwards (step e) the registration request to the correct docker 16 and either replies (step f) to the user terminal or lets the specific docker 16 reply so as to give the port number identifying the port 20 of that docker 16 to the user terminal UE1 for subsequent use.
  • the port allocation function 18 holds a record of which docker 16 (identified by a corresponding port number) in the server 14 has been assigned to which small cell base (identified by a Cell ld).
  • the port allocation function 18 of the server 14 searches (not shown in Figure 2) to determine available free ports and allocates one port to that docker for that small cell. The port allocation function 18 then stores a record of which port was allocated to that small cell.
  • the server is a local Access Network Discovery and Selection Function (Local- ANDSF) server, an Uplink (UL) cache server or any other type of server that provides a useful service on a local-to-small-cell basis.
  • Local- ANDSF local Access Network Discovery and Selection Function
  • UL Uplink
  • small cell base stations 4' that each include both cellular wireless (enhanced base station, eNodeB, eNB) functionality and wifi (access point, AP) functionality. Either or both of these two functionalities may be used for communication with user terminal devices 6' of users 8 within the respective small cells 10'. For simplicity in Figure 3 just three small cells 4' are shown.
  • the small cell base stations 4' are connected via network elements (not shown) to the Mobile Network Operator's cloud 12'.
  • some Direct Access Caches (DACs) 5 are also deployed by which we mean some relatively small cache equipments 5 that are able to cache downlink and/or uplink digital content and provide that content to users using device-to-device connections, for example Wi-Fi direct.
  • a DAC 5 is of a "stick-it-to -the- wall" type, so as to be simple to deploy.
  • the cloud 12' includes a server 15 which in this example is a DAC server.
  • the server 15 allows secure (e.g. wifi) connections between the user terminal devices 6 within a same small cell 10'.
  • the DAC server 15 allows downlink content that was already downloaded by one or some users to be stored in the DAC 5 so made available via wifi direct to other users in the small cell 10'.
  • the DAC server 15 is an uplink cache server/scheduler.
  • the server 15 involves the use of dockers 17, so may be considered
  • a docker is a virtual container as explained above in relation to the example shown in Figure 1.
  • the server 15 runs several dockers on the same machine, all the dockers share the same Internet Protocol address, which is the IP address of the server, and so are differentiated by dockers for a small cell having a corresponding docker port number assigned.
  • a first small cell 4' namely eNBl/APl has two associated DACs 5, namely DAC1 and DAC 2 as shown in Figure 3. There is one docker 17a running for these two DACs.
  • a second small cell 4' namely eNB2/AP2 has two associated DACs 5, namely DAC3 and DAC 4 as also shown in Figure 3. There is one docker 17b running for these two DACs.
  • the third small cell 4' shown, namely eNB3/AP3 has no DAC and hence no associated docker running on the server 15.
  • a port allocation function 18' includes a record table 19 of which docker port maps to which small cell.
  • the table 19 relates the small cell identifier (Cell lD) to associated docker port. Setting up a docker
  • docker 17 launch happens as part of registration at the server of a first Direct Access Cache (DAC) in the small cell.
  • DAC Direct Access Cache
  • a first DAC (namely DACl) is then installed (step a') at a first small cell 4' which is connected to its wireless function eNBl .
  • the DAC (DACl) is attached (step b') to the small cell (by cellular
  • the DAC includes a Subscriber Identity Module (SIM) card.
  • SIM Subscriber Identity Module
  • the first DAC is connected instead to the wi-fi function API of the small cell.
  • the first DAC is connected by wire to the small cell.
  • the DAC (DACl) then seeks to register at the server 15 by formulating and sending (step c') a registration request message.
  • This registration request message includes the location of DAC 1 , namely its small cell identifier (Cell ld).
  • This registration message is sent to the IP address of the server to be received on the default port of the server 15.
  • the port allocation function 18 launches (step f ) a docker (Docker ENBl) 17a and forwards (step g') the registration request message to that docker 17a.
  • the docker 17a replies (step h') with a registration response that includes the docker port number. This message is received by the DACl and is used (step i') thereafter in relating the DAC to the docker in subsequent messages relating to that service. Registration of second and subsequent Direct access cache at the server
  • DAC2 a second DAC
  • step m a second DAC
  • This second DAC (DAC2) is attached (step n) to the small cell (by cellular telecommunications as the DAC includes a Subscriber Identity Module (SIM) card.
  • SIM Subscriber Identity Module
  • the DAC (DAC2) then seeks to register at the server 15 by formulating and sending (step o) a registration request message.
  • This registration request message includes the location of DAC2, namely its small cell identifier (Cell ld).
  • the port allocation function 18 forwards (step r) the registration request message to that docker 17a.
  • the docker 17a replies (step s) with a registration response that includes the docker port number. This message is received by the DAC1 and is used (step t) thereafter in relating the DAC to the docker port in subsequent messages relating to that service.
  • a first user terminal UE1 arrives in the small cell 4' (eNBl/APl) and so handovers/attaches (step ai) to the small cell.
  • the user terminal UE1 seeks to register at the server 15 by formulating and sending (step bi) a registration request message.
  • This registration request message includes the location of the user terminal, namely its small cell identifier (Cell ld).
  • the port allocation function 18 determines (step Ci) that there is a docker 17a associated with that small cell identifier (Cell-Id) for the DAC service. Accordingly, the port allocation function 18 forwards (step di) the registration request message to that docker 17a. The docker 17a replies (step ei) with a registration response that includes the docker port number. This message is received by the user terminal UE1 and is used (step fi) thereafter in relating the DAC to the docker port in subsequent messages relating to that service.
  • a user terminal UE1 becomes connected (step a 2 ) to a small cell 4' namely eNB3/AP3 for which there is no Direct Access Cache and hence for which a DAC service is not provided.
  • the user terminal UE1 seeks to register at the server 15 by formulating and sending (step b 2 ) a registration request message.
  • This registration request message includes the location of the user terminal, namely its small cell identifier (Cell ld).
  • the port allocation function 18 determines (step c 2 ) that there is not a docker associated with that small cell identifier (Cell ld) for the DAC service and the registration request is not from a DAC itself seeking to launch an associated docker . Accordingly, the port allocation function 18 replies (step d 2 ) with a response that the service is not available.
  • Alternative approach to setting up a docker
  • a dedicated message can be used instead of using a dedicated field to indicate that it is a DAC requesting to register.
  • docker launch happens as part of registration process of a first Direct Access Cache (DAC) at the server.
  • DAC Direct Access Cache
  • a first DAC (namely DACl) is then installed (step a 3 ) at a first small cell 4' which is connected to its wireless function eNBl .
  • the DAC (DACl) is attached (step b 3 ) to the small cell (by cellular telecommunications as the DAC includes a Subscriber Identity Module (SIM) card.
  • SIM Subscriber Identity Module
  • the DAC (DAC1) then notifies its presence by sending (step c 3 ) a DAC-docker set-up request that includes the location of DAC 1, namely its small cell identifier (Celljd).
  • the port allocation function 18 checks (step d 3 ) that there is no docker already launched that is associated with that small cell identifier (Cell ld) and launches (step e 3 ) a docker (Docker ENB1) 17a.
  • the docker 17a replies (step f 3 ) with a set-up response that includes the docker port number.
  • This set-up message is received (step g 3 ) by the DAC1
  • the DAC1 sends (step h 3 ) a further registration request via the indicated docker port to the now launched docker 17a in the DAC server 15.
  • the docker 17a replies (step i 3 ) so as to give registration parameters to the DAC1.
  • the docker port number indicated in the setup response message is also used (step j 3 ) in relating the DAC to the docker relating to that service.
  • the server may be a D2D server, a DAC server, a local
  • Local- ANDSF Local- ANDSF
  • UL Uplink
  • a small cell base station may use WiFi functionality so be an Access Point.
  • the device for example the user terminal or direct access cache, in the small cell that is seeking to register for the service sends the small cell identifier in the form of a WiFi location, namely SSID and BSSID.
  • SSID denotes Service Set
  • BSSID denotes Basic Service Set Identification.
  • the server receives the request and relates that small cell identifier to the corresponding docker port number.
  • program storage devices e.g., digital data storage media, which are machine or computer readable and encode machine-executable or computer-executable programs of instructions, wherein said instructions perform some or all of the steps of said above-described methods.
  • the program storage devices may be, e.g., digital memories, magnetic storage media such as a magnetic disks and magnetic tapes, hard drives, or optically readable digital data storage media.
  • Some embodiments involve computers programmed to perform said steps of the above-described methods.

Landscapes

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

Abstract

A method is provided of registering for a service a device residing in a small cell provided by a small cell base station, the small cell base station being associated with a cloud-based server, the server including a docker container for controlling the service in that small cell, the docker container having a docker port, and the method including the steps of: the device sending a request to register including a small cell identifier of the small cell, the server receiving the request and relating the small cell identifier in the request to a corresponding docker port identifier, the device being informed of the docker port identifier of the docker associated with that small cell.

Description

A NETWORK, A CLOUD-BASED SERVER, AND A METHOD OF
REGISTERING FOR A SERVICE
Field of the Invention
The present invention relates a network, a cloud-based server, and a method of registering for a service a device residing in a small cell.
Description of the Related Art
Small cells are being developed that provide services well beyond mere connectivity of one user with a service or with another user. Many of these new services make use of the fact that a user terminal device in a small cell is proximal to the small cell base station, or the fact that multiple user terminal devices within a small cell are in proximity to each other. In consequence, such services may be specific to a given small cell or group of small cells, so may be run on the respective small cell base station(s). Of course executing such services at the small cell base stations may be limited by the local small cell base stations hardware constraints on processing, storage, size etc, and may be hard to evolve to meet increasing user demands. Now that virtualisation is possible, people have started to consider running such services from servers in the network operator's cloud. One option is to have a docker instantiated on a server for a small cell.
In this sense, a docker is a virtual container into which an Application and its library/dependencies are put, so that the container may be run on a server running Linux operating system. Accordingly, the use of dockers may be considered a type of operating system-level virtualisation on Linux. More specifically, dockers as available at the current time (Docker Inc, www.docker.com, release 1.6.0 16th April 2015) use resource isolation features of the Linux kernel such as cgroups and kernel namespaces to allow independent containers to run within a single Linux server.
A docker container, as opposed to a traditional virtual machine, does not require or include a separate operating system. Instead it relies on the Linux kernel's functionality and uses resource isolation (CPU, memory, block I/O, network, etc.) and separate namespaces to isolate the application's view of the operating system. By using docker containers, resources are isolated, services restricted, and processes provisioned to have a mostly private view of the operating system with their own process ID space, file system structure, and network interfaces. Multiple containers share the same kernel, but each container is constrained to only use a defined amount of resources such as CPU, memory and I/O.
Summary
The reader is referred to the appended independent claims. Some preferred features are laid out in the dependent claims. The present invention provides a method of registering for a service a device residing in a small cell provided by a small cell base station, the small cell base station being associated with a cloud-based server, the server including a docker container for controlling the service in that small cell, the docker container having a docker port, and the method including the steps of:
the device sending a request to register including a small cell identifier of the small cell,
the server receiving the request and relating the small cell identifier in the request to a corresponding docker port identifier, and
the device being informed of the docker port identifier of the docker associated with that small cell.
Some embodiments provide a method to address a docker associated with a given small cell.
Some embodiments provide a procedure to allocate a port number when launching a docker so as to provide the port number to devices that need to register with the function provided by the docker. To do this, a port allocation function on the server, keeps track of ports available on the server, allocates one port per cell identifier, and maintains a mapping table giving for a given cell the corresponding dockerised server function port associated with that given cell. In some embodiments, a server can run several docker containers on a single server machine (hence having the same Internet Protocol address), and the dockers can then be easily addressed using that shared IP address and their associated port numbers. In this way, user terminals can readily address the virtualised server that provides the desired service in the small cell that the user terminal is located in. IP addresses are not wasted (as would happen if instead a different IP address was assigned to each docker).
In some embodiments, some small cache equipments are deployed within small cells, for example by mobile network operators. These equipments may be, for example direct access caches (DAC) by which we mean some relatively small cache equipments that are able to cache downlink and/or uplink digital content and provide that content to users using device-to-device connections, for example Wi-Fi direct. A DAC may be of a "stick-it-to -the- wall" type, so as to be simple to deploy. DACs may allow device-to-device communications with a user terminal, and the DAC access may be handled by a docker running in the operator's cloud, thus allowing ease of deployment.
In some embodiments, a docker is launched automatically upon a first DAC being installed in a small cell. (There would seem no point in launching a docker for a small cell that does not provide the corresponding service, for example because no DAC has yet been installed in that small cell).
In some embodiments a similar protocol is used for DAC registration as for user terminal registration for the service.
In some embodiments, a field may be added into the registration request indicating that the request is from a DAC, This request is sent to the IP address for the server handling the DAC and is received on the default port by the port allocation function. The port allocation function keeps track of which dockers have been launched for which cells and, if no docker has been launched for the given cell, launches the docker and allocates a port for that docker. If there is more than one DAC per cell, only installation of the first DAC triggers launch of a docker for that cell. In some other embodiments, a dedicated message is sent that the equipment that will be seeking to register is a DAC.
Some embodiments allow easy bootstrapping of a server and launch of a docker in providing a device-to-device service in a small cell based on availability of DACs.
Preferably, the server inspects a mapping table relating docker ports and small cell identifiers so as to determine the docker port identifier relating to the small cell identifier in the request.
Preferably the service is a device-to-device service.
Preferably the device is a user terminal.
Alternatively, preferably the device is a direct access cache. Preferably the device is a second or subsequent direct access cache installed in a small cell, and a previous request to register the first direct access cache installed in the small cell triggered creation of the docker container for controlling the service in that small cell. Preferably the first direct access cache is identified as a direct access cache by a dedicated parameter in the corresponding request to register that triggered creation of the docker container.
Alternatively, preferably the first direct access cache is identified as a direct access cache in a dedicated message that triggered creation of the docker container.
The present invention also relates to a cloud-based server configured to register for a service a device residing in a small cell provided by a small cell base station, in which the server comprising a docker container for controlling the service in that small cell, the docker container having an associated docker port,
the server being configured to receive a request to register from the device including a small cell identifier of the small cell,
the server being configured to determine the docker port identifier that corresponds to the small cell identifier indicated in the request, and the server being configured to send a reply giving the docker port identifier associated with that small cell.
Preferably, the server comprises a mapping table relating docker ports and small cell identifiers, the server being configured to determine from the mapping table the docker port identifier that corresponds to the small cell identifier indicated the request.
Preferably the service is a device-to-device service.
Preferably a network is provided including the server, in which the device is a user terminal.
Alternatively preferably a network is provided including the server, in which the device is a direct access cache. Preferably the device is a second or subsequent direct access cache installed in a small cell, and a previous request to register the first direct access cache installed in the small cell triggered creation of the docker container for controlling the service in that small cell. Preferably the first direct access cache is identified as a direct access cache by a dedicated parameter in the corresponding request to register that triggered creation of the docker container.
Preferably the server is a local Access Network Discovery and Selection Function (Local- ANDSF) server.
Brief Description of the Drawings
Embodiments of the present invention will now be described by way of example and with reference to the drawings, in which:
Figure 1 is a diagram illustrating a system according to a first embodiment, Figure 2 is a message sequence diagram illustrating operation of the system shown in Figure 1 in identifying to a user terminal device the allocated docker port for the small cell to which the user terminal is connected,
Figure 3 is a diagram illustrating a system according to a second embodiment, Figure 4 is a message sequence diagram illustrating operation of the system shown in Figure 3 in launching a docker and identifying to a first Direct Access Cache (DAC) device the allocated docker port for the small cell to which the DAC is connected,
Figure 5 is a message sequence diagram illustrating operation of the system shown in Figure 3 in identifying to a second Direct Access Cache (DAC) device the allocated docker port for the small cell to which the DAC is connected,
Figure 6 is a message sequence diagram illustrating operation of the system shown in Figure 3 in identifying to a user terminal device the allocated docker port for the small cell to which the user terminal is connected,
Figure 7 is a message sequence diagram provided for comparison and illustrating operation of a system in which there is no DAC connected to a small cell so no docker port is identified to a user terminal connected to that small cell, and
Figure 8 is a message sequence diagram illustrating operation of system according to a third embodiment in launching a docker and identifying to a first Direct Access Cache (DAC) device the allocated docker port for the small cell to which the DAC is connected.
Detailed Description
Two main embodiments are described in detail in turn in the below. Some other embodiments are described along the way.
First Example
As shown in Figure 1, in a first network 2, there are small cell base stations 4 that each include both cellular wireless (enhanced base station, eNodeB, eNB) functionality and wifi (access point, AP) functionality. Either or both of these two functionalities may be used for communication with user terminal devices 6 of users 8 within the respective small cells 10.
The small cell base stations 4 are connected to the Mobile Network Operator's cloud 12. The small cell base stations 4 are connected via network elements (not shown) to the Mobile Network Operator's cloud 12. The cloud 12 includes a server 14, which in this example is a Device-to-Device (D2D) server. The server 14 allows secure (e.g. wifi) connections between the user terminal devices 6 within a same small celllO.
The server 14 involves the use of dockers 16, so may be considered
'dockerised'.
In this sense, a docker 16 is a virtual container into which an Application and its library/dependencies are put, so that the container may be run on the server which runs Linux operating system. Accordingly, the use of dockers may be considered a type of operating system-level virtualisation on Linux. More specifically, dockers as available at the current time (Docker Inc, www.docker.com, release 1 .6.0 16th April 2015) use resource isolation features of the Linux kernel such as cgroups and kernel namespaces to allow independent containers to run within a single Linux server.
The server 14 has an IP address. The server 14 may have multiple dockers 16 launched, one for each small cell in which the service is to be provided. Each docker 16 has an associated input/output port 20 that is identified by a corresponding port number.
The combination of IP address and port number is useful to user terminals 6 in a small cell 10 for service provision by the docker 16 associated with that small cell.
Operation
As shown in Figure 2, a user terminal 6 (UEl) arrives (step a) in the small cell
10 and connects (step b) to the small cell base station 4 (eNBl/APl).
The user terminal UEl seeks to register to the device-to-device (D2D) server to obtain a service, namely local device to device communication within the small cell.
For this purpose, the user terminal UEl has received the Internet Protocol (IP) address of the server 14 and a default port used to access the server, either from its initial configuration (not shown ) or by Domain Name System (DNS) query (not shown).
This registration is done by the following steps.
The user terminal UEl sends (step c) a registration request to the server 14 that includes the small cell identifier (Cell ld 1), specifically to a port allocation function 18 of the server 14. The port allocation function 18 checks (step d) to determine whether there is a specific docker 16 associated with that small cell, and if so, both forwards (step e) the registration request to the correct docker 16 and either replies (step f) to the user terminal or lets the specific docker 16 reply so as to give the port number identifying the port 20 of that docker 16 to the user terminal UE1 for subsequent use.
Mapping Small Cells to Docker ports
The port allocation function 18 holds a record of which docker 16 (identified by a corresponding port number) in the server 14 has been assigned to which small cell base (identified by a Cell ld).
At the time of launching a docker 16 to serve user terminals 6 of a given small cell, the port allocation function 18 of the server 14 searches (not shown in Figure 2) to determine available free ports and allocates one port to that docker for that small cell. The port allocation function 18 then stores a record of which port was allocated to that small cell.
In other similar examples (not shown) the server is a local Access Network Discovery and Selection Function (Local- ANDSF) server, an Uplink (UL) cache server or any other type of server that provides a useful service on a local-to-small-cell basis.
Second Example
As shown in Figure 3, in a second network 2', there are small cell base stations 4' that each include both cellular wireless (enhanced base station, eNodeB, eNB) functionality and wifi (access point, AP) functionality. Either or both of these two functionalities may be used for communication with user terminal devices 6' of users 8 within the respective small cells 10'. For simplicity in Figure 3 just three small cells 4' are shown.
The small cell base stations 4' are connected via network elements (not shown) to the Mobile Network Operator's cloud 12'. In addition to the small cell base stations 4' some Direct Access Caches (DACs) 5 are also deployed by which we mean some relatively small cache equipments 5 that are able to cache downlink and/or uplink digital content and provide that content to users using device-to-device connections, for example Wi-Fi direct. A DAC 5 is of a "stick-it-to -the- wall" type, so as to be simple to deploy.
The cloud 12' includes a server 15 which in this example is a DAC server. The server 15 allows secure (e.g. wifi) connections between the user terminal devices 6 within a same small cell 10'.
In this example, the DAC server 15 allows downlink content that was already downloaded by one or some users to be stored in the DAC 5 so made available via wifi direct to other users in the small cell 10'. In another similar example, the DAC server 15 is an uplink cache server/scheduler.
The server 15 involves the use of dockers 17, so may be considered
'dockerised'. A docker is a virtual container as explained above in relation to the example shown in Figure 1. The server 15 runs several dockers on the same machine, all the dockers share the same Internet Protocol address, which is the IP address of the server, and so are differentiated by dockers for a small cell having a corresponding docker port number assigned.
In this example, a first small cell 4' namely eNBl/APl has two associated DACs 5, namely DAC1 and DAC 2 as shown in Figure 3. There is one docker 17a running for these two DACs.
Also, a second small cell 4' namely eNB2/AP2 has two associated DACs 5, namely DAC3 and DAC 4 as also shown in Figure 3. There is one docker 17b running for these two DACs.
The third small cell 4' shown, namely eNB3/AP3 has no DAC and hence no associated docker running on the server 15.
In the server 15, a port allocation function 18' includes a record table 19 of which docker port maps to which small cell. The table 19 relates the small cell identifier (Cell lD) to associated docker port. Setting up a docker
As shown in Figure 4, docker 17 launch happens as part of registration at the server of a first Direct Access Cache (DAC) in the small cell.
In this example, initially no DAC is installed, so no DAC service docker is provided. A first DAC (namely DACl) is then installed (step a') at a first small cell 4' which is connected to its wireless function eNBl .
The DAC (DACl) is attached (step b') to the small cell (by cellular
telecommunications as the DAC includes a Subscriber Identity Module (SIM) card.
In an otherwise similar alternative example (not shown) the first DAC is connected instead to the wi-fi function API of the small cell. In a second otherwise similar alternative example (not shown) the first DAC is connected by wire to the small cell.
The DAC (DACl) then seeks to register at the server 15 by formulating and sending (step c') a registration request message.
This registration request message includes the location of DAC 1 , namely its small cell identifier (Cell ld). The message also includes a field (Equipment- type=DAC) indicating the nature of the equipment so that the server 15 recognises that the server 15 must launch a docker 17a for that service in that small cell.
This registration message is sent to the IP address of the server to be received on the default port of the server 15.
The port allocation function 18 checks (step d') that there is no docker already launched that is associated with that small cell identifier (Cell-Id) and determines (step e') from the Equipment type =DAC field, that a docker for providing DAC service in that small cell is desirable.
The port allocation function 18 launches (step f ) a docker (Docker ENBl) 17a and forwards (step g') the registration request message to that docker 17a.
The docker 17a replies (step h') with a registration response that includes the docker port number. This message is received by the DACl and is used (step i') thereafter in relating the DAC to the docker in subsequent messages relating to that service. Registration of second and subsequent Direct access cache at the server
As shown in Figure 5, a second DAC (DAC2) is installed (step m) in the same small cell as DAC1.
This second DAC (DAC2) is attached (step n) to the small cell (by cellular telecommunications as the DAC includes a Subscriber Identity Module (SIM) card.
The DAC (DAC2) then seeks to register at the server 15 by formulating and sending (step o) a registration request message. This registration request message includes the location of DAC2, namely its small cell identifier (Cell ld). The message also includes a field (Equipment-type=DAC) indicating the nature of the equipment.
The port allocation function 18 determines (step p) that there is already a docker associated with that small cell identifier (Cell-Id) for the DAC service (equipment-type=DAC)
The port allocation function 18 forwards (step r) the registration request message to that docker 17a.
The docker 17a replies (step s) with a registration response that includes the docker port number. This message is received by the DAC1 and is used (step t) thereafter in relating the DAC to the docker port in subsequent messages relating to that service.
User terminal registering for the dockerised service
As shown in Figure 6, a first user terminal UE1 arrives in the small cell 4' (eNBl/APl) and so handovers/attaches (step ai) to the small cell.
The user terminal UE1 seeks to register at the server 15 by formulating and sending (step bi) a registration request message. This registration request message includes the location of the user terminal, namely its small cell identifier (Cell ld).
The port allocation function 18 determines (step Ci) that there is a docker 17a associated with that small cell identifier (Cell-Id) for the DAC service. Accordingly, the port allocation function 18 forwards (step di) the registration request message to that docker 17a. The docker 17a replies (step ei) with a registration response that includes the docker port number. This message is received by the user terminal UE1 and is used (step fi) thereafter in relating the DAC to the docker port in subsequent messages relating to that service.
User terminal seeking to register for a dockerised service that is not available
Figure 7 is presented for completeness.
As shown in Figure 7, a user terminal UE1 becomes connected (step a2) to a small cell 4' namely eNB3/AP3 for which there is no Direct Access Cache and hence for which a DAC service is not provided.
The user terminal UE1 seeks to register at the server 15 by formulating and sending (step b2) a registration request message. This registration request message includes the location of the user terminal, namely its small cell identifier (Cell ld).
The port allocation function 18 determines (step c2) that there is not a docker associated with that small cell identifier (Cell ld) for the DAC service and the registration request is not from a DAC itself seeking to launch an associated docker . Accordingly, the port allocation function 18 replies (step d2) with a response that the service is not available. Alternative approach to setting up a docker
In a similar embodiment to that described with reference to Figures 3 to 7, instead of using a dedicated field to indicate that it is a DAC requesting to register, a dedicated message can be used instead.
As shown in Figure 8, docker launch happens as part of registration process of a first Direct Access Cache (DAC) at the server.
In this example, initially no DAC is installed, so no DAC service docker is provided. A first DAC (namely DACl) is then installed (step a3) at a first small cell 4' which is connected to its wireless function eNBl .
The DAC (DACl) is attached (step b3) to the small cell (by cellular telecommunications as the DAC includes a Subscriber Identity Module (SIM) card. The DAC (DAC1) then notifies its presence by sending (step c3) a DAC-docker set-up request that includes the location of DAC 1, namely its small cell identifier (Celljd).
The port allocation function 18 checks (step d3) that there is no docker already launched that is associated with that small cell identifier (Cell ld) and launches (step e3) a docker (Docker ENB1) 17a.
The docker 17a replies (step f3) with a set-up response that includes the docker port number. This set-up message is received (step g3) by the DAC1
In a further handshaking process, the DAC1 sends (step h3) a further registration request via the indicated docker port to the now launched docker 17a in the DAC server 15. The docker 17a replies (step i3) so as to give registration parameters to the DAC1.
In subsequent messages thereafter, the docker port number indicated in the setup response message is also used (step j3) in relating the DAC to the docker relating to that service.
Some further Examples
The present invention may be embodied in other specific forms without departing from its essential characteristics.
As mentioned above, the server may be a D2D server, a DAC server, a local
Access Network Discovery and Selection Function (Local- ANDSF) server, an Uplink (UL) cache server or any other type of server that provides a useful service on a local- to-small-cell basis.
In some examples, a small cell base station may use WiFi functionality so be an Access Point. The device, for example the user terminal or direct access cache, in the small cell that is seeking to register for the service sends the small cell identifier in the form of a WiFi location, namely SSID and BSSID. SSID denotes Service Set
Identification and BSSID denotes Basic Service Set Identification. The server receives the request and relates that small cell identifier to the corresponding docker port number. The described embodiments are to be considered in all respects only as illustrative and not restrictive. The scope of the invention is, therefore, indicated by the appended claims rather than by the foregoing description. All changes that come within the meaning and range of equivalency of the claims are to be embraced within their scope.
A person skilled in the art would readily recognize that steps of various above- described methods can be performed by programmed computers. Some embodiments relate to program storage devices, e.g., digital data storage media, which are machine or computer readable and encode machine-executable or computer-executable programs of instructions, wherein said instructions perform some or all of the steps of said above-described methods. The program storage devices may be, e.g., digital memories, magnetic storage media such as a magnetic disks and magnetic tapes, hard drives, or optically readable digital data storage media. Some embodiments involve computers programmed to perform said steps of the above-described methods.

Claims

Claims:
1. A method of registering for a service a device residing in a small cell provided by a small cell base station, the small cell base station being associated with a cloud-based server, the server including a docker container for controlling the service in that small cell, the docker container having a docker port, and the method including the steps of: the device sending a request to register including a small cell identifier of the small cell,
the server receiving the request and relating the small cell identifier in the request to a corresponding docker port identifier, and
the device being informed of the docker port identifier of the docker associated with that small cell.
2. A method according to claim 1 , in which the server inspects a mapping table relating docker ports and small cell identifiers so as to determine the docker port identifier relating to the small cell identifier in the request.
3. A method according to claim 1 or claim 2, in which the service is a device-to- device service.
4. A method according to any preceding claim, in which the device is a user terminal.
5. A method according to any of claim s 1 to 3, in which the device is a direct access cache.
6. A method according to claim 5, in which the device is a second or subsequent direct access cache installed in a small cell, and a previous request to register the first direct access cache installed in the small cell triggered creation of the docker container for controlling the service in that small cell.
7. A method according to claim 5 or claim 6, in which the first direct access cache is identified as a direct access cache by a dedicated parameter in the corresponding request to register that triggered creation of the docker container.
8. A method according to claim 5 or claim 6, in which the first direct access cache is identified as a direct access cache in a dedicated message that triggered creation of the docker container.
9. A cloud-based server configured to register for a service a device residing in a small cell provided by a small cell base station, in which the server comprising a docker container for controlling the service in that small cell, the docker container having an associated docker port, the server being configured to receive a request to register from the device including a small cell identifier of the small cell, the server being configured to determine the docker port identifier that corresponds to the small cell identifier indicated in the request, and
the server being configured to send a reply giving the docker port identifier associated with that small cell.
10. A server according to claim 9, comprising a mapping table relating docker ports and small cell identifiers, the server being configured to determine from the mapping table the docker port identifier that corresponds to the small cell identifier indicated the request.
1 1. A server according to claim 9 or claim 10, in which the service is a device-to- device service controlled by the server.
12. A network including the server according to any of claims 9 to 1 1 , in which the device is a user terminal.
13. A network including the server according to any of claims 9 to 1 1, in which the device is a direct access cache.
14. A network according to claim 13, in which the device is a second or subsequent direct access cache installed in a small cell, and a previous request to register the first direct access cache installed in the small cell triggered creation of the docker container for controlling the service in that small cell.
15. A network according to claim 14, in which the first direct access cache is identified as a direct access cache by a dedicated parameter in the corresponding request to register that triggered creation of the docker container.
PCT/EP2016/062679 2015-06-05 2016-06-03 A network, a cloud-based server, and a method of registering for a service Ceased WO2016193446A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201680045168.1A CN107925978B (en) 2015-06-05 2016-06-03 Network, cloud-based server, and registration method for service
US15/579,639 US10305853B2 (en) 2015-06-05 2016-06-03 Network, a cloud-based server, and a method of registering for a service

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
EP15290149.2 2015-06-05
EP15290149.2A EP3101966B1 (en) 2015-06-05 2015-06-05 A network, a cloud-based server, and a method of registering for a service

Publications (1)

Publication Number Publication Date
WO2016193446A1 true WO2016193446A1 (en) 2016-12-08

Family

ID=53496586

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/EP2016/062679 Ceased WO2016193446A1 (en) 2015-06-05 2016-06-03 A network, a cloud-based server, and a method of registering for a service

Country Status (4)

Country Link
US (1) US10305853B2 (en)
EP (1) EP3101966B1 (en)
CN (1) CN107925978B (en)
WO (1) WO2016193446A1 (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106681800A (en) * 2017-01-13 2017-05-17 济南浪潮高新科技投资发展有限公司 Implementation method of resource monitoring based on Docker
US10880248B2 (en) * 2017-06-06 2020-12-29 Cisco Technology, Inc. Orchestrator agnostic application container visibility
CN107734037A (en) * 2017-10-19 2018-02-23 郑州云海信息技术有限公司 A kind of NAS clusters and data access method
US20200034156A1 (en) * 2018-07-25 2020-01-30 Futurewei Technologies, Inc. Resource Optimization and Reuse in Resource Constrained Environment
US11570598B2 (en) * 2018-07-30 2023-01-31 Telefonaktiebolaget Lm Ericsson (Publ) Joint spectrum allocation and cache placement in a D2D network
CN109842559B (en) * 2018-12-28 2021-04-09 中兴通讯股份有限公司 Network communication method and system
US11588749B2 (en) * 2020-05-15 2023-02-21 Cisco Technology, Inc. Load balancing communication sessions in a networked computing environment
US12353907B1 (en) 2020-09-04 2025-07-08 Pure Storage, Inc. Application migration using data movement capabilities of a storage system
US12131044B2 (en) * 2020-09-04 2024-10-29 Pure Storage, Inc. Intelligent application placement in a hybrid infrastructure

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110176528A1 (en) * 2011-03-30 2011-07-21 Wei Lu Open wireless architecture (owa) mobile cloud infrastructure and method
WO2014098676A1 (en) * 2012-12-20 2014-06-26 Telefonaktiebolaget Lm Ericsson (Publ) Method, control node, gateway and computer program for enabling communication with a newly detected device
CN103906068A (en) * 2012-12-26 2014-07-02 华为技术有限公司 Virtual base station establishment method and device

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100372327C (en) * 2005-01-11 2008-02-27 华为技术有限公司 Network access system and access method based on serving cell
WO2010145882A1 (en) * 2009-06-18 2010-12-23 Venatech Ab An access point, a server and a system for distributing an unlimited number of virtual ieee 802.11 wireless networks through a heterogeneous infrastructure
US9973375B2 (en) * 2013-04-22 2018-05-15 Cisco Technology, Inc. App store portal providing point-and-click deployment of third-party virtualized network functions
US9998320B2 (en) * 2014-04-03 2018-06-12 Centurylink Intellectual Property Llc Customer environment network functions virtualization (NFV)
US9906454B2 (en) * 2014-09-17 2018-02-27 AppFormix, Inc. System and method for providing quality of service to data center applications by controlling the rate at which data packets are transmitted
US9705973B2 (en) * 2015-04-29 2017-07-11 International Business Machines Corporation Release and management of composite applications on PaaS
US10348866B2 (en) * 2016-02-19 2019-07-09 Wuhan Mbaas Computing Co. Ltd. Apparatus, system and method to provide IoT cloud backend service

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110176528A1 (en) * 2011-03-30 2011-07-21 Wei Lu Open wireless architecture (owa) mobile cloud infrastructure and method
WO2014098676A1 (en) * 2012-12-20 2014-06-26 Telefonaktiebolaget Lm Ericsson (Publ) Method, control node, gateway and computer program for enabling communication with a newly detected device
CN103906068A (en) * 2012-12-26 2014-07-02 华为技术有限公司 Virtual base station establishment method and device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
LIU DI ET AL: "The research and implementation of cloud computing platform based on docker", 2014 11TH INTERNATIONAL COMPUTER CONFERENCE ON WAVELET ACTIEV MEDIA TECHNOLOGY AND INFORMATION PROCESSING(ICCWAMTIP), IEEE, 19 December 2014 (2014-12-19), pages 475 - 478, XP032755651, ISBN: 978-1-4799-7207-4, [retrieved on 20150330], DOI: 10.1109/ICCWAMTIP.2014.7073453 *

Also Published As

Publication number Publication date
EP3101966B1 (en) 2019-08-21
EP3101966A1 (en) 2016-12-07
US20180167354A1 (en) 2018-06-14
CN107925978A (en) 2018-04-17
CN107925978B (en) 2021-08-27
US10305853B2 (en) 2019-05-28

Similar Documents

Publication Publication Date Title
US10305853B2 (en) Network, a cloud-based server, and a method of registering for a service
ES3037400T3 (en) Cloud sim card management server, binding apparatus, management method, binding method and system
US11297542B2 (en) Base station handover method, system, and computer storage medium
CN111466110B (en) Edge Computing Relocation
EP3327992B1 (en) Method of selecting network slice and system utilizing same
EP3754950B1 (en) Method, device, apparatus for mac address conflict detection and computer readable storage medium
KR102580499B1 (en) Communication methods and communication devices
US12095849B2 (en) Method and apparatus for transferring an edge computing application
EP3282719A1 (en) Method and device for determining and using d2d relay node
KR20210031947A (en) Radio access network information processing method and apparatus, network element and storage medium
CN114557117A (en) Transparent relocation of MEC application instances between 5G devices and MEC hosts
CN113891423A (en) Method and device for transmitting response message
EP3657762B1 (en) Network service system and network service method
CN104066070A (en) Terminal registration method, terminal finding method, terminal and devices
US11218384B2 (en) Method of creating and deleting vWLAN dynamically in a fixed access network sharing environment
CN106993329A (en) Paging method, device and system
KR20130093953A (en) Method and apparatus for supporting device to device communications
CN109788507A (en) Communication means and device
US12284695B2 (en) Functional part selection in a disaggregated base station
US9386411B2 (en) Radio access system, controlling apparatus, and terminal apparatus
CN112566189A (en) Method for acquiring terminal information and first-class base station
WO2017045197A1 (en) Method for accessing local network, and related device
JP7324376B2 (en) Setting system, setting method
US20220116794A1 (en) Automatic central unit user plane creation
US10111097B2 (en) Method for network traffic routing

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16726884

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 15579639

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16726884

Country of ref document: EP

Kind code of ref document: A1