WO2022186566A1 - Electronic device and method using media conditions for ims supplementary service - Google Patents

Electronic device and method using media conditions for ims supplementary service Download PDF

Info

Publication number
WO2022186566A1
WO2022186566A1 PCT/KR2022/002841 KR2022002841W WO2022186566A1 WO 2022186566 A1 WO2022186566 A1 WO 2022186566A1 KR 2022002841 W KR2022002841 W KR 2022002841W WO 2022186566 A1 WO2022186566 A1 WO 2022186566A1
Authority
WO
WIPO (PCT)
Prior art keywords
server
electronic device
request
media
put request
Prior art date
Application number
PCT/KR2022/002841
Other languages
French (fr)
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 WO2022186566A1 publication Critical patent/WO2022186566A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/1066Session management
    • H04L65/1083In-session procedures
    • H04L65/1089In-session procedures by adding media; by removing media
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/10Architectures or entities
    • H04L65/1016IP multimedia subsystem [IMS]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/40Support for services or applications
    • 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/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols

Definitions

  • the following disclosure relates to an electronic device and method for using a media condition for an IMS supplementary service.
  • IMS is a network framework devised by 3GPP to provide multimedia services in the Internet Protocol (hereinafter 'IP') network.
  • IMS uses a packet-switched-based non-fixed path based on the Internet protocol to increase transmission efficiency and ensure stability.
  • the electronic device may support various supplementary service functions, and representatively, a function for call forwarding and a function for call barring exist.
  • the rules according to the media of the XCAP server may be different for each call forwarding (CF) function and call blocking (CB) function. Accordingly, when the electronic device transmits a PUT request to a server to change a setting for an additional service function, success or failure of the PUT operation is often divided according to media conditions. Even when it appears that media is not used on the XML document transmitted by the server to the electronic device, when the electronic device transmits a PUT request having a media condition including media to the server, the PUT operation may be successful.
  • CF call forwarding
  • CB call blocking
  • the electronic device In response to detecting a PUT attempt according to the communication module, the memory, and the user's XML Configuration Access Protocol (XCAP), the electronic device according to an embodiment transmits a GET request according to the XCAP to the server, and responds to the GET request. In response to receiving a reply to and a processor for sending a second PUT request having a second media condition different from a media condition to the server.
  • XCAP XML Configuration Access Protocol
  • the communication module may receive a rule set including a rule for at least one function from the server receiving the GET request.
  • the processor may determine whether a successful PUT operation exists for the function selected by the user among the at least one function from the successful PUT operation history associated with the server.
  • the processor determines whether a previous PUT request includes a media type designation, and generates a third PUT request using the media type designation of the previous PUT request. can be transmitted
  • the processor may generate and transmit the first PUT request based on a rule for the selected function.
  • the processor may determine whether the extracted rule includes a media type designation, and may generate and transmit a first PUT request using the media type designation of the extracted rule.
  • the processor sends, to the server, a second PUT request having a second media condition in which the media type specification is excluded, when the first media condition includes the media type specification, and the first media condition specifies the media type If not included, a second PUT request having a second media condition including media type designation may be transmitted to the server.
  • the processor extracts a rule corresponding to the function selected by the user from among the rules for the at least one function, and adds a media condition including a media type for which the electronic device requests a setting change to the extracted rule
  • the second PUT request may be generated.
  • the processor determines whether the first media condition of the first PUT request includes a media type specification and requests a configuration change in the first PUT request.
  • the function may be stored as a history of successful PUT operations for the server.
  • the processor receives a response status code from the server in response when a PUT operation corresponding to the first PUT request fails, and when the received response status code is a first code, sends the second PUT request can be transmitted to the server.
  • a method implemented by a processor includes an operation of transmitting a GET request according to the XCAP to a server in response to detecting a PUT attempt according to the XML Configuration Access Protocol (XCAP) of the user, and a reply to the GET request In response to receiving the first media of the first PUT request, in response to an operation of transmitting a first PUT request according to XCAP to the server and a PUT operation corresponding to the first PUT request fail and transmitting a second PUT request having a second media condition different from the media condition to the server.
  • XCAP XML Configuration Access Protocol
  • the electronic device may transmit a first PUT request according to XCAP to the server, and when the PUT operation according to the first PUT request fails, may transmit a second PUT request having a different media condition to the server. Even if the PUT operation fails, the electronic device according to an embodiment may transmit a second PUT request having a different media condition to increase the success probability of the PUT operation.
  • the electronic device determines whether the media condition of the PUT request includes specifying a media type and a function of requesting a setting change in the PUT request to the server, a successful PUT operation history can be saved as The electronic device according to an embodiment may reduce the number of requests and/or responses between the electronic device and the server by using the successful PUT operation history at the next PUT attempt.
  • FIG. 1 is a block diagram illustrating a configuration of an electronic device in a network environment according to example embodiments.
  • FIG. 2 is a flowchart illustrating an operation of an electronic device according to an exemplary embodiment.
  • FIG. 3 illustrates a screen provided by an electronic device to a user to change a function setting according to an exemplary embodiment.
  • FIG. 4 illustrates an Extensible Markup Language (XML)-based document that an electronic device transmits and receives a GET request to a server according to an exemplary embodiment.
  • XML Extensible Markup Language
  • FIG. 5 illustrates an XML-based document for a PUT request transmitted from an electronic device to a server according to an embodiment.
  • FIG. 6 illustrates a process in which an electronic device generates a PUT request using a successful PUT operation history according to an embodiment.
  • FIG. 7 illustrates an operation for generating and transmitting a first PUT request of an electronic device to a server according to an embodiment.
  • FIG. 8 illustrates an operation for a case in which a PUT operation corresponding to a first PUT request of an electronic device fails, according to an embodiment.
  • FIG. 1 is a block diagram of an electronic device 101 in a network environment 100, according to various embodiments.
  • the electronic device 101 communicates with the electronic device 102 through a first network 198 (eg, a short-range wireless communication network) or a second network 199 . It may communicate with at least one of the electronic device 104 and the server 108 through (eg, a long-distance wireless communication network). According to an embodiment, the electronic device 101 may communicate with the electronic device 104 through the server 108 .
  • the electronic device 101 includes a processor 120 , a memory 130 , an input module 150 , a sound output module 155 , a display module 160 , an audio module 170 , and a sensor module ( 176), interface 177, connection terminal 178, haptic module 179, camera module 180, power management module 188, battery 189, communication module 190, subscriber identification module 196 , or an antenna module 197 .
  • at least one of these components eg, the connection terminal 178
  • some of these components are integrated into one component (eg, display module 160 ). can be
  • the processor 120 for example, executes software (eg, a program 140) to execute at least one other component (eg, a hardware or software component) of the electronic device 101 connected to the processor 120. It can control and perform various data processing or operations. According to one embodiment, as at least part of data processing or operation, the processor 120 converts commands or data received from other components (eg, the sensor module 176 or the communication module 190 ) to the volatile memory 132 . may be stored in , process commands or data stored in the volatile memory 132 , and store the result data in the non-volatile memory 134 .
  • software eg, a program 140
  • the processor 120 converts commands or data received from other components (eg, the sensor module 176 or the communication module 190 ) to the volatile memory 132 .
  • the volatile memory 132 may be stored in , process commands or data stored in the volatile memory 132 , and store the result data in the non-volatile memory 134 .
  • the processor 120 is the main processor 121 (eg, a central processing unit or an application processor) or a secondary processor 123 (eg, a graphic processing unit, a neural network processing unit (eg, a graphic processing unit, a neural network processing unit) a neural processing unit (NPU), an image signal processor, a sensor hub processor, or a communication processor).
  • the main processor 121 eg, a central processing unit or an application processor
  • a secondary processor 123 eg, a graphic processing unit, a neural network processing unit (eg, a graphic processing unit, a neural network processing unit) a neural processing unit (NPU), an image signal processor, a sensor hub processor, or a communication processor.
  • the main processor 121 e.g, a central processing unit or an application processor
  • a secondary processor 123 eg, a graphic processing unit, a neural network processing unit (eg, a graphic processing unit, a neural network processing unit) a neural processing unit (NPU), an image signal processor, a
  • the secondary processor 123 may, for example, act on behalf of the main processor 121 while the main processor 121 is in an inactive (eg, sleep) state, or when the main processor 121 is active (eg, executing an application). ), together with the main processor 121, at least one of the components of the electronic device 101 (eg, the display module 160, the sensor module 176, or the communication module 190) It is possible to control at least some of the related functions or states.
  • the coprocessor 123 eg, an image signal processor or a communication processor
  • may be implemented as part of another functionally related component eg, the camera module 180 or the communication module 190 ). have.
  • the auxiliary processor 123 may include a hardware structure specialized for processing an artificial intelligence model.
  • Artificial intelligence models can be created through machine learning. Such learning may be performed, for example, in the electronic device 101 itself on which the artificial intelligence model is performed, or may be performed through a separate server (eg, the server 108).
  • the learning algorithm may include, for example, supervised learning, unsupervised learning, semi-supervised learning, or reinforcement learning, but in the above example not limited
  • the artificial intelligence model may include a plurality of artificial neural network layers.
  • Artificial neural networks include deep neural networks (DNNs), convolutional neural networks (CNNs), recurrent neural networks (RNNs), restricted boltzmann machines (RBMs), deep belief networks (DBNs), bidirectional recurrent deep neural networks (BRDNNs), It may be one of deep Q-networks or a combination of two or more of the above, but is not limited to the above example.
  • the artificial intelligence model may include, in addition to, or alternatively, a software structure in addition to the hardware structure.
  • the memory 130 may store various data used by at least one component (eg, the processor 120 or the sensor module 176 ) of the electronic device 101 .
  • the data may include, for example, input data or output data for software (eg, the program 140 ) and instructions related thereto.
  • the memory 130 may include a volatile memory 132 or a non-volatile memory 134 .
  • the program 140 may be stored as software in the memory 130 , and may include, for example, an operating system 142 , middleware 144 , or an application 146 .
  • the input module 150 may receive a command or data to be used by a component (eg, the processor 120 ) of the electronic device 101 from the outside (eg, a user) of the electronic device 101 .
  • the input module 150 may include, for example, a microphone, a mouse, a keyboard, a key (eg, a button), or a digital pen (eg, a stylus pen).
  • the sound output module 155 may output a sound signal to the outside of the electronic device 101 .
  • the sound output module 155 may include, for example, a speaker or a receiver.
  • the speaker can be used for general purposes such as multimedia playback or recording playback.
  • the receiver can be used to receive incoming calls. According to one embodiment, the receiver may be implemented separately from or as part of the speaker.
  • the display module 160 may visually provide information to the outside (eg, a user) of the electronic device 101 .
  • the display module 160 may include, for example, a control circuit for controlling a display, a hologram device, or a projector and a corresponding device.
  • the display module 160 may include a touch sensor configured to sense a touch or a pressure sensor configured to measure the intensity of a force generated by the touch.
  • the audio module 170 may convert a sound into an electric signal or, conversely, convert an electric signal into a sound. According to an embodiment, the audio module 170 acquires a sound through the input module 150 , or an external electronic device (eg, a sound output module 155 ) connected directly or wirelessly with the electronic device 101 .
  • the electronic device 102) eg, a speaker or headphones
  • the electronic device 102 may output a sound.
  • the sensor module 176 detects an operating state (eg, power or temperature) of the electronic device 101 or an external environmental state (eg, a user state), and generates an electrical signal or data value corresponding to the sensed state. can do.
  • the sensor module 176 may include, for example, a gesture sensor, a gyro sensor, a barometric pressure sensor, a magnetic sensor, an acceleration sensor, a grip sensor, a proximity sensor, a color sensor, an IR (infrared) sensor, a biometric sensor, It may include a temperature sensor, a humidity sensor, or an illuminance sensor.
  • the interface 177 may support one or more specified protocols that may be used by the electronic device 101 to directly or wirelessly connect with an external electronic device (eg, the electronic device 102 ).
  • the interface 177 may include, for example, a high definition multimedia interface (HDMI), a universal serial bus (USB) interface, an SD card interface, or an audio interface.
  • the connection terminal 178 may include a connector through which the electronic device 101 can be physically connected to an external electronic device (eg, the electronic device 102 ).
  • the connection terminal 178 may include, for example, an HDMI connector, a USB connector, an SD card connector, or an audio connector (eg, a headphone connector).
  • the haptic module 179 may convert an electrical signal into a mechanical stimulus (eg, vibration or movement) or an electrical stimulus that the user can perceive through tactile or kinesthetic sense.
  • the haptic module 179 may include, for example, a motor, a piezoelectric element, or an electrical stimulation device.
  • the camera module 180 may capture still images and moving images. According to an embodiment, the camera module 180 may include one or more lenses, image sensors, image signal processors, or flashes.
  • the power management module 188 may manage power supplied to the electronic device 101 .
  • the power management module 188 may be implemented as, for example, at least a part of a power management integrated circuit (PMIC).
  • PMIC power management integrated circuit
  • the battery 189 may supply power to at least one component of the electronic device 101 .
  • battery 189 may include, for example, a non-rechargeable primary cell, a rechargeable secondary cell, or a fuel cell.
  • the communication module 190 is a direct (eg, wired) communication channel or a wireless communication channel between the electronic device 101 and an external electronic device (eg, the electronic device 102, the electronic device 104, or the server 108). It can support establishment and communication performance through the established communication channel.
  • the communication module 190 may include one or more communication processors that operate independently of the processor 120 (eg, an application processor) and support direct (eg, wired) communication or wireless communication.
  • the communication module 190 is a wireless communication module 192 (eg, a cellular communication module, a short-range communication module, or a global navigation satellite system (GNSS) communication module) or a wired communication module 194 (eg, : It may include a local area network (LAN) communication module, or a power line communication module).
  • a wireless communication module 192 eg, a cellular communication module, a short-range communication module, or a global navigation satellite system (GNSS) communication module
  • GNSS global navigation satellite system
  • wired communication module 194 eg, : It may include a local area network (LAN) communication module, or a power line communication module.
  • a corresponding communication module among these communication modules is a first network 198 (eg, a short-range communication network such as Bluetooth, wireless fidelity (WiFi) direct, or infrared data association (IrDA)) or a second network 199 (eg, legacy It may communicate with the external electronic device 104 through a cellular network, a 5G network, a next-generation communication network, the Internet, or a computer network (eg, a telecommunication network such as a LAN or a WAN).
  • a first network 198 eg, a short-range communication network such as Bluetooth, wireless fidelity (WiFi) direct, or infrared data association (IrDA)
  • a second network 199 eg, legacy It may communicate with the external electronic device 104 through a cellular network, a 5G network, a next-generation communication network, the Internet, or a computer network (eg, a telecommunication network such as a LAN or a WAN).
  • a telecommunication network
  • the wireless communication module 192 uses subscriber information (eg, International Mobile Subscriber Identifier (IMSI)) stored in the subscriber identification module 196 within a communication network such as the first network 198 or the second network 199 .
  • subscriber information eg, International Mobile Subscriber Identifier (IMSI)
  • IMSI International Mobile Subscriber Identifier
  • the electronic device 101 may be identified or authenticated.
  • the wireless communication module 192 may support a 5G network after a 4G network and a next-generation communication technology, for example, a new radio access technology (NR).
  • NR access technology includes high-speed transmission of high-capacity data (eMBB (enhanced mobile broadband)), minimization of terminal power and access to multiple terminals (mMTC (massive machine type communications)), or high reliability and low latency (URLLC (ultra-reliable and low-latency) -latency communications)).
  • eMBB enhanced mobile broadband
  • mMTC massive machine type communications
  • URLLC ultra-reliable and low-latency
  • the wireless communication module 192 may support a high frequency band (eg, mmWave band) to achieve a high data rate, for example.
  • a high frequency band eg, mmWave band
  • the wireless communication module 192 uses various techniques for securing performance in a high-frequency band, for example, beamforming, massive multiple-input and multiple-output (MIMO), all-dimensional multiplexing. It may support technologies such as full dimensional MIMO (FD-MIMO), an array antenna, analog beam-forming, or a large scale antenna.
  • the wireless communication module 192 may support various requirements defined in the electronic device 101 , an external electronic device (eg, the electronic device 104 ), or a network system (eg, the second network 199 ).
  • the wireless communication module 192 may include a peak data rate (eg, 20 Gbps or more) for realizing eMBB, loss coverage (eg, 164 dB or less) for realizing mMTC, or U-plane latency for realizing URLLC ( Example: Downlink (DL) and uplink (UL) each 0.5 ms or less, or round trip 1 ms or less) can be supported.
  • a peak data rate eg, 20 Gbps or more
  • loss coverage eg, 164 dB or less
  • U-plane latency for realizing URLLC
  • the antenna module 197 may transmit or receive a signal or power to the outside (eg, an external electronic device).
  • the antenna module 197 may include an antenna including a conductor formed on a substrate (eg, a PCB) or a radiator formed of a conductive pattern.
  • the antenna module 197 may include a plurality of antennas (eg, an array antenna). In this case, at least one antenna suitable for a communication method used in a communication network such as the first network 198 or the second network 199 is connected from the plurality of antennas by, for example, the communication module 190 . can be selected. A signal or power may be transmitted or received between the communication module 190 and an external electronic device through the selected at least one antenna.
  • other components eg, a radio frequency integrated circuit (RFIC)
  • RFIC radio frequency integrated circuit
  • the antenna module 197 may form a mmWave antenna module.
  • the mmWave antenna module comprises a printed circuit board, an RFIC disposed on or adjacent to a first side (eg, bottom side) of the printed circuit board and capable of supporting a designated high frequency band (eg, mmWave band); and a plurality of antennas (eg, an array antenna) disposed on or adjacent to a second side (eg, top or side) of the printed circuit board and capable of transmitting or receiving signals of the designated high frequency band. can do.
  • peripheral devices eg, a bus, general purpose input and output (GPIO), serial peripheral interface (SPI), or mobile industry processor interface (MIPI)
  • GPIO general purpose input and output
  • SPI serial peripheral interface
  • MIPI mobile industry processor interface
  • the command or data may be transmitted or received between the electronic device 101 and the external electronic device 104 through the server 108 connected to the second network 199 .
  • Each of the external electronic devices 102 or 104 may be the same as or different from the electronic device 101 .
  • all or a part of operations executed in the electronic device 101 may be executed in one or more external electronic devices 102 , 104 , or 108 .
  • the electronic device 101 may perform the function or service itself instead of executing the function or service itself.
  • one or more external electronic devices may be requested to perform at least a part of the function or the service.
  • One or more external electronic devices that have received the request may execute at least a part of the requested function or service, or an additional function or service related to the request, and transmit a result of the execution to the electronic device 101 .
  • the electronic device 101 may process the result as it is or additionally and provide it as at least a part of a response to the request.
  • cloud computing, distributed computing, mobile edge computing (MEC), or client-server computing technology may be used.
  • the electronic device 101 may provide an ultra-low latency service using, for example, distributed computing or mobile edge computing.
  • the external electronic device 104 may include an Internet of things (IoT) device.
  • the server 108 may be an intelligent server using machine learning and/or neural networks.
  • the external electronic device 104 or the server 108 may be included in the second network 199 .
  • the electronic device 101 may be applied to an intelligent service (eg, smart home, smart city, smart car, or health care) based on 5G communication technology and IoT-related technology.
  • the electronic device may have various types of devices.
  • the electronic device may include, for example, a portable communication device (eg, a smart phone), a computer device, a portable multimedia device, a portable medical device, a camera, a wearable device, or a home appliance device.
  • a portable communication device eg, a smart phone
  • a computer device e.g., a smart phone
  • a portable multimedia device e.g., a portable medical device
  • a camera e.g., a portable medical device
  • a camera e.g., a portable medical device
  • a camera e.g., a portable medical device
  • a wearable device e.g., a smart bracelet
  • a home appliance device e.g., a home appliance
  • first, second, or first or second may simply be used to distinguish an element from other elements in question, and may refer elements to other aspects (e.g., importance or order) is not limited. It is said that one (eg, first) component is “coupled” or “connected” to another (eg, second) component, with or without the terms “functionally” or “communicatively”. When referenced, it means that one component can be connected to the other component directly (eg by wire), wirelessly, or through a third component.
  • module used in various embodiments of this document may include a unit implemented in hardware, software, or firmware, and is interchangeable with terms such as, for example, logic, logic block, component, or circuit.
  • a module may be an integrally formed part or a minimum unit or a part of the part that performs one or more functions.
  • the module may be implemented in the form of an application-specific integrated circuit (ASIC).
  • ASIC application-specific integrated circuit
  • Various embodiments of the present document include one or more instructions stored in a storage medium (eg, internal memory 136 or external memory 138) readable by a machine (eg, electronic device 101).
  • a storage medium eg, internal memory 136 or external memory 138
  • the processor eg, the processor 120
  • the device eg, the electronic device 101
  • the one or more instructions may include code generated by a compiler or code executable by an interpreter.
  • the device-readable storage medium may be provided in the form of a non-transitory storage medium.
  • 'non-transitory' only means that the storage medium is a tangible device and does not contain a signal (eg, electromagnetic wave), and this term is used in cases where data is semi-permanently stored in the storage medium and It does not distinguish between temporary storage cases.
  • a signal eg, electromagnetic wave
  • the method according to various embodiments disclosed in this document may be provided in a computer program product (computer program product).
  • Computer program products may be traded between sellers and buyers as commodities.
  • the computer program product is distributed in the form of a machine-readable storage medium (eg compact disc read only memory (CD-ROM)), or through an application store (eg Play StoreTM) or on two user devices ( It can be distributed (eg downloaded or uploaded) directly, online between smartphones (eg: smartphones).
  • a portion of the computer program product may be temporarily stored or temporarily created in a machine-readable storage medium such as a memory of a server of a manufacturer, a server of an application store, or a relay server.
  • each component eg, a module or a program of the above-described components may include a singular or a plurality of entities, and some of the plurality of entities may be separately disposed in other components. have.
  • one or more components or operations among the above-described corresponding components may be omitted, or one or more other components or operations may be added.
  • a plurality of components eg, a module or a program
  • the integrated component may perform one or more functions of each component of the plurality of components identically or similarly to those performed by the corresponding component among the plurality of components prior to the integration. .
  • operations performed by a module, program, or other component are executed sequentially, in parallel, repeatedly, or heuristically, or one or more of the operations are executed in a different order, or omitted. , or one or more other operations may be added.
  • FIG. 2 is a flowchart illustrating an operation of an electronic device according to an exemplary embodiment.
  • a GET request according to XCAP may be sent to the server.
  • the processor eg, the processor 120 of FIG. 1
  • the electronic device eg, the electronic device 101 of FIG. 1
  • XCAP XML Configuration Access Protocol
  • the electronic device is an Internet Protocol Multimedia Subsystem ('IMS') terminal, and may be a terminal using an IMS session for voice or video call.
  • Table 1 shows the support functions of call forwarding (Call Forwarding, hereinafter 'CF') and call blocking (Call Barring, hereinafter 'CB') of the IMS terminal required by GSMA PRD IR.92.
  • the electronic device may change the setting values for the additional service functions of [Table 1] by using the XCAP protocol.
  • the electronic device may support a plurality of functions related to call forwarding (CF) and a plurality of functions related to call barring (CB).
  • CF call forwarding
  • the electronic device includes a plurality of functions related to call forwarding (CF), such as Communication Forwarding Unconditional (CFU), Communication Forwarding on not Logged in (CFNL), Communication Forwarding on Busy (CFB), and Communication Forwarding on not Reachable. (CFNRc) and Communication Forwarding on No Reply (CFNRy) functions may be supported.
  • the Communication Forwarding Unconditional (CFU) function indicates the function of unconditionally forwarding calls based on the destination address.
  • the Communication Forwarding on not Logged in (CFNL) function indicates a function of forwarding calls when the terminal is not connected to the network.
  • the Communication Forwarding on Busy (CFB) function indicates a function of forwarding a call when the terminal is in a call.
  • the Communication Forwarding on not Reachable (CFNRc) function indicates a function of forwarding calls when the terminal is not accessible.
  • the Communication Forwarding on No Reply (CFNRy) function indicates a function of forwarding a call when the terminal does not respond.
  • CB call blocking
  • BAIC Barring of All Incoming Calls
  • BAOC Barring of All Outgoing Calls
  • BOIC Barring of Outgoing International Calls
  • BOIC ExHC Barring of Outgoing International Calls - When Roaming
  • BAOC Barring of All Outgoing Calls
  • BAOC refers to the ability to block all outgoing calls
  • BIC Barring of Outgoing International Calls
  • BIC ExHC Barring of Outgoing International Calls - ex Home Country
  • BOIC ExHC Barring of Outgoing International Calls - When Roaming (BOICRoam) function indicates the function to block international outgoing calls when the roaming function is running. Barring of Incoming Calls - When Roaming (BICRoam) function indicates the ability to block incoming calls when the roaming function is running.
  • the electronic device may detect a PUT attempt according to the user's XCAP for changing the setting of the additional service function from the user.
  • the PUT attempt is a signal generated by a user and may indicate a signal for attempting to change a setting for at least one function among functions supported by the electronic device.
  • the electronic device may transmit a GET request according to XCAP to the server.
  • the server may be an XCAP server.
  • the electronic device may transmit a GET request to the server in order to receive a list of functions supported by the XCAP server and a rule corresponding to the functions supported by the XCAP server.
  • Functions supported by each server may be different.
  • the first XCAP server may support the Call Forwarding Unconditional (hereinafter, 'CFU') function, but may not support the Call Forwarding on Busy (hereinafter, 'CFB') function.
  • the second XCAP server may not support the CFU function, but may support the CFB function.
  • the electronic device may receive a rule for a function supported by the server, which will be described in more detail with reference to FIG. 4 .
  • the electronic device may transmit the first PUT request according to the XCAP to the server.
  • the electronic device may receive a list of functions supported by the server and respective rules for supported functions according to the GET request.
  • the electronic device may transmit a first PUT request for changing a setting for a function selected by the user to the server.
  • the GET request may indicate a signal requesting delivery of at least one function supported by the server and a rule for at least one function.
  • the server may transmit at least one supported function and a message configured as an XML document for at least one function rule to the terminal that has transmitted the GET request.
  • the PUT request may be a signal for requesting a configuration change for at least one function supported by the server.
  • the PUT request may be a message composed of an XML document, and the user terminal may transmit the PUT request to the server.
  • the electronic device in response to the failure of the PUT operation corresponding to the first PUT request, the electronic device requests a second PUT having a second media condition different from a first media condition of the first PUT request. can be sent to the server.
  • the media condition may include a media condition including audio, a media condition including video, a media condition including both audio and video, and a media condition not including media.
  • the electronic device may transmit a PUT request having a media condition including audio to the server, and may transmit a PUT request having a media condition including video to the server. Also, the electronic device may transmit a PUT request having a media condition including audio to the server and then transmit a PUT request having a media condition including video to the server. The electronic device may transmit a PUT request having a media condition that does not include media to the server.
  • media type designation is included for a media condition including at least one media type, and media type designation is excluded for a media condition that does not include a media.
  • the electronic device transmits a first PUT request to a server, and in response to a failure of a PUT operation corresponding to the first PUT request, a second media condition different from the first media condition of the first PUT request A second PUT request having a may be transmitted to the server. Even if the PUT operation corresponding to the first PUT request fails, the electronic device according to an embodiment may increase the success probability of the PUT operation by transmitting the second PUT request to the server.
  • the electronic device may transmit the second PUT request having the second media condition in which the designation of the media type is excluded to the server.
  • the electronic device may transmit a second PUT request having the second media condition including the media type designation to the server.
  • FIG. 3 illustrates a screen provided by an electronic device to a user to change a function setting according to an exemplary embodiment.
  • the electronic device (eg, the electronic device 101 of FIG. 1 ) according to an embodiment may provide a screen 310 for an additional service.
  • the electronic device may receive an interaction signal for the object 311 corresponding to call forwarding or the object 312 corresponding to call barring within the screen 310 from the user. .
  • the electronic device detects an interaction signal from the user for the object 311 corresponding to call forwarding (CF) or the object 312 corresponding to call blocking (CB) as a PUT attempt according to the user's XCAP.
  • CF call forwarding
  • CB call blocking
  • the electronic device may generally provide a screen 320 for receiving a selection of a media type from a user.
  • the media type there are an audio requesting to change the setting of a function for a voice and a video for requesting a setting change of a function for a video.
  • the electronic device may receive an interaction signal for one of an object (voice call) 321 corresponding to audio or an object (video call) 322 corresponding to video media from a user in the screen 320 .
  • the electronic device may transmit a PUT request having a media condition including audio to the server.
  • the electronic device may transmit a PUT request having a media condition including video to the server.
  • the electronic device may request a function setting change from the server without distinction of media types.
  • the electronic device may determine the input signal for the MMI code from the dialer received from the user as a setting change request signal for the additional service function.
  • the electronic device may include all media types in the media conditions and transmit them to the server. After transmitting the PUT request having the media condition including audio to the server, the electronic device may transmit the PUT request having the media condition including video to the server.
  • the electronic device may present a screen 330 in which a plurality of supported functions are divided and displayed. 3 as an example, when the electronic device receives an interaction signal for the object 311 corresponding to the call forwarding (CF) from the user on the screen 310 , the electronic device receives the call forwarding (CF) in the screen 330 . ) and related functions can be presented.
  • the electronic device may include an object 331 corresponding to a Communication Forwarding Unconditional (CFU) function, an object 332 corresponding to a Communication Forwarding on Busy (CFB) function, and a Communication Forwarding on No Reply (CFNRy) function corresponding to the object corresponding to the function.
  • CFU Communication Forwarding Unconditional
  • CFRB Communication Forwarding on Busy
  • CFNRy Communication Forwarding on No Reply
  • An object 333 and an object 334 corresponding to a Communication Forwarding on Not Reachable (CFNRc) function may be presented.
  • the electronic device receives an interaction signal for the object 312 corresponding to the call blocking (CB) from the user on the screen 310 , the plurality of call blocking (CB) associated with the screen 330 is displayed. functions can be presented.
  • FIG. 4 illustrates an Extensible Markup Language (XML)-based document that an electronic device transmits and receives a GET request to a server according to an exemplary embodiment.
  • XML Extensible Markup Language
  • the communication module (eg, the communication module 190 of FIG. 1 ) of the electronic device may transmit a GET request to the server, and the GET request A rule set including a rule for at least one function may be received from the server receiving the .
  • the electronic device may omit the GET request when a rule set previously transmitted to the server already exists.
  • the electronic device may transmit a GET request to the server, and in response to the GET request, at least one function supported by the server and information about a rule for at least one function may be received as the XML document 400 .
  • the XML document 400 received from the server may include a rule set 420 including rules for functions supported by the server along with a 200 OK response 410 .
  • the XML document 400 may include an object 411 capable of distinguishing the type of the rule set 420 .
  • the electronic device uses the object 411 in the XML document 400 to determine whether the rule set 420 includes rules for functions related to call forwarding (CF) and rules for functions related to call blocking (CB). can determine whether For example, referring to FIG. 4 , the object 411 in the XML document 400 is “communication-diversion”, and the electronic device determines that the rule set 420 includes a rule related to call forwarding (CF). can do.
  • CF call forwarding
  • CB functions related to call blocking
  • the rule set 420 may include a first rule 421 , a second rule 422 , and a third rule 423 .
  • the rule set 420 of the XML document 400 is illustrated as including three rules 421 , 422 , and 423 , but the number of rules is not limited thereto.
  • a function supported by the XCAP server for the additional service may correspond to rules 421 , 422 , and 423 in the XML document 400 , respectively.
  • the electronic device may determine a function corresponding to the rule based on conditions 431 , 432 , and 433 of the rules 421 , 422 , and 423 .
  • the electronic device determines that the first rule 421 performs Communication Forwarding Unconditional (CFU) among functions related to call forwarding (CF). It can be judged that it corresponds to the function.
  • CFU Communication Forwarding Unconditional
  • the second rule 432 includes a Communication Forwarding on Busy (CFB) function among functions related to call forwarding (CF). It can be judged that it corresponds to
  • the third rule 433 includes a ⁇ no answer> condition as a condition, it may be determined that the third rule corresponds to a Communication Forwarding on No Reply (CFNRy) function.
  • the electronic device may determine that the server supports the CFU function, the CFB function, and the CFNRy function based on the rule set 420 of the XML document 400 received from the server.
  • Conditions 431 , 432 , and 433 of each rule in the XML document 400 received from the server may include media conditions.
  • the first rule 421 and the third rule 423 may have a media condition excluding media type designation
  • the second rule 422 may have a media condition including media type designation.
  • the second rule 422 may include a media condition 452 including audio.
  • the conditions 431 , 432 , and 433 of each rule may include an inactive condition according to whether a function corresponding to the rule is currently activated.
  • a deactivation condition ( ⁇ rule-deactivated/>, 462 ) may be included.
  • the deactivation condition 463 may be included.
  • the CFU function corresponding to the first rule 421 is currently activated in the electronic device, the first rule 421 does not include a deactivation condition.
  • Table 2 below shows conditions for distinguishing additional service functions related to call forwarding and call blocking.
  • the remaining conditions except for the inactive condition (eg, ⁇ rule-deactivated>) and the media condition are additional services.
  • the corresponding rule may be determined to correspond to the corresponding additional service function.
  • the remaining conditions excluding the inactive condition ( ⁇ rule-deactivated/>) and the media condition (audio) may be a ⁇ busy> condition.
  • the second rule 422 since the remaining conditions of the second rule 422 match the condition ( ⁇ busy>) corresponding to the function of the CFB, the second rule 422 corresponds to the function of the CFB.
  • the remaining conditions excluding the inactive condition may be a ⁇ no-answer> condition. Since the remaining conditions of the third rule 423 match the condition ( ⁇ no-answer>) corresponding to the function of CFNRy, the electronic device may determine that the third rule 423 corresponds to the function of CFNRy.
  • the electronic device may acquire a set value of a function corresponding to the rule based on the action 441 , 442 , and 443 of the rule. For example, if the first target address 471 is included in the action 441 of the first rule, the electronic device determines that the CFU function corresponding to the first rule 421 performs the first target address ( 471) can be determined.
  • FIG. 5 illustrates an XML-based document for a PUT request transmitted from an electronic device to a server according to an embodiment.
  • the electronic device (eg, the electronic device 101 of FIG. 1 ) according to an embodiment may transmit a PUT request to the server in order to change the function setting.
  • the electronic device may transmit the XML document 500 to the server as a PUT request.
  • the XML document 500 may include a rule set 520 including a rule for a function requesting a setting change.
  • the XML document 500 may include an object 511 capable of distinguishing the type of the rule set 520 .
  • the electronic device displays the object 511 in the XML document 500 to distinguish whether the rule set 520 is a rule for a function related to call forwarding (CF) or a rule for a function related to call blocking (CB).
  • CF function related to call forwarding
  • CB function related to call blocking
  • the rule set 520 may include a fourth rule 521 corresponding to a function requesting a setting change.
  • the electronic device may include a condition corresponding to the function requesting a setting change in the condition 531 of the fourth rule.
  • a condition ⁇ busy/>
  • the electronic device may also include the media condition 532 in the condition 531 of the fourth rule.
  • the electronic device may include the second target address 542 as a setting value for requesting a change to the CFB function in the action 541 of the fourth rule.
  • the XCAP server may receive the XML document 500 according to the PUT request from the electronic device. If there is no grammatical error in the received XML document 500 and the media condition 532 included in the rule matches the media condition of the server, the server performs a function corresponding to the fourth rule 521 (eg, CFB). function) may be changed to the second target address 542 .
  • a function corresponding to the fourth rule 521 eg, CFB). function
  • FIG. 6 illustrates a process in which an electronic device generates a PUT request using a successful PUT operation history according to an embodiment.
  • the electronic device determines whether there is a successful PUT operation for the function selected by the user among at least one function supported by the server from the successful PUT operation history related to the server. can determine whether
  • the electronic device determines whether a previous PUT request includes a media type specification, and the media of the previous PUT request.
  • a third PUT request may be generated and transmitted using the type designation.
  • the electronic device may generate and transmit a third PUT request having a media condition including the media type designation to the server.
  • the electronic device may generate a third PUT request having a media condition in which the media type specification is excluded and transmit it to the server. For example, a case in which the electronic device receives a selection signal for audio among media types from a user will be described.
  • the electronic device may generate and transmit a third PUT request having a media condition including audio to the server.
  • the electronic device may generate a third PUT request having a media condition in which the media type specification is excluded and transmit it to the server. After generating and transmitting the third PUT request to the server, the electronic device may terminate communication with the server.
  • the electronic device extracts a rule corresponding to the function selected by the user from among the rules for at least one function
  • a first PUT request may be generated based on the extracted rule and transmitted to the server.
  • the electronic device may receive a rule set including rules for functions supported by the server in response to the GET request from the server.
  • the electronic device may generate the first PUT request by extracting a rule corresponding to a function selected by the user from among the rules included in the rule set.
  • a process in which the electronic device generates the first PUT request using the extracted rule will be described.
  • the electronic device may generate the first PUT request using the rule set transmitted from the server.
  • the rule set may include a rule for at least one function supported by the server.
  • the electronic device may extract a rule corresponding to the function selected by the user from among the rules for at least one function transmitted from the server.
  • the electronic device may extract a rule in which the remaining conditions excluding the inactivity condition and the media condition among at least one rule received from the server strictly match a condition corresponding to a function selected by the user.
  • the electronic device may determine whether the extracted rule includes the media type designation, and may generate and transmit the first PUT request using the media type designation of the extracted rule. When the extracted rule includes the media type designation, the electronic device may generate a first PUT request having a media condition including the media type designation and transmit it to the server.
  • the electronic device may generate and transmit a first PUT request having a media condition in which the media type designation is excluded to the server. For example, referring to FIG. 4 , the electronic device may transmit a GET request to the server to change the setting for the Communication Forwarding on Busy (CFB) function, and transmit the XML document 400 as a reply to the GET request from the server. can be sent.
  • the electronic device may extract a rule 422 corresponding to the CFB function from among the rules 421 , 422 , and 423 for at least one function received from the server. Since the extracted rule 422 includes a media condition including audio, the electronic device may determine that the rule 422 includes media type designation.
  • the electronic device may generate a first PUT request having a media condition including media type designation and transmit it to the server.
  • receives a selection signal for audio among media types from the user it may generate a first PUT request having a media condition including audio and transmit it to the server.
  • receives a selection signal for video among media types from the user it may generate and transmit a first PUT request having a media condition including video to the server.
  • the electronic device may transmit a GET request to the server to change the settings for the Communication Forwarding Unconditional (CFU) function, and rules 421, 422, 423), it is possible to extract the first rule 421 corresponding to the CFU function. Since the extracted first rule 421 includes a media condition that does not include media, the electronic device may determine that the media type designation is excluded from the first rule 421 . Accordingly, the electronic device may generate and transmit the first PUT request having a media condition in which the designation of the media type is excluded to the server. The electronic device may generate and transmit a first PUT request having a media condition that does not include media to the server.
  • CFU Communication Forwarding Unconditional
  • FIG. 7 illustrates an operation for generating and transmitting a first PUT request of an electronic device to a server according to an embodiment.
  • the electronic device may determine whether the PUT operation corresponding to the first PUT request is successful.
  • the server determines whether there is a grammatical error in the XML document indicating the first PUT request, whether a setting change for a function not supported is requested, and the media condition of the XML document A response to the PUT request may be provided to the electronic device by determining whether it meets the media condition of the server. If there is no error in the first PUT request transmitted from the electronic device, the server may change the setting value of the function requested to be changed.
  • the server may transmit a 200 OK response to the electronic device in response to the first PUT request.
  • the electronic device may determine that the server has changed a setting value for the function requested to be changed, and may determine that the PUT operation corresponding to the first PUT request is successful.
  • the electronic device changes whether the first media condition of the first PUT request includes a media type specification and a setting in the first PUT request in response to the success of the PUT operation corresponding to the first PUT request.
  • the requested function can be saved as a history of successful PUT operation for the corresponding XCAP server.
  • the electronic device may generate a PUT request using a successful PUT operation history when a user requests a change in the setting of the same function for the corresponding server thereafter.
  • the electronic device transmits, to the server, a second PUT request having a second media condition different from the first media condition of the first PUT request to the server in response to the failure of the PUT operation corresponding to the first PUT request.
  • the operation 733 will be described in more detail with reference to FIG. 8 .
  • FIG. 8 illustrates an operation for a case in which a PUT operation corresponding to a first PUT request of an electronic device fails, according to an embodiment.
  • the electronic device may receive a response status code from the server in response to the failure of the PUT operation corresponding to the first PUT request.
  • the electronic device may determine whether the response status code received from the server is the first code.
  • the electronic device may transmit the second PUT request to the server.
  • the electronic device may transmit the second PUT request to the server only when the response status code received from the server is the first code.
  • the first code may be a 409 Conflict code. 409 Conflict indicates that the current state of the server and the PUT request of the electronic device collide. 409 Conflict occurs when the XML document received by the server from the electronic device contains grammatical errors, rules for functions not supported by the server are included in the XML document, or the XML document contains a condition that does not exist in the server.
  • the electronic device receives an error code for 409 Conflict when the PUT operation corresponding to the first PUT request fails, the server receives a media condition in the XML document transmitted from the electronic device. ), it is determined that there is an error, and the second PUT request can be transmitted to the server.
  • the electronic device may terminate communication with the server.
  • the second code may be one of the remaining codes except for the first code (eg, 409 Conflict code) among error codes.
  • HTTP response status codes can be divided into 5 classes. The first digit of the response status code may define the class of the response. A response status code with the first digit of '4' indicates a code regarding a client error, and a response status code with a first digit of '5' indicates a code regarding a server error.
  • the error code indicates a response status code in which the first digit of the HTTP response status codes is '4' or '5'.
  • the electronic device may attempt to change a setting for a call forwarding (CF)/call blocking (CB) function according to an existing method. For example, the electronic device may attempt to change the setting for the additional service function in a circuit switch fallback method, which is a method using the existing 3G network.
  • CF call forwarding
  • CB call blocking
  • the electronic device may transmit a second PUT request having a second media condition different from the first media condition of the first PUT request to the server. Whether the media type designation for the first media condition is included and whether the media type designation for the second media condition is included may be opposite to each other.
  • the second media condition may exclude the media type specification.
  • the electronic device may transmit a second PUT request having a media condition not including media to the server.
  • the electronic device may transmit the second PUT request having the media condition not including the media to the server.
  • the electronic device may transmit the first PUT request having the media condition including both audio and video to the server.
  • the electronic device may transmit the second PUT request having the media condition including no media to the server.
  • the electronic device transmits a first PUT request having a media condition including audio and a first PUT request having a media condition including video
  • the second PUT request having a media condition including no media A PUT request can be sent to the server.
  • the second media condition may include the media type specification.
  • the electronic device may transmit the second PUT request having the media condition including the media type designation.
  • the electronic device may receive a selection input for a media type from the user and request a change in settings for a function with respect to the media type.
  • the electronic device may request a change of settings for a function from the server for both audio and video.
  • the media type for requesting a configuration change from the server is audio
  • the electronic device may transmit the second PUT request as a media condition including audio.
  • the electronic device may transmit the second PUT request as a media condition including video.
  • the electronic device requests the server to change the function setting without discriminating the media type, the electronic device transmits a second PUT request having a media condition including audio to the server, and then transmits a second PUT request having a media condition including video to the server.
  • a PUT request can be sent to the server.
  • the electronic device When the electronic device transmits a second PUT request having a media condition including media type designation to the server, the second PUT using a rule corresponding to a function requesting a setting change among at least one rule received from the server You can create a request.
  • the electronic device extracts a rule corresponding to the function selected by the user from among the rules for at least one function received from the server, and adds a media condition including a media type for which the electronic device requests a setting change to the extracted rule.
  • a second PUT request may be generated.
  • the electronic device cannot generate a PUT request including a new rule other than the rule for at least one function received from the server.
  • the electronic device may first extract a rule in which the remaining conditions excluding the media condition and the inactivity condition from among the at least one rule received from the server strictly match the condition corresponding to the function selected by the user.
  • the electronic device may add a media condition including a media type requesting a setting change to the extracted rule condition, and transmit a rule having a condition to which the media condition is added to the server to change the setting of a function corresponding to the rule can request
  • the electronic device may determine whether a PUT operation corresponding to the second PUT request is successful.
  • the electronic device changes whether a second media condition of the second PUT request includes a media type specification and a setting in the second PUT request in response to the success of the PUT operation corresponding to the second PUT request.
  • the requested function can be saved as a successful PUT operation history for the server.
  • the electronic device may generate a PUT request by using the stored successful PUT operation history when a user requests to change the setting of the same function for the corresponding server thereafter.
  • the electronic device may terminate communication with the server.
  • the electronic device may attempt to change a setting for a call forwarding (CF)/call blocking (CB) function according to an existing method.
  • CF call forwarding
  • CB call blocking

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Multimedia (AREA)
  • Business, Economics & Management (AREA)
  • General Business, Economics & Management (AREA)
  • Computer Security & Cryptography (AREA)
  • Photoreceptors In Electrophotography (AREA)
  • Transition And Organic Metals Composition Catalysts For Addition Polymerization (AREA)
  • Telephonic Communication Services (AREA)

