Skip to main content

Featured

Adobe Experience Manager - Create an OSGI Configuration

 In this article, let's create an OSGi configuration, configure it and use it in AEM code. So now let's get started with the creation of an OSGi configuration. Technical details and Assumptions: All the following details are tested in AEM version 6.5.8, Java version 11.0.2 Creation of OSGi configuration: To create an OSGi configuration we need to create an ObjectClassDefinition. I have included a sample OCD configuration, which can be used as a reference to create one. The next step would be to create an interface and an implementation that can help fetch the OSGi configurations.  Interface: Implementation: Let's try to use the OSGi configuration created so far in Models/Servlets. For demonstration purposes, I used AEM Models here, but the same can be implemented in Servlets too. Now that we have created the OSGi configuration. Once building the code, we should be able to see the OSGi configuration in the web console (http://localhost:4502/system/console/configMgr) C...

Improving Capacity and Coverage in Cellular Systems



Improving Cell Capacity and Coverage can be done through four major techniques they are Cell Splitting, Cell Sectoring, Repeaters and Micro Cell Zones. Cell splitting (or cell partitioning) is the technique of splitting the congested cells (macro cells) into micro cells to increase the capacity and coverage. The umbrella technique is used. It is a method used to increase frequency reuse. Cell sectoring is using multiple Directional antennas instead of using a single Omni-directional antenna. The Reuse ratio has impact on the capacity of the cells S/I ratio varies proportional to the Reuse ratio. Repeater (or Re-transmitter) is used for extension of coverage. Micro Cell zone is based on using the sectored cells and uses Lee’s Micro Cell Zone concept. Improving capacity helps in increasing the number of channels(or number of users).

Comments

Popular Posts