Skip to content

Commit

Permalink
Clean BTS5900 GExport files by removing _BTS5900 before parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
erssebaggala committed Oct 10, 2019
1 parent f310b03 commit a0c1fcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion background/background-process.html
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ <h1>Background process</h1>
from: [
/\"(CELLALGOSWITCH|GTPU|CNOPERATOR|USERPRIORITY)_BSC(6900|6910)(U|GU|UMTS)\"/ig,
/_(BSC6900GSM|BSC6900UMTS|BSC6900GU|BSC6910GSM|BSC6910UMTS|BSC6910GU)/ig,
/_(BTS3900|PICOBTS3900|BTS3911B|PICOBTS3911B|MICROBTS3900|MICROBTS3911B)/ig,
/_(BTS3900|PICOBTS3900|BTS3911B|PICOBTS3911B|MICROBTS3900|MICROBTS3911B|BTS5900)/ig,
/BSC(6910|6900)(UMTS|GSM)Function/ig,
/BSC(6910|6900)Equipment/ig,
/<class name=\"(.*)\"/ig,
Expand Down
2 changes: 1 addition & 1 deletion libraries/gexport_cleanup.sed
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
s/\"(CELLALGOSWITCH|GTPU|CNOPERATOR|USERPRIORITY)_BSC(6900|6910)(U|GU|UMTS)\"/\"U\U\1\"/ig;
s/_(BSC6900GSM|BSC6900UMTS|BSC6900GU|BSC6910GSM|BSC6910UMTS|BSC6910GU)//ig;
s/_(BTS3900|PICOBTS3900|BTS3911B|PICOBTS3911B|MICROBTS3900|MICROBTS3911B)//ig;
s/_(BTS3900|PICOBTS3900|BTS3911B|PICOBTS3911B|MICROBTS3900|MICROBTS3911B|BTS5900)//ig;
s/BSC(6910|6900)(UMTS|GSM)Function/FUNCTION/ig;
s/BSC(6910|6900)Equipment/EQUIPMENT/ig;
s/<class name=\"(.*)\"/<class name=\"\U\1\"/ig;
Expand Down

0 comments on commit a0c1fcf

Please sign in to comment.