Abstract

An electronic device according to one embodiment may comprise: a communication module; a memory; and a processor which transmits a GET request according to XML configuration access protocol (XCAP) to a server in response to detecting a user's PUT attempt according to XCAP, transmits a first PUT request according to XCAP to the server in response to receiving a reply to the GET request, and transmits a second PUT request having a second media condition different from a first media condition of the first PUT request to the server in response to failure of a PUT operation corresponding to the first PUT request.

Description

IMS 부가 서비스를 위하여 미디어 조건을 이용하는 전자 장치 및 방법Electronic device and method using media conditions for IMS supplementary service
아래의 개시는 IMS 부가 서비스를 위하여 미디어 조건을 이용하는 전자 장치 및 방법에 관한 것이다.The following disclosure relates to an electronic device and method for using a media condition for an IMS supplementary service.
IMS는 인터넷 프로토콜(Internet Protocol, 이하 'IP') 망에서 멀티미디어 서비스를 제공하기 위해 3GPP에서 고안한 네트워크 구조(framework)이다. IMS는 인터넷 프로토콜을 기반으로 하는 패킷 교환(Packet Switched) 기반의 고정되지 않은 경로를 사용하여, 전송의 효율을 증가시키고 안정성을 보장할 수 있다. 전자 장치는 다양한 부가 서비스(Supplementary Service) 기능을 지원할 수 있으며, 대표적으로 착신 전환(Call Forwarding)에 대한 기능 및 통화 차단(Call Barring)에 대한 기능이 존재한다.IMS is a network framework devised by 3GPP to provide multimedia services in the Internet Protocol (hereinafter 'IP') network. IMS uses a packet-switched-based non-fixed path based on the Internet protocol to increase transmission efficiency and ensure stability. The electronic device may support various supplementary service functions, and representatively, a function for call forwarding and a function for call barring exist.
미디어 조건이 강제되는 레거시 네트워크(Legacy Network)와는 달리, IMS에서는 미디어에 따른 규칙을 구분을 하는 것은 XCAP 서버를 운용하는 사업자의 재량이다. XCAP 서버의 미디어에 따른 규칙은 착신 전환(CF) 기능 및 통화 차단(CB) 기능 별로 다를 수도 있다. 따라서, 전자 장치가 부가 서비스 기능에 대한 설정을 변경하기 위해 PUT 요청을 서버로 전송하는 경우, 미디어 조건에 따라 PUT 동작의 성공 또는 실패가 나뉘는 경우가 많다. 서버가 전자 장치로 전송하는 XML 문서 상에서는 미디어를 사용하지 않는 것으로 나타나는 경우에도, 전자 장치가 미디어가 포함된 미디어 조건을 갖는 PUT 요청을 서버에 전송하는 경우, PUT 동작이 성공하는 경우도 있다. 사업자가 XCAP 서버에 대하여 미디어에 따른 규칙을 설정해 놓았더라도, 부가 서비스 정보는 가입자 별로 관리가 되기 때문에 통신사 인수 합병, MVNO, 요금제, 기기변경 등에 따라 SIM별로 요구되는 미디어에 따른 규칙이 다른 경우도 있다.Unlike legacy networks where media conditions are enforced, in IMS, it is at the discretion of the operator operating the XCAP server to classify rules according to media. The rules according to the media of the XCAP server may be different for each call forwarding (CF) function and call blocking (CB) function. Accordingly, when the electronic device transmits a PUT request to a server to change a setting for an additional service function, success or failure of the PUT operation is often divided according to media conditions. Even when it appears that media is not used on the XML document transmitted by the server to the electronic device, when the electronic device transmits a PUT request having a media condition including media to the server, the PUT operation may be successful. Even if the operator has set rules according to the media for the XCAP server, since the supplementary service information is managed for each subscriber, there are cases where the rules according to the media required for each SIM are different depending on mergers and acquisitions of telecommunication companies, MVNO, rate plan, device change, etc. .
일 실시예에 따른 전자 장치는 통신 모듈, 메모리, 및 사용자의 XCAP(XML Configuration Access Protocol)에 따른 PUT 시도를 감지한 경우에 응답하여, XCAP에 따른 GET 요청을 서버로 전송하고, 상기 GET 요청에 대한 회신을 수신하는 경우에 응답하여, XCAP에 따른 제1 PUT 요청을 상기 서버로 전송하며, 상기 제1 PUT 요청에 대응하는 PUT 동작이 실패하는 경우에 응답하여, 상기 제1 PUT 요청의 제1 미디어 조건(media condition)과 다른 제2 미디어 조건을 갖는 제2 PUT 요청을 상기 서버로 전송하는 프로세서를 포함할 수 있다.In response to detecting a PUT attempt according to the communication module, the memory, and the user's XML Configuration Access Protocol (XCAP), the electronic device according to an embodiment transmits a GET request according to the XCAP to the server, and responds to the GET request. In response to receiving a reply to and a processor for sending a second PUT request having a second media condition different from a media condition to the server.
상기 통신 모듈은, 상기 GET 요청을 수신한 상기 서버로부터 적어도 하나의 기능에 대한 규칙을 포함하는 규칙 세트를 수신할 수 있다.The communication module may receive a rule set including a rule for at least one function from the server receiving the GET request.
상기 프로세서는 상기 서버와 관련된 성공한 PUT 동작 이력으로부터 상기 적어도 하나의 기능 중 상기 사용자에 의해 선택된 기능에 대하여 성공한 PUT 동작이 존재하는지 여부를 판단할 수 있다.The processor may determine whether a successful PUT operation exists for the function selected by the user among the at least one function from the successful PUT operation history associated with the server.
상기 프로세서는 상기 성공한 PUT 동작이 존재하는 경우, 이전 PUT 요청(previous PUT request)이 미디어 타입 지정을 포함했는지 여부를 판별하고, 상기 이전 PUT 요청의 미디어 타입 지정을 이용하여 제3 PUT 요청을 생성하여 전송할 수 있다.When the successful PUT operation exists, the processor determines whether a previous PUT request includes a media type designation, and generates a third PUT request using the media type designation of the previous PUT request. can be transmitted
상기 프로세서는 상기 성공한 PUT 동작이 존재하지 않는 경우, 상기 선택된 기능에 대한 규칙에 기초하여 상기 제1 PUT 요청을 생성하여 전송할 수 있다.When the successful PUT operation does not exist, the processor may generate and transmit the first PUT request based on a rule for the selected function.
상기 프로세서는 상기 추출된 규칙이 미디어 타입 지정을 포함하는지 여부를 판별하고, 상기 추출된 규칙의 미디어 타입 지정을 이용하여 제1 PUT 요청을 생성하여 전송할 수 있다.The processor may determine whether the extracted rule includes a media type designation, and may generate and transmit a first PUT request using the media type designation of the extracted rule.
상기 프로세서는 상기 제1 미디어 조건이 미디어 타입 지정을 포함하는 경우, 미디어 타입 지정이 배제된 제2 미디어 조건을 갖는 제2 PUT 요청을 상기 서버로 전송하고, 상기 제1 미디어 조건이 미디어 타입 지정을 포함하지 않는 경우, 미디어 타입 지정이 포함된 제2 미디어 조건을 갖는 제2 PUT 요청을 상기 서버로 전송할 수 있다.The processor sends, to the server, a second PUT request having a second media condition in which the media type specification is excluded, when the first media condition includes the media type specification, and the first media condition specifies the media type If not included, a second PUT request having a second media condition including media type designation may be transmitted to the server.
상기 프로세서는 상기 적어도 하나의 기능에 대한 규칙 중 상기 사용자에 의해 선택된 기능에 대응하는 규칙을 추출하고, 상기 추출된 규칙에 상기 전자 장치가 설정 변경을 요청하는 미디어 타입이 포함된 미디어 조건을 추가하여 상기 제2 PUT 요청을 생성할 수 있다.The processor extracts a rule corresponding to the function selected by the user from among the rules for the at least one function, and adds a media condition including a media type for which the electronic device requests a setting change to the extracted rule The second PUT request may be generated.
상기 프로세서는 상기 제1 PUT 요청에 대응하는 PUT 동작이 성공하는 경우에 응답하여, 상기 제1 PUT 요청의 제1 미디어 조건이 미디어 타입 지정을 포함하는지 여부 및 상기 제1 PUT 요청에서 설정 변경을 요청한 기능을 상기 서버에 대하여 성공한 PUT 동작 이력으로 저장할 수 있다.In response to the success of the PUT operation corresponding to the first PUT request, the processor determines whether the first media condition of the first PUT request includes a media type specification and requests a configuration change in the first PUT request. The function may be stored as a history of successful PUT operations for the server.
상기 프로세서는 상기 제1 PUT 요청에 대응하는 PUT 동작이 실패하는 경우에 응답하여, 상기 서버로부터 응답 상태 코드를 수신하고, 상기 수신된 응답 상태 코드가 제1 코드인 경우, 상기 제2 PUT 요청을 상기 서버로 전송할 수 있다.The processor receives a response status code from the server in response when a PUT operation corresponding to the first PUT request fails, and when the received response status code is a first code, sends the second PUT request can be transmitted to the server.
일 실시예에 따른 프로세서로 구현되는 방법은 사용자의 XCAP(XML Configuration Access Protocol)에 따른 PUT 시도를 감지한 경우에 응답하여, XCAP에 따른 GET 요청을 서버로 전송하는 동작, 상기 GET 요청에 대한 회신을 수신하는 경우에 응답하여, XCAP에 따른 제1 PUT 요청을 상기 서버로 전송하는 동작 및 상기 제1 PUT 요청에 대응하는 PUT 동작이 실패하는 경우에 응답하여, 상기 제1 PUT 요청의 제1 미디어 조건(media condition)과 다른 제2 미디어 조건을 갖는 제2 PUT 요청을 상기 서버로 전송하는 동작을 포함할 수 있다.A method implemented by a processor according to an embodiment includes an operation of transmitting a GET request according to the XCAP to a server in response to detecting a PUT attempt according to the XML Configuration Access Protocol (XCAP) of the user, and a reply to the GET request In response to receiving the first media of the first PUT request, in response to an operation of transmitting a first PUT request according to XCAP to the server and a PUT operation corresponding to the first PUT request fail and transmitting a second PUT request having a second media condition different from the media condition to the server.
일 실시예에 따른 전자 장치는 XCAP에 따른 제1 PUT 요청을 서버로 전송하고, 제1 PUT 요청에 따른 PUT 동작이 실패하는 경우, 미디어 조건이 상이한 제2 PUT 요청을 서버로 전송할 수 있다. 일 실시예에 따른 전자 장치는 PUT 동작이 실패하더라도 미디어 조건이 상이한 제2 PUT 요청을 전송하여, PUT 동작의 성공확률을 증가시킬 수 있다.The electronic device according to an embodiment may transmit a first PUT request according to XCAP to the server, and when the PUT operation according to the first PUT request fails, may transmit a second PUT request having a different media condition to the server. Even if the PUT operation fails, the electronic device according to an embodiment may transmit a second PUT request having a different media condition to increase the success probability of the PUT operation.
일 실시예에 따른 전자 장치는 PUT 요청에 대응하는 PUT 동작이 성공하는 경우, PUT 요청의 미디어 조건이 미디어 타입 지정을 포함하는지 여부 및 PUT 요청에서 설정 변경을 요청한 기능을 서버에 대하여 성공한 PUT 동작 이력으로 저장할 수 있다. 일 실시예에 따른 전자 장치는 다음 PUT 시도시에 성공한 PUT 동작 이력을 사용함으로써, 전자 장치와 서버 간의 요청(request) 및/또는 응답(response)의 수를 감소시킬 수 있다.When the PUT operation corresponding to the PUT request is successful, the electronic device according to an embodiment determines whether the media condition of the PUT request includes specifying a media type and a function of requesting a setting change in the PUT request to the server, a successful PUT operation history can be saved as The electronic device according to an embodiment may reduce the number of requests and/or responses between the electronic device and the server by using the successful PUT operation history at the next PUT attempt.
도 1은 일 실시예들에 따른 네트워크 환경 내의 전자 장치의 구성을 도시하는 블록도이다.1 is a block diagram illustrating a configuration of an electronic device in a network environment according to example embodiments.
도 2는 일 실시예에 따른 전자 장치의 동작을 설명하는 흐름도이다.2 is a flowchart illustrating an operation of an electronic device according to an exemplary embodiment.
도 3은 일 실시예에 따른 전자 장치가 기능의 설정을 변경하기 위하여 사용자에게 제공하는 화면을 도시한다.3 illustrates a screen provided by an electronic device to a user to change a function setting according to an exemplary embodiment.
도 4는 일 실시예에 따른 전자 장치가 GET 요청을 서버로 전송하여 수신하는 XML(Extensible Markup Language) 기반의 문서를 도시한다.4 illustrates an Extensible Markup Language (XML)-based document that an electronic device transmits and receives a GET request to a server according to an exemplary embodiment.
도 5는 일 실시예에 따른 전자 장치가 서버로 전송하는 PUT 요청에 대한 XML 기반의 문서를 도시한다.5 illustrates an XML-based document for a PUT request transmitted from an electronic device to a server according to an embodiment.
도 6은 일 실시예에 따른 전자 장치가 성공한 PUT 동작 이력을 사용하여 PUT 요청을 생성하는 과정을 설명한다.6 illustrates a process in which an electronic device generates a PUT request using a successful PUT operation history according to an embodiment.
도 7은 일 실시예에 따른 전자 장치의 제1 PUT 요청을 생성하여 서버로 전송하는 경우에 대한 동작을 설명한다.7 illustrates an operation for generating and transmitting a first PUT request of an electronic device to a server according to an embodiment.
도 8은 일 실시예에 따른 전자 장치의 제1 PUT 요청에 대응하는 PUT 동작이 실패하는 경우에 관한 동작을 설명한다.8 illustrates an operation for a case in which a PUT operation corresponding to a first PUT request of an electronic device fails, according to an embodiment.
도 1은, 다양한 실시예들에 따른, 네트워크 환경(100) 내의 전자 장치(101)의 블록도이다. 도 1을 참조하면, 네트워크 환경(100)에서 전자 장치(101)는 제1 네트워크(198)(예: 근거리 무선 통신 네트워크)를 통하여 전자 장치(102)와 통신하거나, 또는 제 2 네트워크(199)(예: 원거리 무선 통신 네트워크)를 통하여 전자 장치(104) 또는 서버(108) 중 적어도 하나와 통신할 수 있다. 일실시예에 따르면, 전자 장치(101)는 서버(108)를 통하여 전자 장치(104)와 통신할 수 있다. 일실시예에 따르면, 전자 장치(101)는 프로세서(120), 메모리(130), 입력 모듈(150), 음향 출력 모듈(155), 디스플레이 모듈(160), 오디오 모듈(170), 센서 모듈(176), 인터페이스(177), 연결 단자(178), 햅틱 모듈(179), 카메라 모듈(180), 전력 관리 모듈(188), 배터리(189), 통신 모듈(190), 가입자 식별 모듈(196), 또는 안테나 모듈(197)을 포함할 수 있다. 어떤 실시예에서는, 전자 장치(101)에는, 이 구성요소들 중 적어도 하나(예: 연결 단자(178))가 생략되거나, 하나 이상의 다른 구성요소가 추가될 수 있다. 어떤 실시예에서는, 이 구성요소들 중 일부들(예: 센서 모듈(176), 카메라 모듈(180), 또는 안테나 모듈(197))은 하나의 구성요소(예: 디스플레이 모듈(160))로 통합될 수 있다.1 is a block diagram of an electronic device 101 in a network environment 100, according to various embodiments. Referring to FIG. 1 , in a network environment 100 , the electronic device 101 communicates with the electronic device 102 through a first network 198 (eg, a short-range wireless communication network) or a second network 199 . It may communicate with at least one of the electronic device 104 and the server 108 through (eg, a long-distance wireless communication network). According to an embodiment, the electronic device 101 may communicate with the electronic device 104 through the server 108 . According to an embodiment, the electronic device 101 includes a processor 120 , a memory 130 , an input module 150 , a sound output module 155 , a display module 160 , an audio module 170 , and a sensor module ( 176), interface 177, connection terminal 178, haptic module 179, camera module 180, power management module 188, battery 189, communication module 190, subscriber identification module 196 , or an antenna module 197 . In some embodiments, at least one of these components (eg, the connection terminal 178 ) may be omitted or one or more other components may be added to the electronic device 101 . In some embodiments, some of these components (eg, sensor module 176 , camera module 180 , or antenna module 197 ) are integrated into one component (eg, display module 160 ). can be
프로세서(120)는, 예를 들면, 소프트웨어(예: 프로그램(140))를 실행하여 프로세서(120)에 연결된 전자 장치(101)의 적어도 하나의 다른 구성요소(예: 하드웨어 또는 소프트웨어 구성요소)를 제어할 수 있고, 다양한 데이터 처리 또는 연산을 수행할 수 있다. 일실시예에 따르면, 데이터 처리 또는 연산의 적어도 일부로서, 프로세서(120)는 다른 구성요소(예: 센서 모듈(176) 또는 통신 모듈(190))로부터 수신된 명령 또는 데이터를 휘발성 메모리(132)에 저장하고, 휘발성 메모리(132)에 저장된 명령 또는 데이터를 처리하고, 결과 데이터를 비휘발성 메모리(134)에 저장할 수 있다. 일실시예에 따르면, 프로세서(120)는 메인 프로세서(121)(예: 중앙 처리 장치 또는 어플리케이션 프로세서) 또는 이와는 독립적으로 또는 함께 운영 가능한 보조 프로세서(123)(예: 그래픽 처리 장치, 신경망 처리 장치(NPU: neural processing unit), 이미지 시그널 프로세서, 센서 허브 프로세서, 또는 커뮤니케이션 프로세서)를 포함할 수 있다. 예를 들어, 전자 장치(101)가 메인 프로세서(121) 및 보조 프로세서(123)를 포함하는 경우, 보조 프로세서(123)는 메인 프로세서(121)보다 저전력을 사용하거나, 지정된 기능에 특화되도록 설정될 수 있다. 보조 프로세서(123)는 메인 프로세서(121)와 별개로, 또는 그 일부로서 구현될 수 있다.The processor 120, for example, executes software (eg, a program 140) to execute at least one other component (eg, a hardware or software component) of the electronic device 101 connected to the processor 120. It can control and perform various data processing or operations. According to one embodiment, as at least part of data processing or operation, the processor 120 converts commands or data received from other components (eg, the sensor module 176 or the communication module 190 ) to the volatile memory 132 . may be stored in , process commands or data stored in the volatile memory 132 , and store the result data in the non-volatile memory 134 . According to an embodiment, the processor 120 is the main processor 121 (eg, a central processing unit or an application processor) or a secondary processor 123 (eg, a graphic processing unit, a neural network processing unit (eg, a graphic processing unit, a neural network processing unit) a neural processing unit (NPU), an image signal processor, a sensor hub processor, or a communication processor). For example, when the electronic device 101 includes the main processor 121 and the sub-processor 123 , the sub-processor 123 uses less power than the main processor 121 or is set to be specialized for a specified function. can The auxiliary processor 123 may be implemented separately from or as a part of the main processor 121 .
보조 프로세서(123)는, 예를 들면, 메인 프로세서(121)가 인액티브(예: 슬립) 상태에 있는 동안 메인 프로세서(121)를 대신하여, 또는 메인 프로세서(121)가 액티브(예: 어플리케이션 실행) 상태에 있는 동안 메인 프로세서(121)와 함께, 전자 장치(101)의 구성요소들 중 적어도 하나의 구성요소(예: 디스플레이 모듈(160), 센서 모듈(176), 또는 통신 모듈(190))와 관련된 기능 또는 상태들의 적어도 일부를 제어할 수 있다. 일실시예에 따르면, 보조 프로세서(123)(예: 이미지 시그널 프로세서 또는 커뮤니케이션 프로세서)는 기능적으로 관련 있는 다른 구성요소(예: 카메라 모듈(180) 또는 통신 모듈(190))의 일부로서 구현될 수 있다. 일실시예에 따르면, 보조 프로세서(123)(예: 신경망 처리 장치)는 인공지능 모델의 처리에 특화된 하드웨어 구조를 포함할 수 있다. 인공지능 모델은 기계 학습을 통해 생성될 수 있다. 이러한 학습은, 예를 들어, 인공지능 모델이 수행되는 전자 장치(101) 자체에서 수행될 수 있고, 별도의 서버(예: 서버(108))를 통해 수행될 수도 있다. 학습 알고리즘은, 예를 들어, 지도형 학습(supervised learning), 비지도형 학습(unsupervised learning), 준지도형 학습(semi-supervised learning) 또는 강화 학습(reinforcement learning)을 포함할 수 있으나, 전술한 예에 한정되지 않는다. 인공지능 모델은, 복수의 인공 신경망 레이어들을 포함할 수 있다. 인공 신경망은 심층 신경망(DNN: deep neural network), CNN(convolutional neural network), RNN(recurrent neural network), RBM(restricted boltzmann machine), DBN(deep belief network), BRDNN(bidirectional recurrent deep neural network), 심층 Q-네트워크(deep Q-networks) 또는 상기 중 둘 이상의 조합 중 하나일 수 있으나, 전술한 예에 한정되지 않는다. 인공지능 모델은 하드웨어 구조 이외에, 추가적으로 또는 대체적으로, 소프트웨어 구조를 포함할 수 있다. The secondary processor 123 may, for example, act on behalf of the main processor 121 while the main processor 121 is in an inactive (eg, sleep) state, or when the main processor 121 is active (eg, executing an application). ), together with the main processor 121, at least one of the components of the electronic device 101 (eg, the display module 160, the sensor module 176, or the communication module 190) It is possible to control at least some of the related functions or states. According to an embodiment, the coprocessor 123 (eg, an image signal processor or a communication processor) may be implemented as part of another functionally related component (eg, the camera module 180 or the communication module 190 ). have. According to an embodiment, the auxiliary processor 123 (eg, a neural network processing device) may include a hardware structure specialized for processing an artificial intelligence model. Artificial intelligence models can be created through machine learning. Such learning may be performed, for example, in the electronic device 101 itself on which the artificial intelligence model is performed, or may be performed through a separate server (eg, the server 108). The learning algorithm may include, for example, supervised learning, unsupervised learning, semi-supervised learning, or reinforcement learning, but in the above example not limited The artificial intelligence model may include a plurality of artificial neural network layers. Artificial neural networks include deep neural networks (DNNs), convolutional neural networks (CNNs), recurrent neural networks (RNNs), restricted boltzmann machines (RBMs), deep belief networks (DBNs), bidirectional recurrent deep neural networks (BRDNNs), It may be one of deep Q-networks or a combination of two or more of the above, but is not limited to the above example. The artificial intelligence model may include, in addition to, or alternatively, a software structure in addition to the hardware structure.
메모리(130)는, 전자 장치(101)의 적어도 하나의 구성요소(예: 프로세서(120) 또는 센서 모듈(176))에 의해 사용되는 다양한 데이터를 저장할 수 있다. 데이터는, 예를 들어, 소프트웨어(예: 프로그램(140)) 및, 이와 관련된 명령에 대한 입력 데이터 또는 출력 데이터를 포함할 수 있다. 메모리(130)는, 휘발성 메모리(132) 또는 비휘발성 메모리(134)를 포함할 수 있다. The memory 130 may store various data used by at least one component (eg, the processor 120 or the sensor module 176 ) of the electronic device 101 . The data may include, for example, input data or output data for software (eg, the program 140 ) and instructions related thereto. The memory 130 may include a volatile memory 132 or a non-volatile memory 134 .
프로그램(140)은 메모리(130)에 소프트웨어로서 저장될 수 있으며, 예를 들면, 운영 체제(142), 미들 웨어(144) 또는 어플리케이션(146)을 포함할 수 있다. The program 140 may be stored as software in the memory 130 , and may include, for example, an operating system 142 , middleware 144 , or an application 146 .
입력 모듈(150)은, 전자 장치(101)의 구성요소(예: 프로세서(120))에 사용될 명령 또는 데이터를 전자 장치(101)의 외부(예: 사용자)로부터 수신할 수 있다. 입력 모듈(150)은, 예를 들면, 마이크, 마우스, 키보드, 키(예: 버튼), 또는 디지털 펜(예: 스타일러스 펜)을 포함할 수 있다. The input module 150 may receive a command or data to be used by a component (eg, the processor 120 ) of the electronic device 101 from the outside (eg, a user) of the electronic device 101 . The input module 150 may include, for example, a microphone, a mouse, a keyboard, a key (eg, a button), or a digital pen (eg, a stylus pen).
음향 출력 모듈(155)은 음향 신호를 전자 장치(101)의 외부로 출력할 수 있다. 음향 출력 모듈(155)은, 예를 들면, 스피커 또는 리시버를 포함할 수 있다. 스피커는 멀티미디어 재생 또는 녹음 재생과 같이 일반적인 용도로 사용될 수 있다. 리시버는 착신 전화를 수신하기 위해 사용될 수 있다. 일실시예에 따르면, 리시버는 스피커와 별개로, 또는 그 일부로서 구현될 수 있다.The sound output module 155 may output a sound signal to the outside of the electronic device 101 . The sound output module 155 may include, for example, a speaker or a receiver. The speaker can be used for general purposes such as multimedia playback or recording playback. The receiver can be used to receive incoming calls. According to one embodiment, the receiver may be implemented separately from or as part of the speaker.
디스플레이 모듈(160)은 전자 장치(101)의 외부(예: 사용자)로 정보를 시각적으로 제공할 수 있다. 디스플레이 모듈(160)은, 예를 들면, 디스플레이, 홀로그램 장치, 또는 프로젝터 및 해당 장치를 제어하기 위한 제어 회로를 포함할 수 있다. 일실시예에 따르면, 디스플레이 모듈(160)은 터치를 감지하도록 설정된 터치 센서, 또는 상기 터치에 의해 발생되는 힘의 세기를 측정하도록 설정된 압력 센서를 포함할 수 있다. The display module 160 may visually provide information to the outside (eg, a user) of the electronic device 101 . The display module 160 may include, for example, a control circuit for controlling a display, a hologram device, or a projector and a corresponding device. According to an embodiment, the display module 160 may include a touch sensor configured to sense a touch or a pressure sensor configured to measure the intensity of a force generated by the touch.
오디오 모듈(170)은 소리를 전기 신호로 변환시키거나, 반대로 전기 신호를 소리로 변환시킬 수 있다. 일실시예에 따르면, 오디오 모듈(170)은, 입력 모듈(150)을 통해 소리를 획득하거나, 음향 출력 모듈(155), 또는 전자 장치(101)와 직접 또는 무선으로 연결된 외부 전자 장치(예: 전자 장치(102))(예: 스피커 또는 헤드폰)를 통해 소리를 출력할 수 있다.The audio module 170 may convert a sound into an electric signal or, conversely, convert an electric signal into a sound. According to an embodiment, the audio module 170 acquires a sound through the input module 150 , or an external electronic device (eg, a sound output module 155 ) connected directly or wirelessly with the electronic device 101 . The electronic device 102) (eg, a speaker or headphones) may output a sound.
센서 모듈(176)은 전자 장치(101)의 작동 상태(예: 전력 또는 온도), 또는 외부의 환경 상태(예: 사용자 상태)를 감지하고, 감지된 상태에 대응하는 전기 신호 또는 데이터 값을 생성할 수 있다. 일실시예에 따르면, 센서 모듈(176)은, 예를 들면, 제스처 센서, 자이로 센서, 기압 센서, 마그네틱 센서, 가속도 센서, 그립 센서, 근접 센서, 컬러 센서, IR(infrared) 센서, 생체 센서, 온도 센서, 습도 센서, 또는 조도 센서를 포함할 수 있다. The sensor module 176 detects an operating state (eg, power or temperature) of the electronic device 101 or an external environmental state (eg, a user state), and generates an electrical signal or data value corresponding to the sensed state. can do. According to an embodiment, the sensor module 176 may include, for example, a gesture sensor, a gyro sensor, a barometric pressure sensor, a magnetic sensor, an acceleration sensor, a grip sensor, a proximity sensor, a color sensor, an IR (infrared) sensor, a biometric sensor, It may include a temperature sensor, a humidity sensor, or an illuminance sensor.
인터페이스(177)는 전자 장치(101)가 외부 전자 장치(예: 전자 장치(102))와 직접 또는 무선으로 연결되기 위해 사용될 수 있는 하나 이상의 지정된 프로토콜들을 지원할 수 있다. 일실시예에 따르면, 인터페이스(177)는, 예를 들면, HDMI(high definition multimedia interface), USB(universal serial bus) 인터페이스, SD카드 인터페이스, 또는 오디오 인터페이스를 포함할 수 있다.The interface 177 may support one or more specified protocols that may be used by the electronic device 101 to directly or wirelessly connect with an external electronic device (eg, the electronic device 102 ). According to an embodiment, the interface 177 may include, for example, a high definition multimedia interface (HDMI), a universal serial bus (USB) interface, an SD card interface, or an audio interface.
연결 단자(178)는, 그를 통해서 전자 장치(101)가 외부 전자 장치(예: 전자 장치(102))와 물리적으로 연결될 수 있는 커넥터를 포함할 수 있다. 일실시예에 따르면, 연결 단자(178)는, 예를 들면, HDMI 커넥터, USB 커넥터, SD 카드 커넥터, 또는 오디오 커넥터(예: 헤드폰 커넥터)를 포함할 수 있다.The connection terminal 178 may include a connector through which the electronic device 101 can be physically connected to an external electronic device (eg, the electronic device 102 ). According to an embodiment, the connection terminal 178 may include, for example, an HDMI connector, a USB connector, an SD card connector, or an audio connector (eg, a headphone connector).
햅틱 모듈(179)은 전기적 신호를 사용자가 촉각 또는 운동 감각을 통해서 인지할 수 있는 기계적인 자극(예: 진동 또는 움직임) 또는 전기적인 자극으로 변환할 수 있다. 일실시예에 따르면, 햅틱 모듈(179)은, 예를 들면, 모터, 압전 소자, 또는 전기 자극 장치를 포함할 수 있다.The haptic module 179 may convert an electrical signal into a mechanical stimulus (eg, vibration or movement) or an electrical stimulus that the user can perceive through tactile or kinesthetic sense. According to an embodiment, the haptic module 179 may include, for example, a motor, a piezoelectric element, or an electrical stimulation device.
카메라 모듈(180)은 정지 영상 및 동영상을 촬영할 수 있다. 일실시예에 따르면, 카메라 모듈(180)은 하나 이상의 렌즈들, 이미지 센서들, 이미지 시그널 프로세서들, 또는 플래시들을 포함할 수 있다.The camera module 180 may capture still images and moving images. According to an embodiment, the camera module 180 may include one or more lenses, image sensors, image signal processors, or flashes.
전력 관리 모듈(188)은 전자 장치(101)에 공급되는 전력을 관리할 수 있다. 일실시예에 따르면, 전력 관리 모듈(188)은, 예를 들면, PMIC(power management integrated circuit)의 적어도 일부로서 구현될 수 있다.The power management module 188 may manage power supplied to the electronic device 101 . According to an embodiment, the power management module 188 may be implemented as, for example, at least a part of a power management integrated circuit (PMIC).
배터리(189)는 전자 장치(101)의 적어도 하나의 구성요소에 전력을 공급할 수 있다. 일실시예에 따르면, 배터리(189)는, 예를 들면, 재충전 불가능한 1차 전지, 재충전 가능한 2차 전지 또는 연료 전지를 포함할 수 있다.The battery 189 may supply power to at least one component of the electronic device 101 . According to one embodiment, battery 189 may include, for example, a non-rechargeable primary cell, a rechargeable secondary cell, or a fuel cell.
통신 모듈(190)은 전자 장치(101)와 외부 전자 장치(예: 전자 장치(102), 전자 장치(104), 또는 서버(108)) 간의 직접(예: 유선) 통신 채널 또는 무선 통신 채널의 수립, 및 수립된 통신 채널을 통한 통신 수행을 지원할 수 있다. 통신 모듈(190)은 프로세서(120)(예: 어플리케이션 프로세서)와 독립적으로 운영되고, 직접(예: 유선) 통신 또는 무선 통신을 지원하는 하나 이상의 커뮤니케이션 프로세서를 포함할 수 있다. 일실시예에 따르면, 통신 모듈(190)은 무선 통신 모듈(192)(예: 셀룰러 통신 모듈, 근거리 무선 통신 모듈, 또는 GNSS(global navigation satellite system) 통신 모듈) 또는 유선 통신 모듈(194)(예: LAN(local area network) 통신 모듈, 또는 전력선 통신 모듈)을 포함할 수 있다. 이들 통신 모듈 중 해당하는 통신 모듈은 제 1 네트워크(198)(예: 블루투스, WiFi(wireless fidelity) direct 또는 IrDA(infrared data association)와 같은 근거리 통신 네트워크) 또는 제 2 네트워크(199)(예: 레거시 셀룰러 네트워크, 5G 네트워크, 차세대 통신 네트워크, 인터넷, 또는 컴퓨터 네트워크(예: LAN 또는 WAN)와 같은 원거리 통신 네트워크)를 통하여 외부의 전자 장치(104)와 통신할 수 있다. 이런 여러 종류의 통신 모듈들은 하나의 구성요소(예: 단일 칩)로 통합되거나, 또는 서로 별도의 복수의 구성요소들(예: 복수 칩들)로 구현될 수 있다. 무선 통신 모듈(192)은 가입자 식별 모듈(196)에 저장된 가입자 정보(예: 국제 모바일 가입자 식별자(IMSI))를 이용하여 제 1 네트워크(198) 또는 제 2 네트워크(199)와 같은 통신 네트워크 내에서 전자 장치(101)를 확인 또는 인증할 수 있다. The communication module 190 is a direct (eg, wired) communication channel or a wireless communication channel between the electronic device 101 and an external electronic device (eg, the electronic device 102, the electronic device 104, or the server 108). It can support establishment and communication performance through the established communication channel. The communication module 190 may include one or more communication processors that operate independently of the processor 120 (eg, an application processor) and support direct (eg, wired) communication or wireless communication. According to one embodiment, the communication module 190 is a wireless communication module 192 (eg, a cellular communication module, a short-range communication module, or a global navigation satellite system (GNSS) communication module) or a wired communication module 194 (eg, : It may include a local area network (LAN) communication module, or a power line communication module). A corresponding communication module among these communication modules is a first network 198 (eg, a short-range communication network such as Bluetooth, wireless fidelity (WiFi) direct, or infrared data association (IrDA)) or a second network 199 (eg, legacy It may communicate with the external electronic device 104 through a cellular network, a 5G network, a next-generation communication network, the Internet, or a computer network (eg, a telecommunication network such as a LAN or a WAN). These various types of communication modules may be integrated into one component (eg, a single chip) or may be implemented as a plurality of components (eg, multiple chips) separate from each other. The wireless communication module 192 uses subscriber information (eg, International Mobile Subscriber Identifier (IMSI)) stored in the subscriber identification module 196 within a communication network such as the first network 198 or the second network 199 . The electronic device 101 may be identified or authenticated.
무선 통신 모듈(192)은 4G 네트워크 이후의 5G 네트워크 및 차세대 통신 기술, 예를 들어, NR 접속 기술(new radio access technology)을 지원할 수 있다. NR 접속 기술은 고용량 데이터의 고속 전송(eMBB(enhanced mobile broadband)), 단말 전력 최소화와 다수 단말의 접속(mMTC(massive machine type communications)), 또는 고신뢰도와 저지연(URLLC(ultra-reliable and low-latency communications))을 지원할 수 있다. 무선 통신 모듈(192)은, 예를 들어, 높은 데이터 전송률 달성을 위해, 고주파 대역(예: mmWave 대역)을 지원할 수 있다. 무선 통신 모듈(192)은 고주파 대역에서의 성능 확보를 위한 다양한 기술들, 예를 들어, 빔포밍(beamforming), 거대 배열 다중 입출력(massive MIMO(multiple-input and multiple-output)), 전차원 다중입출력(FD-MIMO: full dimensional MIMO), 어레이 안테나(array antenna), 아날로그 빔형성(analog beam-forming), 또는 대규모 안테나(large scale antenna)와 같은 기술들을 지원할 수 있다. 무선 통신 모듈(192)은 전자 장치(101), 외부 전자 장치(예: 전자 장치(104)) 또는 네트워크 시스템(예: 제2 네트워크(199))에 규정되는 다양한 요구사항을 지원할 수 있다. 일실시예에 따르면, 무선 통신 모듈(192)은 eMBB 실현을 위한 Peak data rate(예: 20Gbps 이상), mMTC 실현을 위한 손실 Coverage(예: 164dB 이하), 또는 URLLC 실현을 위한 U-plane latency(예: 다운링크(DL) 및 업링크(UL) 각각 0.5ms 이하, 또는 라운드 트립 1ms 이하)를 지원할 수 있다.The wireless communication module 192 may support a 5G network after a 4G network and a next-generation communication technology, for example, a new radio access technology (NR). NR access technology includes high-speed transmission of high-capacity data (eMBB (enhanced mobile broadband)), minimization of terminal power and access to multiple terminals (mMTC (massive machine type communications)), or high reliability and low latency (URLLC (ultra-reliable and low-latency) -latency communications)). The wireless communication module 192 may support a high frequency band (eg, mmWave band) to achieve a high data rate, for example. The wireless communication module 192 uses various techniques for securing performance in a high-frequency band, for example, beamforming, massive multiple-input and multiple-output (MIMO), all-dimensional multiplexing. It may support technologies such as full dimensional MIMO (FD-MIMO), an array antenna, analog beam-forming, or a large scale antenna. The wireless communication module 192 may support various requirements defined in the electronic device 101 , an external electronic device (eg, the electronic device 104 ), or a network system (eg, the second network 199 ). According to an embodiment, the wireless communication module 192 may include a peak data rate (eg, 20 Gbps or more) for realizing eMBB, loss coverage (eg, 164 dB or less) for realizing mMTC, or U-plane latency for realizing URLLC ( Example: Downlink (DL) and uplink (UL) each 0.5 ms or less, or round trip 1 ms or less) can be supported.
안테나 모듈(197)은 신호 또는 전력을 외부(예: 외부의 전자 장치)로 송신하거나 외부로부터 수신할 수 있다. 일실시예에 따르면, 안테나 모듈(197)은 서브스트레이트(예: PCB) 위에 형성된 도전체 또는 도전성 패턴으로 이루어진 방사체를 포함하는 안테나를 포함할 수 있다. 일실시예에 따르면, 안테나 모듈(197)은 복수의 안테나들(예: 어레이 안테나)을 포함할 수 있다. 이런 경우, 제 1 네트워크(198) 또는 제 2 네트워크(199)와 같은 통신 네트워크에서 사용되는 통신 방식에 적합한 적어도 하나의 안테나가, 예를 들면, 통신 모듈(190)에 의하여 상기 복수의 안테나들로부터 선택될 수 있다. 신호 또는 전력은 상기 선택된 적어도 하나의 안테나를 통하여 통신 모듈(190)과 외부의 전자 장치 간에 송신되거나 수신될 수 있다. 어떤 실시예에 따르면, 방사체 이외에 다른 부품(예: RFIC(radio frequency integrated circuit))이 추가로 안테나 모듈(197)의 일부로 형성될 수 있다.The antenna module 197 may transmit or receive a signal or power to the outside (eg, an external electronic device). According to an embodiment, the antenna module 197 may include an antenna including a conductor formed on a substrate (eg, a PCB) or a radiator formed of a conductive pattern. According to an embodiment, the antenna module 197 may include a plurality of antennas (eg, an array antenna). In this case, at least one antenna suitable for a communication method used in a communication network such as the first network 198 or the second network 199 is connected from the plurality of antennas by, for example, the communication module 190 . can be selected. A signal or power may be transmitted or received between the communication module 190 and an external electronic device through the selected at least one antenna. According to some embodiments, other components (eg, a radio frequency integrated circuit (RFIC)) other than the radiator may be additionally formed as a part of the antenna module 197 .
다양한 실시예에 따르면, 안테나 모듈(197)은 mmWave 안테나 모듈을 형성할 수 있다. 일실시예에 따르면, mmWave 안테나 모듈은 인쇄 회로 기판, 상기 인쇄 회로 기판의 제1 면(예: 아래 면)에 또는 그에 인접하여 배치되고 지정된 고주파 대역(예: mmWave 대역)을 지원할 수 있는 RFIC, 및 상기 인쇄 회로 기판의 제 2 면(예: 윗 면 또는 측 면)에 또는 그에 인접하여 배치되고 상기 지정된 고주파 대역의 신호를 송신 또는 수신할 수 있는 복수의 안테나들(예: 어레이 안테나)을 포함할 수 있다.According to various embodiments, the antenna module 197 may form a mmWave antenna module. According to one embodiment, the mmWave antenna module comprises a printed circuit board, an RFIC disposed on or adjacent to a first side (eg, bottom side) of the printed circuit board and capable of supporting a designated high frequency band (eg, mmWave band); and a plurality of antennas (eg, an array antenna) disposed on or adjacent to a second side (eg, top or side) of the printed circuit board and capable of transmitting or receiving signals of the designated high frequency band. can do.
상기 구성요소들 중 적어도 일부는 주변 기기들간 통신 방식(예: 버스, GPIO(general purpose input and output), SPI(serial peripheral interface), 또는 MIPI(mobile industry processor interface))을 통해 서로 연결되고 신호(예: 명령 또는 데이터)를 상호간에 교환할 수 있다.At least some of the components are connected to each other through a communication method between peripheral devices (eg, a bus, general purpose input and output (GPIO), serial peripheral interface (SPI), or mobile industry processor interface (MIPI)) and a signal ( e.g. commands or data) can be exchanged with each other.
일실시예에 따르면, 명령 또는 데이터는 제 2 네트워크(199)에 연결된 서버(108)를 통해서 전자 장치(101)와 외부의 전자 장치(104)간에 송신 또는 수신될 수 있다. 외부의 전자 장치(102, 또는 104) 각각은 전자 장치(101)와 동일한 또는 다른 종류의 장치일 수 있다. 일실시예에 따르면, 전자 장치(101)에서 실행되는 동작들의 전부 또는 일부는 외부의 전자 장치들(102, 104, 또는 108) 중 하나 이상의 외부의 전자 장치들에서 실행될 수 있다. 예를 들면, 전자 장치(101)가 어떤 기능이나 서비스를 자동으로, 또는 사용자 또는 다른 장치로부터의 요청에 반응하여 수행해야 할 경우에, 전자 장치(101)는 기능 또는 서비스를 자체적으로 실행시키는 대신에 또는 추가적으로, 하나 이상의 외부의 전자 장치들에게 그 기능 또는 그 서비스의 적어도 일부를 수행하라고 요청할 수 있다. 상기 요청을 수신한 하나 이상의 외부의 전자 장치들은 요청된 기능 또는 서비스의 적어도 일부, 또는 상기 요청과 관련된 추가 기능 또는 서비스를 실행하고, 그 실행의 결과를 전자 장치(101)로 전달할 수 있다. 전자 장치(101)는 상기 결과를, 그대로 또는 추가적으로 처리하여, 상기 요청에 대한 응답의 적어도 일부로서 제공할 수 있다. 이를 위하여, 예를 들면, 클라우드 컴퓨팅, 분산 컴퓨팅, 모바일 에지 컴퓨팅(MEC: mobile edge computing), 또는 클라이언트-서버 컴퓨팅 기술이 이용될 수 있다. 전자 장치(101)는, 예를 들어, 분산 컴퓨팅 또는 모바일 에지 컴퓨팅을 이용하여 초저지연 서비스를 제공할 수 있다. 다른 실시예에 있어서, 외부의 전자 장치(104)는 IoT(internet of things) 기기를 포함할 수 있다. 서버(108)는 기계 학습 및/또는 신경망을 이용한 지능형 서버일 수 있다. 일실시예에 따르면, 외부의 전자 장치(104) 또는 서버(108)는 제 2 네트워크(199) 내에 포함될 수 있다. 전자 장치(101)는 5G 통신 기술 및 IoT 관련 기술을 기반으로 지능형 서비스(예: 스마트 홈, 스마트 시티, 스마트 카, 또는 헬스 케어)에 적용될 수 있다. According to an embodiment, the command or data may be transmitted or received between the electronic device 101 and the external electronic device 104 through the server 108 connected to the second network 199 . Each of the external electronic devices 102 or 104 may be the same as or different from the electronic device 101 . According to an embodiment, all or a part of operations executed in the electronic device 101 may be executed in one or more external electronic devices 102 , 104 , or 108 . For example, when the electronic device 101 needs to perform a function or service automatically or in response to a request from a user or other device, the electronic device 101 may perform the function or service itself instead of executing the function or service itself. Alternatively or additionally, one or more external electronic devices may be requested to perform at least a part of the function or the service. One or more external electronic devices that have received the request may execute at least a part of the requested function or service, or an additional function or service related to the request, and transmit a result of the execution to the electronic device 101 . The electronic device 101 may process the result as it is or additionally and provide it as at least a part of a response to the request. For this purpose, for example, cloud computing, distributed computing, mobile edge computing (MEC), or client-server computing technology may be used. The electronic device 101 may provide an ultra-low latency service using, for example, distributed computing or mobile edge computing. In another embodiment, the external electronic device 104 may include an Internet of things (IoT) device. The server 108 may be an intelligent server using machine learning and/or neural networks. According to an embodiment, the external electronic device 104 or the server 108 may be included in the second network 199 . The electronic device 101 may be applied to an intelligent service (eg, smart home, smart city, smart car, or health care) based on 5G communication technology and IoT-related technology.
본 문서에 개시된 다양한 실시예들에 따른 전자 장치는 다양한 형태의 장치가 될 수 있다. 전자 장치는, 예를 들면, 휴대용 통신 장치(예: 스마트폰), 컴퓨터 장치, 휴대용 멀티미디어 장치, 휴대용 의료 기기, 카메라, 웨어러블 장치, 또는 가전 장치를 포함할 수 있다. 본 문서의 실시예에 따른 전자 장치는 전술한 기기들에 한정되지 않는다.The electronic device according to various embodiments disclosed in this document may have various types of devices. The electronic device may include, for example, a portable communication device (eg, a smart phone), a computer device, a portable multimedia device, a portable medical device, a camera, a wearable device, or a home appliance device. The electronic device according to the embodiment of the present document is not limited to the above-described devices.
본 문서의 다양한 실시예들 및 이에 사용된 용어들은 본 문서에 기재된 기술적 특징들을 특정한 실시예들로 한정하려는 것이 아니며, 해당 실시예의 다양한 변경, 균등물, 또는 대체물을 포함하는 것으로 이해되어야 한다. 도면의 설명과 관련하여, 유사한 또는 관련된 구성요소에 대해서는 유사한 참조 부호가 사용될 수 있다. 아이템에 대응하는 명사의 단수 형은 관련된 문맥상 명백하게 다르게 지시하지 않는 한, 상기 아이템 한 개 또는 복수 개를 포함할 수 있다. 본 문서에서, "A 또는 B", "A 및 B 중 적어도 하나", "A 또는 B 중 적어도 하나", "A, B 또는 C", "A, B 및 C 중 적어도 하나", 및 "A, B, 또는 C 중 적어도 하나"와 같은 문구들 각각은 그 문구들 중 해당하는 문구에 함께 나열된 항목들 중 어느 하나, 또는 그들의 모든 가능한 조합을 포함할 수 있다. "제 1", "제 2", 또는 "첫째" 또는 "둘째"와 같은 용어들은 단순히 해당 구성요소를 다른 해당 구성요소와 구분하기 위해 사용될 수 있으며, 해당 구성요소들을 다른 측면(예: 중요성 또는 순서)에서 한정하지 않는다. 어떤(예: 제 1) 구성요소가 다른(예: 제 2) 구성요소에, "기능적으로" 또는 "통신적으로"라는 용어와 함께 또는 이런 용어 없이, "커플드" 또는 "커넥티드"라고 언급된 경우, 그것은 상기 어떤 구성요소가 상기 다른 구성요소에 직접적으로(예: 유선으로), 무선으로, 또는 제 3 구성요소를 통하여 연결될 수 있다는 것을 의미한다.The various embodiments of this document and terms used therein are not intended to limit the technical features described in this document to specific embodiments, but it should be understood to include various modifications, equivalents, or substitutions of the embodiments. In connection with the description of the drawings, like reference numerals may be used for similar or related components. The singular form of the noun corresponding to the item may include one or more of the item, unless the relevant context clearly dictates otherwise. As used herein, "A or B", "at least one of A and B", "at least one of A or B", "A, B or C", "at least one of A, B and C", and "A , B, or C," each of which may include any one of the items listed together in the corresponding one of the phrases, or all possible combinations thereof. Terms such as "first", "second", or "first" or "second" may simply be used to distinguish an element from other elements in question, and may refer elements to other aspects (e.g., importance or order) is not limited. It is said that one (eg, first) component is “coupled” or “connected” to another (eg, second) component, with or without the terms “functionally” or “communicatively”. When referenced, it means that one component can be connected to the other component directly (eg by wire), wirelessly, or through a third component.
본 문서의 다양한 실시예들에서 사용된 용어 "모듈"은 하드웨어, 소프트웨어 또는 펌웨어로 구현된 유닛을 포함할 수 있으며, 예를 들면, 로직, 논리 블록, 부품, 또는 회로와 같은 용어와 상호 호환적으로 사용될 수 있다. 모듈은, 일체로 구성된 부품 또는 하나 또는 그 이상의 기능을 수행하는, 상기 부품의 최소 단위 또는 그 일부가 될 수 있다. 예를 들면, 일실시예에 따르면, 모듈은 ASIC(application-specific integrated circuit)의 형태로 구현될 수 있다. The term “module” used in various embodiments of this document may include a unit implemented in hardware, software, or firmware, and is interchangeable with terms such as, for example, logic, logic block, component, or circuit. can be used as A module may be an integrally formed part or a minimum unit or a part of the part that performs one or more functions. For example, according to an embodiment, the module may be implemented in the form of an application-specific integrated circuit (ASIC).
본 문서의 다양한 실시예들은 기기(machine)(예: 전자 장치(101)) 의해 읽을 수 있는 저장 매체(storage medium)(예: 내장 메모리(136) 또는 외장 메모리(138))에 저장된 하나 이상의 명령어들을 포함하는 소프트웨어(예: 프로그램(140))로서 구현될 수 있다. 예를 들면, 기기(예: 전자 장치(101))의 프로세서(예: 프로세서(120))는, 저장 매체로부터 저장된 하나 이상의 명령어들 중 적어도 하나의 명령을 호출하고, 그것을 실행할 수 있다. 이것은 기기가 상기 호출된 적어도 하나의 명령어에 따라 적어도 하나의 기능을 수행하도록 운영되는 것을 가능하게 한다. 상기 하나 이상의 명령어들은 컴파일러에 의해 생성된 코드 또는 인터프리터에 의해 실행될 수 있는 코드를 포함할 수 있다. 기기로 읽을 수 있는 저장 매체는, 비일시적(non-transitory) 저장 매체의 형태로 제공될 수 있다. 여기서, '비일시적'은 저장 매체가 실재(tangible)하는 장치이고, 신호(signal)(예: 전자기파)를 포함하지 않는다는 것을 의미할 뿐이며, 이 용어는 데이터가 저장 매체에 반영구적으로 저장되는 경우와 임시적으로 저장되는 경우를 구분하지 않는다.Various embodiments of the present document include one or more instructions stored in a storage medium (eg, internal memory 136 or external memory 138) readable by a machine (eg, electronic device 101). may be implemented as software (eg, the program 140) including For example, the processor (eg, the processor 120 ) of the device (eg, the electronic device 101 ) may call at least one of the one or more instructions stored from the storage medium and execute it. This makes it possible for the device to be operated to perform at least one function according to the called at least one command. The one or more instructions may include code generated by a compiler or code executable by an interpreter. The device-readable storage medium may be provided in the form of a non-transitory storage medium. Here, 'non-transitory' only means that the storage medium is a tangible device and does not contain a signal (eg, electromagnetic wave), and this term is used in cases where data is semi-permanently stored in the storage medium and It does not distinguish between temporary storage cases.
일실시예에 따르면, 본 문서에 개시된 다양한 실시예들에 따른 방법은 컴퓨터 프로그램 제품(computer program product)에 포함되어 제공될 수 있다. 컴퓨터 프로그램 제품은 상품으로서 판매자 및 구매자 간에 거래될 수 있다. 컴퓨터 프로그램 제품은 기기로 읽을 수 있는 저장 매체(예: compact disc read only memory(CD-ROM))의 형태로 배포되거나, 또는 어플리케이션 스토어(예: 플레이 스토어TM)를 통해 또는 두 개의 사용자 장치들(예: 스마트 폰들) 간에 직접, 온라인으로 배포(예: 다운로드 또는 업로드)될 수 있다. 온라인 배포의 경우에, 컴퓨터 프로그램 제품의 적어도 일부는 제조사의 서버, 어플리케이션 스토어의 서버, 또는 중계 서버의 메모리와 같은 기기로 읽을 수 있는 저장 매체에 적어도 일시 저장되거나, 임시적으로 생성될 수 있다.According to one embodiment, the method according to various embodiments disclosed in this document may be provided in a computer program product (computer program product). Computer program products may be traded between sellers and buyers as commodities. The computer program product is distributed in the form of a machine-readable storage medium (eg compact disc read only memory (CD-ROM)), or through an application store (eg Play Store™) or on two user devices ( It can be distributed (eg downloaded or uploaded) directly, online between smartphones (eg: smartphones). In the case of online distribution, at least a portion of the computer program product may be temporarily stored or temporarily created in a machine-readable storage medium such as a memory of a server of a manufacturer, a server of an application store, or a relay server.
다양한 실시예들에 따르면, 상기 기술한 구성요소들의 각각의 구성요소(예: 모듈 또는 프로그램)는 단수 또는 복수의 개체를 포함할 수 있으며, 복수의 개체 중 일부는 다른 구성요소에 분리 배치될 수도 있다. 다양한 실시예들에 따르면, 전술한 해당 구성요소들 중 하나 이상의 구성요소들 또는 동작들이 생략되거나, 또는 하나 이상의 다른 구성요소들 또는 동작들이 추가될 수 있다. 대체적으로 또는 추가적으로, 복수의 구성요소들(예: 모듈 또는 프로그램)은 하나의 구성요소로 통합될 수 있다. 이런 경우, 통합된 구성요소는 상기 복수의 구성요소들 각각의 구성요소의 하나 이상의 기능들을 상기 통합 이전에 상기 복수의 구성요소들 중 해당 구성요소에 의해 수행되는 것과 동일 또는 유사하게 수행할 수 있다. 다양한 실시예들에 따르면, 모듈, 프로그램 또는 다른 구성요소에 의해 수행되는 동작들은 순차적으로, 병렬적으로, 반복적으로, 또는 휴리스틱하게 실행되거나, 상기 동작들 중 하나 이상이 다른 순서로 실행되거나, 생략되거나, 또는 하나 이상의 다른 동작들이 추가될 수 있다.According to various embodiments, each component (eg, a module or a program) of the above-described components may include a singular or a plurality of entities, and some of the plurality of entities may be separately disposed in other components. have. According to various embodiments, one or more components or operations among the above-described corresponding components may be omitted, or one or more other components or operations may be added. Alternatively or additionally, a plurality of components (eg, a module or a program) may be integrated into one component. In this case, the integrated component may perform one or more functions of each component of the plurality of components identically or similarly to those performed by the corresponding component among the plurality of components prior to the integration. . According to various embodiments, operations performed by a module, program, or other component are executed sequentially, in parallel, repeatedly, or heuristically, or one or more of the operations are executed in a different order, or omitted. , or one or more other operations may be added.
도 2는 일 실시예에 따른 전자 장치의 동작을 설명하는 흐름도이다.2 is a flowchart illustrating an operation of an electronic device according to an exemplary embodiment.
동작(210)에서 전자 장치(예: 도 1의 전자 장치(101))의 프로세서(예: 도 1의 프로세서(120))는 사용자의 XCAP(XML Configuration Access Protocol)에 따른 PUT 시도를 감지한 경우에 응답하여, XCAP에 따른 GET 요청을 서버로 전송할 수 있다.In operation 210 , when the processor (eg, the processor 120 of FIG. 1 ) of the electronic device (eg, the electronic device 101 of FIG. 1 ) detects a PUT attempt according to the XML Configuration Access Protocol (XCAP) of the user In response, a GET request according to XCAP may be sent to the server.
전자 장치는 인터넷 프로토콜 멀티미디어 서브시스템(Internet Protocol Multimedia Subsystem, 이하 'IMS') 단말로, 음성 또는 화상통화를 위하여 IMS 세션을 사용하는 단말일 수 있다. GSMA PRD IR.92에서 요구하는 IMS 단말의 착신 전환(Call Forwarding, 이하 'CF') 및 통화 차단(Call Barring, 이하 'CB')의 지원 기능은 아래 표 1과 같다.The electronic device is an Internet Protocol Multimedia Subsystem ('IMS') terminal, and may be a terminal using an IMS session for voice or video call. Table 1 below shows the support functions of call forwarding (Call Forwarding, hereinafter 'CF') and call blocking (Call Barring, hereinafter 'CB') of the IMS terminal required by GSMA PRD IR.92.
Figure PCTKR2022002841-appb-img-000001
Figure PCTKR2022002841-appb-img-000001
전자 장치는 XCAP 프로토콜을 사용하여 [표 1]의 부가 서비스 기능들에 대한 설정 값을 변경할 수 있다.The electronic device may change the setting values for the additional service functions of [Table 1] by using the XCAP protocol.
전자 장치는 착신 전환(Call Forwarding, CF)과 연관된 복수의 기능들 및 통화 차단(Call barring, CB)과 연관된 복수의 기능들을 지원할 수 있다. 표 1을 참조하면, 전자 장치는 착신 전환(CF)과 연관된 복수의 기능으로 Communication Forwarding Unconditional(CFU), Communication Forwarding on not Logged in(CFNL), Communication Forwarding on Busy(CFB), Communication Forwarding on not Reachable(CFNRc), Communication Forwarding on No Reply(CFNRy)의 기능을 지원할 수 있다. Communication Forwarding Unconditional(CFU) 기능은 착신 주소를 기준으로 무조건 착신을 전환하는 기능을 나타낸다. Communication Forwarding on not Logged in(CFNL) 기능은 단말이 네트워크에 미접속된 경우에 착신을 전환하는 기능을 나타낸다. Communication Forwarding on Busy(CFB) 기능은 단말이 통화중인 경우에 착신을 전환하는 기능을 나타낸다. Communication Forwarding on not Reachable(CFNRc) 기능은 단말이 접근 가능하지 않은 상태인 경우 착신을 전환하는 기능을 나타낸다. Communication Forwarding on No Reply(CFNRy) 기능은 단말이 응답이 없는 경우 착신을 전환하는 기능을 나타낸다.The electronic device may support a plurality of functions related to call forwarding (CF) and a plurality of functions related to call barring (CB). Referring to Table 1, the electronic device includes a plurality of functions related to call forwarding (CF), such as Communication Forwarding Unconditional (CFU), Communication Forwarding on not Logged in (CFNL), Communication Forwarding on Busy (CFB), and Communication Forwarding on not Reachable. (CFNRc) and Communication Forwarding on No Reply (CFNRy) functions may be supported. The Communication Forwarding Unconditional (CFU) function indicates the function of unconditionally forwarding calls based on the destination address. The Communication Forwarding on not Logged in (CFNL) function indicates a function of forwarding calls when the terminal is not connected to the network. The Communication Forwarding on Busy (CFB) function indicates a function of forwarding a call when the terminal is in a call. The Communication Forwarding on not Reachable (CFNRc) function indicates a function of forwarding calls when the terminal is not accessible. The Communication Forwarding on No Reply (CFNRy) function indicates a function of forwarding a call when the terminal does not respond.
전자 장치는 통화 차단(CB)과 연관된 복수의 기능으로 Barring of All Incoming Calls(BAIC), Barring of All Outgoing Calls(BAOC), Barring of Outgoing International Calls(BOIC), Barring of Outgoing International Calls - ex Home Country(BOIC ExHC), Barring of Outgoing International Calls - When Roaming(BOICRoam), Barring of Incoming Calls - When Roaming(BICRoam)의 기능을 지원할 수 있다. Barring of All Incoming Calls(BAIC) 기능은 모든 수신 전화를 차단하는 기능을 나타낸다. Barring of All Outgoing Calls(BAOC) 기능은 모든 발신 전화를 차단하는 기능을 나타낸다. Barring of Outgoing International Calls(BOIC) 기능은 국제 발신 전화를 차단하는 기능을 나타낸다. Barring of Outgoing International Calls - ex Home Country(BOIC ExHC) 기능은 사용자 자신의 국가를 제외한 다른 국가에 대한 국제 발신 전화를 차단하는 기능을 나타낸다. Barring of Outgoing International Calls - When Roaming(BOICRoam) 기능은 로밍 기능이 실행중인 경우에 국제 발신 전화를 차단하는 기능을 나타낸다. Barring of Incoming Calls - When Roaming(BICRoam) 기능은 로밍 기능이 실행중인 경우에 수신 전화를 차단하는 기능을 나타낸다.Electronic devices have multiple functions associated with call blocking (CB): Barring of All Incoming Calls (BAIC), Barring of All Outgoing Calls (BAOC), Barring of Outgoing International Calls (BOIC), Barring of Outgoing International Calls - ex Home Country (BOIC ExHC), Barring of Outgoing International Calls - When Roaming (BOICRoam), and Barring of Incoming Calls - When Roaming (BICRoam) can be supported. The Barring of All Incoming Calls (BAIC) function refers to the function to block all incoming calls. Barring of All Outgoing Calls (BAOC) refers to the ability to block all outgoing calls. The Barring of Outgoing International Calls (BOIC) function refers to the ability to block international outgoing calls. Barring of Outgoing International Calls - ex Home Country (BOIC ExHC) function refers to the function to block international outgoing calls to countries other than the user's own country. Barring of Outgoing International Calls - When Roaming (BOICRoam) function indicates the function to block international outgoing calls when the roaming function is running. Barring of Incoming Calls - When Roaming (BICRoam) function indicates the ability to block incoming calls when the roaming function is running.
전자 장치는 사용자로부터 부가 서비스 기능의 설정 변경을 위한 사용자의 XCAP에 따른 PUT 시도를 감지할 수 있다. PUT 시도는 사용자에 의하여 발생되는 신호로, 전자 장치가 지원하는 기능들 중 적어도 하나의 기능에 대한 설정의 변경을 시도하는 신호를 나타낼 수 있다. 전자 장치는 사용자로부터 XCAP에 따른 PUT 시도를 감지한 경우에 응답하여, XCAP에 따른 GET 요청을 서버로 전송할 수 있다. 서버는 XCAP 서버일 수 있다.The electronic device may detect a PUT attempt according to the user's XCAP for changing the setting of the additional service function from the user. The PUT attempt is a signal generated by a user and may indicate a signal for attempting to change a setting for at least one function among functions supported by the electronic device. In response to detecting a PUT attempt according to XCAP from the user, the electronic device may transmit a GET request according to XCAP to the server. The server may be an XCAP server.
전자 장치는 XCAP 서버가 지원하는 기능의 목록과, 지원하는 기능에 대응하는 규칙(rule)을 전송 받기 위하여 GET 요청을 서버로 전송할 수 있다. 서버 마다 지원하는 기능들은 서로 다를 수 있다. 예를 들어, 제1 XCAP 서버는 Call Forwarding Unconditional(이하, 'CFU') 기능은 지원하고, Call Forwarding on Busy(이하, 'CFB') 기능은 지원하지 않을 수 있다. 제2 XCAP 서버는 CFU 기능은 지원하지 않고, CFB 기능은 지원할 수 있다. 전자 장치는 서버가 지원하는 기능에 대한 규칙을 전송 받을 수 있으며, 이에 관하여서는 도 4에서 보다 상세히 설명한다.The electronic device may transmit a GET request to the server in order to receive a list of functions supported by the XCAP server and a rule corresponding to the functions supported by the XCAP server. Functions supported by each server may be different. For example, the first XCAP server may support the Call Forwarding Unconditional (hereinafter, 'CFU') function, but may not support the Call Forwarding on Busy (hereinafter, 'CFB') function. The second XCAP server may not support the CFU function, but may support the CFB function. The electronic device may receive a rule for a function supported by the server, which will be described in more detail with reference to FIG. 4 .
동작(220)에서 전자 장치는 GET 요청에 대한 회신을 수신하는 경우에 응답하여, XCAP에 따른 제1 PUT 요청을 서버로 전송할 수 있다. 전자 장치는 GET 요청에 따라 서버가 지원하는 기능들의 목록 및 지원하는 기능들에 대한 각각의 규칙을 수신할 수 있다. 전자 장치는 GET 요청에 대한 회신을 수신하는 경우에 응답하여, 사용자에 의해 선택된 기능에 대한 설정을 변경하기 위한 제1 PUT 요청을 서버로 전송할 수 있다.In operation 220 , in response to receiving a reply to the GET request, the electronic device may transmit the first PUT request according to the XCAP to the server. The electronic device may receive a list of functions supported by the server and respective rules for supported functions according to the GET request. In response to receiving a reply to the GET request, the electronic device may transmit a first PUT request for changing a setting for a function selected by the user to the server.
GET 요청은 서버가 지원하는 적어도 하나의 기능 및 적어도 하나의 기능에 대한 규칙에 대한 전달을 요청하는 신호를 나타낼 수 있다. 서버는 지원하는 적어도 하나의 기능 및 적어도 하나의 기능에 대한 규칙을 XML 형태의 문서로 구성된 메시지를 GET 요청을 전송한 단말에 전송할 수 있다.The GET request may indicate a signal requesting delivery of at least one function supported by the server and a rule for at least one function. The server may transmit at least one supported function and a message configured as an XML document for at least one function rule to the terminal that has transmitted the GET request.
PUT 요청은 서버가 지원하는 적어도 하나의 기능에 대한 설정 변경을 요청하는 신호일 수 있다. PUT 요청은 XML 형태의 문서로 구성된 메시지일 수 있고, 사용자 단말은 PUT 요청을 서버로 전송할 수 있다.The PUT request may be a signal for requesting a configuration change for at least one function supported by the server. The PUT request may be a message composed of an XML document, and the user terminal may transmit the PUT request to the server.
동작(230)에서 전자 장치는 제1 PUT 요청에 대응하는 PUT 동작이 실패하는 경우에 응답하여, 제1 PUT 요청의 제1 미디어 조건(media condition)과 다른 제2 미디어 조건을 갖는 제2 PUT 요청을 서버로 전송할 수 있다.In operation 230 , in response to the failure of the PUT operation corresponding to the first PUT request, the electronic device requests a second PUT having a second media condition different from a first media condition of the first PUT request. can be sent to the server.
미디어 타입(media type)에 따라 4가지의 미디어 조건이 존재한다. 미디어 조건에는 오디오(audio)를 포함하는 미디어 조건, 비디오(video)를 포함하는 미디어 조건, 오디오 및 비디오를 모두 포함하는 미디어 조건, 미디어를 포함하지 않는 미디어 조건이 있을 수 있다. 전자 장치는 오디오가 포함된 미디어 조건을 갖는 PUT 요청을 서버로 전송할 수 있고, 비디오가 포함된 미디어 조건을 갖는 PUT 요청을 서버로 전송할 수 있다. 또한 전자 장치는 오디오가 포함된 미디어 조건을 갖는 PUT 요청을 서버로 전송 후, 비디오가 포함된 미디어 조건을 갖는 PUT 요청을 서버로 전송할 수 있다. 전자 장치는 미디어를 포함하지 않는 미디어 조건을 갖는 PUT 요청을 서버로 전송할 수도 있다. 이하에서는, 미디어 타입을 적어도 하나 포함하는 미디어 조건에 대하여서는 미디어 타입 지정을 포함한다고 설명하고, 미디어를 포함하지 않는 미디어 조건에 대하여서는 미디어 타입 지정을 배제한다고 설명하기로 한다.There are four media conditions according to the media type. The media condition may include a media condition including audio, a media condition including video, a media condition including both audio and video, and a media condition not including media. The electronic device may transmit a PUT request having a media condition including audio to the server, and may transmit a PUT request having a media condition including video to the server. Also, the electronic device may transmit a PUT request having a media condition including audio to the server and then transmit a PUT request having a media condition including video to the server. The electronic device may transmit a PUT request having a media condition that does not include media to the server. Hereinafter, it will be described that media type designation is included for a media condition including at least one media type, and media type designation is excluded for a media condition that does not include a media.
일 실시예에 따른 전자 장치는 제1 PUT 요청을 서버로 전송하고, 제1 PUT 요청에 대응하는 PUT 동작이 실패하는 경우에 응답하여, 제1 PUT 요청의 제1 미디어 조건과 다른 제2 미디어 조건을 갖는 제2 PUT 요청을 서버로 전송할 수 있다. 일 실시예에 따른 전자 장치는 제1 PUT 요청에 대응하는 PUT 동작이 실패하더라도, 제2 PUT 요청을 서버로 전송함으로써 PUT 동작의 성공 확률을 증가시킬 수 있다.The electronic device according to an embodiment transmits a first PUT request to a server, and in response to a failure of a PUT operation corresponding to the first PUT request, a second media condition different from the first media condition of the first PUT request A second PUT request having a may be transmitted to the server. Even if the PUT operation corresponding to the first PUT request fails, the electronic device according to an embodiment may increase the success probability of the PUT operation by transmitting the second PUT request to the server.
일 실시예에 따른 전자 장치는 제1 PUT 요청의 제1 미디어 조건이 미디어 타입 지정을 포함하는 경우, 미디어 타입 지정이 배제된 제2 미디어 조건을 갖는 제2 PUT 요청을 서버로 전송할 수 있다. 전자 장치는 제1 미디어 조건이 미디어 타입 지정을 포함하지 않는 경우, 미디어 타입 지정이 포함된 제2 미디어 조건을 갖는 제2 PUT 요청을 서버로 전송할 수 있다.When the first media condition of the first PUT request includes the designation of the media type, the electronic device according to an embodiment may transmit the second PUT request having the second media condition in which the designation of the media type is excluded to the server. When the first media condition does not include the media type designation, the electronic device may transmit a second PUT request having the second media condition including the media type designation to the server.
도 3은 일 실시예에 따른 전자 장치가 기능의 설정을 변경하기 위하여 사용자에게 제공하는 화면을 도시한다.3 illustrates a screen provided by an electronic device to a user to change a function setting according to an exemplary embodiment.
일 실시예에 따른 전자 장치(예: 도 1의 전자 장치(101))는 부가 서비스에 대한 화면(310)을 제공할 수 있다. 전자 장치는 사용자로부터 화면(310) 내에서 착신 전환(Call Forwarding)에 대응하는 객체(311) 또는 통화 차단(Call Barring)에 대응하는 객체(312)에 대한 인터랙션(interaction) 신호를 수신할 수 있다. 일 실시예에 따른 전자 장치는 사용자로부터 착신 전환(CF)에 대응하는 객체(311) 또는 통화 차단(CB)에 대응하는 객체(312)에 대한 인터랙션 신호를 사용자의 XCAP에 따른 PUT 시도로 감지할 수 있다.The electronic device (eg, the electronic device 101 of FIG. 1 ) according to an embodiment may provide a screen 310 for an additional service. The electronic device may receive an interaction signal for the object 311 corresponding to call forwarding or the object 312 corresponding to call barring within the screen 310 from the user. . The electronic device according to an embodiment detects an interaction signal from the user for the object 311 corresponding to call forwarding (CF) or the object 312 corresponding to call blocking (CB) as a PUT attempt according to the user's XCAP. can
전자 장치는 레거시 네트워크(legacy network) 내에서 미디어의 구분이 있었기 때문에, 일반적으로 사용자로부터 미디어 타입(media type)에 대한 선택을 수신하기 위한 화면(320)을 제공할 수 있다. 미디어 타입에는 음성(voice)에 대한 기능의 설정 변경을 요청하는 오디오, 비디오(video)에 대한 기능의 설정 변경을 요청하는 비디오가 존재한다. 전자 장치는 화면(320) 내에서 사용자로부터 오디오에 대응하는 객체(voice call, 321) 또는 비디오 미디어에 대응하는 객체(video call, 322) 중 하나에 대한 인터랙션 신호를 수신할 수 있다. 전자 장치는 사용자로부터 오디오에 대응하는 객체(321)에 대한 인터랙션 신호를 수신하는 경우, 오디오(audio)가 포함된 미디어 조건을 갖는 PUT 요청을 서버로 전송할 수 있다. 마찬가지로, 전자 장치는 사용자로부터 비디오에 대응하는 객체(322)에 대한 인터랙션 신호를 수신하는 경우, 비디오(video)가 포함된 미디어 조건을 갖는 PUT 요청을 서버로 전송할 수 있다.Since media is classified in a legacy network, the electronic device may generally provide a screen 320 for receiving a selection of a media type from a user. In the media type, there are an audio requesting to change the setting of a function for a voice and a video for requesting a setting change of a function for a video. The electronic device may receive an interaction signal for one of an object (voice call) 321 corresponding to audio or an object (video call) 322 corresponding to video media from a user in the screen 320 . When receiving an interaction signal for the object 321 corresponding to audio from the user, the electronic device may transmit a PUT request having a media condition including audio to the server. Similarly, when receiving an interaction signal for an object 322 corresponding to a video from a user, the electronic device may transmit a PUT request having a media condition including video to the server.
더 나아가, 전자 장치는 미디어 타입에 대한 구분 없이 서버에 기능의 설정 변경을 요청할 수 있다. 전자 장치는 사용자로부터 수신된 다이얼러(dialer)에서 MMI 코드에 대한 입력 신호를 부가 서비스 기능에 대한 설정 변경 요청 신호로 판단할 수 있다. 이 경우, 전자 장치는 모든 미디어 타입을 미디어 조건에 포함시켜 서버로 전송할 수 있다. 전자 장치는 오디오(audio)가 포함된 미디어 조건을 갖는 PUT 요청을 서버로 전송한 후, 비디오(video)가 포함된 미디어 조건을 갖는 PUT 요청을 서버로 전송할 수 있다.Furthermore, the electronic device may request a function setting change from the server without distinction of media types. The electronic device may determine the input signal for the MMI code from the dialer received from the user as a setting change request signal for the additional service function. In this case, the electronic device may include all media types in the media conditions and transmit them to the server. After transmitting the PUT request having the media condition including audio to the server, the electronic device may transmit the PUT request having the media condition including video to the server.
전자 장치는 화면(320) 내에서 사용자로부터 미디어 타입에 대한 인터랙션 신호를 수신한 후, 지원하는 복수의 기능들이 구분되어 표시된 화면(330)을 제시할 수 있다. 도 3을 예시로 설명하면, 전자 장치는 화면(310) 내에서 사용자로부터 착신 전환(CF)에 대응하는 객체(311)에 대한 인터랙션 신호를 수신한 경우, 화면(330) 내에서 착신 전환(CF)과 연관되는 복수의 기능을 제시할 수 있다. 예를 들어, 전자 장치는 Communication Forwarding Unconditional(CFU) 기능에 대응하는 객체(331), Communication Forwarding on Busy(CFB) 기능에 대응하는 객체(332), Communication Forwarding on No Reply(CFNRy) 기능에 대응하는 객체(333) 및 Communication Forwarding on Not Reachable(CFNRc) 기능에 대응하는 객체(334)를 제시할 수 있다. 마찬가지로, 전자 장치는 화면(310) 내에서 사용자로부터 통화 차단(CB)에 대응하는 객체(312)에 대한 인터랙션 신호를 수신한 경우, 화면(330) 내에서 통화 차단(CB)과 연관되는 복수의 기능들을 제시할 수 있다.After receiving an interaction signal for a media type from the user on the screen 320 , the electronic device may present a screen 330 in which a plurality of supported functions are divided and displayed. 3 as an example, when the electronic device receives an interaction signal for the object 311 corresponding to the call forwarding (CF) from the user on the screen 310 , the electronic device receives the call forwarding (CF) in the screen 330 . ) and related functions can be presented. For example, the electronic device may include an object 331 corresponding to a Communication Forwarding Unconditional (CFU) function, an object 332 corresponding to a Communication Forwarding on Busy (CFB) function, and a Communication Forwarding on No Reply (CFNRy) function corresponding to the object corresponding to the function. An object 333 and an object 334 corresponding to a Communication Forwarding on Not Reachable (CFNRc) function may be presented. Similarly, when the electronic device receives an interaction signal for the object 312 corresponding to the call blocking (CB) from the user on the screen 310 , the plurality of call blocking (CB) associated with the screen 330 is displayed. functions can be presented.
도 4는 일 실시예에 따른 전자 장치가 GET 요청을 서버로 전송하여 수신하는 XML(Extensible Markup Language) 기반의 문서를 도시한다.4 illustrates an Extensible Markup Language (XML)-based document that an electronic device transmits and receives a GET request to a server according to an exemplary embodiment.
일 실시예에 따른 전자 장치(예: 도 1의 전자 장치(101))의 통신 모듈(예: 도 1의 통신 모듈(190))은 GET 요청(GET request)을 서버로 전송할 수 있고, GET 요청을 수신한 서버로부터 적어도 하나의 기능에 대한 규칙(rule)을 포함하는 규칙 세트(ruleset)를 수신할 수 있다. 전자 장치는 기존에 서버에 대하여 전송 받은 규칙 세트(ruleset)가 이미 존재하는 경우에는, GET 요청을 생략할 수도 있다.The communication module (eg, the communication module 190 of FIG. 1 ) of the electronic device (eg, the electronic device 101 of FIG. 1 ) according to an embodiment may transmit a GET request to the server, and the GET request A rule set including a rule for at least one function may be received from the server receiving the . The electronic device may omit the GET request when a rule set previously transmitted to the server already exists.
전자 장치는 GET 요청을 서버로 전송할 수 있고, GET 요청에 대한 응답으로 서버가 지원하는 적어도 하나의 기능 및 적어도 하나의 기능에 대한 규칙(rule)에 관한 정보를 XML 문서(400)로 수신할 수 있다. 서버로부터 수신하는 XML 문서(400)는 200 OK 응답(410)과 함께 서버가 지원하는 기능에 대한 규칙을 포함하는 규칙 세트(420)를 포함할 수 있다.The electronic device may transmit a GET request to the server, and in response to the GET request, at least one function supported by the server and information about a rule for at least one function may be received as the XML document 400 . have. The XML document 400 received from the server may include a rule set 420 including rules for functions supported by the server along with a 200 OK response 410 .
XML 문서(400)는 규칙 세트(420)의 타입(type)을 구별할 수 있는 객체(411)를 포함할 수 있다. 전자 장치는 XML 문서(400) 내의 객체(411)를 이용하여 규칙 세트(420)가 착신 전환(CF)에 연관된 기능에 대한 규칙을 포함하는지, 통화 차단(CB)에 연관된 기능에 대한 규칙을 포함하는지 판단할 수 있다. 예를 들어, 도 4를 참조하면, XML 문서(400) 내의 객체(411)는 "communication-diversion"으로, 전자 장치는 규칙 세트(420)가 착신 전환(CF)에 관한 규칙을 포함하는 것으로 판단할 수 있다.The XML document 400 may include an object 411 capable of distinguishing the type of the rule set 420 . The electronic device uses the object 411 in the XML document 400 to determine whether the rule set 420 includes rules for functions related to call forwarding (CF) and rules for functions related to call blocking (CB). can determine whether For example, referring to FIG. 4 , the object 411 in the XML document 400 is “communication-diversion”, and the electronic device determines that the rule set 420 includes a rule related to call forwarding (CF). can do.
규칙 세트(420)는 제1 규칙(421), 제2 규칙(422) 및 제3 규칙(423)을 포함할 수 있다. 도 4에서는 XML 문서(400)의 규칙 세트(420)가 3개의 규칙(421, 422, 423)을 포함하는 것으로 도시되었으나, 규칙의 개수는 이로 한정하지는 않는다. XCAP 서버가 부가 서비스에 대하여 지원하는 기능은 XML 문서(400) 내의 규칙(421, 422, 423)과 각각 대응할 수 있다. 전자 장치는 규칙(421, 422, 423)의 조건(condition)(431, 432, 433)에 기초하여 해당 규칙에 대응하는 기능을 판단할 수 있다. 예를 들어, 제1 규칙(421)의 조건(431)에 어떠한 조건도 포함되어 있지 않은 경우, 전자 장치는 제1 규칙(421)이 착신 전환(CF)과 연관된 기능 중 Communication Forwarding Unconditional(CFU) 기능과 대응하는 것으로 판단할 수 있다. 다른 예를 들어, 제2 규칙(422)의 조건(432)이 <busy> 조건을 포함하는 경우, 제2 규칙(432)이 착신 전환(CF)과 연관된 기능 중 Communication Forwarding on Busy(CFB) 기능과 대응하는 것으로 판단할 수 있다. 또 다른 예를 들어, 제3 규칙(433)이 조건으로 <no answer> 조건을 포함하는 경우, 제3 규칙은 Communication Forwarding on No Reply(CFNRy) 기능과 대응하는 것으로 판단할 수 있다. 전자 장치는 서버로부터 수신된 XML 문서(400)의 규칙 세트(420)에 기초하여, 서버가 CFU 기능, CFB 기능 및 CFNRy 기능을 지원하는 것으로 판단할 수 있다.The rule set 420 may include a first rule 421 , a second rule 422 , and a third rule 423 . In FIG. 4 , the rule set 420 of the XML document 400 is illustrated as including three rules 421 , 422 , and 423 , but the number of rules is not limited thereto. A function supported by the XCAP server for the additional service may correspond to rules 421 , 422 , and 423 in the XML document 400 , respectively. The electronic device may determine a function corresponding to the rule based on conditions 431 , 432 , and 433 of the rules 421 , 422 , and 423 . For example, when the condition 431 of the first rule 421 does not contain any conditions, the electronic device determines that the first rule 421 performs Communication Forwarding Unconditional (CFU) among functions related to call forwarding (CF). It can be judged that it corresponds to the function. As another example, when the condition 432 of the second rule 422 includes a <busy> condition, the second rule 432 includes a Communication Forwarding on Busy (CFB) function among functions related to call forwarding (CF). It can be judged that it corresponds to As another example, when the third rule 433 includes a <no answer> condition as a condition, it may be determined that the third rule corresponds to a Communication Forwarding on No Reply (CFNRy) function. The electronic device may determine that the server supports the CFU function, the CFB function, and the CFNRy function based on the rule set 420 of the XML document 400 received from the server.
서버로부터 수신된 XML 문서(400) 내에서 각 규칙의 조건(431, 432, 433)은 미디어 조건을 포함할 수 있다. 예를 들어, 제1 규칙(421) 및 제3 규칙(423)은 미디어 타입 지정이 배제된 미디어 조건을 가질 수 있고, 제2 규칙(422)는 미디어 타입 지정이 포함된 미디어 조건을 가질 수 있다. 도 4를 참조하면, 제2 규칙(422)은 오디오(audio)가 포함된 미디어 조건(452)을 포함할 수 있다. Conditions 431 , 432 , and 433 of each rule in the XML document 400 received from the server may include media conditions. For example, the first rule 421 and the third rule 423 may have a media condition excluding media type designation, and the second rule 422 may have a media condition including media type designation. . Referring to FIG. 4 , the second rule 422 may include a media condition 452 including audio.
더 나아가, 서버로부터 수신된 XML 문서(400) 내에서 각 규칙의 조건(431, 432, 433)은 규칙에 대응하는 기능이 현재 활성화되어 있는지 여부에 따라 비활성 조건을 포함할 수 있다. 예를 들어, 제2 규칙(422)에 대응하는 CFB 기능이 전자 장치에서 현재 활성화되어 있지 않은 경우, 비활성 조건(<rule-deactivated/>, 462)을 포함할 수 있다. 마찬가지로, 제3 규칙(423)에 대응하는 CFNRy 기능이 전자 장치에서 현재 비활성화되어 있는 경우, 비활성 조건(463)을 포함할 수 있다. 반면, 제1 규칙(421)과 각각 대응하는 CFU 기능이 전자 장치에서 현재 활성화되어 있는 경우, 제1 규칙(421)은 비활성 조건을 포함하지 않는다.Furthermore, in the XML document 400 received from the server, the conditions 431 , 432 , and 433 of each rule may include an inactive condition according to whether a function corresponding to the rule is currently activated. For example, when the CFB function corresponding to the second rule 422 is not currently activated in the electronic device, a deactivation condition (<rule-deactivated/>, 462 ) may be included. Similarly, when the CFNRy function corresponding to the third rule 423 is currently deactivated in the electronic device, the deactivation condition 463 may be included. On the other hand, when the CFU function corresponding to the first rule 421 is currently activated in the electronic device, the first rule 421 does not include a deactivation condition.
아래 표 2는 착신 전환 및 통화 차단과 연관되는 부가 서비스 기능을 구별하기 위한 조건(condition)을 나타낸다.Table 2 below shows conditions for distinguishing additional service functions related to call forwarding and call blocking.
Figure PCTKR2022002841-appb-img-000002
Figure PCTKR2022002841-appb-img-000002
GSMA IR 92. 섹션 2.3.2에 따르면, 전자 장치는 하나의 규칙이 포함하는 조건들 중 비활성 조건(예를 들어, <rule-deactivated>) 및 미디어 조건(media condition)을 제외한 나머지 조건이 부가 서비스 기능에 대응하는 조건(condition)과 엄격히(strictly) 일치하는 경우에, 해당 규칙은 해당 부가 서비스 기능과 대응하는 것으로 판단할 수 있다. 예를 들어, 도 4를 참조하면, 제2 규칙(422)이 포함하는 조건들 중 비활성 조건(<rule-deactivated/>) 및 미디어 조건(audio)을 제외한 나머지 조건은 <busy> 조건일 수 있다. 전자 장치는 제2 규칙(422)의 나머지 조건이 CFB의 기능에 대응하는 조건(<busy>)과 일치하므로, 제2 규칙(422)은 CFB의 기능과 대응한다. 또 다른 예를 들어, 제3 규칙(423)이 포함하는 조건들 중 비활성 조건을 제외한 나머지 조건은 <no-answer> 조건일 수 있다. 전자 장치는 제3 규칙(423)의 나머지 조건이 CFNRy의 기능에 대응하는 조건(<no-answer>)과 일치하므로, 제3 규칙(423)은 CFNRy의 기능과 대응하는 것으로 판단할 수 있다.According to GSMA IR 92. Section 2.3.2, in the electronic device, among the conditions included in one rule, the remaining conditions except for the inactive condition (eg, <rule-deactivated>) and the media condition are additional services. In the case of strictly matching the condition corresponding to the function, the corresponding rule may be determined to correspond to the corresponding additional service function. For example, referring to FIG. 4 , among the conditions included in the second rule 422 , the remaining conditions excluding the inactive condition (<rule-deactivated/>) and the media condition (audio) may be a <busy> condition. . In the electronic device, since the remaining conditions of the second rule 422 match the condition (<busy>) corresponding to the function of the CFB, the second rule 422 corresponds to the function of the CFB. As another example, among the conditions included in the third rule 423 , the remaining conditions excluding the inactive condition may be a <no-answer> condition. Since the remaining conditions of the third rule 423 match the condition (<no-answer>) corresponding to the function of CFNRy, the electronic device may determine that the third rule 423 corresponds to the function of CFNRy.
전자 장치는 규칙의 액션(action)(441, 442, 443)에 기초하여 해당 규칙에 대응하는 기능의 설정 값을 획득할 수 있다. 예를 들어, 제1 규칙의 액션(441)에 제1 타겟 주소(target address)(471)가 포함되어 있는 경우, 전자 장치는 제1 규칙(421)에 대응하는 CFU 기능이 제1 타겟 주소(471)로 설정된 것으로 판단할 수 있다.The electronic device may acquire a set value of a function corresponding to the rule based on the action 441 , 442 , and 443 of the rule. For example, if the first target address 471 is included in the action 441 of the first rule, the electronic device determines that the CFU function corresponding to the first rule 421 performs the first target address ( 471) can be determined.
도 5는 일 실시예에 따른 전자 장치가 서버로 전송하는 PUT 요청에 대한 XML 기반의 문서를 도시한다.5 illustrates an XML-based document for a PUT request transmitted from an electronic device to a server according to an embodiment.
일 실시예에 따른 전자 장치(예: 도 1의 전자 장치(101))는 기능의 설정 변경을 위하여 PUT 요청을 서버로 전송할 수 있다. 전자 장치는 PUT 요청으로 XML 문서(500)를 서버에 전송할 수 있다.The electronic device (eg, the electronic device 101 of FIG. 1 ) according to an embodiment may transmit a PUT request to the server in order to change the function setting. The electronic device may transmit the XML document 500 to the server as a PUT request.
XML 문서(500)는 설정 변경을 요청하는 기능에 대한 규칙(rule)을 포함하는 규칙 세트(ruleset)(520)를 포함할 수 있다. XML 문서(500)는 규칙 세트(520)의 타입을 구별할 수 있는 객체(511)를 포함할 수 있다. 전자 장치는 XML 문서(500) 내의 객체(511)를 표시하여 규칙 세트(520)가 착신 전환(CF)에 연관된 기능에 대한 규칙인 지, 통화 차단(CB)에 연관된 기능에 대한 규칙인 지 구분할 수 있다.The XML document 500 may include a rule set 520 including a rule for a function requesting a setting change. The XML document 500 may include an object 511 capable of distinguishing the type of the rule set 520 . The electronic device displays the object 511 in the XML document 500 to distinguish whether the rule set 520 is a rule for a function related to call forwarding (CF) or a rule for a function related to call blocking (CB). can
규칙 세트(520)는 설정 변경을 요청하는 기능에 대응하는 제4 규칙(521)을 포함할 수 있다. 전자 장치는 설정 변경을 요청하는 기능에 대응하는 조건을 제4 규칙의 조건(531)에 포함시킬 수 있다. 도 4를 참조하면, 전자 장치가 서버에 CFB 기능에 대한 설정 변경을 요청하는 경우, 제4 규칙의 조건(531)에 기능의 타입을 나타내는 조건(<busy/>)을 포함시킬 수 있다. 전자 장치는 제4 규칙의 조건(531)에 미디어 조건(532) 또한 포함시킬 수 있다. 전자 장치는 제4 규칙의 액션(541)에 CFB 기능에 대하여 변경을 요청하는 설정 값으로 제2 타겟 주소(542)를 포함시킬 수 있다.The rule set 520 may include a fourth rule 521 corresponding to a function requesting a setting change. The electronic device may include a condition corresponding to the function requesting a setting change in the condition 531 of the fourth rule. Referring to FIG. 4 , when the electronic device requests the server to change the setting for the CFB function, a condition (<busy/>) indicating the type of function may be included in the condition 531 of the fourth rule. The electronic device may also include the media condition 532 in the condition 531 of the fourth rule. The electronic device may include the second target address 542 as a setting value for requesting a change to the CFB function in the action 541 of the fourth rule.
XCAP 서버는 전자 장치로부터 PUT 요청에 따른 XML 문서(500)을 수신할 수 있다. 서버는 수신된 XML 문서(500)에 문법 오류가 없고, 규칙에 포함된 미디어 조건(532)이 서버의 미디어 조건과 부합하는 경우, 제4 규칙(521)에 대응하는 기능(예를 들어, CFB 기능)에 대한 설정을 제2 타겟 주소(542)로 변경할 수 있다.The XCAP server may receive the XML document 500 according to the PUT request from the electronic device. If there is no grammatical error in the received XML document 500 and the media condition 532 included in the rule matches the media condition of the server, the server performs a function corresponding to the fourth rule 521 (eg, CFB). function) may be changed to the second target address 542 .
도 6은 일 실시예에 따른 전자 장치가 성공한 PUT 동작 이력을 사용하여 PUT 요청을 생성하는 과정을 설명한다.6 illustrates a process in which an electronic device generates a PUT request using a successful PUT operation history according to an embodiment.
동작(621)에서 전자 장치(예: 도 1의 전자 장치(101))는 서버와 관련된 성공한 PUT 동작 이력으로부터 서버가 지원하는 적어도 하나의 기능 중 사용자에 의해 선택된 기능에 대하여 성공한 PUT 동작이 존재하는지 여부를 판단할 수 있다.In operation 621 , the electronic device (eg, the electronic device 101 of FIG. 1 ) determines whether there is a successful PUT operation for the function selected by the user among at least one function supported by the server from the successful PUT operation history related to the server. can determine whether
동작(622)에서 전자 장치는 성공한 PUT 동작 이력으로부터 선택된 기능에 대하여 성공한 PUT 동작이 존재하는 경우, 이전 PUT 요청(previous PUT request)이 미디어 타입 지정을 포함했는지 여부를 판별하고, 이전 PUT 요청의 미디어 타입 지정을 이용하여 제3 PUT 요청을 생성하여 전송할 수 있다. 전자 장치는 이전 PUT 요청이 미디어 타입 지정을 포함했던 경우, 미디어 타입 지정이 포함된 미디어 조건을 갖는 제3 PUT 요청을 생성하여 서버로 전송할 수 있다. 전자 장치는 이전 PUT 요청이 미디어 타입 지정이 배제되었던 경우, 미디어 타입 지정이 배제된 미디어 조건을 갖는 제3 PUT 요청을 생성하여 서버로 전송할 수 있다. 예를 들어, 전자 장치가 사용자로부터 미디어 타입 중 오디오(audio)에 대한 선택 신호를 수신한 경우에 대하여 설명한다. 전자 장치는 성공한 PUT 동작에 대응하는 이전 PUT 요청이 미디어 타입 지정을 포함했던 경우, 오디오가 포함된 미디어 조건을 갖는 제3 PUT 요청을 생성하여 서버로 전송할 수 있다. 전자 장치는 이전 PUT 요청이 미디어 타입 지정을 포함하지 않았던 경우, 미디어 타입 지정이 배제된 미디어 조건을 갖는 제3 PUT 요청을 생성하여 서버로 전송할 수 있다. 전자 장치는 제3 PUT 요청을 생성하여 서버로 전송한 후, 서버와의 통신을 종료할 수 있다.In operation 622, when there is a successful PUT operation for a function selected from the successful PUT operation history, the electronic device determines whether a previous PUT request includes a media type specification, and the media of the previous PUT request. A third PUT request may be generated and transmitted using the type designation. When the previous PUT request includes the media type designation, the electronic device may generate and transmit a third PUT request having a media condition including the media type designation to the server. When the media type specification is excluded from the previous PUT request, the electronic device may generate a third PUT request having a media condition in which the media type specification is excluded and transmit it to the server. For example, a case in which the electronic device receives a selection signal for audio among media types from a user will be described. When a previous PUT request corresponding to a successful PUT operation includes a media type designation, the electronic device may generate and transmit a third PUT request having a media condition including audio to the server. When the previous PUT request does not include the media type specification, the electronic device may generate a third PUT request having a media condition in which the media type specification is excluded and transmit it to the server. After generating and transmitting the third PUT request to the server, the electronic device may terminate communication with the server.
동작(623)에서 전자 장치는 성공한 PUT 동작 이력으로부터 사용자에 의해 선택된 기능에 대하여 성공한 PUT 동작이 존재하지 않는 경우, 적어도 하나의 기능에 대한 규칙 중 사용자에 의해 선택된 기능에 대응하는 규칙을 추출하고, 추출된 규칙에 기초하여 제1 PUT 요청을 생성하여 서버로 전송할 수 있다. 전자 장치는 서버로부터 GET 요청에 대한 회신으로, 서버가 지원하는 기능에 대한 규칙을 포함하는 규칙 세트(ruleset)를 수신할 수 있다. 전자 장치는 규칙 세트가 포함하는 규칙 중 사용자에 의하여 선택된 기능과 대응하는 규칙을 추출함으로써 제1 PUT 요청을 생성할 수 있다. 이하에서는, 전자 장치가 추출된 규칙을 사용하여 제1 PUT 요청을 생성하는 과정을 설명한다.In operation 623, when there is no successful PUT operation for the function selected by the user from the successful PUT operation history, the electronic device extracts a rule corresponding to the function selected by the user from among the rules for at least one function, A first PUT request may be generated based on the extracted rule and transmitted to the server. The electronic device may receive a rule set including rules for functions supported by the server in response to the GET request from the server. The electronic device may generate the first PUT request by extracting a rule corresponding to a function selected by the user from among the rules included in the rule set. Hereinafter, a process in which the electronic device generates the first PUT request using the extracted rule will be described.
전자 장치는 서버로부터 전송된 규칙 세트를 사용하여 제1 PUT 요청을 생성할 수 있다. 규칙 세트는 서버가 지원하는 적어도 하나의 기능에 대한 규칙을 포함할 수 있다. 전자 장치는 서버로부터 전송된 적어도 하나의 기능에 대한 규칙 중 사용자에 의하여 선택된 기능과 대응하는 규칙을 추출할 수 있다. 전자 장치는 서버로부터 수신된 적어도 하나의 규칙 중 비활성 조건 및 미디어 조건이 제외된 나머지 조건이 사용자에 의해 선택된 기능에 대응하는 조건과 엄격히 일치하는 규칙을 추출할 수 있다. 전자 장치는 추출된 규칙이 미디어 타입 지정을 포함하는지 여부를 판별하고, 추출된 규칙의 미디어 타입 지정을 이용하여 제1 PUT 요청을 생성하여 전송할 수 있다. 전자 장치는 추출된 규칙이 미디어 타입 지정을 포함하는 경우, 미디어 타입 지정이 포함된 미디어 조건을 갖는 제1 PUT 요청을 생성하여 서버로 전송할 수 있다. 전자 장치는 추출된 규칙이 미디어 타입 지정을 포함하지 않는 경우, 미디어 타입 지정이 배제된 미디어 조건을 갖는 제1 PUT 요청을 생성하여 서버로 전송할 수 있다. 예를 들어, 도 4를 참조하면, 전자 장치는 Communication Forwarding on Busy(CFB) 기능에 대한 설정 변경을 위하여 GET 요청을 서버에 전송할 수 있고, 서버로부터 GET 요청에 대한 회신으로 XML 문서(400)를 전송 받을 수 있다. 전자 장치는 서버로부터 수신한 적어도 하나의 기능에 대한 규칙(421, 422, 423) 중 CFB 기능에 대응하는 규칙(422)를 추출할 수 있다. 전자 장치는 추출된 규칙(422)은 오디오(audio)가 포함된 미디어 조건을 포함하므로, 규칙(422)은 미디어 타입 지정을 포함하는 것으로 판단할 수 있다. 전자 장치는 미디어 타입 지정이 포함된 미디어 조건을 갖는 제1 PUT 요청을 생성하여 서버로 전송할 수 있다. 전자 장치가 사용자로부터 미디어 타입(media type) 중 오디오에 대한 선택 신호를 수신한 경우, 오디오가 포함된 미디어 조건을 갖는 제1 PUT 요청을 생성하여 서버로 전송할 수 있다. 전자 장치가 사용자로부터 미디어 타입 중 비디오에 대한 선택 신호를 수신한 경우, 비디오가 포함된 미디어 조건을 갖는 제1 PUT 요청을 생성하여 서버로 전송할 수 있다.The electronic device may generate the first PUT request using the rule set transmitted from the server. The rule set may include a rule for at least one function supported by the server. The electronic device may extract a rule corresponding to the function selected by the user from among the rules for at least one function transmitted from the server. The electronic device may extract a rule in which the remaining conditions excluding the inactivity condition and the media condition among at least one rule received from the server strictly match a condition corresponding to a function selected by the user. The electronic device may determine whether the extracted rule includes the media type designation, and may generate and transmit the first PUT request using the media type designation of the extracted rule. When the extracted rule includes the media type designation, the electronic device may generate a first PUT request having a media condition including the media type designation and transmit it to the server. When the extracted rule does not include the media type designation, the electronic device may generate and transmit a first PUT request having a media condition in which the media type designation is excluded to the server. For example, referring to FIG. 4 , the electronic device may transmit a GET request to the server to change the setting for the Communication Forwarding on Busy (CFB) function, and transmit the XML document 400 as a reply to the GET request from the server. can be sent The electronic device may extract a rule 422 corresponding to the CFB function from among the rules 421 , 422 , and 423 for at least one function received from the server. Since the extracted rule 422 includes a media condition including audio, the electronic device may determine that the rule 422 includes media type designation. The electronic device may generate a first PUT request having a media condition including media type designation and transmit it to the server. When the electronic device receives a selection signal for audio among media types from the user, it may generate a first PUT request having a media condition including audio and transmit it to the server. When the electronic device receives a selection signal for video among media types from the user, it may generate and transmit a first PUT request having a media condition including video to the server.
또 다른 예를 들어, 전자 장치는 전자 장치는 Communication Forwarding Unconditional(CFU) 기능에 대한 설정 변경을 위하여 GET 요청을 서버에 전송할 수 있고, 서버로부터 수신한 적어도 하나의 기능에 대한 규칙(421, 422, 423) 중 CFU 기능에 대응하는 제1 규칙(421)를 추출할 수 있다. 전자 장치는 추출된 제1 규칙(421)은 미디어를 포함하지 않는 미디어 조건을 포함하므로, 제1 규칙(421)은 미디어 타입 지정이 배제된 것으로 판단할 수 있다. 따라서, 전자 장치는 미디어 타입 지정이 배제된 미디어 조건을 갖는 제1 PUT 요청을 생성하여 서버로 전송할 수 있다. 전자 장치는 미디어를 포함하지 않는 미디어 조건을 갖는 제1 PUT 요청을 생성하여 서버로 전송할 수 있다.As another example, the electronic device may transmit a GET request to the server to change the settings for the Communication Forwarding Unconditional (CFU) function, and rules 421, 422, 423), it is possible to extract the first rule 421 corresponding to the CFU function. Since the extracted first rule 421 includes a media condition that does not include media, the electronic device may determine that the media type designation is excluded from the first rule 421 . Accordingly, the electronic device may generate and transmit the first PUT request having a media condition in which the designation of the media type is excluded to the server. The electronic device may generate and transmit a first PUT request having a media condition that does not include media to the server.
도 7은 일 실시예에 따른 전자 장치의 제1 PUT 요청을 생성하여 서버로 전송하는 경우에 대한 동작을 설명한다.7 illustrates an operation for generating and transmitting a first PUT request of an electronic device to a server according to an embodiment.
동작(731)에서 전자 장치(예: 도 1의 전자 장치(101))는 제1 PUT 요청에 대응하는 PUT 동작이 성공했는 지 여부를 판단할 수 있다. 전자 장치는 제1 PUT 요청을 서버에 송신하는 경우, 서버는 제1 PUT 요청을 나타내는 XML 문서에 문법적 오류가 있는지 여부, 지원하지 않는 기능에 대한 설정 변경을 요청하였는지 여부, XML 문서의 미디어 조건이 서버의 미디어 조건과 부합하는지 여부를 판단하여 PUT 요청에 대한 응답을 전자 장치에 제공할 수 있다. 서버는 전자 장치로부터 전송 받은 제1 PUT 요청에 오류가 없는 경우, 변경이 요청된 기능의 설정 값을 변경할 수 있다. 서버는 전자 장치에 제1 PUT 요청에 대한 응답으로 200 OK 응답을 전송할 수 있다. 전자 장치는 서버로부터 200 OK 응답을 전송 받은 경우, 변경을 요청한 기능에 대하여 서버가 설정 값을 변경한 것으로 판단할 수 있고, 제1 PUT 요청에 대응하는 PUT 동작이 성공한 것으로 판단할 수 있다.In operation 731 , the electronic device (eg, the electronic device 101 of FIG. 1 ) may determine whether the PUT operation corresponding to the first PUT request is successful. When the electronic device transmits the first PUT request to the server, the server determines whether there is a grammatical error in the XML document indicating the first PUT request, whether a setting change for a function not supported is requested, and the media condition of the XML document A response to the PUT request may be provided to the electronic device by determining whether it meets the media condition of the server. If there is no error in the first PUT request transmitted from the electronic device, the server may change the setting value of the function requested to be changed. The server may transmit a 200 OK response to the electronic device in response to the first PUT request. When receiving the 200 OK response from the server, the electronic device may determine that the server has changed a setting value for the function requested to be changed, and may determine that the PUT operation corresponding to the first PUT request is successful.
동작(732)에서 전자 장치는 제1 PUT 요청에 대응하는 PUT 동작이 성공하는 경우에 응답하여, 제1 PUT 요청의 제1 미디어 조건이 미디어 타입 지정을 포함하는지 여부 및 제1 PUT 요청에서 설정 변경을 요청한 기능을 해당 XCAP 서버에 대하여 성공한 PUT 동작 이력으로 저장할 수 있다. 전자 장치는 이후에 사용자로부터 해당 서버에 대하여 동일한 기능의 설정 변경이 요청된 경우, 성공한 PUT 동작 이력을 사용하여 PUT 요청을 생성할 수 있다.In operation 732 , the electronic device changes whether the first media condition of the first PUT request includes a media type specification and a setting in the first PUT request in response to the success of the PUT operation corresponding to the first PUT request. The requested function can be saved as a history of successful PUT operation for the corresponding XCAP server. The electronic device may generate a PUT request using a successful PUT operation history when a user requests a change in the setting of the same function for the corresponding server thereafter.
동작(733)에서 전자 장치는 제1 PUT 요청에 대응하는 PUT 동작이 실패하는 경우에 응답하여, 제1 PUT 요청의 제1 미디어 조건과 다른 제2 미디어 조건을 갖는 제2 PUT 요청을 서버로 전송할 수 있다. 동작(733)에 대하여서는 도 8에서 보다 자세히 설명한다.In operation 733 , the electronic device transmits, to the server, a second PUT request having a second media condition different from the first media condition of the first PUT request to the server in response to the failure of the PUT operation corresponding to the first PUT request. can The operation 733 will be described in more detail with reference to FIG. 8 .
도 8은 일 실시예에 따른 전자 장치의 제1 PUT 요청에 대응하는 PUT 동작이 실패하는 경우에 관한 동작을 설명한다.8 illustrates an operation for a case in which a PUT operation corresponding to a first PUT request of an electronic device fails, according to an embodiment.
동작(831)에서 전자 장치는 제1 PUT 요청에 대응하는 PUT 동작이 실패하는 경우에 응답하여, 서버로부터 응답 상태 코드를 수신할 수 있다. 전자 장치는 서버로부터 수신된 응답 상태 코드가 제1 코드인지 여부를 판단할 수 있다.In operation 831 , the electronic device may receive a response status code from the server in response to the failure of the PUT operation corresponding to the first PUT request. The electronic device may determine whether the response status code received from the server is the first code.
동작(832)에서 전자 장치는 서버로부터 수신된 응답 상태 코드가 제1 코드인 경우, 제2 PUT 요청을 서버로 전송할 수 있다. 전자 장치는 서버로부터 수신하는 응답 상태 코드가 제1 코드인 경우에 대해서만 제2 PUT 요청을 서버로 전송할 수 있다. 여기서, 제1 코드는 409 Conflict 코드일 수 있다. 409 Conflict는 서버의 현재 상태와 전자 장치의 PUT 요청이 충돌되었음을 나타낸다. 409 Conflict는 서버가 전자 장치로부터 전송 받은 XML 문서에 문법의 오류가 있거나, XML 문서 내에 서버가 지원하지 않는 기능에 대한 규칙이 포함되거나, 또는 XML 문서 내에 서버에 존재하지 않는 조건이 포함되는 경우에 대한 에러 코드이다. 일 실시예에 따른 전자 장치는 제1 PUT 요청에 대응하는 PUT 동작이 실패하는 경우에 있어서, 409 Conflict에 대한 에러 코드를 수신하는 경우, 서버가 전자 장치로부터 전송 받은 XML 문서 내의 미디어 조건(media condition)에 에러가 있는 것으로 판단하여 제2 PUT 요청을 서버로 전송할 수 있다.In operation 832 , when the response status code received from the server is the first code, the electronic device may transmit the second PUT request to the server. The electronic device may transmit the second PUT request to the server only when the response status code received from the server is the first code. Here, the first code may be a 409 Conflict code. 409 Conflict indicates that the current state of the server and the PUT request of the electronic device collide. 409 Conflict occurs when the XML document received by the server from the electronic device contains grammatical errors, rules for functions not supported by the server are included in the XML document, or the XML document contains a condition that does not exist in the server. This is the error code for When the electronic device according to an embodiment receives an error code for 409 Conflict when the PUT operation corresponding to the first PUT request fails, the server receives a media condition in the XML document transmitted from the electronic device. ), it is determined that there is an error, and the second PUT request can be transmitted to the server.
전자 장치는 서버로부터 수신된 응답 상태 코드가 제2 코드인 경우, 서버와의 통신을 종료할 수 있다. 제2 코드는 에러 코드(error code) 중 제1 코드(예를 들어, 409 Conflict 코드)를 제외한 나머지 코드 중 하나의 코드일 수 있다. HTTP 응답 상태 코드는 5개의 클래스로 구분될 수 있다. 응답 상태 코드의 첫 번째 숫자는 응답의 클래스를 정의할 수 있다. 첫 번째 숫자가 '4'인 응답 상태 코드는 클라이언트 오류에 관한 코드를 나타내고, 첫 번째 숫자가 '5'인 응답 상태 코드는 서버 오류에 관한 코드를 나타낸다. 에러 코드는 HTTP 응답 상태 코드 중 첫 번째 숫자가 '4' 또는 '5'인 응답 상태 코드를 나타낸다. 전자 장치는 서버와의 통신을 종료한 후 기존 방식에 따라 착신 전환(CF)/통화 차단(CB)의 기능에 대한 설정 변경을 시도할 수 있다. 예를 들어, 전자 장치는 기존의 3G 망을 사용하는 방식인 회선 교환 폴백(Circuit Switch Fallback)의 방식으로 부가 서비스 기능에 대한 설정 변경을 시도할 수 있다.When the response status code received from the server is the second code, the electronic device may terminate communication with the server. The second code may be one of the remaining codes except for the first code (eg, 409 Conflict code) among error codes. HTTP response status codes can be divided into 5 classes. The first digit of the response status code may define the class of the response. A response status code with the first digit of '4' indicates a code regarding a client error, and a response status code with a first digit of '5' indicates a code regarding a server error. The error code indicates a response status code in which the first digit of the HTTP response status codes is '4' or '5'. After terminating communication with the server, the electronic device may attempt to change a setting for a call forwarding (CF)/call blocking (CB) function according to an existing method. For example, the electronic device may attempt to change the setting for the additional service function in a circuit switch fallback method, which is a method using the existing 3G network.
전자 장치는 제1 PUT 요청의 제1 미디어 조건과 다른 제2 미디어 조건을 갖는 제2 PUT 요청을 서버로 전송할 수 있다. 제1 미디어 조건에 대한 미디어 타입 지정의 포함 여부와 제2 미디어 조건에 대한 미디어 타입 지정의 포함 여부는 서로 반대일 수 있다.The electronic device may transmit a second PUT request having a second media condition different from the first media condition of the first PUT request to the server. Whether the media type designation for the first media condition is included and whether the media type designation for the second media condition is included may be opposite to each other.
제1 미디어 조건이 미디어 타입 지정을 포함하는 경우, 제2 미디어 조건은 미디어 타입 지정이 배제될 수 있다. 일 실시예에 따른 전자 장치는 오디오가 포함된 미디어 조건을 갖는 제1 PUT 요청을 전송한 경우, 미디어를 포함하지 않는 미디어 조건을 갖는 제2 PUT 요청을 서버로 전송할 수 있다. 전자 장치는 비디오가 포함된 미디어 조건을 갖는 제1 PUT 요청을 전송한 경우, 미디어를 포함하지 않는 미디어 조건을 갖는 제2 PUT 요청을 서버로 전송할 수 있다. 전자 장치가 오디오 및 비디오를 모두 포함하는 미디어 조건을 갖는 제1 PUT 요청을 서버로 전송한 경우, 미디어를 포함하지 않는 미디어 조건을 갖는 제2 PUT 요청을 서버로 전송할 수 있다. 다시 말해, 전자 장치가 오디오가 포함된 미디어 조건을 갖는 제1 PUT 요청을 전송하고, 비디오가 포함된 미디어 조건을 갖는 제1 PUT 요청을 전송한 경우, 미디어를 포함하지 않는 미디어 조건을 갖는 제2 PUT 요청을 서버로 전송할 수 있다.When the first media condition includes the media type specification, the second media condition may exclude the media type specification. When transmitting a first PUT request having a media condition including audio, the electronic device according to an embodiment may transmit a second PUT request having a media condition not including media to the server. When the electronic device transmits the first PUT request having the media condition including video, the electronic device may transmit the second PUT request having the media condition not including the media to the server. When the electronic device transmits the first PUT request having the media condition including both audio and video to the server, the electronic device may transmit the second PUT request having the media condition including no media to the server. In other words, when the electronic device transmits a first PUT request having a media condition including audio and a first PUT request having a media condition including video, the second PUT request having a media condition including no media A PUT request can be sent to the server.
제1 미디어 조건이 미디어 타입 지정을 포함하지 않는 경우, 제2 미디어 조건은 미디어 타입 지정을 포함할 수 있다. 일 실시예에 따른 전자 장치는 미디어 타입 지정이 포함된 미디어 조건을 갖는 제1 PUT 요청을 전송한 경우, 미디어 타입 지정이 포함된 미디어 조건을 갖는 제2 PUT 요청을 전송할 수 있다. 전자 장치는 사용자로부터 미디어 타입에 대한 선택 입력을 수신하여, 해당 미디어 타입에 대하여 기능에 대한 설정 변경을 요청할 수 있다. 전자 장치는 사용자로부터 미디어 타입의 구분 없이 기능에 대한 설정 변경을 요청하는 신호를 수신하는 경우, 오디오 및 비디오 모두에 대하여 서버에 기능에 대한 설정 변경을 요청할 수 있다. 전자 장치는 서버에 설정 변경을 요청하는 미디어 타입이 오디오인 경우, 오디오를 포함하는 미디어 조건으로 제2 PUT 요청을 전송할 수 있다. 전자 장치는 서버에 설정 변경을 요청하는 미디어 타입이 비디오인 경우, 비디오를 포함하는 미디어 조건으로 제2 PUT 요청을 전송할 수 있다. 전자 장치는 미디어 타입에 대한 구분이 없이 서버에 기능의 설정 변경을 요청하는 경우, 오디오가 포함된 미디어 조건을 갖는 제2 PUT 요청을 서버에 전송한 후, 비디오가 포함된 미디어 조건을 갖는 제2 PUT 요청을 서버에 전송할 수 있다.If the first media condition does not include the media type specification, the second media condition may include the media type specification. When transmitting the first PUT request having the media condition including the media type designation, the electronic device according to an embodiment may transmit the second PUT request having the media condition including the media type designation. The electronic device may receive a selection input for a media type from the user and request a change in settings for a function with respect to the media type. When the electronic device receives a signal requesting a change of settings for a function from a user regardless of media type, the electronic device may request a change of settings for a function from the server for both audio and video. When the media type for requesting a configuration change from the server is audio, the electronic device may transmit the second PUT request as a media condition including audio. When the media type for requesting a setting change from the server is video, the electronic device may transmit the second PUT request as a media condition including video. When the electronic device requests the server to change the function setting without discriminating the media type, the electronic device transmits a second PUT request having a media condition including audio to the server, and then transmits a second PUT request having a media condition including video to the server. A PUT request can be sent to the server.
전자 장치가 미디어 타입 지정이 포함된 미디어 조건을 갖는 제2 PUT 요청을 서버에 전송하는 경우, 서버로부터 수신한 적어도 하나의 규칙 중 설정의 변경을 요청하는 기능에 대응하는 규칙을 이용하여 제2 PUT 요청을 생성할 수 있다. 전자 장치는 서버로부터 수신한 적어도 하나의 기능에 대한 규칙 중 사용자에 의해 선택된 기능에 대응하는 규칙을 추출하고, 추출된 규칙에 전자 장치가 설정 변경을 요청하는 미디어 타입이 포함된 미디어 조건을 추가하여 제2 PUT 요청을 생성할 수 있다. 전자 장치는 서버로부터 수신한 적어도 하나의 기능에 대한 규칙 이외의 새로운 규칙을 포함하는 PUT 요청을 생성할 수는 없다. 따라서, 전자 장치는 먼저 서버로부터 수신된 적어도 하나의 규칙 중 미디어 조건 및 비활성 조건을 제외한 나머지 조건이 사용자에 의해 선택된 기능에 대응하는 조건과 엄격히 일치하는 규칙을 추출할 수 있다. 전자 장치는 추출된 규칙의 조건에 설정 변경을 요청하는 미디어 타입이 포함된 미디어 조건을 추가할 수 있고, 미디어 조건이 추가된 조건을 갖는 규칙을 서버로 전송하여 해당 규칙에 대응하는 기능의 설정 변경을 요청할 수 있다.When the electronic device transmits a second PUT request having a media condition including media type designation to the server, the second PUT using a rule corresponding to a function requesting a setting change among at least one rule received from the server You can create a request. The electronic device extracts a rule corresponding to the function selected by the user from among the rules for at least one function received from the server, and adds a media condition including a media type for which the electronic device requests a setting change to the extracted rule. A second PUT request may be generated. The electronic device cannot generate a PUT request including a new rule other than the rule for at least one function received from the server. Accordingly, the electronic device may first extract a rule in which the remaining conditions excluding the media condition and the inactivity condition from among the at least one rule received from the server strictly match the condition corresponding to the function selected by the user. The electronic device may add a media condition including a media type requesting a setting change to the extracted rule condition, and transmit a rule having a condition to which the media condition is added to the server to change the setting of a function corresponding to the rule can request
동작(833)에서 전자 장치는 제2 PUT 요청에 대응하는 PUT 동작이 성공했는 지 여부를 판단할 수 있다.In operation 833 , the electronic device may determine whether a PUT operation corresponding to the second PUT request is successful.
동작(834)에서 전자 장치는 제2 PUT 요청에 대응하는 PUT 동작이 성공하는 경우에 응답하여, 제2 PUT 요청의 제2 미디어 조건이 미디어 타입 지정을 포함하는지 여부 및 제2 PUT 요청에서 설정 변경을 요청한 기능을 해당 서버에 대하여 성공한 PUT 동작 이력으로 저장할 수 있다. 전자 장치는 이후에 사용자로부터 해당 서버에 대하여 동일한 기능의 설정 변경이 요청된 경우, 저장된 성공한 PUT 동작 이력을 사용하여 PUT 요청을 생성할 수 있다. 전자 장치는 제2 PUT 요청에 대응하는 PUT 동작이 실패한 경우에 응답하여, 서버와의 통신을 종료할 수 있다. 전자 장치는 서버와의 통신을 종료한 후, 기존 방식에 따라 착신 전환(CF)/통화 차단(CB)의 기능에 대한 설정 변경을 시도할 수 있다. 예를 들어, 전자 장치는 기존의 3G 망을 사용하는 방식인 회선 교환 폴백(Circuit Switch Fallback)의 방식으로 부가 서비스 기능에 대한 설정 변경을 시도할 수 있다.In operation 834 , the electronic device changes whether a second media condition of the second PUT request includes a media type specification and a setting in the second PUT request in response to the success of the PUT operation corresponding to the second PUT request. The requested function can be saved as a successful PUT operation history for the server. The electronic device may generate a PUT request by using the stored successful PUT operation history when a user requests to change the setting of the same function for the corresponding server thereafter. In response to the failure of the PUT operation corresponding to the second PUT request, the electronic device may terminate communication with the server. After terminating communication with the server, the electronic device may attempt to change a setting for a call forwarding (CF)/call blocking (CB) function according to an existing method. For example, the electronic device may attempt to change the setting for the additional service function in a circuit switch fallback method, which is a method using the existing 3G network.

