===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
osmo-bts-1.2.1+dfsg1/git-version-gen-81-then
osmo-bts-1.2.1+dfsg1/git-version-gen:82:    v=`cat $tarball_version_file` || exit 1
osmo-bts-1.2.1+dfsg1/git-version-gen-83-    case $v in
##############################################
osmo-bts-1.2.1+dfsg1/git-version-gen-114-	    # of git describe.
osmo-bts-1.2.1+dfsg1/git-version-gen:115:	    vtag=`echo "$v" | sed 's/-.*//'`
osmo-bts-1.2.1+dfsg1/git-version-gen:116:	    numcommits=`git rev-list "$vtag"..HEAD | wc -l`
osmo-bts-1.2.1+dfsg1/git-version-gen:117:	    v=`echo "$v" | sed "s/\(.*\)-\(.*\)/\1-$numcommits-\2/"`;
osmo-bts-1.2.1+dfsg1/git-version-gen-118-	    ;;
##############################################
osmo-bts-1.2.1+dfsg1/git-version-gen-122-    # Remove the "g" in git describe's output string, to save a byte.
osmo-bts-1.2.1+dfsg1/git-version-gen:123:    v=`echo "$v" | sed 's/-/./;s/\(.*\)-g/\1-/'`;
osmo-bts-1.2.1+dfsg1/git-version-gen-124-else
##############################################
osmo-bts-1.2.1+dfsg1/git-version-gen-127-
osmo-bts-1.2.1+dfsg1/git-version-gen:128:v=`echo "$v" |sed 's/^v//'`
osmo-bts-1.2.1+dfsg1/git-version-gen-129-
##############################################
osmo-bts-1.2.1+dfsg1/src/common/abis.c-272-	line_ops.cfg.ipa.addr = dst_host;
osmo-bts-1.2.1+dfsg1/src/common/abis.c:273:	osmo_get_macaddr(bts_dev_info.mac_addr, "eth0");
osmo-bts-1.2.1+dfsg1/src/common/abis.c-274-	bts_dev_info.site_id = bts->ip_access.site_id;
##############################################
osmo-bts-1.2.1+dfsg1/src/common/main.c-305-
osmo-bts-1.2.1+dfsg1/src/common/main.c:306:	bts_controlif_setup(bts, ctrl_vty_get_bind_addr(), OSMO_CTRL_PORT_BTS);
osmo-bts-1.2.1+dfsg1/src/common/main.c-307-
osmo-bts-1.2.1+dfsg1/src/common/main.c:308:	rc = telnet_init_dynif(tall_bts_ctx, NULL, vty_get_bind_addr(),
osmo-bts-1.2.1+dfsg1/src/common/main.c-309-			       g_vty_port_num);
##############################################
osmo-bts-1.2.1+dfsg1/src/osmo-bts-sysmo/calib_file.c-161-
osmo-bts-1.2.1+dfsg1/src/osmo-bts-sysmo/calib_file.c:162:	rc = eeprom_ReadEthAddr(macaddr);
osmo-bts-1.2.1+dfsg1/src/osmo-bts-sysmo/calib_file.c-163-	if (rc != EEPROM_SUCCESS) {
##############################################
osmo-bts-1.2.1+dfsg1/src/osmo-bts-sysmo/eeprom.c-444-
osmo-bts-1.2.1+dfsg1/src/osmo-bts-sysmo/eeprom.c:445:eeprom_Error_t eeprom_ReadEthAddr( uint8_t *ethaddr )
osmo-bts-1.2.1+dfsg1/src/osmo-bts-sysmo/eeprom.c-446-{
##############################################
osmo-bts-1.2.1+dfsg1/src/osmo-bts-sysmo/eeprom.h-142-
osmo-bts-1.2.1+dfsg1/src/osmo-bts-sysmo/eeprom.h:143:eeprom_Error_t eeprom_ReadEthAddr( uint8_t *ethaddr );
osmo-bts-1.2.1+dfsg1/src/osmo-bts-sysmo/eeprom.h-144-
##############################################
osmo-bts-1.2.1+dfsg1/src/osmo-bts-sysmo/misc/sysmobts_util.c-134-
osmo-bts-1.2.1+dfsg1/src/osmo-bts-sysmo/misc/sysmobts_util.c:135:static const char *make_addr(uint32_t saddr)
osmo-bts-1.2.1+dfsg1/src/osmo-bts-sysmo/misc/sysmobts_util.c-136-{
##############################################
osmo-bts-1.2.1+dfsg1/src/osmo-bts-sysmo/misc/sysmobts_util.c-149-	} else {
osmo-bts-1.2.1+dfsg1/src/osmo-bts-sysmo/misc/sysmobts_util.c:150:		printf("IP=%s\n", make_addr(net_cfg->ip));
osmo-bts-1.2.1+dfsg1/src/osmo-bts-sysmo/misc/sysmobts_util.c:151:		printf("GATEWAY=%s\n", make_addr(net_cfg->gw));
osmo-bts-1.2.1+dfsg1/src/osmo-bts-sysmo/misc/sysmobts_util.c:152:		printf("DNS=%s\n", make_addr(net_cfg->dns));
osmo-bts-1.2.1+dfsg1/src/osmo-bts-sysmo/misc/sysmobts_util.c:153:		printf("NETMASK=%s\n", make_addr(net_cfg->mask));
osmo-bts-1.2.1+dfsg1/src/osmo-bts-sysmo/misc/sysmobts_util.c-154-	}
##############################################
osmo-bts-1.2.1+dfsg1/.pc/non-dfsg-manuals.patch/configure.ac-127-AC_ARG_WITH([octsdr-2g], [AS_HELP_STRING([--with-octsdr-2g], [Location of the OCTSDR-2G API header files])],
osmo-bts-1.2.1+dfsg1/.pc/non-dfsg-manuals.patch/configure.ac:128:			 [octsdr2g_incdir="$withval"],[octsdr2g_incdir="`cd $srcdir; pwd`/src/osmo-bts-octphy/"])
osmo-bts-1.2.1+dfsg1/.pc/non-dfsg-manuals.patch/configure.ac-129-AC_SUBST([OCTSDR2G_INCDIR], -I$octsdr2g_incdir)
##############################################
osmo-bts-1.2.1+dfsg1/.pc/set_version_explicitly.patch/configure.ac-127-AC_ARG_WITH([octsdr-2g], [AS_HELP_STRING([--with-octsdr-2g], [Location of the OCTSDR-2G API header files])],
osmo-bts-1.2.1+dfsg1/.pc/set_version_explicitly.patch/configure.ac:128:			 [octsdr2g_incdir="$withval"],[octsdr2g_incdir="`cd $srcdir; pwd`/src/osmo-bts-octphy/"])
osmo-bts-1.2.1+dfsg1/.pc/set_version_explicitly.patch/configure.ac-129-AC_SUBST([OCTSDR2G_INCDIR], -I$octsdr2g_incdir)
##############################################
osmo-bts-1.2.1+dfsg1/configure.ac-127-AC_ARG_WITH([octsdr-2g], [AS_HELP_STRING([--with-octsdr-2g], [Location of the OCTSDR-2G API header files])],
osmo-bts-1.2.1+dfsg1/configure.ac:128:			 [octsdr2g_incdir="$withval"],[octsdr2g_incdir="`cd $srcdir; pwd`/src/osmo-bts-octphy/"])
osmo-bts-1.2.1+dfsg1/configure.ac-129-AC_SUBST([OCTSDR2G_INCDIR], -I$octsdr2g_incdir)