Skip to content

Commit

Permalink
Merge pull request #76 from erssebaggala/0.3.0
Browse files Browse the repository at this point in the history
0.3.0 features
  • Loading branch information
erssebaggala authored Aug 10, 2019
2 parents 657cf90 + cd86d71 commit 17651a4
Show file tree
Hide file tree
Showing 77 changed files with 9,533 additions and 1,507 deletions.
20 changes: 9 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
osx_image: xcode10.1 # define OS X image which will be mounted
osx_image: xcode10.1 # define OS X image which will be mounted

dist: trusty # use Ubuntu Trusty for Linux operation system
dist: trusty # use Ubuntu Trusty for Linux operation system

# Note: if you switch to sudo: false, you'll need to launch chrome with --no-sandbox.
# See https://github.com/travis-ci/travis-ci/issues/8836
Expand All @@ -13,6 +13,7 @@ env:
global:
- ELECTRON_CACHE=$HOME/.cache/electron
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
- YARN_GPG=no

os:
- linux
Expand All @@ -22,23 +23,20 @@ os:
cache:
yarn: true
directories:
- node_modules
- $HOME/.cache/electron
- $HOME/.cache/electron-builder
- $HOME/.npm/_prebuilds
- node_modules
- $HOME/.cache/electron
- $HOME/.cache/electron-builder
- $HOME/.npm/_prebuilds

before_install:
# - mkdir -p /tmp/git-lfs && curl -L https://github.com/github/git-lfs/releases/download/v2.2.0/git-lfs-$([ "$TRAVIS_OS_NAME" == "linux" ] && echo "linux" || echo "darwin")-amd64-2.2.0.tar.gz | tar -xz -C /tmp/git-lfs --strip-components 1 && /tmp/git-lfs/git-lfs pull
- curl -L https://yarnpkg.com/latest.tar.gz | tar xz && mv yarn-* $HOME/.yarn
- export PATH="$HOME/.yarn/bin:$PATH"
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install rpm; fi

install:
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then npm install --global --production windows-build-tools --vs2015; fi
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then npm install --global --production windows-build-tools --vs2015; fi
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then powershell -ExecutionPolicy ByPass -File db/scripts/travis_download_pg.ps1; fi
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then ./resetvars.bat; fi
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then PATH=$PATH:`pwd`/PostgreSQL/pgsql/bin; fi
- yarn install --network-timeout 1000000
- travis_wait yarn install --network-timeout 1000000

script:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then yarn release; fi
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,18 @@ platform telecommunication management desktop app.
## Features
* Parsing telecommunication configuration management dumps for various vendors(Ericsson, Huawei, Nokia, ZTE)
* Reports module that supports tabular, graphs, and composite(dashboard-like) reports
* Advanced GIS module

## Built with
* [Electron](https://electronjs.org)
* [PostgreSQL](https://www.postgresql.org/)
* [ReactJs](https://reactjs.org/)
* [SQLite3](https://www.sqlite.org/index.html)

## Screenshots
![BTS-CE-Lite Dashboard and Reports](/dashboard_and_reports.png?raw=true "Dashboard and Reports")

![BTS-CE-Lite GIS](/gis.jpeg?raw=true "GIS")

## Getting help
To report issues with the application or request new features use the issue tracker. For help and customizations send an email to [email protected].
Expand Down
Empty file added __tests__/data/bcf.csv
Empty file.
Empty file added __tests__/data/bcf.xml
Empty file.
10 changes: 10 additions & 0 deletions __tests__/data/bcf_2g.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
technology,ci,cellname,siteid,carrier_layer,azimuth,electrical_tilt,mechanical_tilt,lac,node,bcch,trx_frequencies,antenna_beam,latitude,longitude,height,vendor,cell_type,bsic,ncc,bcc,mnc,mcc,cgi,nbr_1,nbr_2,nbr_3
GSM,1234,CELLNAME1,SITEID1,G900,30,30.5,20.1,1234,BSC1,1234,1;2;3;4,60,0.31628,32.58219,5,Bodastage Solutions,macro,12,1,2,33,641,641-33-1234-1234,1235,,
GSM,1235,CELLNAME2,SITEID1,G900,60,30.5,20.1,1234,BSC1,1235,1;2;3;4,60,0.31628,32.58219,5,Bodastage Solutions,macro,12,1,2,33,641,641-33-1234-1234,1234,,
GSM,1236,CELLNAME6,SITEID1,G900,90,30.5,20.1,1234,BSC1,1234,1;2;3;4,60,0.31628,32.58219,5,Bodastage Solutions,macro,12,1,2,33,641,641-33-1234-1234,1235,,
GSM,1237,CELLNAME7,SITEID1,G900,120,30.5,20.1,1234,BSC1,1235,1;2;3;4,60,0.31628,32.58219,5,Bodastage Solutions,macro,12,1,2,33,641,641-33-1234-1234,1234,,
GSM,1238,CELLNAME8,SITEID1,G900,0,30.5,20.1,1234,BSC1,1235,1;2;3;4,60,0.349698,32.639762,5,Bodastage Solutions,macro,12,1,2,33,641,641-33-1234-1234,1234,,
GSM,1239,CELLNAME9,SITEID1,G900,0,30.5,20.1,1234,BSC1,1235,1;2;3;4,60,0.290414,32.597591,5,Bodastage Solutions,macro,12,1,2,33,641,641-33-1234-1234,1234,1299,1238
GSM,1299,CELLNAME10,SITEID9,G900,60,30.5,20.1,1234,BSC1,1235,1;2;3;4,60,0.297034,32.653535,5,Bodastage Solutions,macro,12,1,2,33,641,641-33-1234-1234,1234,,


Empty file added __tests__/data/bcf_3g.csv
Empty file.
Empty file added __tests__/data/bcf_4g.csv
Empty file.
Empty file added __tests__/data/bcf_5g.csv
Empty file.
Loading

0 comments on commit 17651a4

Please sign in to comment.