Claims (15)

  1. 전자 장치에 있어서,In an electronic device,
    통신 모듈;communication module;
    메모리; 및Memory; and
    사용자의 XCAP(XML Configuration Access Protocol)에 따른 PUT 시도를 감지한 경우에 응답하여, XCAP에 따른 GET 요청을 서버로 전송하고, 상기 GET 요청에 대한 회신을 수신하는 경우에 응답하여, XCAP에 따른 제1 PUT 요청을 상기 서버로 전송하며, 상기 제1 PUT 요청에 대응하는 PUT 동작이 실패하는 경우에 응답하여, 상기 제1 PUT 요청의 제1 미디어 조건(media condition)과 다른 제2 미디어 조건을 갖는 제2 PUT 요청을 상기 서버로 전송하는 프로세서In response to detecting the user's PUT attempt according to the XML Configuration Access Protocol (XCAP), a GET request according to the XCAP is transmitted to the server, and in response to receiving a reply to the GET request, the system according to the XCAP 1 PUT request is sent to the server, and in response to a failure of a PUT operation corresponding to the first PUT request, having a second media condition different from the first media condition of the first PUT request A processor that sends a second PUT request to the server
    를 포함하는 전자 장치.An electronic device comprising a.
  2. 제1항에 있어서,According to claim 1,
    상기 통신 모듈은,The communication module is
    상기 GET 요청을 수신한 상기 서버로부터 적어도 하나의 기능에 대한 규칙을 포함하는 규칙 세트를 수신하는Receiving a rule set including rules for at least one function from the server receiving the GET request
    전자 장치.electronic device.
  3. 제2항에 있어서,3. The method of claim 2,
    상기 프로세서는,The processor is
    상기 서버와 관련된 성공한 PUT 동작 이력으로부터 상기 적어도 하나의 기능 중 상기 사용자에 의해 선택된 기능에 대하여 성공한 PUT 동작이 존재하는지 여부를 판단하는Determining whether there is a successful PUT operation for the function selected by the user among the at least one function from the successful PUT operation history related to the server
    전자 장치.electronic device.
  4. 제3항에 있어서,4. The method of claim 3,
    상기 프로세서는,The processor is
    상기 성공한 PUT 동작이 존재하는 경우, 이전 PUT 요청(previous PUT request)이 미디어 타입 지정을 포함했는지 여부를 판별하고, 상기 이전 PUT 요청의 미디어 타입 지정을 이용하여 제3 PUT 요청을 생성하여 전송하는When the successful PUT operation exists, it is determined whether a previous PUT request includes a media type designation, and a third PUT request is generated and transmitted using the media type designation of the previous PUT request.
    전자 장치.electronic device.
  5. 제3항에 있어서,4. The method of claim 3,
    상기 프로세서는,The processor is
    상기 성공한 PUT 동작이 존재하지 않는 경우, 상기 선택된 기능에 대한 규칙에 기초하여 상기 제1 PUT 요청을 생성하여 전송하는If the successful PUT operation does not exist, generating and transmitting the first PUT request based on a rule for the selected function
    전자 장치.electronic device.
  6. 제5항에 있어서,6. The method of claim 5,
    상기 프로세서는,The processor is
    상기 추출된 규칙이 미디어 타입 지정을 포함하는지 여부를 판별하고, 상기 추출된 규칙의 미디어 타입 지정을 이용하여 제1 PUT 요청을 생성하여 전송하는It is determined whether the extracted rule includes a media type designation, and a first PUT request is generated and transmitted using the media type designation of the extracted rule.
    전자 장치.electronic device.
  7. 제2항에 있어서,3. The method of claim 2,
    상기 프로세서는,The processor is
    상기 제1 미디어 조건이 미디어 타입 지정을 포함하는 경우, 미디어 타입 지정이 배제된 제2 미디어 조건을 갖는 제2 PUT 요청을 상기 서버로 전송하고, 상기 제1 미디어 조건이 미디어 타입 지정을 포함하지 않는 경우, 미디어 타입 지정이 포함된 제2 미디어 조건을 갖는 제2 PUT 요청을 상기 서버로 전송하는When the first media condition includes a media type designation, a second PUT request with a second media condition in which the media type designation is excluded is sent to the server, and the first media condition does not include the media type designation In this case, sending a second PUT request having a second media condition including media type designation to the server
    전자 장치.electronic device.
  8. 제7항에 있어서,8. The method of claim 7,
    상기 프로세서는,The processor is
    상기 적어도 하나의 기능에 대한 규칙 중 상기 사용자에 의해 선택된 기능에 대응하는 규칙을 추출하고, 상기 추출된 규칙에 상기 전자 장치가 설정 변경을 요청하는 미디어 타입이 포함된 미디어 조건을 추가하여 상기 제2 PUT 요청을 생성하는extracting a rule corresponding to the function selected by the user from among the rules for the at least one function, and adding a media condition including a media type for which the electronic device requests a setting change to the extracted rule to add the second to generate a PUT request
    전자 장치.electronic device.
  9. 제1항에 있어서,According to claim 1,
    상기 프로세서는,The processor is
    상기 제1 PUT 요청에 대응하는 PUT 동작이 성공하는 경우에 응답하여, 상기 제1 PUT 요청의 제1 미디어 조건이 미디어 타입 지정을 포함하는지 여부 및 상기 제1 PUT 요청에서 설정 변경을 요청한 기능을 상기 서버에 대하여 성공한 PUT 동작 이력으로 저장하는In response to the success of the PUT operation corresponding to the first PUT request, whether the first media condition of the first PUT request includes a media type designation and the function of requesting a setting change in the first PUT request. It is saved as a history of successful PUT operation for the server.
    전자 장치.electronic device.
  10. 제1항에 있어서,According to claim 1,
    상기 프로세서는,The processor is
    상기 제1 PUT 요청에 대응하는 PUT 동작이 실패하는 경우에 응답하여, 상기 서버로부터 응답 상태 코드를 수신하고, 상기 수신된 응답 상태 코드가 제1 코드인 경우, 상기 제2 PUT 요청을 상기 서버로 전송하는In response to the failure of the PUT operation corresponding to the first PUT request, a response status code is received from the server, and when the received response status code is the first code, the second PUT request is sent to the server. to transmit
    전자 장치.electronic device.
  11. 프로세서로 구현되는 방법에 있어서,A method implemented by a processor, comprising:
    사용자의 XCAP(XML Configuration Access Protocol)에 따른 PUT 시도를 감지한 경우에 응답하여, XCAP에 따른 GET 요청을 서버로 전송하는 동작;transmitting a GET request according to the XCAP to the server in response to detecting a PUT attempt according to the XML Configuration Access Protocol (XCAP) of the user;
    상기 GET 요청에 대한 회신을 수신하는 경우에 응답하여, XCAP에 따른 제1 PUT 요청을 상기 서버로 전송하는 동작; 및transmitting a first PUT request according to XCAP to the server in response to receiving a reply to the GET request; and
    상기 제1 PUT 요청에 대응하는 PUT 동작이 실패하는 경우에 응답하여, 상기 제1 PUT 요청의 제1 미디어 조건(media condition)과 다른 제2 미디어 조건을 갖는 제2 PUT 요청을 상기 서버로 전송하는 동작In response to the failure of the PUT operation corresponding to the first PUT request, transmitting a second PUT request having a second media condition different from a first media condition of the first PUT request to the server movement
    을 포함하는 방법.How to include.
  12. 제11항에 있어서,12. The method of claim 11,
    상기 GET 요청을 상기 서버로 전송하는 동작은,The operation of sending the GET request to the server is,
    상기 GET 요청을 수신한 상기 서버로부터 적어도 하나의 기능에 대한 규칙(rule)을 포함하는 규칙 세트(ruleset)를 수신하는 동작Receiving a rule set including a rule for at least one function from the server receiving the GET request
    을 포함하는 방법.How to include.
  13. 제12항에 있어서,13. The method of claim 12,
    상기 제1 PUT 요청을 상기 서버로 전송하는 동작은,The operation of transmitting the first PUT request to the server comprises:
    상기 서버와 관련된 성공한 PUT 동작 이력으로부터 상기 적어도 하나의 기능 중 상기 사용자에 의해 선택된 기능에 대하여 성공한 PUT 동작이 존재하는지 여부를 판단하는 동작;determining whether there is a successful PUT operation for the function selected by the user among the at least one function from the successful PUT operation history associated with the server;
    상기 성공한 PUT 동작이 존재하는 경우, 이전 PUT 요청(previous PUT request)이 미디어 타입 지정을 포함했는지 여부를 판별하고, 상기 이전 PUT 요청의 미디어 타입 지정을 이용하여 제3 PUT 요청을 생성하여 전송하는 동작; 및When the successful PUT operation exists, determining whether a previous PUT request includes a media type designation, and generating and transmitting a third PUT request using the media type designation of the previous PUT request ; and
    상기 성공한 PUT 동작이 존재하지 않는 경우, 상기 적어도 하나의 기능에 대한 규칙 중 상기 선택된 기능에 대응하는 규칙을 추출하고, 상기 추출된 규칙에 기초하여 상기 제1 PUT 요청을 생성하여 전송하는 동작When the successful PUT operation does not exist, extracting a rule corresponding to the selected function from among the rules for the at least one function, and generating and transmitting the first PUT request based on the extracted rule
    을 포함하는 방법.How to include.
  14. 제13항에 있어서,14. The method of claim 13,
    상기 제1 PUT 요청을 상기 서버로 전송하는 동작은,The operation of transmitting the first PUT request to the server comprises:
    상기 추출된 규칙이 미디어 타입 지정을 포함하는지 여부를 판별하고, 상기 추출된 규칙의 미디어 타입 지정을 이용하여 제1 PUT 요청을 생성하여 전송하는 동작Determining whether the extracted rule includes a media type designation, and generating and transmitting a first PUT request using the media type designation of the extracted rule
    을 포함하는 방법.How to include.
  15. 제11항에 있어서,12. The method of claim 11,
    상기 제2 미디어 조건을 갖는 제2 PUT 요청을 상기 서버로 전송하는 동작은,Transmitting a second PUT request having the second media condition to the server includes:
    상기 제1 미디어 조건이 미디어 타입 지정을 포함하는 경우, 미디어 타입 지정이 배제된 제2 미디어 조건을 갖는 제2 PUT 요청을 상기 서버로 전송하는 동작; 및transmitting, to the server, a second PUT request having a second media condition in which the media type specification is excluded when the first media condition includes a media type specification; and
    상기 제1 미디어 조건이 미디어 타입 지정을 포함하지 않는 경우, 미디어 타입 지정이 포함된 제2 미디어 조건을 갖는 제2 PUT 요청을 상기 서버로 전송하는 동작When the first media condition does not include the media type designation, transmitting a second PUT request having a second media condition including the media type designation to the server
    을 포함하는 방법.How to include.
PCT/KR2022/002841 2021-03-04 2022-02-28 Electronic device and method using media conditions for ims supplementary service WO2022186566A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2021-0028902 2021-03-04
KR1020210028902A KR20220125024A (en) 2021-03-04 2021-03-04 Method and electronic device using media conditions for ims supplementary service

Publications (1)

Publication Number Publication Date
WO2022186566A1 true WO2022186566A1 (en) 2022-09-09

Family

ID=83155474

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2022/002841 WO2022186566A1 (en) 2021-03-04 2022-02-28 Electronic device and method using media conditions for ims supplementary service

Country Status (2)

Country Link
KR (1) KR20220125024A (en)
WO (1) WO2022186566A1 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20100044705A (en) * 2008-10-22 2010-04-30 삼성전자주식회사 Method and apparatus for managing profile
KR20110005848A (en) * 2008-04-11 2011-01-19 리서치 인 모션 리미티드 Differentiated message delivery notification
KR20140138872A (en) * 2012-03-27 2014-12-04 텔레폰악티에볼라겟엘엠에릭슨(펍) Unconditional and immediate service capabilities for rule based services
US20180278657A1 (en) * 2015-10-05 2018-09-27 Telefonaktiebolaget Lm Ericsson (Publ) Method For Determining Whether To Apply A Media Specific Action
KR20200085923A (en) * 2018-01-09 2020-07-15 티-모바일 유에스에이, 인크. Communication of mobility events in IMS network environment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20110005848A (en) * 2008-04-11 2011-01-19 리서치 인 모션 리미티드 Differentiated message delivery notification
KR20100044705A (en) * 2008-10-22 2010-04-30 삼성전자주식회사 Method and apparatus for managing profile
KR20140138872A (en) * 2012-03-27 2014-12-04 텔레폰악티에볼라겟엘엠에릭슨(펍) Unconditional and immediate service capabilities for rule based services
US20180278657A1 (en) * 2015-10-05 2018-09-27 Telefonaktiebolaget Lm Ericsson (Publ) Method For Determining Whether To Apply A Media Specific Action
KR20200085923A (en) * 2018-01-09 2020-07-15 티-모바일 유에스에이, 인크. Communication of mobility events in IMS network environment

Also Published As

Publication number Publication date
KR20220125024A (en) 2022-09-14

Similar Documents

Publication Publication Date Title
WO2022086207A1 (en) Fast charging method and electronic device
WO2021261784A1 (en) Electronic device for adjusting transmission rate and operation method therefor
WO2022225188A1 (en) Method and device for processing back-off on basis of scan duty
WO2022114596A1 (en) Electronic device for controlling power consumption of accessory device and operating method therefor
WO2022186566A1 (en) Electronic device and method using media conditions for ims supplementary service
WO2022173113A1 (en) Method and apparatus for providing edge computing service
WO2022265190A1 (en) Electronic device and operation method thereof
WO2022071665A1 (en) Electronic device for synchronizing call waiting function in network environment, and method related thereto
WO2022154531A1 (en) Electronic device, method, and non-transitory storage medium for location tracking mitigation
WO2022158838A1 (en) Electronic device and data processing method of electronic device
WO2022215935A1 (en) Electronic device for providing personalized group service, and control method of same
WO2022220424A1 (en) Electronic device providing mobile hotspot and operating method for same
WO2022154216A1 (en) Electronic device including antenna module in communication system, and method of operating same
WO2024014652A1 (en) Electronic device for supporting emergency calls, and method for operating same
WO2022149970A1 (en) Service operation method and electronic device supporting same
WO2022186640A1 (en) Multi-connection method and device based on target wake time
WO2021256720A1 (en) Method for transmitting request to external device, and electronic device supporting same
WO2022149763A1 (en) Electronic device for managing external electronic device carrying out requested function, and operating method thereof
WO2022030878A1 (en) Electronic device for supporting device-to-device communication and method therefor
WO2023068507A1 (en) Electronic device for providing rcs function, and operation method thereof
WO2022177114A1 (en) Electronic device establishing communication on basis of identification information of network connected to external electronic device, and method for operating electronic device
WO2023219286A1 (en) Method for adjusting data transmission sequence and electronic device for performing same
WO2022098004A1 (en) Electronic device for transmitting data through communication connection, and operation method thereof
WO2023054991A1 (en) Electronic device for controlling at least one input device and control method thereof
WO2022177195A1 (en) Electronic device and control method thereof

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: 22763549

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 22763549

Country of ref document: EP

Kind code of ref document: A1