Skip to content
Success

Console Output

Skipping 407 KB.. Full Log
#8 1.424                           specify the character to indicate a new line instead of '+'
#8 1.424     --output-indicator-old <char>
#8 1.424                           specify the character to indicate an old line instead of '-'
#8 1.424     --output-indicator-context <char>
#8 1.424                           specify the character to indicate a context instead of ' '
#8 1.424 
#8 1.424 Diff rename options
#8 1.424     -B, --break-rewrites[=<n>[/<m>]]
#8 1.424                           break complete rewrite changes into pairs of delete and create
#8 1.424     -M, --find-renames[=<n>]
#8 1.424                           detect renames
#8 1.424     -D, --irreversible-delete
#8 1.424                           omit the preimage for deletes
#8 1.424     -C, --find-copies[=<n>]
#8 1.424                           detect copies
#8 1.424     --find-copies-harder  use unmodified files as source to find copies
#8 1.424     --no-renames          disable rename detection
#8 1.424     --rename-empty        use empty blobs as rename source
#8 1.424     --follow              continue listing the history of a file beyond renames
#8 1.424     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.424 
#8 1.424 Diff algorithm options
#8 1.424     --minimal             produce the smallest possible diff
#8 1.424     -w, --ignore-all-space
#8 1.424                           ignore whitespace when comparing lines
#8 1.424     -b, --ignore-space-change
#8 1.424                           ignore changes in amount of whitespace
#8 1.424     --ignore-space-at-eol
#8 1.424                           ignore changes in whitespace at EOL
#8 1.424     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.424     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.424     -I, --ignore-matching-lines <regex>
#8 1.424                           ignore changes whose all lines match <regex>
#8 1.424     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.424     --patience            generate diff using the "patience diff" algorithm
#8 1.424     --histogram           generate diff using the "histogram diff" algorithm
#8 1.424     --diff-algorithm <algorithm>
#8 1.424                           choose a diff algorithm
#8 1.424     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.424     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.424     --word-diff-regex <regex>
#8 1.424                           use <regex> to decide what a word is
#8 1.424     --color-words[=<regex>]
#8 1.424                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.424     --color-moved[=<mode>]
#8 1.424                           moved lines of code are colored differently
#8 1.424     --color-moved-ws <mode>
#8 1.424                           how white spaces are ignored in --color-moved
#8 1.424 
#8 1.424 Other diff options
#8 1.424     --relative[=<prefix>]
#8 1.424                           when run from subdir, exclude changes outside and show relative paths
#8 1.424     -a, --text            treat all files as text
#8 1.424     -R                    swap two inputs, reverse the diff
#8 1.424     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.424     --quiet               disable all output of the program
#8 1.424     --ext-diff            allow an external diff helper to be executed
#8 1.424     --textconv            run external text conversion filters when comparing binary files
#8 1.424     --ignore-submodules[=<when>]
#8 1.424                           ignore changes to submodules in the diff generation
#8 1.424     --submodule[=<format>]
#8 1.424                           specify how differences in submodules are shown
#8 1.424     --ita-invisible-in-index
#8 1.424                           hide 'git add -N' entries from the index
#8 1.424     --ita-visible-in-index
#8 1.424                           treat 'git add -N' entries as real in the index
#8 1.424     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.424     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.424     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.424     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.424     -O <file>             control the order in which files appear in the output
#8 1.424     --rotate-to <path>    show the change in the specified path first
#8 1.424     --skip-to <path>      skip the output to the specified path
#8 1.424     --find-object <object-id>
#8 1.424                           look for differences that change the number of occurrences of the specified object
#8 1.424     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.424                           select files by diff type
#8 1.424     --output <file>       output to a specific file
#8 1.424 
#8 1.429 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0'
#8 1.429 To add an exception for this directory, call:
#8 1.429 
#8 1.429 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0
#8 1.435 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0'
#8 1.435 To add an exception for this directory, call:
#8 1.435 
#8 1.435 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0
#8 1.439 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.439 usage: git diff --no-index [<options>] <path> <path>
#8 1.439 
#8 1.439 Diff output format options
#8 1.439     -p, --patch           generate patch
#8 1.439     -s, --no-patch        suppress diff output
#8 1.439     -u                    generate patch
#8 1.439     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.439     -W, --function-context
#8 1.439                           generate diffs with <n> lines context
#8 1.439     --raw                 generate the diff in raw format
#8 1.439     --patch-with-raw      synonym for '-p --raw'
#8 1.439     --patch-with-stat     synonym for '-p --stat'
#8 1.439     --numstat             machine friendly --stat
#8 1.439     --shortstat           output only the last line of --stat
#8 1.439     -X, --dirstat[=<param1,param2>...]
#8 1.439                           output the distribution of relative amount of changes for each sub-directory
#8 1.439     --cumulative          synonym for --dirstat=cumulative
#8 1.439     --dirstat-by-file[=<param1,param2>...]
#8 1.439                           synonym for --dirstat=files,param1,param2...
#8 1.439     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.439     --summary             condensed summary such as creations, renames and mode changes
#8 1.439     --name-only           show only names of changed files
#8 1.439     --name-status         show only names and status of changed files
#8 1.439     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.439                           generate diffstat
#8 1.439     --stat-width <width>  generate diffstat with a given width
#8 1.439     --stat-name-width <width>
#8 1.439                           generate diffstat with a given name width
#8 1.439     --stat-graph-width <width>
#8 1.439                           generate diffstat with a given graph width
#8 1.439     --stat-count <count>  generate diffstat with limited lines
#8 1.439     --compact-summary     generate compact summary in diffstat
#8 1.439     --binary              output a binary diff that can be applied
#8 1.439     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.439     --color[=<when>]      show colored diff
#8 1.439     --ws-error-highlight <kind>
#8 1.439                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.439     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.439     --abbrev[=<n>]        use <n> digits to display object names
#8 1.439     --src-prefix <prefix>
#8 1.439                           show the given source prefix instead of "a/"
#8 1.439     --dst-prefix <prefix>
#8 1.439                           show the given destination prefix instead of "b/"
#8 1.439     --line-prefix <prefix>
#8 1.439                           prepend an additional prefix to every line of output
#8 1.439     --no-prefix           do not show any source or destination prefix
#8 1.439     --inter-hunk-context <n>
#8 1.439                           show context between diff hunks up to the specified number of lines
#8 1.439     --output-indicator-new <char>
#8 1.439                           specify the character to indicate a new line instead of '+'
#8 1.439     --output-indicator-old <char>
#8 1.439                           specify the character to indicate an old line instead of '-'
#8 1.439     --output-indicator-context <char>
#8 1.439                           specify the character to indicate a context instead of ' '
#8 1.439 
#8 1.439 Diff rename options
#8 1.439     -B, --break-rewrites[=<n>[/<m>]]
#8 1.439                           break complete rewrite changes into pairs of delete and create
#8 1.439     -M, --find-renames[=<n>]
#8 1.439                           detect renames
#8 1.439     -D, --irreversible-delete
#8 1.439                           omit the preimage for deletes
#8 1.439     -C, --find-copies[=<n>]
#8 1.439                           detect copies
#8 1.439     --find-copies-harder  use unmodified files as source to find copies
#8 1.439     --no-renames          disable rename detection
#8 1.439     --rename-empty        use empty blobs as rename source
#8 1.439     --follow              continue listing the history of a file beyond renames
#8 1.439     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.439 
#8 1.439 Diff algorithm options
#8 1.439     --minimal             produce the smallest possible diff
#8 1.439     -w, --ignore-all-space
#8 1.439                           ignore whitespace when comparing lines
#8 1.439     -b, --ignore-space-change
#8 1.439                           ignore changes in amount of whitespace
#8 1.439     --ignore-space-at-eol
#8 1.439                           ignore changes in whitespace at EOL
#8 1.439     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.439     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.439     -I, --ignore-matching-lines <regex>
#8 1.439                           ignore changes whose all lines match <regex>
#8 1.439     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.439     --patience            generate diff using the "patience diff" algorithm
#8 1.439     --histogram           generate diff using the "histogram diff" algorithm
#8 1.439     --diff-algorithm <algorithm>
#8 1.439                           choose a diff algorithm
#8 1.439     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.439     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.439     --word-diff-regex <regex>
#8 1.439                           use <regex> to decide what a word is
#8 1.439     --color-words[=<regex>]
#8 1.439                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.439     --color-moved[=<mode>]
#8 1.439                           moved lines of code are colored differently
#8 1.439     --color-moved-ws <mode>
#8 1.439                           how white spaces are ignored in --color-moved
#8 1.439 
#8 1.439 Other diff options
#8 1.439     --relative[=<prefix>]
#8 1.439                           when run from subdir, exclude changes outside and show relative paths
#8 1.439     -a, --text            treat all files as text
#8 1.439     -R                    swap two inputs, reverse the diff
#8 1.439     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.439     --quiet               disable all output of the program
#8 1.439     --ext-diff            allow an external diff helper to be executed
#8 1.439     --textconv            run external text conversion filters when comparing binary files
#8 1.439     --ignore-submodules[=<when>]
#8 1.439                           ignore changes to submodules in the diff generation
#8 1.439     --submodule[=<format>]
#8 1.439                           specify how differences in submodules are shown
#8 1.439     --ita-invisible-in-index
#8 1.439                           hide 'git add -N' entries from the index
#8 1.439     --ita-visible-in-index
#8 1.439                           treat 'git add -N' entries as real in the index
#8 1.439     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.439     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.439     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.439     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.439     -O <file>             control the order in which files appear in the output
#8 1.439     --rotate-to <path>    show the change in the specified path first
#8 1.439     --skip-to <path>      skip the output to the specified path
#8 1.439     --find-object <object-id>
#8 1.439                           look for differences that change the number of occurrences of the specified object
#8 1.439     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.439                           select files by diff type
#8 1.439     --output <file>       output to a specific file
#8 1.439 
#8 1.444 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/osmo-uecups'
#8 1.444 To add an exception for this directory, call:
#8 1.444 
#8 1.444 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/osmo-uecups
#8 1.451 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/osmo-uecups'
#8 1.451 To add an exception for this directory, call:
#8 1.451 
#8 1.451 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/osmo-uecups
#8 1.455 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.455 usage: git diff --no-index [<options>] <path> <path>
#8 1.455 
#8 1.455 Diff output format options
#8 1.455     -p, --patch           generate patch
#8 1.455     -s, --no-patch        suppress diff output
#8 1.455     -u                    generate patch
#8 1.455     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.455     -W, --function-context
#8 1.455                           generate diffs with <n> lines context
#8 1.455     --raw                 generate the diff in raw format
#8 1.455     --patch-with-raw      synonym for '-p --raw'
#8 1.455     --patch-with-stat     synonym for '-p --stat'
#8 1.455     --numstat             machine friendly --stat
#8 1.455     --shortstat           output only the last line of --stat
#8 1.455     -X, --dirstat[=<param1,param2>...]
#8 1.455                           output the distribution of relative amount of changes for each sub-directory
#8 1.455     --cumulative          synonym for --dirstat=cumulative
#8 1.455     --dirstat-by-file[=<param1,param2>...]
#8 1.455                           synonym for --dirstat=files,param1,param2...
#8 1.455     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.455     --summary             condensed summary such as creations, renames and mode changes
#8 1.455     --name-only           show only names of changed files
#8 1.455     --name-status         show only names and status of changed files
#8 1.455     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.455                           generate diffstat
#8 1.455     --stat-width <width>  generate diffstat with a given width
#8 1.455     --stat-name-width <width>
#8 1.455                           generate diffstat with a given name width
#8 1.455     --stat-graph-width <width>
#8 1.455                           generate diffstat with a given graph width
#8 1.455     --stat-count <count>  generate diffstat with limited lines
#8 1.455     --compact-summary     generate compact summary in diffstat
#8 1.455     --binary              output a binary diff that can be applied
#8 1.455     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.455     --color[=<when>]      show colored diff
#8 1.455     --ws-error-highlight <kind>
#8 1.455                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.455     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.455     --abbrev[=<n>]        use <n> digits to display object names
#8 1.455     --src-prefix <prefix>
#8 1.455                           show the given source prefix instead of "a/"
#8 1.455     --dst-prefix <prefix>
#8 1.455                           show the given destination prefix instead of "b/"
#8 1.455     --line-prefix <prefix>
#8 1.455                           prepend an additional prefix to every line of output
#8 1.455     --no-prefix           do not show any source or destination prefix
#8 1.455     --inter-hunk-context <n>
#8 1.455                           show context between diff hunks up to the specified number of lines
#8 1.455     --output-indicator-new <char>
#8 1.455                           specify the character to indicate a new line instead of '+'
#8 1.455     --output-indicator-old <char>
#8 1.455                           specify the character to indicate an old line instead of '-'
#8 1.455     --output-indicator-context <char>
#8 1.455                           specify the character to indicate a context instead of ' '
#8 1.455 
#8 1.455 Diff rename options
#8 1.455     -B, --break-rewrites[=<n>[/<m>]]
#8 1.455                           break complete rewrite changes into pairs of delete and create
#8 1.455     -M, --find-renames[=<n>]
#8 1.455                           detect renames
#8 1.455     -D, --irreversible-delete
#8 1.455                           omit the preimage for deletes
#8 1.455     -C, --find-copies[=<n>]
#8 1.455                           detect copies
#8 1.455     --find-copies-harder  use unmodified files as source to find copies
#8 1.455     --no-renames          disable rename detection
#8 1.455     --rename-empty        use empty blobs as rename source
#8 1.455     --follow              continue listing the history of a file beyond renames
#8 1.455     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.455 
#8 1.455 Diff algorithm options
#8 1.455     --minimal             produce the smallest possible diff
#8 1.455     -w, --ignore-all-space
#8 1.455                           ignore whitespace when comparing lines
#8 1.455     -b, --ignore-space-change
#8 1.455                           ignore changes in amount of whitespace
#8 1.455     --ignore-space-at-eol
#8 1.455                           ignore changes in whitespace at EOL
#8 1.455     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.455     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.455     -I, --ignore-matching-lines <regex>
#8 1.455                           ignore changes whose all lines match <regex>
#8 1.455     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.455     --patience            generate diff using the "patience diff" algorithm
#8 1.455     --histogram           generate diff using the "histogram diff" algorithm
#8 1.455     --diff-algorithm <algorithm>
#8 1.455                           choose a diff algorithm
#8 1.455     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.455     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.455     --word-diff-regex <regex>
#8 1.455                           use <regex> to decide what a word is
#8 1.455     --color-words[=<regex>]
#8 1.455                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.455     --color-moved[=<mode>]
#8 1.455                           moved lines of code are colored differently
#8 1.455     --color-moved-ws <mode>
#8 1.455                           how white spaces are ignored in --color-moved
#8 1.455 
#8 1.455 Other diff options
#8 1.455     --relative[=<prefix>]
#8 1.455                           when run from subdir, exclude changes outside and show relative paths
#8 1.455     -a, --text            treat all files as text
#8 1.455     -R                    swap two inputs, reverse the diff
#8 1.455     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.455     --quiet               disable all output of the program
#8 1.455     --ext-diff            allow an external diff helper to be executed
#8 1.455     --textconv            run external text conversion filters when comparing binary files
#8 1.455     --ignore-submodules[=<when>]
#8 1.455                           ignore changes to submodules in the diff generation
#8 1.455     --submodule[=<format>]
#8 1.455                           specify how differences in submodules are shown
#8 1.455     --ita-invisible-in-index
#8 1.455                           hide 'git add -N' entries from the index
#8 1.455     --ita-visible-in-index
#8 1.455                           treat 'git add -N' entries as real in the index
#8 1.455     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.455     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.455     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.455     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.455     -O <file>             control the order in which files appear in the output
#8 1.455     --rotate-to <path>    show the change in the specified path first
#8 1.455     --skip-to <path>      skip the output to the specified path
#8 1.455     --find-object <object-id>
#8 1.455                           look for differences that change the number of occurrences of the specified object
#8 1.455     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.455                           select files by diff type
#8 1.455     --output <file>       output to a specific file
#8 1.455 
#8 1.460 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/nas'
#8 1.460 To add an exception for this directory, call:
#8 1.460 
#8 1.460 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/nas
#8 1.466 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/nas'
#8 1.466 To add an exception for this directory, call:
#8 1.466 
#8 1.466 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/nas
#8 1.470 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.470 usage: git diff --no-index [<options>] <path> <path>
#8 1.470 
#8 1.470 Diff output format options
#8 1.470     -p, --patch           generate patch
#8 1.470     -s, --no-patch        suppress diff output
#8 1.470     -u                    generate patch
#8 1.470     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.470     -W, --function-context
#8 1.470                           generate diffs with <n> lines context
#8 1.470     --raw                 generate the diff in raw format
#8 1.470     --patch-with-raw      synonym for '-p --raw'
#8 1.470     --patch-with-stat     synonym for '-p --stat'
#8 1.470     --numstat             machine friendly --stat
#8 1.470     --shortstat           output only the last line of --stat
#8 1.470     -X, --dirstat[=<param1,param2>...]
#8 1.470                           output the distribution of relative amount of changes for each sub-directory
#8 1.470     --cumulative          synonym for --dirstat=cumulative
#8 1.470     --dirstat-by-file[=<param1,param2>...]
#8 1.470                           synonym for --dirstat=files,param1,param2...
#8 1.470     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.470     --summary             condensed summary such as creations, renames and mode changes
#8 1.470     --name-only           show only names of changed files
#8 1.470     --name-status         show only names and status of changed files
#8 1.470     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.470                           generate diffstat
#8 1.470     --stat-width <width>  generate diffstat with a given width
#8 1.470     --stat-name-width <width>
#8 1.470                           generate diffstat with a given name width
#8 1.470     --stat-graph-width <width>
#8 1.470                           generate diffstat with a given graph width
#8 1.470     --stat-count <count>  generate diffstat with limited lines
#8 1.470     --compact-summary     generate compact summary in diffstat
#8 1.470     --binary              output a binary diff that can be applied
#8 1.470     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.470     --color[=<when>]      show colored diff
#8 1.470     --ws-error-highlight <kind>
#8 1.470                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.470     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.470     --abbrev[=<n>]        use <n> digits to display object names
#8 1.470     --src-prefix <prefix>
#8 1.470                           show the given source prefix instead of "a/"
#8 1.470     --dst-prefix <prefix>
#8 1.470                           show the given destination prefix instead of "b/"
#8 1.470     --line-prefix <prefix>
#8 1.470                           prepend an additional prefix to every line of output
#8 1.470     --no-prefix           do not show any source or destination prefix
#8 1.471     --inter-hunk-context <n>
#8 1.471                           show context between diff hunks up to the specified number of lines
#8 1.471     --output-indicator-new <char>
#8 1.471                           specify the character to indicate a new line instead of '+'
#8 1.471     --output-indicator-old <char>
#8 1.471                           specify the character to indicate an old line instead of '-'
#8 1.471     --output-indicator-context <char>
#8 1.471                           specify the character to indicate a context instead of ' '
#8 1.471 
#8 1.471 Diff rename options
#8 1.471     -B, --break-rewrites[=<n>[/<m>]]
#8 1.471                           break complete rewrite changes into pairs of delete and create
#8 1.471     -M, --find-renames[=<n>]
#8 1.471                           detect renames
#8 1.471     -D, --irreversible-delete
#8 1.471                           omit the preimage for deletes
#8 1.471     -C, --find-copies[=<n>]
#8 1.471                           detect copies
#8 1.471     --find-copies-harder  use unmodified files as source to find copies
#8 1.471     --no-renames          disable rename detection
#8 1.471     --rename-empty        use empty blobs as rename source
#8 1.471     --follow              continue listing the history of a file beyond renames
#8 1.471     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.471 
#8 1.471 Diff algorithm options
#8 1.471     --minimal             produce the smallest possible diff
#8 1.471     -w, --ignore-all-space
#8 1.471                           ignore whitespace when comparing lines
#8 1.471     -b, --ignore-space-change
#8 1.471                           ignore changes in amount of whitespace
#8 1.471     --ignore-space-at-eol
#8 1.471                           ignore changes in whitespace at EOL
#8 1.471     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.471     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.471     -I, --ignore-matching-lines <regex>
#8 1.471                           ignore changes whose all lines match <regex>
#8 1.471     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.471     --patience            generate diff using the "patience diff" algorithm
#8 1.471     --histogram           generate diff using the "histogram diff" algorithm
#8 1.471     --diff-algorithm <algorithm>
#8 1.471                           choose a diff algorithm
#8 1.471     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.471     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.471     --word-diff-regex <regex>
#8 1.471                           use <regex> to decide what a word is
#8 1.471     --color-words[=<regex>]
#8 1.471                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.471     --color-moved[=<mode>]
#8 1.471                           moved lines of code are colored differently
#8 1.471     --color-moved-ws <mode>
#8 1.471                           how white spaces are ignored in --color-moved
#8 1.471 
#8 1.471 Other diff options
#8 1.471     --relative[=<prefix>]
#8 1.471                           when run from subdir, exclude changes outside and show relative paths
#8 1.471     -a, --text            treat all files as text
#8 1.471     -R                    swap two inputs, reverse the diff
#8 1.471     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.471     --quiet               disable all output of the program
#8 1.471     --ext-diff            allow an external diff helper to be executed
#8 1.471     --textconv            run external text conversion filters when comparing binary files
#8 1.471     --ignore-submodules[=<when>]
#8 1.471                           ignore changes to submodules in the diff generation
#8 1.471     --submodule[=<format>]
#8 1.471                           specify how differences in submodules are shown
#8 1.471     --ita-invisible-in-index
#8 1.471                           hide 'git add -N' entries from the index
#8 1.471     --ita-visible-in-index
#8 1.471                           treat 'git add -N' entries as real in the index
#8 1.471     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.471     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.471     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.471     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.471     -O <file>             control the order in which files appear in the output
#8 1.471     --rotate-to <path>    show the change in the specified path first
#8 1.471     --skip-to <path>      skip the output to the specified path
#8 1.471     --find-object <object-id>
#8 1.471                           look for differences that change the number of occurrences of the specified object
#8 1.471     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.471                           select files by diff type
#8 1.471     --output <file>       output to a specific file
#8 1.471 
#8 1.476 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.476 To add an exception for this directory, call:
#8 1.476 
#8 1.476 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.483 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.483 To add an exception for this directory, call:
#8 1.483 
#8 1.483 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.487 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.487 usage: git diff --no-index [<options>] <path> <path>
#8 1.487 
#8 1.487 Diff output format options
#8 1.487     -p, --patch           generate patch
#8 1.487     -s, --no-patch        suppress diff output
#8 1.487     -u                    generate patch
#8 1.487     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.487     -W, --function-context
#8 1.487                           generate diffs with <n> lines context
#8 1.487     --raw                 generate the diff in raw format
#8 1.487     --patch-with-raw      synonym for '-p --raw'
#8 1.487     --patch-with-stat     synonym for '-p --stat'
#8 1.487     --numstat             machine friendly --stat
#8 1.487     --shortstat           output only the last line of --stat
#8 1.487     -X, --dirstat[=<param1,param2>...]
#8 1.487                           output the distribution of relative amount of changes for each sub-directory
#8 1.487     --cumulative          synonym for --dirstat=cumulative
#8 1.487     --dirstat-by-file[=<param1,param2>...]
#8 1.487                           synonym for --dirstat=files,param1,param2...
#8 1.487     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.487     --summary             condensed summary such as creations, renames and mode changes
#8 1.487     --name-only           show only names of changed files
#8 1.487     --name-status         show only names and status of changed files
#8 1.487     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.487                           generate diffstat
#8 1.487     --stat-width <width>  generate diffstat with a given width
#8 1.487     --stat-name-width <width>
#8 1.487                           generate diffstat with a given name width
#8 1.487     --stat-graph-width <width>
#8 1.487                           generate diffstat with a given graph width
#8 1.487     --stat-count <count>  generate diffstat with limited lines
#8 1.487     --compact-summary     generate compact summary in diffstat
#8 1.487     --binary              output a binary diff that can be applied
#8 1.487     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.487     --color[=<when>]      show colored diff
#8 1.487     --ws-error-highlight <kind>
#8 1.487                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.487     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.487     --abbrev[=<n>]        use <n> digits to display object names
#8 1.487     --src-prefix <prefix>
#8 1.487                           show the given source prefix instead of "a/"
#8 1.487     --dst-prefix <prefix>
#8 1.487                           show the given destination prefix instead of "b/"
#8 1.487     --line-prefix <prefix>
#8 1.487                           prepend an additional prefix to every line of output
#8 1.487     --no-prefix           do not show any source or destination prefix
#8 1.487     --inter-hunk-context <n>
#8 1.487                           show context between diff hunks up to the specified number of lines
#8 1.487     --output-indicator-new <char>
#8 1.487                           specify the character to indicate a new line instead of '+'
#8 1.487     --output-indicator-old <char>
#8 1.487                           specify the character to indicate an old line instead of '-'
#8 1.487     --output-indicator-context <char>
#8 1.487                           specify the character to indicate a context instead of ' '
#8 1.487 
#8 1.487 Diff rename options
#8 1.487     -B, --break-rewrites[=<n>[/<m>]]
#8 1.487                           break complete rewrite changes into pairs of delete and create
#8 1.487     -M, --find-renames[=<n>]
#8 1.487                           detect renames
#8 1.487     -D, --irreversible-delete
#8 1.487                           omit the preimage for deletes
#8 1.487     -C, --find-copies[=<n>]
#8 1.487                           detect copies
#8 1.487     --find-copies-harder  use unmodified files as source to find copies
#8 1.487     --no-renames          disable rename detection
#8 1.487     --rename-empty        use empty blobs as rename source
#8 1.487     --follow              continue listing the history of a file beyond renames
#8 1.487     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.487 
#8 1.487 Diff algorithm options
#8 1.487     --minimal             produce the smallest possible diff
#8 1.487     -w, --ignore-all-space
#8 1.487                           ignore whitespace when comparing lines
#8 1.487     -b, --ignore-space-change
#8 1.487                           ignore changes in amount of whitespace
#8 1.487     --ignore-space-at-eol
#8 1.487                           ignore changes in whitespace at EOL
#8 1.487     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.487     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.487     -I, --ignore-matching-lines <regex>
#8 1.487                           ignore changes whose all lines match <regex>
#8 1.487     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.487     --patience            generate diff using the "patience diff" algorithm
#8 1.487     --histogram           generate diff using the "histogram diff" algorithm
#8 1.487     --diff-algorithm <algorithm>
#8 1.487                           choose a diff algorithm
#8 1.487     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.487     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.487     --word-diff-regex <regex>
#8 1.487                           use <regex> to decide what a word is
#8 1.487     --color-words[=<regex>]
#8 1.487                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.487     --color-moved[=<mode>]
#8 1.487                           moved lines of code are colored differently
#8 1.487     --color-moved-ws <mode>
#8 1.487                           how white spaces are ignored in --color-moved
#8 1.487 
#8 1.487 Other diff options
#8 1.487     --relative[=<prefix>]
#8 1.487                           when run from subdir, exclude changes outside and show relative paths
#8 1.487     -a, --text            treat all files as text
#8 1.487     -R                    swap two inputs, reverse the diff
#8 1.487     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.487     --quiet               disable all output of the program
#8 1.487     --ext-diff            allow an external diff helper to be executed
#8 1.487     --textconv            run external text conversion filters when comparing binary files
#8 1.487     --ignore-submodules[=<when>]
#8 1.487                           ignore changes to submodules in the diff generation
#8 1.487     --submodule[=<format>]
#8 1.487                           specify how differences in submodules are shown
#8 1.487     --ita-invisible-in-index
#8 1.487                           hide 'git add -N' entries from the index
#8 1.488     --ita-visible-in-index
#8 1.488                           treat 'git add -N' entries as real in the index
#8 1.488     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.488     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.488     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.488     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.488     -O <file>             control the order in which files appear in the output
#8 1.488     --rotate-to <path>    show the change in the specified path first
#8 1.488     --skip-to <path>      skip the output to the specified path
#8 1.488     --find-object <object-id>
#8 1.488                           look for differences that change the number of occurrences of the specified object
#8 1.488     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.488                           select files by diff type
#8 1.488     --output <file>       output to a specific file
#8 1.488 
#8 1.492 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP'
#8 1.492 To add an exception for this directory, call:
#8 1.492 
#8 1.492 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP
#8 1.496 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP'
#8 1.496 To add an exception for this directory, call:
#8 1.496 
#8 1.496 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP
#8 1.498 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.498 usage: git diff --no-index [<options>] <path> <path>
#8 1.498 
#8 1.498 Diff output format options
#8 1.498     -p, --patch           generate patch
#8 1.498     -s, --no-patch        suppress diff output
#8 1.498     -u                    generate patch
#8 1.498     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.498     -W, --function-context
#8 1.498                           generate diffs with <n> lines context
#8 1.498     --raw                 generate the diff in raw format
#8 1.498     --patch-with-raw      synonym for '-p --raw'
#8 1.498     --patch-with-stat     synonym for '-p --stat'
#8 1.498     --numstat             machine friendly --stat
#8 1.498     --shortstat           output only the last line of --stat
#8 1.498     -X, --dirstat[=<param1,param2>...]
#8 1.498                           output the distribution of relative amount of changes for each sub-directory
#8 1.498     --cumulative          synonym for --dirstat=cumulative
#8 1.498     --dirstat-by-file[=<param1,param2>...]
#8 1.498                           synonym for --dirstat=files,param1,param2...
#8 1.498     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.498     --summary             condensed summary such as creations, renames and mode changes
#8 1.498     --name-only           show only names of changed files
#8 1.498     --name-status         show only names and status of changed files
#8 1.498     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.498                           generate diffstat
#8 1.498     --stat-width <width>  generate diffstat with a given width
#8 1.498     --stat-name-width <width>
#8 1.498                           generate diffstat with a given name width
#8 1.498     --stat-graph-width <width>
#8 1.498                           generate diffstat with a given graph width
#8 1.498     --stat-count <count>  generate diffstat with limited lines
#8 1.498     --compact-summary     generate compact summary in diffstat
#8 1.498     --binary              output a binary diff that can be applied
#8 1.498     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.498     --color[=<when>]      show colored diff
#8 1.498     --ws-error-highlight <kind>
#8 1.498                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.498     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.498     --abbrev[=<n>]        use <n> digits to display object names
#8 1.498     --src-prefix <prefix>
#8 1.498                           show the given source prefix instead of "a/"
#8 1.498     --dst-prefix <prefix>
#8 1.498                           show the given destination prefix instead of "b/"
#8 1.498     --line-prefix <prefix>
#8 1.498                           prepend an additional prefix to every line of output
#8 1.498     --no-prefix           do not show any source or destination prefix
#8 1.498     --inter-hunk-context <n>
#8 1.498                           show context between diff hunks up to the specified number of lines
#8 1.498     --output-indicator-new <char>
#8 1.498                           specify the character to indicate a new line instead of '+'
#8 1.498     --output-indicator-old <char>
#8 1.498                           specify the character to indicate an old line instead of '-'
#8 1.498     --output-indicator-context <char>
#8 1.498                           specify the character to indicate a context instead of ' '
#8 1.498 
#8 1.498 Diff rename options
#8 1.498     -B, --break-rewrites[=<n>[/<m>]]
#8 1.498                           break complete rewrite changes into pairs of delete and create
#8 1.498     -M, --find-renames[=<n>]
#8 1.498                           detect renames
#8 1.498     -D, --irreversible-delete
#8 1.498                           omit the preimage for deletes
#8 1.498     -C, --find-copies[=<n>]
#8 1.498                           detect copies
#8 1.498     --find-copies-harder  use unmodified files as source to find copies
#8 1.498     --no-renames          disable rename detection
#8 1.498     --rename-empty        use empty blobs as rename source
#8 1.498     --follow              continue listing the history of a file beyond renames
#8 1.498     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.498 
#8 1.498 Diff algorithm options
#8 1.498     --minimal             produce the smallest possible diff
#8 1.498     -w, --ignore-all-space
#8 1.498                           ignore whitespace when comparing lines
#8 1.498     -b, --ignore-space-change
#8 1.498                           ignore changes in amount of whitespace
#8 1.498     --ignore-space-at-eol
#8 1.498                           ignore changes in whitespace at EOL
#8 1.498     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.498     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.498     -I, --ignore-matching-lines <regex>
#8 1.498                           ignore changes whose all lines match <regex>
#8 1.498     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.498     --patience            generate diff using the "patience diff" algorithm
#8 1.498     --histogram           generate diff using the "histogram diff" algorithm
#8 1.498     --diff-algorithm <algorithm>
#8 1.498                           choose a diff algorithm
#8 1.498     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.498     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.498     --word-diff-regex <regex>
#8 1.498                           use <regex> to decide what a word is
#8 1.498     --color-words[=<regex>]
#8 1.498                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.498     --color-moved[=<mode>]
#8 1.498                           moved lines of code are colored differently
#8 1.498     --color-moved-ws <mode>
#8 1.498                           how white spaces are ignored in --color-moved
#8 1.498 
#8 1.498 Other diff options
#8 1.498     --relative[=<prefix>]
#8 1.498                           when run from subdir, exclude changes outside and show relative paths
#8 1.498     -a, --text            treat all files as text
#8 1.498     -R                    swap two inputs, reverse the diff
#8 1.498     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.498     --quiet               disable all output of the program
#8 1.498     --ext-diff            allow an external diff helper to be executed
#8 1.498     --textconv            run external text conversion filters when comparing binary files
#8 1.498     --ignore-submodules[=<when>]
#8 1.498                           ignore changes to submodules in the diff generation
#8 1.498     --submodule[=<format>]
#8 1.498                           specify how differences in submodules are shown
#8 1.498     --ita-invisible-in-index
#8 1.498                           hide 'git add -N' entries from the index
#8 1.498     --ita-visible-in-index
#8 1.498                           treat 'git add -N' entries as real in the index
#8 1.498     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.498     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.498     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.498     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.498     -O <file>             control the order in which files appear in the output
#8 1.498     --rotate-to <path>    show the change in the specified path first
#8 1.498     --skip-to <path>      skip the output to the specified path
#8 1.498     --find-object <object-id>
#8 1.498                           look for differences that change the number of occurrences of the specified object
#8 1.498     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.498                           select files by diff type
#8 1.498     --output <file>       output to a specific file
#8 1.499 
#8 1.501 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET'
#8 1.501 To add an exception for this directory, call:
#8 1.501 
#8 1.501 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET
#8 1.504 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET'
#8 1.504 To add an exception for this directory, call:
#8 1.504 
#8 1.504 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET
#8 1.507 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.507 usage: git diff --no-index [<options>] <path> <path>
#8 1.507 
#8 1.507 Diff output format options
#8 1.507     -p, --patch           generate patch
#8 1.507     -s, --no-patch        suppress diff output
#8 1.507     -u                    generate patch
#8 1.507     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.507     -W, --function-context
#8 1.507                           generate diffs with <n> lines context
#8 1.507     --raw                 generate the diff in raw format
#8 1.507     --patch-with-raw      synonym for '-p --raw'
#8 1.507     --patch-with-stat     synonym for '-p --stat'
#8 1.507     --numstat             machine friendly --stat
#8 1.507     --shortstat           output only the last line of --stat
#8 1.507     -X, --dirstat[=<param1,param2>...]
#8 1.507                           output the distribution of relative amount of changes for each sub-directory
#8 1.507     --cumulative          synonym for --dirstat=cumulative
#8 1.507     --dirstat-by-file[=<param1,param2>...]
#8 1.507                           synonym for --dirstat=files,param1,param2...
#8 1.507     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.507     --summary             condensed summary such as creations, renames and mode changes
#8 1.507     --name-only           show only names of changed files
#8 1.507     --name-status         show only names and status of changed files
#8 1.507     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.507                           generate diffstat
#8 1.507     --stat-width <width>  generate diffstat with a given width
#8 1.507     --stat-name-width <width>
#8 1.507                           generate diffstat with a given name width
#8 1.507     --stat-graph-width <width>
#8 1.507                           generate diffstat with a given graph width
#8 1.507     --stat-count <count>  generate diffstat with limited lines
#8 1.507     --compact-summary     generate compact summary in diffstat
#8 1.507     --binary              output a binary diff that can be applied
#8 1.507     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.507     --color[=<when>]      show colored diff
#8 1.507     --ws-error-highlight <kind>
#8 1.507                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.507     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.507     --abbrev[=<n>]        use <n> digits to display object names
#8 1.507     --src-prefix <prefix>
#8 1.507                           show the given source prefix instead of "a/"
#8 1.507     --dst-prefix <prefix>
#8 1.507                           show the given destination prefix instead of "b/"
#8 1.507     --line-prefix <prefix>
#8 1.507                           prepend an additional prefix to every line of output
#8 1.507     --no-prefix           do not show any source or destination prefix
#8 1.507     --inter-hunk-context <n>
#8 1.507                           show context between diff hunks up to the specified number of lines
#8 1.507     --output-indicator-new <char>
#8 1.507                           specify the character to indicate a new line instead of '+'
#8 1.507     --output-indicator-old <char>
#8 1.507                           specify the character to indicate an old line instead of '-'
#8 1.507     --output-indicator-context <char>
#8 1.507                           specify the character to indicate a context instead of ' '
#8 1.507 
#8 1.507 Diff rename options
#8 1.507     -B, --break-rewrites[=<n>[/<m>]]
#8 1.507                           break complete rewrite changes into pairs of delete and create
#8 1.507     -M, --find-renames[=<n>]
#8 1.507                           detect renames
#8 1.507     -D, --irreversible-delete
#8 1.507                           omit the preimage for deletes
#8 1.507     -C, --find-copies[=<n>]
#8 1.507                           detect copies
#8 1.507     --find-copies-harder  use unmodified files as source to find copies
#8 1.507     --no-renames          disable rename detection
#8 1.507     --rename-empty        use empty blobs as rename source
#8 1.507     --follow              continue listing the history of a file beyond renames
#8 1.507     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.507 
#8 1.507 Diff algorithm options
#8 1.507     --minimal             produce the smallest possible diff
#8 1.507     -w, --ignore-all-space
#8 1.507                           ignore whitespace when comparing lines
#8 1.507     -b, --ignore-space-change
#8 1.507                           ignore changes in amount of whitespace
#8 1.507     --ignore-space-at-eol
#8 1.507                           ignore changes in whitespace at EOL
#8 1.507     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.507     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.507     -I, --ignore-matching-lines <regex>
#8 1.507                           ignore changes whose all lines match <regex>
#8 1.507     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.507     --patience            generate diff using the "patience diff" algorithm
#8 1.507     --histogram           generate diff using the "histogram diff" algorithm
#8 1.507     --diff-algorithm <algorithm>
#8 1.507                           choose a diff algorithm
#8 1.507     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.507     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.507     --word-diff-regex <regex>
#8 1.507                           use <regex> to decide what a word is
#8 1.507     --color-words[=<regex>]
#8 1.507                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.507     --color-moved[=<mode>]
#8 1.507                           moved lines of code are colored differently
#8 1.507     --color-moved-ws <mode>
#8 1.507                           how white spaces are ignored in --color-moved
#8 1.507 
#8 1.507 Other diff options
#8 1.507     --relative[=<prefix>]
#8 1.508                           when run from subdir, exclude changes outside and show relative paths
#8 1.508     -a, --text            treat all files as text
#8 1.508     -R                    swap two inputs, reverse the diff
#8 1.508     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.508     --quiet               disable all output of the program
#8 1.508     --ext-diff            allow an external diff helper to be executed
#8 1.508     --textconv            run external text conversion filters when comparing binary files
#8 1.508     --ignore-submodules[=<when>]
#8 1.508                           ignore changes to submodules in the diff generation
#8 1.508     --submodule[=<format>]
#8 1.508                           specify how differences in submodules are shown
#8 1.508     --ita-invisible-in-index
#8 1.508                           hide 'git add -N' entries from the index
#8 1.508     --ita-visible-in-index
#8 1.508                           treat 'git add -N' entries as real in the index
#8 1.508     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.508     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.508     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.508     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.508     -O <file>             control the order in which files appear in the output
#8 1.508     --rotate-to <path>    show the change in the specified path first
#8 1.508     --skip-to <path>      skip the output to the specified path
#8 1.508     --find-object <object-id>
#8 1.508                           look for differences that change the number of occurrences of the specified object
#8 1.508     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.508                           select files by diff type
#8 1.508     --output <file>       output to a specific file
#8 1.508 
#8 1.512 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.USB'
#8 1.512 To add an exception for this directory, call:
#8 1.512 
#8 1.512 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.USB
#8 1.517 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.USB'
#8 1.517 To add an exception for this directory, call:
#8 1.517 
#8 1.517 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.USB
#8 1.521 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.521 usage: git diff --no-index [<options>] <path> <path>
#8 1.521 
#8 1.521 Diff output format options
#8 1.521     -p, --patch           generate patch
#8 1.521     -s, --no-patch        suppress diff output
#8 1.521     -u                    generate patch
#8 1.521     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.521     -W, --function-context
#8 1.521                           generate diffs with <n> lines context
#8 1.521     --raw                 generate the diff in raw format
#8 1.521     --patch-with-raw      synonym for '-p --raw'
#8 1.521     --patch-with-stat     synonym for '-p --stat'
#8 1.521     --numstat             machine friendly --stat
#8 1.521     --shortstat           output only the last line of --stat
#8 1.521     -X, --dirstat[=<param1,param2>...]
#8 1.521                           output the distribution of relative amount of changes for each sub-directory
#8 1.521     --cumulative          synonym for --dirstat=cumulative
#8 1.521     --dirstat-by-file[=<param1,param2>...]
#8 1.521                           synonym for --dirstat=files,param1,param2...
#8 1.521     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.521     --summary             condensed summary such as creations, renames and mode changes
#8 1.521     --name-only           show only names of changed files
#8 1.521     --name-status         show only names and status of changed files
#8 1.521     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.521                           generate diffstat
#8 1.521     --stat-width <width>  generate diffstat with a given width
#8 1.521     --stat-name-width <width>
#8 1.521                           generate diffstat with a given name width
#8 1.521     --stat-graph-width <width>
#8 1.521                           generate diffstat with a given graph width
#8 1.521     --stat-count <count>  generate diffstat with limited lines
#8 1.521     --compact-summary     generate compact summary in diffstat
#8 1.521     --binary              output a binary diff that can be applied
#8 1.521     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.521     --color[=<when>]      show colored diff
#8 1.521     --ws-error-highlight <kind>
#8 1.521                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.521     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.521     --abbrev[=<n>]        use <n> digits to display object names
#8 1.521     --src-prefix <prefix>
#8 1.521                           show the given source prefix instead of "a/"
#8 1.521     --dst-prefix <prefix>
#8 1.521                           show the given destination prefix instead of "b/"
#8 1.521     --line-prefix <prefix>
#8 1.521                           prepend an additional prefix to every line of output
#8 1.521     --no-prefix           do not show any source or destination prefix
#8 1.521     --inter-hunk-context <n>
#8 1.521                           show context between diff hunks up to the specified number of lines
#8 1.521     --output-indicator-new <char>
#8 1.521                           specify the character to indicate a new line instead of '+'
#8 1.521     --output-indicator-old <char>
#8 1.521                           specify the character to indicate an old line instead of '-'
#8 1.521     --output-indicator-context <char>
#8 1.521                           specify the character to indicate a context instead of ' '
#8 1.521 
#8 1.521 Diff rename options
#8 1.521     -B, --break-rewrites[=<n>[/<m>]]
#8 1.521                           break complete rewrite changes into pairs of delete and create
#8 1.521     -M, --find-renames[=<n>]
#8 1.521                           detect renames
#8 1.521     -D, --irreversible-delete
#8 1.521                           omit the preimage for deletes
#8 1.521     -C, --find-copies[=<n>]
#8 1.521                           detect copies
#8 1.521     --find-copies-harder  use unmodified files as source to find copies
#8 1.521     --no-renames          disable rename detection
#8 1.521     --rename-empty        use empty blobs as rename source
#8 1.521     --follow              continue listing the history of a file beyond renames
#8 1.521     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.521 
#8 1.521 Diff algorithm options
#8 1.521     --minimal             produce the smallest possible diff
#8 1.521     -w, --ignore-all-space
#8 1.521                           ignore whitespace when comparing lines
#8 1.521     -b, --ignore-space-change
#8 1.521                           ignore changes in amount of whitespace
#8 1.521     --ignore-space-at-eol
#8 1.521                           ignore changes in whitespace at EOL
#8 1.521     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.521     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.521     -I, --ignore-matching-lines <regex>
#8 1.521                           ignore changes whose all lines match <regex>
#8 1.521     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.521     --patience            generate diff using the "patience diff" algorithm
#8 1.521     --histogram           generate diff using the "histogram diff" algorithm
#8 1.521     --diff-algorithm <algorithm>
#8 1.521                           choose a diff algorithm
#8 1.521     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.521     --word-diff[=<mode>]  show word diff, using <mode> to delimit c
#8 1.521 [output clipped, log limit 200KiB/s reached]
#8 1.525 WARNING: titan.Libraries.TCCUsefulFunctions skipped because it contains uncommitted modifications!
#8 1.525 WARNING: titan.ProtocolEmulations.M3UA skipped because it contains uncommitted modifications!
#8 1.526 WARNING: titan.ProtocolEmulations.SCCP skipped because it contains uncommitted modifications!
#8 1.526 WARNING: titan.ProtocolModules.BSSAPP_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.527 WARNING: titan.ProtocolModules.DIAMETER_ProtocolModule_Generator skipped because it contains uncommitted modifications!
#8 1.528 WARNING: titan.ProtocolModules.DNS skipped because it contains uncommitted modifications!
#8 1.528 WARNING: titan.ProtocolModules.GRE skipped because it contains uncommitted modifications!
#8 1.528 WARNING: titan.ProtocolModules.GTP_v13.5.0 skipped because it contains uncommitted modifications!
#8 1.529 WARNING: titan.ProtocolModules.GTPv2_v13.7.0 skipped because it contains uncommitted modifications!
#8 1.529 WARNING: titan.ProtocolModules.ICMP skipped because it contains uncommitted modifications!
#8 1.530 WARNING: titan.ProtocolModules.ICMPv6 skipped because it contains uncommitted modifications!
#8 1.530 WARNING: titan.ProtocolModules.IP skipped because it contains uncommitted modifications!
#8 1.531 WARNING: titan.ProtocolModules.ISUP_Q.762 skipped because it contains uncommitted modifications!
#8 1.531 WARNING: titan.ProtocolModules.JSON_v07_2006 skipped because it contains uncommitted modifications!
#8 1.532 WARNING: titan.ProtocolModules.L2TP skipped because it contains uncommitted modifications!
#8 1.532 WARNING: titan.ProtocolModules.LLC_v7.1.0 skipped because it contains uncommitted modifications!
#8 1.532 WARNING: titan.ProtocolModules.M3UA skipped because it contains uncommitted modifications!
#8 1.533 WARNING: titan.ProtocolModules.MobileL3_v13.4.0 skipped because it contains uncommitted modifications!
#8 1.533 WARNING: titan.ProtocolModules.SMPP skipped because it contains uncommitted modifications!
#8 1.533 WARNING: titan.ProtocolModules.TCP skipped because it contains uncommitted modifications!
#8 1.533 WARNING: titan.ProtocolModules.UDP skipped because it contains uncommitted modifications!
#8 1.534 WARNING: titan.ProtocolModules.RTP skipped because it contains uncommitted modifications!
#8 1.534 WARNING: titan.ProtocolModules.M2PA skipped because it contains uncommitted modifications!
#8 1.534 WARNING: titan.ProtocolModules.ROSE skipped because it contains uncommitted modifications!
#8 1.535 WARNING: titan.ProtocolModules.SDP skipped because it contains uncommitted modifications!
#8 1.535 WARNING: titan.ProtocolModules.SCTP skipped because it contains uncommitted modifications!
#8 1.536 WARNING: titan.ProtocolModules.SUA skipped because it contains uncommitted modifications!
#8 1.536 WARNING: titan.ProtocolModules.NS_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.536 WARNING: titan.ProtocolModules.NAS_EPS_15.2.0.1 skipped because it contains uncommitted modifications!
#8 1.536 WARNING: titan.ProtocolModules.SGsAP_13.2.0 skipped because it contains uncommitted modifications!
#8 1.537 WARNING: titan.ProtocolModules.SNDCP_v7.0.0 skipped because it contains uncommitted modifications!
#8 1.537 WARNING: titan.ProtocolModules.PFCP_v15.1.0 skipped because it contains uncommitted modifications!
#8 1.537 WARNING: titan.TestPorts.Common_Components.Socket-API skipped because it contains uncommitted modifications!
#8 1.538 WARNING: titan.TestPorts.Common_Components.Abstract_Socket skipped because it contains uncommitted modifications!
#8 1.538 WARNING: titan.TestPorts.HTTPmsg skipped because it contains uncommitted modifications!
#8 1.538 WARNING: titan.TestPorts.IPL4asp skipped because it contains uncommitted modifications!
#8 1.538 WARNING: titan.TestPorts.LANL2asp skipped because it contains uncommitted modifications!
#8 1.539 WARNING: titan.TestPorts.PCAPasp skipped because it contains uncommitted modifications!
#8 1.539 WARNING: titan.TestPorts.PIPEasp skipped because it contains uncommitted modifications!
#8 1.540 WARNING: titan.TestPorts.SIPmsg skipped because it contains uncommitted modifications!
#8 1.540 WARNING: titan.TestPorts.TELNETasp skipped because it contains uncommitted modifications!
#8 1.540 WARNING: titan.TestPorts.TCPasp skipped because it contains uncommitted modifications!
#8 1.540 WARNING: titan.TestPorts.UDPasp skipped because it contains uncommitted modifications!
#8 1.541 WARNING: titan.TestPorts.UNIX_DOMAIN_SOCKETasp skipped because it contains uncommitted modifications!
#8 1.541 WARNING: titan.TestPorts.SCTPasp skipped because it contains uncommitted modifications!
#8 1.542 WARNING: titan.ProtocolModules.BSSGP_v13.0.0 skipped because it contains uncommitted modifications!
#8 1.542 WARNING: titan.TestPorts.MTP3asp skipped because it contains uncommitted modifications!
#8 1.542 WARNING: osmo-uecups skipped because it contains uncommitted modifications!
#8 1.543 WARNING: nas skipped because it contains uncommitted modifications!
#8 1.543 WARNING: titan.ProtocolModules.BSSMAP skipped because it contains uncommitted modifications!
#8 1.543 WARNING: titan.ProtocolModules.MAP skipped because it contains uncommitted modifications!
#8 1.543 WARNING: titan.TestPorts.AF_PACKET skipped because it contains uncommitted modifications!
#8 1.544 WARNING: titan.TestPorts.USB skipped because it contains uncommitted modifications!
#8 1.544 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps'
#8 1.545 touch .make.deps
#8 1.549 '/ttcn3-dumpcap-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh'
#8 1.550 '/ttcn3-tcpdump-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh'
#8 1.551 '/ttcn3-dumpcap-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh'
#8 1.553 '/ttcn3-tcpdump-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh'
#8 1.554 '/_scripts' -> '/osmo-ttcn3-hacks/_scripts'
#8 1.656 (cd bts && ./gen_links.sh && ./regen_makefile.sh)
#8 1.728 make -C _build/bts compile
#8 1.733 make[1]: Entering directory '/osmo-ttcn3-hacks/_build/bts'
#8 1.733   PP       IPA_Emulation.ttcn
#8 1.767   TTCN     *.ttcn *.asn
#8 2.248 touch compile
#8 2.248 make[1]: Leaving directory '/osmo-ttcn3-hacks/_build/bts'
#8 2.248 make -j20 -C _build/bts
#8 2.266 make[1]: Entering directory '/osmo-ttcn3-hacks/_build/bts'
#8 2.302   DEP      UD_PT.cc
#8 2.302   DEP      TRXC_CodecPort_CtrlFunctDef.cc
#8 2.302   DEP      TELNETasp_PT.cc
#8 2.302   DEP      TCCInterface.cc
#8 2.302   DEP      RTP_EncDec.cc
#8 2.302   DEP      TCCConversion.cc
#8 2.303   DEP      RTP_CodecPort_CtrlFunctDef.cc
#8 2.303   DEP      RLCMAC_EncDec.cc
#8 2.303   DEP      OSMUX_CodecPort_CtrlFunctDef.cc
#8 2.303   DEP      Native_FunctionDefs.cc
#8 2.303   DEP      L1CTL_PortType_CtrlFunctDef.cc
#8 2.304   DEP      IuUP_EncDec.cc
#8 2.304   DEP      IPL4asp_discovery.cc
#8 2.304   DEP      IPL4asp_PT.cc
#8 2.304   DEP      IPA_CodecPort_CtrlFunctDef.cc
#8 2.353   DEP      IPA_Emulation_part_7.cc
#8 2.353   DEP      IPA_Emulation_part_6.cc
#8 2.353   DEP      IPA_Emulation_part_5.cc
#8 2.354   DEP      IPA_Emulation_part_3.cc
#8 2.354   DEP      IPA_Emulation_part_4.cc
#8 2.354   DEP      IPA_Emulation_part_2.cc
#8 2.362   DEP      IPA_Emulation_part_1.cc
#8 2.362   DEP      IPA_Emulation.cc
#8 2.362   DEP      UD_Types_part_7.cc
#8 2.368   DEP      UD_Types_part_6.cc
#8 2.368   DEP      UD_Types_part_5.cc
#8 2.369   DEP      UD_Types_part_4.cc
#8 2.373   DEP      UD_Types_part_3.cc
#8 2.374   DEP      UD_Types_part_2.cc
#8 2.374   DEP      UD_Types_part_1.cc
#8 2.375   DEP      UD_PortType_part_7.cc
#8 2.377   DEP      UD_PortType_part_6.cc
#8 2.380   DEP      UD_PortType_part_5.cc
#8 2.382   DEP      UD_PortType_part_4.cc
#8 2.386   DEP      UD_PortType_part_3.cc
#8 2.386   DEP      UD_PortType_part_2.cc
#8 2.387   DEP      UD_PortType_part_1.cc
#8 2.389   DEP      TRXC_Types_part_7.cc
#8 2.390   DEP      TRXC_Types_part_6.cc
#8 2.397   DEP      TRXC_Types_part_5.cc
#8 2.397   DEP      TRXC_Types_part_4.cc
#8 2.397   DEP      TRXC_Types_part_3.cc
#8 2.397   DEP      TRXC_Types_part_2.cc
#8 2.397   DEP      TRXC_CodecPort_CtrlFunct_part_7.cc
#8 2.397   DEP      TRXC_Types_part_1.cc
#8 2.398   DEP      TRXC_CodecPort_CtrlFunct_part_6.cc
#8 2.398   DEP      TRXC_CodecPort_CtrlFunct_part_5.cc
#8 2.399   DEP      TRXC_CodecPort_CtrlFunct_part_4.cc
#8 2.399   DEP      TRXC_CodecPort_CtrlFunct_part_3.cc
#8 2.399   DEP      TRXC_CodecPort_CtrlFunct_part_2.cc
#8 2.401   DEP      TRXC_CodecPort_CtrlFunct_part_1.cc
#8 2.402   DEP      TRXC_CodecPort_part_7.cc
#8 2.403   DEP      TRXC_CodecPort_part_6.cc
#8 2.403   DEP      TRXC_CodecPort_part_5.cc
#8 2.404   DEP      TRXC_CodecPort_part_4.cc
#8 2.405   DEP      TRXC_CodecPort_part_3.cc
#8 2.405   DEP      TRXC_CodecPort_part_2.cc
#8 2.405   DEP      TRXC_CodecPort_part_1.cc
#8 2.405   DEP      TELNETasp_PortType_part_7.cc
#8 2.406   DEP      TELNETasp_PortType_part_6.cc
#8 2.406   DEP      TELNETasp_PortType_part_5.cc
#8 2.406   DEP      TELNETasp_PortType_part_4.cc
#8 2.410   DEP      TELNETasp_PortType_part_3.cc
#8 2.411   DEP      TELNETasp_PortType_part_2.cc
#8 2.411   DEP      TELNETasp_PortType_part_1.cc
#8 2.411   DEP      TCCInterface_Functions_part_6.cc
#8 2.411   DEP      TCCInterface_Functions_part_7.cc
#8 2.411   DEP      TCCInterface_Functions_part_5.cc
#8 2.412   DEP      TCCInterface_Functions_part_4.cc
#8 2.412   DEP      TCCInterface_Functions_part_3.cc
#8 2.412   DEP      TCCInterface_Functions_part_2.cc
#8 2.413   DEP      TCCInterface_Functions_part_1.cc
#8 2.413   DEP      TCCConversion_Functions_part_7.cc
#8 2.413   DEP      TCCConversion_Functions_part_6.cc
#8 2.414   DEP      TCCConversion_Functions_part_5.cc
#8 2.414   DEP      TCCConversion_Functions_part_4.cc
#8 2.414   DEP      TCCConversion_Functions_part_3.cc
#8 2.414   DEP      TCCConversion_Functions_part_2.cc
#8 2.417   DEP      TCCConversion_Functions_part_1.cc
#8 2.417   DEP      Socket_API_Definitions_part_7.cc
#8 2.419   DEP      Socket_API_Definitions_part_6.cc
#8 2.419   DEP      Socket_API_Definitions_part_5.cc
#8 2.419   DEP      Socket_API_Definitions_part_4.cc
#8 2.420   DEP      Socket_API_Definitions_part_3.cc
#8 2.420   DEP      Socket_API_Definitions_part_2.cc
#8 2.420   DEP      Socket_API_Definitions_part_1.cc
#8 2.421   DEP      RTP_Types_part_7.cc
#8 2.421   DEP      RTP_Types_part_6.cc
#8 2.426   DEP      RTP_Types_part_5.cc
#8 2.426   DEP      RTP_Types_part_4.cc
#8 2.426   DEP      RTP_Types_part_3.cc
#8 2.426   DEP      RTP_Types_part_2.cc
#8 2.427   DEP      RTP_Types_part_1.cc
#8 2.427   DEP      RTP_Emulation_part_7.cc
#8 2.427   DEP      RTP_Emulation_part_6.cc
#8 2.427   DEP      RTP_Emulation_part_5.cc
#8 2.427   DEP      RTP_Emulation_part_4.cc
#8 2.427   DEP      RTP_Emulation_part_3.cc
#8 2.428   DEP      RTP_Emulation_part_2.cc
#8 2.428   DEP      RTP_Emulation_part_1.cc
#8 2.428   DEP      RTP_CodecPort_CtrlFunct_part_7.cc
#8 2.428   DEP      RTP_CodecPort_CtrlFunct_part_6.cc
#8 2.429   DEP      RTP_CodecPort_CtrlFunct_part_5.cc
#8 2.430   DEP      RTP_CodecPort_CtrlFunct_part_4.cc
#8 2.430   DEP      RTP_CodecPort_CtrlFunct_part_3.cc
#8 2.432   DEP      RTP_CodecPort_CtrlFunct_part_2.cc
#8 2.433   DEP      RTP_CodecPort_CtrlFunct_part_1.cc
#8 2.433   DEP      RTP_CodecPort_part_7.cc
#8 2.433   DEP      RTP_CodecPort_part_6.cc
#8 2.434   DEP      RTP_CodecPort_part_5.cc
#8 2.434   DEP      RTP_CodecPort_part_4.cc
#8 2.435   DEP      RTP_CodecPort_part_3.cc
#8 2.435   DEP      RTP_CodecPort_part_2.cc
#8 2.436   DEP      RTP_CodecPort_part_1.cc
#8 2.436   DEP      RSL_Types_part_7.cc
#8 2.436   DEP      RSL_Types_part_6.cc
#8 2.436   DEP      RSL_Types_part_5.cc
#8 2.437   DEP      RSL_Types_part_4.cc
#8 2.439   DEP      RSL_Types_part_3.cc
#8 2.441   DEP      RSL_Types_part_2.cc
#8 2.441   DEP      RSL_Emulation_part_7.cc
#8 2.442   DEP      RSL_Types_part_1.cc
#8 2.442   DEP      RSL_Emulation_part_6.cc
#8 2.442   DEP      RSL_Emulation_part_5.cc
#8 2.443   DEP      RSL_Emulation_part_4.cc
#8 2.443   DEP      RSL_Emulation_part_3.cc
#8 2.443   DEP      RSL_Emulation_part_2.cc
#8 2.443   DEP      RSL_Emulation_part_1.cc
#8 2.444   DEP      RLCMAC_Types_part_7.cc
#8 2.444   DEP      RLCMAC_Types_part_6.cc
#8 2.444   DEP      RLCMAC_Types_part_5.cc
#8 2.445   DEP      RLCMAC_Types_part_4.cc
#8 2.445   DEP      RLCMAC_Types_part_3.cc
#8 2.447   DEP      RLCMAC_Types_part_2.cc
#8 2.448   DEP      RLCMAC_Types_part_1.cc
#8 2.449   DEP      RLCMAC_Templates_part_6.cc
#8 2.449   DEP      RLCMAC_Templates_part_7.cc
#8 2.449   DEP      RLCMAC_Templates_part_5.cc
#8 2.451   DEP      RLCMAC_Templates_part_4.cc
#8 2.451   DEP      RLCMAC_Templates_part_3.cc
#8 2.451   DEP      RLCMAC_Templates_part_2.cc
#8 2.452   DEP      RLCMAC_Templates_part_1.cc
#8 2.452   DEP      RLCMAC_CSN1_Types_part_7.cc
#8 2.452   DEP      RLCMAC_CSN1_Types_part_6.cc
#8 2.453   DEP      RLCMAC_CSN1_Types_part_5.cc
#8 2.455   DEP      RLCMAC_CSN1_Types_part_4.cc
#8 2.457   DEP      RLCMAC_CSN1_Types_part_3.cc
#8 2.457   DEP      RLCMAC_CSN1_Types_part_2.cc
#8 2.460   DEP      RLCMAC_CSN1_Types_part_1.cc
#8 2.460   DEP      RLCMAC_CSN1_Templates_part_7.cc
#8 2.460   DEP      RLCMAC_CSN1_Templates_part_6.cc
#8 2.460   DEP      RLCMAC_CSN1_Templates_part_5.cc
#8 2.463   DEP      RLCMAC_CSN1_Templates_part_4.cc
#8 2.464   DEP      RLCMAC_CSN1_Templates_part_2.cc
#8 2.464   DEP      RLCMAC_CSN1_Templates_part_3.cc
#8 2.464   DEP      RLCMAC_CSN1_Templates_part_1.cc
#8 2.464   DEP      PCUIF_Types_part_7.cc
#8 2.468   DEP      PCUIF_Types_part_6.cc
#8 2.469   DEP      PCUIF_Types_part_5.cc
#8 2.471   DEP      PCUIF_Types_part_4.cc
#8 2.471   DEP      PCUIF_Types_part_3.cc
#8 2.472   DEP      PCUIF_Types_part_2.cc
#8 2.472   DEP      PCUIF_Types_part_1.cc
#8 2.474   DEP      PCUIF_CodecPort_part_7.cc
#8 2.475   DEP      PCUIF_CodecPort_part_6.cc
#8 2.479   DEP      PCUIF_CodecPort_part_5.cc
#8 2.479   DEP      PCUIF_CodecPort_part_4.cc
#8 2.479   DEP      PCUIF_CodecPort_part_3.cc
#8 2.481   DEP      PCUIF_CodecPort_part_2.cc
#8 2.481   DEP      PCUIF_CodecPort_part_1.cc
#8 2.482   DEP      Osmocom_VTY_Functions_part_7.cc
#8 2.483   DEP      Osmocom_VTY_Functions_part_6.cc
#8 2.485   DEP      Osmocom_VTY_Functions_part_5.cc
#8 2.486   DEP      Osmocom_VTY_Functions_part_4.cc
#8 2.486   DEP      Osmocom_VTY_Functions_part_3.cc
#8 2.489   DEP      Osmocom_VTY_Functions_part_2.cc
#8 2.490   DEP      Osmocom_VTY_Functions_part_1.cc
#8 2.490   DEP      Osmocom_Types_part_7.cc
#8 2.490   DEP      Osmocom_Types_part_6.cc
#8 2.493   DEP      Osmocom_Types_part_4.cc
#8 2.493   DEP      Osmocom_Types_part_5.cc
#8 2.497   DEP      Osmocom_Types_part_3.cc
#8 2.497   DEP      Osmocom_Types_part_2.cc
#8 2.501   DEP      Osmocom_Types_part_1.cc
#8 2.501   DEP      Osmocom_CTRL_Types_part_7.cc
#8 2.503   DEP      Osmocom_CTRL_Types_part_6.cc
#8 2.504   DEP      Osmocom_CTRL_Types_part_5.cc
#8 2.504   DEP      Osmocom_CTRL_Types_part_4.cc
#8 2.505   DEP      Osmocom_CTRL_Types_part_3.cc
#8 2.508   DEP      Osmocom_CTRL_Types_part_2.cc
#8 2.508   DEP      Osmocom_CTRL_Types_part_1.cc
#8 2.509   DEP      Osmocom_CTRL_Functions_part_7.cc
#8 2.509   DEP      Osmocom_CTRL_Functions_part_6.cc
#8 2.512   DEP      Osmocom_CTRL_Functions_part_5.cc
#8 2.512   DEP      Osmocom_CTRL_Functions_part_4.cc
#8 2.516   DEP      Osmocom_CTRL_Functions_part_3.cc
#8 2.516   DEP      Osmocom_CTRL_Functions_part_2.cc
#8 2.516   DEP      Osmocom_CTRL_Functions_part_1.cc
#8 2.516   DEP      Osmocom_CTRL_Adapter_part_7.cc
#8 2.519   DEP      Osmocom_CTRL_Adapter_part_6.cc
#8 2.523   DEP      Osmocom_CTRL_Adapter_part_5.cc
#8 2.523   DEP      Osmocom_CTRL_Adapter_part_4.cc
#8 2.524   DEP      Osmocom_CTRL_Adapter_part_3.cc
#8 2.524   DEP      Osmocom_CTRL_Adapter_part_2.cc
#8 2.524   DEP      Osmocom_CTRL_Adapter_part_1.cc
#8 2.525   DEP      OSMUX_Types_part_6.cc
#8 2.525   DEP      OSMUX_Types_part_7.cc
#8 2.527   DEP      OSMUX_Types_part_5.cc
#8 2.528   DEP      OSMUX_Types_part_4.cc
#8 2.530   DEP      OSMUX_Types_part_3.cc
#8 2.530   DEP      OSMUX_Types_part_2.cc
#8 2.532   DEP      OSMUX_Types_part_1.cc
#8 2.533   DEP      OSMUX_Emulation_part_6.cc
#8 2.533   DEP      OSMUX_Emulation_part_7.cc
#8 2.533   DEP      OSMUX_Emulation_part_5.cc
#8 2.535   DEP      OSMUX_Emulation_part_4.cc
#8 2.535   DEP      OSMUX_Emulation_part_3.cc
#8 2.536   DEP      OSMUX_Emulation_part_2.cc
#8 2.537   DEP      OSMUX_Emulation_part_1.cc
#8 2.538   DEP      OSMUX_CodecPort_CtrlFunct_part_6.cc
#8 2.538   DEP      OSMUX_CodecPort_CtrlFunct_part_7.cc
#8 2.538   DEP      OSMUX_CodecPort_CtrlFunct_part_5.cc
#8 2.539   DEP      OSMUX_CodecPort_CtrlFunct_part_4.cc
#8 2.540   DEP      OSMUX_CodecPort_CtrlFunct_part_3.cc
#8 2.541   DEP      OSMUX_CodecPort_CtrlFunct_part_2.cc
#8 2.542   DEP      OSMUX_CodecPort_CtrlFunct_part_1.cc
#8 2.544   DEP      OSMUX_CodecPort_part_7.cc
#8 2.544   DEP      OSMUX_CodecPort_part_6.cc
#8 2.544   DEP      OSMUX_CodecPort_part_5.cc
#8 2.545   DEP      OSMUX_CodecPort_part_4.cc
#8 2.546   DEP      OSMUX_CodecPort_part_3.cc
#8 2.546   DEP      OSMUX_CodecPort_part_2.cc
#8 2.548   DEP      OSMUX_CodecPort_part_1.cc
#8 2.549   DEP      Native_Functions_part_7.cc
#8 2.549   DEP      Native_Functions_part_6.cc
#8 2.552   DEP      Native_Functions_part_4.cc
#8 2.552   DEP      Native_Functions_part_5.cc
#8 2.552   DEP      Native_Functions_part_3.cc
#8 2.552   DEP      Native_Functions_part_2.cc
#8 2.554   DEP      Native_Functions_part_1.cc
#8 2.554   DEP      MobileL3_Types_part_7.cc
#8 2.554   DEP      MobileL3_Types_part_6.cc
#8 2.555   DEP      MobileL3_Types_part_5.cc
#8 2.556   DEP      MobileL3_Types_part_4.cc
#8 2.556   DEP      MobileL3_Types_part_3.cc
#8 2.558   DEP      MobileL3_Types_part_2.cc
#8 2.559   DEP      MobileL3_Types_part_1.cc
#8 2.560   DEP      MobileL3_SS_Types_part_7.cc
#8 2.560   DEP      MobileL3_SS_Types_part_6.cc
#8 2.560   DEP      MobileL3_SS_Types_part_5.cc
#8 2.561   DEP      MobileL3_SS_Types_part_4.cc
#8 2.564   DEP      MobileL3_SS_Types_part_3.cc
#8 2.564   DEP      MobileL3_SS_Types_part_2.cc
#8 2.564   DEP      MobileL3_SS_Types_part_1.cc
#8 2.565   DEP      MobileL3_SMS_Types_part_7.cc
#8 2.567   DEP      MobileL3_SMS_Types_part_6.cc
#8 2.567   DEP      MobileL3_SMS_Types_part_5.cc
#8 2.568   DEP      MobileL3_SMS_Types_part_4.cc
#8 2.568   DEP      MobileL3_SMS_Types_part_3.cc
#8 2.568   DEP      MobileL3_SMS_Types_part_2.cc
#8 2.569   DEP      MobileL3_SMS_Types_part_1.cc
#8 2.570   DEP      MobileL3_RRM_Types_part_7.cc
#8 2.570   DEP      MobileL3_RRM_Types_part_6.cc
#8 2.574   DEP      MobileL3_RRM_Types_part_5.cc
#8 2.575   DEP      MobileL3_RRM_Types_part_4.cc
#8 2.575   DEP      MobileL3_RRM_Types_part_3.cc
#8 2.576   DEP      MobileL3_RRM_Types_part_2.cc
#8 2.576   DEP      MobileL3_RRM_Types_part_1.cc
#8 2.577   DEP      MobileL3_MM_Types_part_6.cc
#8 2.577   DEP      MobileL3_MM_Types_part_7.cc
#8 2.578   DEP      MobileL3_MM_Types_part_4.cc
#8 2.578   DEP      MobileL3_MM_Types_part_5.cc
#8 2.579   DEP      MobileL3_MM_Types_part_3.cc
#8 2.581   DEP      MobileL3_MM_Types_part_2.cc
#8 2.583   DEP      MobileL3_MM_Types_part_1.cc
#8 2.584   DEP      MobileL3_GMM_SM_Types_part_7.cc
#8 2.588   DEP      MobileL3_GMM_SM_Types_part_6.cc
#8 2.589   DEP      MobileL3_GMM_SM_Types_part_5.cc
#8 2.589   DEP      MobileL3_GMM_SM_Types_part_4.cc
#8 2.603   DEP      MobileL3_GMM_SM_Types_part_3.cc
#8 2.603   DEP      MobileL3_GMM_SM_Types_part_2.cc
#8 2.603   DEP      MobileL3_GMM_SM_Types_part_1.cc
#8 2.611   DEP      MobileL3_CommonIE_Types_part_7.cc
#8 2.618   DEP      MobileL3_CommonIE_Types_part_6.cc
#8 2.618   DEP      MobileL3_CommonIE_Types_part_5.cc
#8 2.619   DEP      MobileL3_CommonIE_Types_part_4.cc
#8 2.621   DEP      MobileL3_CommonIE_Types_part_3.cc
#8 2.626   DEP      MobileL3_CommonIE_Types_part_2.cc
#8 2.626   DEP      MobileL3_CommonIE_Types_part_1.cc
#8 2.628   DEP      MobileL3_CC_Types_part_7.cc
#8 2.629   DEP      MobileL3_CC_Types_part_6.cc
#8 2.632   DEP      MobileL3_CC_Types_part_5.cc
#8 2.633   DEP      MobileL3_CC_Types_part_4.cc
#8 2.635   DEP      MobileL3_CC_Types_part_3.cc
#8 2.655   DEP      MobileL3_CC_Types_part_2.cc
#8 2.673   DEP      MobileL3_CC_Types_part_1.cc
#8 2.673   DEP      Misc_Helpers_part_7.cc
#8 2.673   DEP      Misc_Helpers_part_6.cc
#8 2.675   DEP      Misc_Helpers_part_5.cc
#8 2.681   DEP      Misc_Helpers_part_4.cc
#8 2.682   DEP      Misc_Helpers_part_3.cc
#8 2.688   DEP      Misc_Helpers_part_2.cc
#8 2.688   DEP      Misc_Helpers_part_1.cc
#8 2.688   DEP      LAPDm_Types_part_7.cc
#8 2.696   DEP      LAPDm_Types_part_6.cc
#8 2.698   DEP      LAPDm_Types_part_5.cc
#8 2.705   DEP      LAPDm_Types_part_4.cc
#8 2.706   DEP      LAPDm_Types_part_3.cc
#8 2.707   DEP      LAPDm_Types_part_2.cc
#8 2.710   DEP      LAPDm_Types_part_1.cc
#8 2.710   DEP      LAPDm_RAW_PT_part_7.cc
#8 2.710   DEP      LAPDm_RAW_PT_part_6.cc
#8 2.712   DEP      LAPDm_RAW_PT_part_5.cc
#8 2.714   DEP      LAPDm_RAW_PT_part_4.cc
#8 2.714   DEP      LAPDm_RAW_PT_part_3.cc
#8 2.715   DEP      LAPDm_RAW_PT_part_2.cc
#8 2.716   DEP      LAPDm_RAW_PT_part_1.cc
#8 2.718   DEP      L3_Templates_part_7.cc
#8 2.718   DEP      L3_Templates_part_6.cc
#8 2.719   DEP      L3_Templates_part_5.cc
#8 2.720   DEP      L3_Templates_part_4.cc
#8 2.721   DEP      L3_Templates_part_3.cc
#8 2.721   DEP      L3_Templates_part_2.cc
#8 2.721   DEP      L3_Templates_part_1.cc
#8 2.721   DEP      L3_Common_part_7.cc
#8 2.723   DEP      L3_Common_part_6.cc
#8 2.723   DEP      L3_Common_part_5.cc
#8 2.725   DEP      L3_Common_part_4.cc
#8 2.726   DEP      L3_Common_part_3.cc
#8 2.726   DEP      L3_Common_part_2.cc
#8 2.726   DEP      L3_Common_part_1.cc
#8 2.730   DEP      L1CTL_Types_part_7.cc
#8 2.730   DEP      L1CTL_Types_part_6.cc
#8 2.730   DEP      L1CTL_Types_part_5.cc
#8 2.731   DEP      L1CTL_Types_part_4.cc
#8 2.731   DEP      L1CTL_Types_part_3.cc
#8 2.731   DEP      L1CTL_Types_part_2.cc
#8 2.731   DEP      L1CTL_Types_part_1.cc
#8 2.732   DEP      L1CTL_PortType_CtrlFunct_part_7.cc
#8 2.732   DEP      L1CTL_PortType_CtrlFunct_part_6.cc
#8 2.732   DEP      L1CTL_PortType_CtrlFunct_part_5.cc
#8 2.734   DEP      L1CTL_PortType_CtrlFunct_part_4.cc
#8 2.740   DEP      L1CTL_PortType_CtrlFunct_part_3.cc
#8 2.740   DEP      L1CTL_PortType_CtrlFunct_part_2.cc
#8 2.740   DEP      L1CTL_PortType_CtrlFunct_part_1.cc
#8 2.741   DEP      L1CTL_PortType_part_7.cc
#8 2.741   DEP      L1CTL_PortType_part_6.cc
#8 2.741   DEP      L1CTL_PortType_part_5.cc
#8 2.741   DEP      L1CTL_PortType_part_4.cc
#8 2.742   DEP      L1CTL_PortType_part_2.cc
#8 2.742   DEP      L1CTL_PortType_part_3.cc
#8 2.742   DEP      L1CTL_PortType_part_1.cc
#8 2.748   DEP      IuUP_Types_part_7.cc
#8 2.748   DEP      IuUP_Types_part_6.cc
#8 2.748   DEP      IuUP_Types_part_5.cc
#8 2.748   DEP      IuUP_Types_part_4.cc
#8 2.748   DEP      IuUP_Types_part_3.cc
#8 2.749   DEP      IuUP_Types_part_2.cc
#8 2.749   DEP      IuUP_Emulation_part_7.cc
#8 2.749   DEP      IuUP_Types_part_1.cc
#8 2.749   DEP      IuUP_Emulation_part_6.cc
#8 2.749   DEP      IuUP_Emulation_part_5.cc
#8 2.749   DEP      IuUP_Emulation_part_4.cc
#8 2.750   DEP      IuUP_Emulation_part_3.cc
#8 2.750   DEP      IuUP_Emulation_part_2.cc
#8 2.751   DEP      IuUP_Emulation_part_1.cc
#8 2.755   DEP      IPL4asp_Types_part_7.cc
#8 2.755   DEP      IPL4asp_Types_part_6.cc
#8 2.755   DEP      IPL4asp_Types_part_5.cc
#8 2.755   DEP      IPL4asp_Types_part_4.cc
#8 2.756   DEP      IPL4asp_Types_part_2.cc
#8 2.756   DEP      IPL4asp_Types_part_3.cc
#8 2.756   DEP      IPL4asp_Types_part_1.cc
#8 2.757   DEP      IPL4asp_PortType_part_7.cc
#8 2.757   DEP      IPL4asp_PortType_part_6.cc
#8 2.758   DEP      IPL4asp_PortType_part_5.cc
#8 2.759   DEP      IPL4asp_PortType_part_4.cc
#8 2.760   DEP      IPL4asp_PortType_part_3.cc
#8 2.761   DEP      IPL4asp_PortType_part_2.cc
#8 2.761   DEP      IPL4asp_PortType_part_1.cc
#8 2.762   DEP      IPL4asp_Functions_part_7.cc
#8 2.763   DEP      IPL4asp_Functions_part_5.cc
#8 2.763   DEP      IPL4asp_Functions_part_6.cc
#8 2.763   DEP      IPL4asp_Functions_part_3.cc
#8 2.763   DEP      IPL4asp_Functions_part_4.cc
#8 2.765   DEP      IPL4asp_Functions_part_2.cc
#8 2.765   DEP      IPL4asp_Functions_part_1.cc
#8 2.765   DEP      IPA_Types_part_7.cc
#8 2.765   DEP      IPA_Types_part_6.cc
#8 2.766   DEP      IPA_Types_part_5.cc
#8 2.768   DEP      IPA_Types_part_4.cc
#8 2.768   DEP      IPA_Types_part_3.cc
#8 2.769   DEP      IPA_Types_part_2.cc
#8 2.769   DEP      IPA_Types_part_1.cc
#8 2.769   DEP      IPA_Testing_part_7.cc
#8 2.769   DEP      IPA_Testing_part_6.cc
#8 2.770   DEP      IPA_Testing_part_5.cc
#8 2.770   DEP      IPA_Testing_part_4.cc
#8 2.771   DEP      IPA_Testing_part_3.cc
#8 2.772   DEP      IPA_Testing_part_2.cc
#8 2.773   DEP      IPA_Testing_part_1.cc
#8 2.773   DEP      IPA_CodecPort_CtrlFunct_part_7.cc
#8 2.774   DEP      IPA_CodecPort_CtrlFunct_part_6.cc
#8 2.774   DEP      IPA_CodecPort_CtrlFunct_part_5.cc
#8 2.775   DEP      IPA_CodecPort_CtrlFunct_part_4.cc
#8 2.776   DEP      IPA_CodecPort_CtrlFunct_part_3.cc
#8 2.776   DEP      IPA_CodecPort_CtrlFunct_part_2.cc
#8 2.776   DEP      IPA_CodecPort_CtrlFunct_part_1.cc
#8 2.777   DEP      IPA_CodecPort_part_7.cc
#8 2.777   DEP      IPA_CodecPort_part_6.cc
#8 2.777   DEP      IPA_CodecPort_part_5.cc
#8 2.778   DEP      IPA_CodecPort_part_4.cc
#8 2.778   DEP      IPA_CodecPort_part_3.cc
#8 2.779   DEP      IPA_CodecPort_part_2.cc
#8 2.779   DEP      IPA_CodecPort_part_1.cc
#8 2.782   DEP      General_Types_part_7.cc
#8 2.782   DEP      General_Types_part_6.cc
#8 2.782   DEP      General_Types_part_5.cc
#8 2.782   DEP      General_Types_part_4.cc
#8 2.783   DEP      General_Types_part_3.cc
#8 2.783   DEP      General_Types_part_2.cc
#8 2.783   DEP      General_Types_part_1.cc
#8 2.783   DEP      GSM_Types_part_7.cc
#8 2.783   DEP      GSM_Types_part_6.cc
#8 2.783   DEP      GSM_Types_part_5.cc
#8 2.783   DEP      GSM_Types_part_4.cc
#8 2.787   DEP      GSM_Types_part_3.cc
#8 2.788   DEP      GSM_Types_part_2.cc
#8 2.788   DEP      GSM_Types_part_1.cc
#8 2.788   DEP      GSM_SystemInformation_part_7.cc
#8 2.788   DEP      GSM_SystemInformation_part_6.cc
#8 2.788   DEP      GSM_SystemInformation_part_5.cc
#8 2.789   DEP      GSM_SystemInformation_part_4.cc
#8 2.789   DEP      GSM_SystemInformation_part_3.cc
#8 2.789   DEP      GSM_SystemInformation_part_1.cc
#8 2.789   DEP      GSM_SystemInformation_part_2.cc
#8 2.789   DEP      GSM_RestOctets_part_7.cc
#8 2.789   DEP      GSM_RestOctets_part_6.cc
#8 2.789   DEP      GSM_RestOctets_part_5.cc
#8 2.790   DEP      GSM_RestOctets_part_4.cc
#8 2.790   DEP      GSM_RestOctets_part_3.cc
#8 2.790   DEP      GSM_RestOctets_part_2.cc
#8 2.791   DEP      GSM_RestOctets_part_1.cc
#8 2.791   DEP      GSM_RR_Types_part_7.cc
#8 2.793   DEP      GSM_RR_Types_part_6.cc
#8 2.794   DEP      GSM_RR_Types_part_5.cc
#8 2.794   DEP      GSM_RR_Types_part_4.cc
#8 2.795   DEP      GSM_RR_Types_part_3.cc
#8 2.795   DEP      GSM_RR_Types_part_2.cc
#8 2.796   DEP      GSM_RR_Types_part_1.cc
#8 2.796   DEP      BTS_Tests_perf_part_7.cc
#8 2.797   DEP      BTS_Tests_perf_part_6.cc
#8 2.797   DEP      BTS_Tests_perf_part_5.cc
#8 2.797   DEP      BTS_Tests_perf_part_4.cc
#8 2.797   DEP      BTS_Tests_perf_part_3.cc
#8 2.798   DEP      BTS_Tests_perf_part_2.cc
#8 2.798   DEP      BTS_Tests_perf_part_1.cc
#8 2.798   DEP      BTS_Tests_VAMOS_part_7.cc
#8 2.798   DEP      BTS_Tests_VAMOS_part_6.cc
#8 2.802   DEP      BTS_Tests_VAMOS_part_5.cc
#8 2.802   DEP      BTS_Tests_VAMOS_part_4.cc
#8 2.803   DEP      BTS_Tests_VAMOS_part_3.cc
#8 2.803   DEP      BTS_Tests_VAMOS_part_2.cc
#8 2.804   DEP      BTS_Tests_SMSCB_part_7.cc
#8 2.804   DEP      BTS_Tests_VAMOS_part_1.cc
#8 2.804   DEP      BTS_Tests_SMSCB_part_6.cc
#8 2.804   DEP      BTS_Tests_SMSCB_part_5.cc
#8 2.804   DEP      BTS_Tests_SMSCB_part_4.cc
#8 2.805   DEP      BTS_Tests_SMSCB_part_3.cc
#8 2.808   DEP      BTS_Tests_SMSCB_part_2.cc
#8 2.808   DEP      BTS_Tests_SMSCB_part_1.cc
#8 2.810   DEP      BTS_Tests_OML_part_7.cc
#8 2.810   DEP      BTS_Tests_OML_part_6.cc
#8 2.810   DEP      BTS_Tests_OML_part_5.cc
#8 2.810   DEP      BTS_Tests_OML_part_4.cc
#8 2.811   DEP      BTS_Tests_OML_part_3.cc
#8 2.811   DEP      BTS_Tests_OML_part_2.cc
#8 2.811   DEP      BTS_Tests_OML_part_1.cc
#8 2.812   DEP      BTS_Tests_LAPDm_part_7.cc
#8 2.812   DEP      BTS_Tests_LAPDm_part_6.cc
#8 2.812   DEP      BTS_Tests_LAPDm_part_5.cc
#8 2.813   DEP      BTS_Tests_LAPDm_part_4.cc
#8 2.816   DEP      BTS_Tests_LAPDm_part_3.cc
#8 2.816   DEP      BTS_Tests_LAPDm_part_2.cc
#8 2.817   DEP      BTS_Tests_LAPDm_part_1.cc
#8 2.817   DEP      BTS_Tests_ASCI_part_6.cc
#8 2.818   DEP      BTS_Tests_ASCI_part_5.cc
#8 2.818   DEP      BTS_Tests_ASCI_part_4.cc
#8 2.818   DEP      BTS_Tests_ASCI_part_2.cc
#8 2.819   DEP      BTS_Tests_ASCI_part_7.cc
#8 2.819   DEP      BTS_Tests_ASCI_part_3.cc
#8 2.820   DEP      BTS_Tests_ASCI_part_1.cc
#8 2.820   DEP      BTS_Tests_part_7.cc
#8 2.820   DEP      BTS_Tests_part_6.cc
#8 2.823   DEP      BTS_Tests_part_5.cc
#8 2.823   DEP      BTS_Tests_part_4.cc
#8 2.823   DEP      BTS_Tests_part_3.cc
#8 2.824   DEP      BTS_Tests_part_2.cc
#8 2.825   DEP      BTS_Tests_part_1.cc
#8 2.825   DEP      AbisOML_Types_part_7.cc
#8 2.826   DEP      AbisOML_Types_part_6.cc
#8 2.826   DEP      AbisOML_Types_part_5.cc
#8 2.827   DEP      AbisOML_Types_part_4.cc
#8 2.827   DEP      AbisOML_Types_part_3.cc
#8 2.828   DEP      AbisOML_Types_part_2.cc
#8 2.828   DEP      AbisOML_Types_part_1.cc
#8 2.829   DEP      AMR_Types_part_7.cc
#8 2.829   DEP      AMR_Types_part_6.cc
#8 2.830   DEP      AMR_Types_part_5.cc
#8 2.831   DEP      AMR_Types_part_4.cc
#8 2.831   DEP      AMR_Types_part_3.cc
#8 2.832   DEP      AMR_Types_part_2.cc
#8 2.833   DEP      AMR_Types_part_1.cc
#8 2.834   DEP      UD_Types.cc
#8 2.835   DEP      UD_PortType.cc
#8 2.836   DEP      TRXC_Types.cc
#8 2.836   DEP      TRXC_CodecPort_CtrlFunct.cc
#8 2.836   DEP      TRXC_CodecPort.cc
#8 2.836   DEP      TELNETasp_PortType.cc
#8 2.836   DEP      TCCInterface_Functions.cc
#8 2.839   DEP      TCCConversion_Functions.cc
#8 2.840   DEP      Socket_API_Definitions.cc
#8 2.840   DEP      RTP_Types.cc
#8 2.854   DEP      RTP_Emulation.cc
#8 2.861   DEP      RTP_CodecPort_CtrlFunct.cc
#8 2.895   DEP      RTP_CodecPort.cc
#8 2.895   DEP      RSL_Types.cc
#8 2.897   DEP      RSL_Emulation.cc
#8 2.898   DEP      RLCMAC_Templates.cc
#8 2.898   DEP      RLCMAC_Types.cc
#8 2.898   DEP      RLCMAC_CSN1_Types.cc
#8 2.901   DEP      RLCMAC_CSN1_Templates.cc
#8 2.910   DEP      PCUIF_Types.cc
#8 2.913   DEP      PCUIF_CodecPort.cc
#8 2.914   DEP      Osmocom_VTY_Functions.cc
#8 2.929   DEP      Osmocom_Types.cc
#8 2.933   DEP      Osmocom_CTRL_Types.cc
#8 2.943   DEP      Osmocom_CTRL_Functions.cc
#8 2.943   DEP      Osmocom_CTRL_Adapter.cc
#8 2.955   DEP      OSMUX_Types.cc
#8 2.972   DEP      OSMUX_Emulation.cc
#8 2.977   DEP      OSMUX_CodecPort_CtrlFunct.cc
#8 2.979   DEP      OSMUX_CodecPort.cc
#8 2.983   DEP      Native_Functions.cc
#8 2.988   DEP      MobileL3_Types.cc
#8 3.019   DEP      MobileL3_SS_Types.cc
#8 3.019   DEP      MobileL3_SMS_Types.cc
#8 3.019   DEP      MobileL3_MM_Types.cc
#8 3.019   DEP      MobileL3_RRM_Types.cc
#8 3.020   DEP      MobileL3_GMM_SM_Types.cc
#8 3.024   DEP      MobileL3_CommonIE_Types.cc
#8 3.043   DEP      MobileL3_CC_Types.cc
#8 3.050   DEP      Misc_Helpers.cc
#8 3.054   DEP      LAPDm_Types.cc
#8 3.054   DEP      LAPDm_RAW_PT.cc
#8 3.054   DEP      L3_Templates.cc
#8 3.059   DEP      L3_Common.cc
#8 3.060   DEP      L1CTL_Types.cc
#8 3.068   DEP      L1CTL_PortType_CtrlFunct.cc
#8 3.087   DEP      L1CTL_PortType.cc
#8 3.110   DEP      IuUP_Types.cc
#8 3.110   DEP      IuUP_Emulation.cc
#8 3.115   DEP      IPL4asp_Types.cc
#8 3.126   DEP      IPL4asp_PortType.cc
#8 3.126   DEP      IPL4asp_Functions.cc
#8 3.135   DEP      IPA_Types.cc
#8 3.151   DEP      IPA_Testing.cc
#8 3.159   DEP      IPA_CodecPort_CtrlFunct.cc
#8 3.166   DEP      IPA_CodecPort.cc
#8 3.167   DEP      General_Types.cc
#8 3.187   DEP      GSM_Types.cc
#8 3.189   DEP      GSM_SystemInformation.cc
#8 3.193   DEP      GSM_RestOctets.cc
#8 3.198   DEP      GSM_RR_Types.cc
#8 3.202   DEP      BTS_Tests_perf.cc
#8 3.203   DEP      BTS_Tests_VAMOS.cc
#8 3.224   DEP      BTS_Tests_SMSCB.cc
#8 3.239   DEP      BTS_Tests_OML.cc
#8 3.239   DEP      BTS_Tests_LAPDm.cc
#8 3.242   DEP      BTS_Tests_ASCI.cc
#8 3.259   DEP      BTS_Tests.cc
#8 3.264   DEP      AbisOML_Types.cc
#8 3.301   DEP      AMR_Types.cc
#8 3.932   CC       AMR_Types.o
#8 3.932   CC       AbisOML_Types.o
#8 3.932   CC       BTS_Tests.o
#8 3.932   CC       BTS_Tests_ASCI.o
#8 3.933   CC       BTS_Tests_LAPDm.o
#8 3.933   CC       BTS_Tests_OML.o
#8 3.933   CC       BTS_Tests_SMSCB.o
#8 3.933   CC       BTS_Tests_VAMOS.o
#8 3.934   CC       BTS_Tests_perf.o
#8 3.934   CC       GSM_RR_Types.o
#8 3.934   CC       GSM_RestOctets.o
#8 3.935   CC       GSM_SystemInformation.o
#8 3.935   CC       GSM_Types.o
#8 3.936   CC       General_Types.o
#8 3.936   CC       IPA_CodecPort.o
#8 3.936   CC       IPA_CodecPort_CtrlFunct.o
#8 3.937   CC       IPA_Testing.o
#8 3.937   CC       IPA_Types.o
#8 3.938   CC       IPL4asp_Functions.o
#8 3.951   CC       IPL4asp_PortType.o
#8 4.694   CC       IPL4asp_Types.o
#8 4.829   CC       IuUP_Emulation.o
#8 4.931   CC       IuUP_Types.o
#8 4.940   CC       L1CTL_PortType.o
#8 5.223   CC       L1CTL_PortType_CtrlFunct.o
#8 5.333   CC       L1CTL_Types.o
#8 6.248   CC       L3_Common.o
#8 6.325   CC       L3_Templates.o
#8 6.587   CC       LAPDm_RAW_PT.o
#8 7.181   CC       LAPDm_Types.o
#8 7.666   CC       Misc_Helpers.o
#8 8.290   CC       MobileL3_CC_Types.o
#8 8.528   CC       MobileL3_CommonIE_Types.o
#8 8.560   CC       MobileL3_GMM_SM_Types.o
#8 8.799   CC       MobileL3_MM_Types.o
#8 9.411   CC       MobileL3_RRM_Types.o
#8 9.671   CC       MobileL3_SMS_Types.o
#8 9.971   CC       MobileL3_SS_Types.o
#8 9.988   CC       MobileL3_Types.o
#8 10.26 BTS_Tests_SMSCB.cc: In function 'INTEGER BTS__Tests__SMSCB::f__cbch__block__nr2rsl(const INTEGER&)':
#8 10.26 BTS_Tests_SMSCB.cc:6168:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 10.26  6168 | }
#8 10.26       | ^
#8 10.33   CC       Native_Functions.o
#8 10.42   CC       OSMUX_CodecPort.o
#8 10.52   CC       OSMUX_CodecPort_CtrlFunct.o
#8 10.64   CC       OSMUX_Emulation.o
#8 11.15   CC       OSMUX_Types.o
#8 11.34   CC       Osmocom_CTRL_Adapter.o
#8 11.58   CC       Osmocom_CTRL_Functions.o
#8 11.64   CC       Osmocom_CTRL_Types.o
#8 11.76 BTS_Tests.cc: In function 'INTEGER BTS__Tests::f__alg__id__to__l1ctl(const RSL__Types::RSL__AlgId&)':
#8 11.76 BTS_Tests.cc:39292:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 11.76 39292 | }
#8 11.76       | ^
#8 11.76 BTS_Tests.cc: In function 'BITSTRING BTS__Tests::f__alg__id__to__l3(const RSL__Types::RSL__AlgId&)':
#8 11.76 BTS_Tests.cc:39373:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 11.76 39373 | }
#8 11.76       | ^
#8 11.87   CC       Osmocom_Types.o
#8 11.98   CC       Osmocom_VTY_Functions.o
#8 12.01   CC       PCUIF_CodecPort.o
#8 12.23   CC       PCUIF_Types.o
#8 12.96   CC       RLCMAC_CSN1_Templates.o
#8 13.32   CC       RLCMAC_CSN1_Types.o
#8 13.48   CC       RLCMAC_Templates.o
#8 13.54   CC       RLCMAC_Types.o
#8 13.59   CC       RSL_Emulation.o
#8 13.84   CC       RSL_Types.o
#8 13.90   CC       RTP_CodecPort.o
#8 14.09   CC       RTP_CodecPort_CtrlFunct.o
#8 15.22   CC       RTP_Emulation.o
#8 15.23   CC       RTP_Types.o
#8 15.30   CC       Socket_API_Definitions.o
#8 15.31   CC       TCCConversion_Functions.o
#8 15.58   CC       TCCInterface_Functions.o
#8 15.59   CC       TELNETasp_PortType.o
#8 15.59   CC       TRXC_CodecPort.o
#8 15.80   CC       TRXC_CodecPort_CtrlFunct.o
#8 15.86   CC       TRXC_Types.o
#8 16.05   CC       UD_PortType.o
#8 16.27   CC       UD_Types.o
#8 16.55   CC       AMR_Types_part_1.o
#8 16.57   CC       AMR_Types_part_2.o
#8 16.59   CC       AMR_Types_part_3.o
#8 16.62   CC       AMR_Types_part_4.o
#8 16.64   CC       AMR_Types_part_5.o
#8 16.66   CC       AMR_Types_part_6.o
#8 16.66   CC       AMR_Types_part_7.o
#8 16.68   CC       AbisOML_Types_part_1.o
#8 16.69   CC       AbisOML_Types_part_2.o
#8 16.74   CC       AbisOML_Types_part_3.o
#8 16.77   CC       AbisOML_Types_part_4.o
#8 16.81   CC       AbisOML_Types_part_5.o
#8 16.85   CC       AbisOML_Types_part_6.o
#8 16.90   CC       AbisOML_Types_part_7.o
#8 16.94   CC       BTS_Tests_part_1.o
#8 16.96   CC       BTS_Tests_part_2.o
#8 16.98   CC       BTS_Tests_part_3.o
#8 17.00   CC       BTS_Tests_part_4.o
#8 17.02   CC       BTS_Tests_part_5.o
#8 17.05   CC       BTS_Tests_part_6.o
#8 17.08   CC       BTS_Tests_part_7.o
#8 17.10   CC       BTS_Tests_ASCI_part_1.o
#8 17.10   CC       BTS_Tests_ASCI_part_2.o
#8 17.12   CC       BTS_Tests_ASCI_part_3.o
#8 17.12   CC       BTS_Tests_ASCI_part_4.o
#8 17.14   CC       BTS_Tests_ASCI_part_5.o
#8 17.14   CC       BTS_Tests_ASCI_part_6.o
#8 17.14   CC       BTS_Tests_ASCI_part_7.o
#8 17.14   CC       BTS_Tests_LAPDm_part_1.o
#8 17.16   CC       BTS_Tests_LAPDm_part_2.o
#8 17.16   CC       BTS_Tests_LAPDm_part_4.o
#8 17.16   CC       BTS_Tests_LAPDm_part_3.o
#8 17.16   CC       BTS_Tests_LAPDm_part_5.o
#8 17.16   CC       BTS_Tests_LAPDm_part_6.o
#8 17.18   CC       BTS_Tests_OML_part_1.o
#8 17.18   CC       BTS_Tests_LAPDm_part_7.o
#8 17.18   CC       BTS_Tests_OML_part_2.o
#8 17.18   CC       BTS_Tests_OML_part_3.o
#8 17.19   CC       BTS_Tests_OML_part_4.o
#8 17.20   CC       BTS_Tests_OML_part_5.o
#8 17.20   CC       BTS_Tests_OML_part_6.o
#8 17.20   CC       BTS_Tests_OML_part_7.o
#8 17.21   CC       BTS_Tests_SMSCB_part_1.o
#8 17.21   CC       BTS_Tests_SMSCB_part_2.o
#8 17.23   CC       BTS_Tests_SMSCB_part_3.o
#8 17.23   CC       BTS_Tests_SMSCB_part_4.o
#8 17.23   CC       BTS_Tests_SMSCB_part_5.o
#8 17.23   CC       BTS_Tests_SMSCB_part_6.o
#8 17.23   CC       BTS_Tests_SMSCB_part_7.o
#8 17.25   CC       BTS_Tests_VAMOS_part_1.o
#8 17.25   CC       BTS_Tests_VAMOS_part_2.o
#8 17.25   CC       BTS_Tests_VAMOS_part_3.o
#8 17.25   CC       BTS_Tests_VAMOS_part_4.o
#8 17.25   CC       BTS_Tests_VAMOS_part_5.o
#8 17.25   CC       BTS_Tests_VAMOS_part_6.o
#8 17.27   CC       BTS_Tests_VAMOS_part_7.o
#8 17.27   CC       BTS_Tests_perf_part_1.o
#8 17.27   CC       BTS_Tests_perf_part_2.o
#8 17.27   CC       BTS_Tests_perf_part_3.o
#8 17.27   CC       BTS_Tests_perf_part_4.o
#8 17.27   CC       BTS_Tests_perf_part_5.o
#8 17.29   CC       BTS_Tests_perf_part_6.o
#8 17.29   CC       BTS_Tests_perf_part_7.o
#8 17.29   CC       GSM_RR_Types_part_1.o
#8 17.29   CC       GSM_RR_Types_part_2.o
#8 17.29   CC       GSM_RR_Types_part_3.o
#8 17.29   CC       GSM_RR_Types_part_4.o
#8 17.31   CC       GSM_RR_Types_part_5.o
#8 17.31   CC       GSM_RR_Types_part_6.o
#8 17.31   CC       GSM_RR_Types_part_7.o
#8 17.33   CC       GSM_RestOctets_part_1.o
#8 17.33   CC       GSM_RestOctets_part_2.o
#8 17.33   CC       GSM_RestOctets_part_3.o
#8 17.33   CC       GSM_RestOctets_part_4.o
#8 17.33   CC       GSM_RestOctets_part_5.o
#8 17.36   CC       GSM_RestOctets_part_6.o
#8 17.37   CC       GSM_RestOctets_part_7.o
#8 17.38   CC       GSM_SystemInformation_part_1.o
#8 17.40   CC       GSM_SystemInformation_part_2.o
#8 17.40   CC       GSM_SystemInformation_part_3.o
#8 17.42   CC       GSM_SystemInformation_part_4.o
#8 17.44   CC       GSM_SystemInformation_part_5.o
#8 17.45   CC       GSM_SystemInformation_part_6.o
#8 17.46   CC       GSM_SystemInformation_part_7.o
#8 17.47   CC       GSM_Types_part_1.o
#8 17.48   CC       GSM_Types_part_2.o
#8 17.48   CC       GSM_Types_part_3.o
#8 17.51   CC       GSM_Types_part_4.o
#8 17.51   CC       GSM_Types_part_5.o
#8 17.52   CC       GSM_Types_part_6.o
#8 17.56   CC       GSM_Types_part_7.o
#8 17.57   CC       General_Types_part_1.o
#8 17.58   CC       General_Types_part_2.o
#8 17.59   CC       General_Types_part_3.o
#8 17.62   CC       General_Types_part_4.o
#8 17.63   CC       General_Types_part_5.o
#8 17.64   CC       General_Types_part_6.o
#8 17.65   CC       General_Types_part_7.o
#8 17.67   CC       IPA_CodecPort_part_1.o
#8 17.69   CC       IPA_CodecPort_part_2.o
#8 17.72   CC       IPA_CodecPort_part_3.o
#8 17.72   CC       IPA_CodecPort_part_4.o
#8 17.75   CC       IPA_CodecPort_part_5.o
#8 17.76   CC       IPA_CodecPort_part_6.o
#8 17.76   CC       IPA_CodecPort_part_7.o
#8 17.77   CC       IPA_CodecPort_CtrlFunct_part_1.o
#8 17.78   CC       IPA_CodecPort_CtrlFunct_part_2.o
#8 17.78   CC       IPA_CodecPort_CtrlFunct_part_3.o
#8 17.79   CC       IPA_CodecPort_CtrlFunct_part_4.o
#8 17.80   CC       IPA_CodecPort_CtrlFunct_part_5.o
#8 17.80   CC       IPA_CodecPort_CtrlFunct_part_6.o
#8 17.81   CC       IPA_CodecPort_CtrlFunct_part_7.o
#8 17.82   CC       IPA_Testing_part_1.o
#8 17.83   CC       IPA_Testing_part_2.o
#8 17.83   CC       IPA_Testing_part_3.o
#8 17.84   CC       IPA_Testing_part_4.o
#8 17.85   CC       IPA_Testing_part_5.o
#8 17.85   CC       IPA_Testing_part_6.o
#8 17.86   CC       IPA_Testing_part_7.o
#8 17.87   CC       IPA_Types_part_1.o
#8 17.88   CC       IPA_Types_part_2.o
#8 17.88   CC       IPA_Types_part_3.o
#8 17.88   CC       IPA_Types_part_4.o
#8 17.89   CC       IPA_Types_part_5.o
#8 17.90   CC       IPA_Types_part_6.o
#8 17.90   CC       IPA_Types_part_7.o
#8 17.91   CC       IPL4asp_Functions_part_2.o
#8 17.91   CC       IPL4asp_Functions_part_1.o
#8 17.92   CC       IPL4asp_Functions_part_3.o
#8 17.92   CC       IPL4asp_Functions_part_4.o
#8 17.94   CC       IPL4asp_Functions_part_5.o
#8 17.94   CC       IPL4asp_Functions_part_6.o
#8 17.94   CC       IPL4asp_Functions_part_7.o
#8 17.94   CC       IPL4asp_PortType_part_1.o
#8 17.96   CC       IPL4asp_PortType_part_2.o
#8 17.96   CC       IPL4asp_PortType_part_3.o
#8 17.96   CC       IPL4asp_PortType_part_5.o
#8 17.96   CC       IPL4asp_PortType_part_4.o
#8 17.98   CC       IPL4asp_PortType_part_6.o
#8 17.98   CC       IPL4asp_PortType_part_7.o
#8 17.98   CC       IPL4asp_Types_part_1.o
#8 17.99   CC       IPL4asp_Types_part_2.o
#8 18.00   CC       IPL4asp_Types_part_3.o
#8 18.00   CC       IPL4asp_Types_part_4.o
#8 18.01   CC       IPL4asp_Types_part_5.o
#8 18.01   CC       IPL4asp_Types_part_6.o
#8 18.03   CC       IuUP_Emulation_part_1.o
#8 18.03   CC       IPL4asp_Types_part_7.o
#8 18.03   CC       IuUP_Emulation_part_2.o
#8 18.03   CC       IuUP_Emulation_part_3.o
#8 18.05   CC       IuUP_Emulation_part_4.o
#8 18.05   CC       IuUP_Emulation_part_5.o
#8 18.05   CC       IuUP_Emulation_part_6.o
#8 18.05   CC       IuUP_Emulation_part_7.o
#8 18.07   CC       IuUP_Types_part_1.o
#8 18.07   CC       IuUP_Types_part_2.o
#8 18.07   CC       IuUP_Types_part_3.o
#8 18.08   CC       IuUP_Types_part_4.o
#8 18.09   CC       IuUP_Types_part_5.o
#8 18.09   CC       IuUP_Types_part_6.o
#8 18.10   CC       IuUP_Types_part_7.o
#8 18.10   CC       L1CTL_PortType_part_1.o
#8 18.11   CC       L1CTL_PortType_part_2.o
#8 18.11   CC       L1CTL_PortType_part_3.o
#8 18.12   CC       L1CTL_PortType_part_4.o
#8 18.12   CC       L1CTL_PortType_part_5.o
#8 18.13   CC       L1CTL_PortType_part_6.o
#8 18.13   CC       L1CTL_PortType_part_7.o
#8 18.14   CC       L1CTL_PortType_CtrlFunct_part_1.o
#8 18.15   CC       L1CTL_PortType_CtrlFunct_part_2.o
#8 18.16   CC       L1CTL_PortType_CtrlFunct_part_3.o
#8 18.16   CC       L1CTL_PortType_CtrlFunct_part_4.o
#8 18.16   CC       L1CTL_PortType_CtrlFunct_part_5.o
#8 18.18   CC       L1CTL_PortType_CtrlFunct_part_6.o
#8 18.18   CC       L1CTL_PortType_CtrlFunct_part_7.o
#8 18.18   CC       L1CTL_Types_part_1.o
#8 18.20   CC       L1CTL_Types_part_2.o
#8 18.20   CC       L1CTL_Types_part_3.o
#8 18.20   CC       L1CTL_Types_part_4.o
#8 18.22   CC       L1CTL_Types_part_5.o
#8 18.22   CC       L1CTL_Types_part_6.o
#8 18.22   CC       L1CTL_Types_part_7.o
#8 18.24   CC       L3_Common_part_1.o
#8 18.24   CC       L3_Common_part_2.o
#8 18.24   CC       L3_Common_part_3.o
#8 18.27   CC       L3_Common_part_4.o
#8 18.27   CC       L3_Common_part_5.o
#8 18.28   CC       L3_Common_part_6.o
#8 18.29   CC       L3_Common_part_7.o
#8 18.29   CC       L3_Templates_part_1.o
#8 18.30   CC       L3_Templates_part_2.o
#8 18.31   CC       L3_Templates_part_3.o
#8 18.32   CC       L3_Templates_part_4.o
#8 18.32   CC       L3_Templates_part_5.o
#8 18.34   CC       L3_Templates_part_6.o
#8 18.36   CC       L3_Templates_part_7.o
#8 18.36   CC       LAPDm_RAW_PT_part_1.o
#8 18.37   CC       LAPDm_RAW_PT_part_2.o
#8 18.38   CC       LAPDm_RAW_PT_part_3.o
#8 18.39   CC       LAPDm_RAW_PT_part_4.o
#8 18.40   CC       LAPDm_RAW_PT_part_5.o
#8 18.41   CC       LAPDm_RAW_PT_part_6.o
#8 18.42   CC       LAPDm_RAW_PT_part_7.o
#8 18.42   CC       LAPDm_Types_part_1.o
#8 18.44   CC       LAPDm_Types_part_2.o
#8 18.44   CC       LAPDm_Types_part_3.o
#8 18.44 RSL_Emulation.cc: In function 'IPA__Types::IpaStreamId RSL__Emulation::f__streamId__by__trx(const INTEGER&)':
#8 18.44 RSL_Emulation.cc:11507:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 18.44 11507 | }
#8 18.44       | ^
#8 18.45   CC       LAPDm_Types_part_4.o
#8 18.45   CC       LAPDm_Types_part_5.o
#8 18.46   CC       LAPDm_Types_part_6.o
#8 18.47   CC       LAPDm_Types_part_7.o
#8 18.48   CC       Misc_Helpers_part_1.o
#8 18.48   CC       Misc_Helpers_part_2.o
#8 18.48   CC       Misc_Helpers_part_3.o
#8 18.49   CC       Misc_Helpers_part_4.o
#8 18.49   CC       Misc_Helpers_part_5.o
#8 18.51   CC       Misc_Helpers_part_6.o
#8 18.51   CC       Misc_Helpers_part_7.o
#8 18.51   CC       MobileL3_CC_Types_part_1.o
#8 18.51   CC       MobileL3_CC_Types_part_2.o
#8 18.53   CC       MobileL3_CC_Types_part_3.o
#8 18.53   CC       MobileL3_CC_Types_part_4.o
#8 18.54   CC       MobileL3_CC_Types_part_5.o
#8 18.56   CC       MobileL3_CC_Types_part_6.o
#8 18.58   CC       MobileL3_CC_Types_part_7.o
#8 18.60   CC       MobileL3_CommonIE_Types_part_1.o
#8 18.60   CC       MobileL3_CommonIE_Types_part_2.o
#8 18.62   CC       MobileL3_CommonIE_Types_part_3.o
#8 18.64   CC       MobileL3_CommonIE_Types_part_4.o
#8 18.65   CC       MobileL3_CommonIE_Types_part_5.o
#8 18.66   CC       MobileL3_CommonIE_Types_part_6.o
#8 18.67   CC       MobileL3_CommonIE_Types_part_7.o
#8 18.68   CC       MobileL3_GMM_SM_Types_part_1.o
#8 18.69   CC       MobileL3_GMM_SM_Types_part_2.o
#8 19.24   CC       MobileL3_GMM_SM_Types_part_3.o
#8 20.01   CC       MobileL3_GMM_SM_Types_part_4.o
#8 20.31   CC       MobileL3_GMM_SM_Types_part_5.o
#8 21.20   CC       MobileL3_GMM_SM_Types_part_6.o
#8 21.78   CC       MobileL3_GMM_SM_Types_part_7.o
#8 22.93   CC       MobileL3_MM_Types_part_1.o
#8 23.00   CC       MobileL3_MM_Types_part_2.o
#8 23.01   CC       MobileL3_MM_Types_part_3.o
#8 23.04   CC       MobileL3_MM_Types_part_4.o
#8 23.04   CC       MobileL3_MM_Types_part_5.o
#8 23.07   CC       MobileL3_MM_Types_part_6.o
#8 23.08   CC       MobileL3_MM_Types_part_7.o
#8 23.10   CC       MobileL3_RRM_Types_part_1.o
#8 23.12   CC       MobileL3_RRM_Types_part_2.o
#8 23.39   CC       MobileL3_RRM_Types_part_3.o
#8 24.02   CC       MobileL3_RRM_Types_part_4.o
#8 24.65   CC       MobileL3_RRM_Types_part_5.o
#8 24.68   CC       MobileL3_RRM_Types_part_6.o
#8 24.73   CC       MobileL3_RRM_Types_part_7.o
#8 24.78   CC       MobileL3_SMS_Types_part_1.o
#8 25.12   CC       MobileL3_SMS_Types_part_2.o
#8 25.15   CC       MobileL3_SMS_Types_part_3.o
#8 25.23   CC       MobileL3_SMS_Types_part_4.o
#8 25.26   CC       MobileL3_SMS_Types_part_5.o
#8 25.29   CC       MobileL3_SMS_Types_part_6.o
#8 25.32   CC       MobileL3_SMS_Types_part_7.o
#8 25.34   CC       MobileL3_SS_Types_part_1.o
#8 25.36   CC       MobileL3_SS_Types_part_2.o
#8 25.38   CC       MobileL3_SS_Types_part_3.o
#8 25.41   CC       MobileL3_SS_Types_part_4.o
#8 25.47   CC       MobileL3_SS_Types_part_5.o
#8 25.49   CC       MobileL3_SS_Types_part_6.o
#8 25.51   CC       MobileL3_SS_Types_part_7.o
#8 25.54   CC       MobileL3_Types_part_1.o
#8 25.56   CC       MobileL3_Types_part_2.o
#8 25.58   CC       MobileL3_Types_part_3.o
#8 25.60   CC       MobileL3_Types_part_4.o
#8 25.62   CC       MobileL3_Types_part_5.o
#8 25.65   CC       MobileL3_Types_part_6.o
#8 25.67   CC       MobileL3_Types_part_7.o
#8 25.69   CC       Native_Functions_part_1.o
#8 25.71   CC       Native_Functions_part_2.o
#8 25.74   CC       Native_Functions_part_3.o
#8 25.76   CC       Native_Functions_part_4.o
#8 25.78   CC       Native_Functions_part_5.o
#8 25.80   CC       Native_Functions_part_6.o
#8 25.82   CC       Native_Functions_part_7.o
#8 25.84   CC       OSMUX_CodecPort_part_1.o
#8 25.87   CC       OSMUX_CodecPort_part_2.o
#8 25.89   CC       OSMUX_CodecPort_part_3.o
#8 25.91   CC       OSMUX_CodecPort_part_4.o
#8 25.93   CC       OSMUX_CodecPort_part_5.o
#8 25.95   CC       OSMUX_CodecPort_part_6.o
#8 25.98   CC       OSMUX_CodecPort_part_7.o
#8 26.00   CC       OSMUX_CodecPort_CtrlFunct_part_1.o
#8 26.02   CC       OSMUX_CodecPort_CtrlFunct_part_2.o
#8 26.04   CC       OSMUX_CodecPort_CtrlFunct_part_3.o
#8 26.06   CC       OSMUX_CodecPort_CtrlFunct_part_4.o
#8 26.09   CC       OSMUX_CodecPort_CtrlFunct_part_5.o
#8 26.11   CC       OSMUX_CodecPort_CtrlFunct_part_6.o
#8 26.13   CC       OSMUX_CodecPort_CtrlFunct_part_7.o
#8 26.17   CC       OSMUX_Emulation_part_1.o
#8 26.20   CC       OSMUX_Emulation_part_2.o
#8 26.23   CC       OSMUX_Emulation_part_3.o
#8 26.26   CC       OSMUX_Emulation_part_4.o
#8 26.28   CC       OSMUX_Emulation_part_5.o
#8 26.30   CC       OSMUX_Emulation_part_6.o
#8 26.32   CC       OSMUX_Emulation_part_7.o
#8 26.34   CC       OSMUX_Types_part_1.o
#8 26.37   CC       OSMUX_Types_part_2.o
#8 26.39   CC       OSMUX_Types_part_3.o
#8 26.41   CC       OSMUX_Types_part_4.o
#8 26.43   CC       OSMUX_Types_part_5.o
#8 26.45   CC       OSMUX_Types_part_6.o
#8 26.48   CC       OSMUX_Types_part_7.o
#8 26.50   CC       Osmocom_CTRL_Adapter_part_1.o
#8 26.52   CC       Osmocom_CTRL_Adapter_part_2.o
#8 26.54   CC       Osmocom_CTRL_Adapter_part_3.o
#8 26.56   CC       Osmocom_CTRL_Adapter_part_4.o
#8 26.58   CC       Osmocom_CTRL_Adapter_part_5.o
#8 26.61   CC       Osmocom_CTRL_Adapter_part_6.o
#8 26.65   CC       Osmocom_CTRL_Adapter_part_7.o
#8 26.68   CC       Osmocom_CTRL_Functions_part_1.o
#8 26.70   CC       Osmocom_CTRL_Functions_part_2.o
#8 26.74   CC       Osmocom_CTRL_Functions_part_3.o
#8 26.78   CC       Osmocom_CTRL_Functions_part_4.o
#8 26.81   CC       Osmocom_CTRL_Functions_part_5.o
#8 26.83   CC       Osmocom_CTRL_Functions_part_6.o
#8 26.85   CC       Osmocom_CTRL_Functions_part_7.o
#8 26.89   CC       Osmocom_CTRL_Types_part_1.o
#8 26.93   CC       Osmocom_CTRL_Types_part_2.o
#8 26.96   CC       Osmocom_CTRL_Types_part_3.o
#8 26.99   CC       Osmocom_CTRL_Types_part_4.o
#8 27.03   CC       Osmocom_CTRL_Types_part_5.o
#8 27.07   CC       Osmocom_CTRL_Types_part_6.o
#8 27.08   CC       Osmocom_CTRL_Types_part_7.o
#8 27.10   CC       Osmocom_Types_part_1.o
#8 27.11   CC       Osmocom_Types_part_2.o
#8 27.12   CC       Osmocom_Types_part_3.o
#8 27.12   CC       Osmocom_Types_part_4.o
#8 27.13   CC       Osmocom_Types_part_5.o
#8 27.13   CC       Osmocom_Types_part_6.o
#8 27.14   CC       Osmocom_Types_part_7.o
#8 27.15   CC       Osmocom_VTY_Functions_part_1.o
#8 27.15   CC       Osmocom_VTY_Functions_part_2.o
#8 27.15   CC       Osmocom_VTY_Functions_part_3.o
#8 27.16   CC       Osmocom_VTY_Functions_part_4.o
#8 27.16   CC       Osmocom_VTY_Functions_part_5.o
#8 27.17   CC       Osmocom_VTY_Functions_part_6.o
#8 27.17   CC       Osmocom_VTY_Functions_part_7.o
#8 27.17   CC       PCUIF_CodecPort_part_1.o
#8 27.18   CC       PCUIF_CodecPort_part_2.o
#8 27.19   CC       PCUIF_CodecPort_part_3.o
#8 27.19   CC       PCUIF_CodecPort_part_4.o
#8 27.19   CC       PCUIF_CodecPort_part_5.o
#8 27.19   CC       PCUIF_CodecPort_part_6.o
#8 27.20   CC       PCUIF_CodecPort_part_7.o
#8 27.21   CC       PCUIF_Types_part_1.o
#8 27.21   CC       PCUIF_Types_part_2.o
#8 27.21   CC       PCUIF_Types_part_3.o
#8 27.22   CC       PCUIF_Types_part_4.o
#8 27.23   CC       PCUIF_Types_part_5.o
#8 27.24   CC       PCUIF_Types_part_6.o
#8 27.24   CC       PCUIF_Types_part_7.o
#8 27.25   CC       RLCMAC_CSN1_Templates_part_1.o
#8 27.25   CC       RLCMAC_CSN1_Templates_part_2.o
#8 27.27   CC       RLCMAC_CSN1_Templates_part_4.o
#8 27.27   CC       RLCMAC_CSN1_Templates_part_3.o
#8 27.27   CC       RLCMAC_CSN1_Templates_part_5.o
#8 27.28   CC       RLCMAC_CSN1_Templates_part_6.o
#8 27.29   CC       RLCMAC_CSN1_Types_part_1.o
#8 27.29   CC       RLCMAC_CSN1_Templates_part_7.o
#8 27.30   CC       RLCMAC_CSN1_Types_part_2.o
#8 27.30   CC       RLCMAC_CSN1_Types_part_3.o
#8 27.33   CC       RLCMAC_CSN1_Types_part_4.o
#8 27.35   CC       RLCMAC_CSN1_Types_part_5.o
#8 27.63   CC       RLCMAC_CSN1_Types_part_6.o
#8 27.67   CC       RLCMAC_CSN1_Types_part_7.o
#8 27.67   CC       RLCMAC_Templates_part_1.o
#8 27.69   CC       RLCMAC_Templates_part_2.o
#8 27.69   CC       RLCMAC_Templates_part_3.o
#8 27.71   CC       RLCMAC_Templates_part_4.o
#8 27.72   CC       RLCMAC_Templates_part_5.o
#8 27.73   CC       RLCMAC_Templates_part_6.o
#8 27.74   CC       RLCMAC_Templates_part_7.o
#8 27.76   CC       RLCMAC_Types_part_1.o
#8 27.77   CC       RLCMAC_Types_part_2.o
#8 27.81   CC       RLCMAC_Types_part_3.o
#8 27.85   CC       RLCMAC_Types_part_4.o
#8 27.86   CC       RLCMAC_Types_part_5.o
#8 27.88   CC       RLCMAC_Types_part_6.o
#8 27.89   CC       RLCMAC_Types_part_7.o
#8 27.91   CC       RSL_Emulation_part_1.o
#8 27.93   CC       RSL_Emulation_part_2.o
#8 27.93   CC       RSL_Emulation_part_3.o
#8 27.96   CC       RSL_Emulation_part_4.o
#8 27.96   CC       RSL_Emulation_part_5.o
#8 27.99   CC       RSL_Emulation_part_6.o
#8 27.99   CC       RSL_Emulation_part_7.o
#8 28.03   CC       RSL_Types_part_1.o
#8 28.03   CC       RSL_Types_part_2.o
#8 28.16   CC       RSL_Types_part_3.o
#8 28.19   CC       RSL_Types_part_4.o
#8 28.21   CC       RSL_Types_part_5.o
#8 28.22   CC       RSL_Types_part_6.o
#8 28.23   CC       RSL_Types_part_7.o
#8 28.24   CC       RTP_CodecPort_part_1.o
#8 28.26   CC       RTP_CodecPort_part_2.o
#8 28.28   CC       RTP_CodecPort_part_3.o
#8 28.28   CC       RTP_CodecPort_part_4.o
#8 28.30   CC       RTP_CodecPort_part_5.o
#8 28.30   CC       RTP_CodecPort_part_6.o
#8 28.32   CC       RTP_CodecPort_part_7.o
#8 28.32   CC       RTP_CodecPort_CtrlFunct_part_1.o
#8 28.33   CC       RTP_CodecPort_CtrlFunct_part_2.o
#8 28.35   CC       RTP_CodecPort_CtrlFunct_part_3.o
#8 28.35   CC       RTP_CodecPort_CtrlFunct_part_4.o
#8 28.36   CC       RTP_CodecPort_CtrlFunct_part_5.o
#8 28.37   CC       RTP_CodecPort_CtrlFunct_part_6.o
#8 28.37   CC       RTP_CodecPort_CtrlFunct_part_7.o
#8 28.38   CC       RTP_Emulation_part_1.o
#8 28.39   CC       RTP_Emulation_part_2.o
#8 28.39   CC       RTP_Emulation_part_3.o
#8 28.41   CC       RTP_Emulation_part_4.o
#8 28.41   CC       RTP_Emulation_part_5.o
#8 28.42   CC       RTP_Emulation_part_6.o
#8 28.43   CC       RTP_Emulation_part_7.o
#8 28.43   CC       RTP_Types_part_1.o
#8 28.44   CC       RTP_Types_part_2.o
#8 28.47   CC       RTP_Types_part_3.o
#8 28.47   CC       RTP_Types_part_4.o
#8 28.49   CC       RTP_Types_part_5.o
#8 28.50   CC       RTP_Types_part_6.o
#8 28.51   CC       RTP_Types_part_7.o
#8 28.53   CC       Socket_API_Definitions_part_1.o
#8 28.55   CC       Socket_API_Definitions_part_2.o
#8 28.56   CC       Socket_API_Definitions_part_3.o
#8 28.57   CC       Socket_API_Definitions_part_4.o
#8 28.58   CC       Socket_API_Definitions_part_5.o
#8 28.60   CC       Socket_API_Definitions_part_6.o
#8 28.60   CC       Socket_API_Definitions_part_7.o
#8 28.60   CC       TCCConversion_Functions_part_1.o
#8 28.62   CC       TCCConversion_Functions_part_2.o
#8 28.63   CC       TCCConversion_Functions_part_3.o
#8 28.63   CC       TCCConversion_Functions_part_4.o
#8 28.65   CC       TCCConversion_Functions_part_5.o
#8 28.65   CC       TCCConversion_Functions_part_6.o
#8 28.65   CC       TCCConversion_Functions_part_7.o
#8 28.68   CC       TCCInterface_Functions_part_1.o
#8 28.68   CC       TCCInterface_Functions_part_2.o
#8 28.68   CC       TCCInterface_Functions_part_3.o
#8 28.70   CC       TCCInterface_Functions_part_4.o
#8 28.70   CC       TCCInterface_Functions_part_5.o
#8 28.72   CC       TCCInterface_Functions_part_6.o
#8 28.72   CC       TCCInterface_Functions_part_7.o
#8 28.72   CC       TELNETasp_PortType_part_1.o
#8 28.74   CC       TELNETasp_PortType_part_2.o
#8 28.74   CC       TELNETasp_PortType_part_3.o
#8 28.75   CC       TELNETasp_PortType_part_4.o
#8 28.76   CC       TELNETasp_PortType_part_5.o
#8 28.77   CC       TELNETasp_PortType_part_6.o
#8 28.77   CC       TELNETasp_PortType_part_7.o
#8 28.79   CC       TRXC_CodecPort_part_1.o
#8 28.79   CC       TRXC_CodecPort_part_2.o
#8 28.81   CC       TRXC_CodecPort_part_3.o
#8 28.81   CC       TRXC_CodecPort_part_4.o
#8 28.81   CC       TRXC_CodecPort_part_5.o
#8 28.83   CC       TRXC_CodecPort_part_6.o
#8 28.83   CC       TRXC_CodecPort_part_7.o
#8 28.83   CC       TRXC_CodecPort_CtrlFunct_part_1.o
#8 28.85   CC       TRXC_CodecPort_CtrlFunct_part_2.o
#8 28.85   CC       TRXC_CodecPort_CtrlFunct_part_3.o
#8 28.87   CC       TRXC_CodecPort_CtrlFunct_part_4.o
#8 28.87   CC       TRXC_CodecPort_CtrlFunct_part_5.o
#8 28.87   CC       TRXC_CodecPort_CtrlFunct_part_6.o
#8 28.89   CC       TRXC_CodecPort_CtrlFunct_part_7.o
#8 28.90   CC       TRXC_Types_part_1.o
#8 28.90   CC       TRXC_Types_part_2.o
#8 28.91   CC       TRXC_Types_part_3.o
#8 28.92   CC       TRXC_Types_part_4.o
#8 28.92   CC       TRXC_Types_part_5.o
#8 28.94   CC       TRXC_Types_part_6.o
#8 28.94   CC       TRXC_Types_part_7.o
#8 28.95   CC       UD_PortType_part_1.o
#8 28.96   CC       UD_PortType_part_2.o
#8 28.97   CC       UD_PortType_part_3.o
#8 28.97   CC       UD_PortType_part_4.o
#8 28.98   CC       UD_PortType_part_5.o
#8 28.99   CC       UD_PortType_part_6.o
#8 29.00   CC       UD_PortType_part_7.o
#8 29.01   CC       UD_Types_part_1.o
#8 29.02   CC       UD_Types_part_2.o
#8 29.03   CC       UD_Types_part_3.o
#8 29.04   CC       UD_Types_part_4.o
#8 29.04   CC       UD_Types_part_5.o
#8 29.06   CC       UD_Types_part_6.o
#8 29.06   CC       UD_Types_part_7.o
#8 29.07   CC       IPA_Emulation.o
#8 29.08   CC       IPA_Emulation_part_1.o
#8 29.10   CC       IPA_Emulation_part_2.o
#8 29.11   CC       IPA_Emulation_part_3.o
#8 29.12   CC       IPA_Emulation_part_4.o
#8 29.14   CC       IPA_Emulation_part_5.o
#8 29.14   CC       IPA_Emulation_part_6.o
#8 29.16   CC       IPA_Emulation_part_7.o
#8 29.18   CC       IPA_CodecPort_CtrlFunctDef.o
#8 29.19   CC       IPL4asp_PT.o
#8 29.76   CC       IPL4asp_discovery.o
#8 30.05   CC       IuUP_EncDec.o
#8 30.14   CC       L1CTL_PortType_CtrlFunctDef.o
#8 30.32   CC       Native_FunctionDefs.o
#8 30.48   CC       OSMUX_CodecPort_CtrlFunctDef.o
#8 30.55   CC       RLCMAC_EncDec.o
#8 30.83   CC       RTP_CodecPort_CtrlFunctDef.o
#8 30.83   CC       RTP_EncDec.o
#8 30.99   CC       TCCConversion.o
#8 31.09   CC       TCCInterface.o
#8 31.22   CC       TELNETasp_PT.o
#8 31.39   CC       TRXC_CodecPort_CtrlFunctDef.o
#8 31.62   CC       UD_PT.o
#8 31.72   CCLD     AMR_Types.so
#8 31.81   CCLD     AbisOML_Types.so
#8 31.85   CCLD     BTS_Tests.so
#8 31.89   CCLD     BTS_Tests_ASCI.so
#8 31.92   CCLD     BTS_Tests_LAPDm.so
#8 31.99   CCLD     BTS_Tests_OML.so
#8 31.99   CCLD     BTS_Tests_SMSCB.so
#8 32.02   CCLD     BTS_Tests_VAMOS.so
#8 32.06   CCLD     BTS_Tests_perf.so
#8 32.08   CCLD     GSM_RR_Types.so
#8 32.10   CCLD     GSM_RestOctets.so
#8 32.10   CCLD     GSM_SystemInformation.so
#8 32.11   CCLD     GSM_Types.so
#8 32.14   CCLD     General_Types.so
#8 32.21   CCLD     IPA_CodecPort.so
#8 32.23   CCLD     IPA_CodecPort_CtrlFunct.so
#8 32.23   CCLD     IPA_Testing.so
#8 32.23   CCLD     IPA_Types.so
#8 32.25   CCLD     IPL4asp_Functions.so
#8 32.25   CCLD     IPL4asp_PortType.so
#8 32.32   CCLD     IPL4asp_Types.so
#8 32.33   CCLD     IuUP_Emulation.so
#8 32.36   CCLD     IuUP_Types.so
#8 32.36   CCLD     L1CTL_PortType.so
#8 32.36   CCLD     L1CTL_PortType_CtrlFunct.so
#8 32.43   CCLD     L1CTL_Types.so
#8 32.45   CCLD     L3_Common.so
#8 32.46   CCLD     L3_Templates.so
#8 32.48   CCLD     LAPDm_RAW_PT.so
#8 32.50   CCLD     LAPDm_Types.so
#8 32.53   CCLD     Misc_Helpers.so
#8 32.56   CCLD     MobileL3_CC_Types.so
#8 32.60   CCLD     MobileL3_CommonIE_Types.so
#8 32.63   CCLD     MobileL3_GMM_SM_Types.so
#8 32.64   CCLD     MobileL3_MM_Types.so
#8 32.64   CCLD     MobileL3_RRM_Types.so
#8 32.71   CCLD     MobileL3_SMS_Types.so
#8 32.76   CCLD     MobileL3_SS_Types.so
#8 32.77   CCLD     MobileL3_Types.so
#8 32.78   CCLD     Native_Functions.so
#8 32.78   CCLD     OSMUX_CodecPort.so
#8 32.80   CCLD     OSMUX_CodecPort_CtrlFunct.so
#8 32.83   CCLD     OSMUX_Emulation.so
#8 32.83   CCLD     OSMUX_Types.so
#8 32.87   CCLD     Osmocom_CTRL_Adapter.so
#8 32.88   CCLD     Osmocom_CTRL_Functions.so
#8 32.90   CCLD     Osmocom_CTRL_Types.so
#8 32.94   CCLD     Osmocom_Types.so
#8 32.95   CCLD     Osmocom_VTY_Functions.so
#8 32.96   CCLD     PCUIF_CodecPort.so
#8 32.97   CCLD     PCUIF_Types.so
#8 32.98   CCLD     RLCMAC_CSN1_Templates.so
#8 32.98   CCLD     RLCMAC_CSN1_Types.so
#8 32.98   CCLD     RLCMAC_Templates.so
#8 32.99   CCLD     RLCMAC_Types.so
#8 33.06   CCLD     RSL_Emulation.so
#8 33.08   CCLD     RSL_Types.so
#8 33.08   CCLD     RTP_CodecPort.so
#8 33.08   CCLD     RTP_CodecPort_CtrlFunct.so
#8 33.09   CCLD     RTP_Emulation.so
#8 33.13   CCLD     RTP_Types.so
#8 33.14   CCLD     Socket_API_Definitions.so
#8 33.17   CCLD     TCCConversion_Functions.so
#8 33.19   CCLD     TCCInterface_Functions.so
#8 33.20   CCLD     TELNETasp_PortType.so
#8 33.21   CCLD     TRXC_CodecPort.so
#8 33.21   CCLD     TRXC_CodecPort_CtrlFunct.so
#8 33.22   CCLD     TRXC_Types.so
#8 33.23   CCLD     UD_PortType.so
#8 33.26   CCLD     UD_Types.so
#8 33.27   CCLD     AMR_Types_part_1.so
#8 33.30   CCLD     AMR_Types_part_2.so
#8 33.30   CCLD     AMR_Types_part_3.so
#8 33.32   CCLD     AMR_Types_part_4.so
#8 33.33   CCLD     AMR_Types_part_5.so
#8 33.33   CCLD     AMR_Types_part_6.so
#8 33.33   CCLD     AMR_Types_part_7.so
#8 33.33   CCLD     AbisOML_Types_part_1.so
#8 33.34   CCLD     AbisOML_Types_part_2.so
#8 33.34   CCLD     AbisOML_Types_part_3.so
#8 33.35   CCLD     AbisOML_Types_part_4.so
#8 33.36   CCLD     AbisOML_Types_part_5.so
#8 33.36   CCLD     AbisOML_Types_part_6.so
#8 33.36   CCLD     AbisOML_Types_part_7.so
#8 33.37   CCLD     BTS_Tests_part_1.so
#8 33.38   CCLD     BTS_Tests_part_2.so
#8 33.39   CCLD     BTS_Tests_part_3.so
#8 33.40   CCLD     BTS_Tests_part_4.so
#8 33.40   CCLD     BTS_Tests_part_5.so
#8 33.40   CCLD     BTS_Tests_part_6.so
#8 33.40   CCLD     BTS_Tests_part_7.so
#8 33.42   CCLD     BTS_Tests_ASCI_part_1.so
#8 33.42   CCLD     BTS_Tests_ASCI_part_2.so
#8 33.43   CCLD     BTS_Tests_ASCI_part_3.so
#8 33.43   CCLD     BTS_Tests_ASCI_part_4.so
#8 33.43   CCLD     BTS_Tests_ASCI_part_5.so
#8 33.44   CCLD     BTS_Tests_ASCI_part_6.so
#8 33.44   CCLD     BTS_Tests_ASCI_part_7.so
#8 33.44   CCLD     BTS_Tests_LAPDm_part_1.so
#8 33.45   CCLD     BTS_Tests_LAPDm_part_2.so
#8 33.47   CCLD     BTS_Tests_LAPDm_part_3.so
#8 33.47   CCLD     BTS_Tests_LAPDm_part_4.so
#8 33.47   CCLD     BTS_Tests_LAPDm_part_5.so
#8 33.47   CCLD     BTS_Tests_LAPDm_part_6.so
#8 33.47   CCLD     BTS_Tests_LAPDm_part_7.so
#8 33.47   CCLD     BTS_Tests_OML_part_1.so
#8 33.47   CCLD     BTS_Tests_OML_part_2.so
#8 33.49   CCLD     BTS_Tests_OML_part_3.so
#8 33.49   CCLD     BTS_Tests_OML_part_4.so
#8 33.50   CCLD     BTS_Tests_OML_part_5.so
#8 33.50   CCLD     BTS_Tests_OML_part_6.so
#8 33.50   CCLD     BTS_Tests_OML_part_7.so
#8 33.51   CCLD     BTS_Tests_SMSCB_part_1.so
#8 33.51   CCLD     BTS_Tests_SMSCB_part_2.so
#8 33.51   CCLD     BTS_Tests_SMSCB_part_3.so
#8 33.51   CCLD     BTS_Tests_SMSCB_part_4.so
#8 33.52   CCLD     BTS_Tests_SMSCB_part_5.so
#8 33.53   CCLD     BTS_Tests_SMSCB_part_6.so
#8 33.54   CCLD     BTS_Tests_SMSCB_part_7.so
#8 33.54   CCLD     BTS_Tests_VAMOS_part_1.so
#8 33.54   CCLD     BTS_Tests_VAMOS_part_2.so
#8 33.54   CCLD     BTS_Tests_VAMOS_part_3.so
#8 33.54   CCLD     BTS_Tests_VAMOS_part_4.so
#8 33.54   CCLD     BTS_Tests_VAMOS_part_5.so
#8 33.55   CCLD     BTS_Tests_VAMOS_part_6.so
#8 33.55   CCLD     BTS_Tests_VAMOS_part_7.so
#8 33.55   CCLD     BTS_Tests_perf_part_1.so
#8 33.57   CCLD     BTS_Tests_perf_part_2.so
#8 33.57   CCLD     BTS_Tests_perf_part_3.so
#8 33.57   CCLD     BTS_Tests_perf_part_4.so
#8 33.57   CCLD     BTS_Tests_perf_part_5.so
#8 33.57   CCLD     BTS_Tests_perf_part_6.so
#8 33.57   CCLD     BTS_Tests_perf_part_7.so
#8 33.57   CCLD     GSM_RR_Types_part_1.so
#8 33.59   CCLD     GSM_RR_Types_part_2.so
#8 33.59   CCLD     GSM_RR_Types_part_3.so
#8 33.61   CCLD     GSM_RR_Types_part_4.so
#8 33.61   CCLD     GSM_RR_Types_part_5.so
#8 33.61   CCLD     GSM_RR_Types_part_6.so
#8 33.61   CCLD     GSM_RR_Types_part_7.so
#8 33.61   CCLD     GSM_RestOctets_part_1.so
#8 33.61   CCLD     GSM_RestOctets_part_2.so
#8 33.61   CCLD     GSM_RestOctets_part_3.so
#8 33.61   CCLD     GSM_RestOctets_part_4.so
#8 33.62   CCLD     GSM_RestOctets_part_5.so
#8 33.64   CCLD     GSM_RestOctets_part_6.so
#8 33.64   CCLD     GSM_RestOctets_part_7.so
#8 33.64   CCLD     GSM_SystemInformation_part_1.so
#8 33.64   CCLD     GSM_SystemInformation_part_2.so
#8 33.66   CCLD     GSM_SystemInformation_part_3.so
#8 33.67   CCLD     GSM_SystemInformation_part_4.so
#8 33.68   CCLD     GSM_SystemInformation_part_5.so
#8 33.68   CCLD     GSM_SystemInformation_part_6.so
#8 33.69   CCLD     GSM_SystemInformation_part_7.so
#8 33.70   CCLD     GSM_Types_part_1.so
#8 33.70   CCLD     GSM_Types_part_2.so
#8 33.72   CCLD     GSM_Types_part_3.so
#8 33.72   CCLD     GSM_Types_part_4.so
#8 33.72   CCLD     GSM_Types_part_5.so
#8 33.72   CCLD     GSM_Types_part_6.so
#8 33.73   CCLD     GSM_Types_part_7.so
#8 33.73   CCLD     General_Types_part_1.so
#8 33.74   CCLD     General_Types_part_2.so
#8 33.74   CCLD     General_Types_part_3.so
#8 33.75   CCLD     General_Types_part_4.so
#8 33.75   CCLD     General_Types_part_5.so
#8 33.75   CCLD     General_Types_part_6.so
#8 33.75   CCLD     General_Types_part_7.so
#8 33.75   CCLD     IPA_CodecPort_part_1.so
#8 33.75   CCLD     IPA_CodecPort_part_2.so
#8 33.76   CCLD     IPA_CodecPort_part_3.so
#8 33.77   CCLD     IPA_CodecPort_part_4.so
#8 33.78   CCLD     IPA_CodecPort_part_5.so
#8 33.78   CCLD     IPA_CodecPort_part_6.so
#8 33.78   CCLD     IPA_CodecPort_part_7.so
#8 33.78   CCLD     IPA_CodecPort_CtrlFunct_part_1.so
#8 33.78   CCLD     IPA_CodecPort_CtrlFunct_part_2.so
#8 33.78   CCLD     IPA_CodecPort_CtrlFunct_part_3.so
#8 33.80   CCLD     IPA_CodecPort_CtrlFunct_part_4.so
#8 33.80   CCLD     IPA_CodecPort_CtrlFunct_part_5.so
#8 33.80   CCLD     IPA_CodecPort_CtrlFunct_part_6.so
#8 33.80   CCLD     IPA_CodecPort_CtrlFunct_part_7.so
#8 33.80   CCLD     IPA_Testing_part_1.so
#8 33.80   CCLD     IPA_Testing_part_2.so
#8 33.81   CCLD     IPA_Testing_part_3.so
#8 33.81   CCLD     IPA_Testing_part_4.so
#8 33.82   CCLD     IPA_Testing_part_5.so
#8 33.82   CCLD     IPA_Testing_part_6.so
#8 33.82   CCLD     IPA_Testing_part_7.so
#8 33.83   CCLD     IPA_Types_part_1.so
#8 33.83   CCLD     IPA_Types_part_2.so
#8 33.83   CCLD     IPA_Types_part_3.so
#8 33.83   CCLD     IPA_Types_part_4.so
#8 33.83   CCLD     IPA_Types_part_5.so
#8 33.83   CCLD     IPA_Types_part_6.so
#8 33.83   CCLD     IPA_Types_part_7.so
#8 33.85   CCLD     IPL4asp_Functions_part_1.so
#8 33.85   CCLD     IPL4asp_Functions_part_2.so
#8 33.87   CCLD     IPL4asp_Functions_part_3.so
#8 33.87   CCLD     IPL4asp_Functions_part_4.so
#8 33.87   CCLD     IPL4asp_Functions_part_5.so
#8 33.87   CCLD     IPL4asp_Functions_part_6.so
#8 33.87   CCLD     IPL4asp_Functions_part_7.so
#8 33.87   CCLD     IPL4asp_PortType_part_1.so
#8 33.87   CCLD     IPL4asp_PortType_part_2.so
#8 33.87   CCLD     IPL4asp_PortType_part_3.so
#8 33.88   CCLD     IPL4asp_PortType_part_4.so
#8 33.88   CCLD     IPL4asp_PortType_part_5.so
#8 33.89   CCLD     IPL4asp_PortType_part_6.so
#8 33.89   CCLD     IPL4asp_PortType_part_7.so
#8 33.90   CCLD     IPL4asp_Types_part_1.so
#8 33.90   CCLD     IPL4asp_Types_part_2.so
#8 33.91   CCLD     IPL4asp_Types_part_3.so
#8 33.91   CCLD     IPL4asp_Types_part_4.so
#8 33.91   CCLD     IPL4asp_Types_part_5.so
#8 33.91   CCLD     IPL4asp_Types_part_6.so
#8 33.91   CCLD     IPL4asp_Types_part_7.so
#8 33.91   CCLD     IuUP_Emulation_part_1.so
#8 33.91   CCLD     IuUP_Emulation_part_2.so
#8 33.92   CCLD     IuUP_Emulation_part_3.so
#8 33.92   CCLD     IuUP_Emulation_part_4.so
#8 33.92   CCLD     IuUP_Emulation_part_5.so
#8 33.93   CCLD     IuUP_Emulation_part_6.so
#8 33.93   CCLD     IuUP_Emulation_part_7.so
#8 33.94   CCLD     IuUP_Types_part_1.so
#8 33.95   CCLD     IuUP_Types_part_2.so
#8 33.95   CCLD     IuUP_Types_part_3.so
#8 33.95   CCLD     IuUP_Types_part_4.so
#8 33.95   CCLD     IuUP_Types_part_5.so
#8 33.95   CCLD     IuUP_Types_part_6.so
#8 33.95   CCLD     IuUP_Types_part_7.so
#8 33.95   CCLD     L1CTL_PortType_part_1.so
#8 33.95   CCLD     L1CTL_PortType_part_2.so
#8 33.96   CCLD     L1CTL_PortType_part_3.so
#8 33.96   CCLD     L1CTL_PortType_part_4.so
#8 33.96   CCLD     L1CTL_PortType_part_5.so
#8 33.98   CCLD     L1CTL_PortType_part_6.so
#8 33.98   CCLD     L1CTL_PortType_part_7.so
#8 33.98   CCLD     L1CTL_PortType_CtrlFunct_part_1.so
#8 33.98   CCLD     L1CTL_PortType_CtrlFunct_part_2.so
#8 33.98   CCLD     L1CTL_PortType_CtrlFunct_part_3.so
#8 33.98   CCLD     L1CTL_PortType_CtrlFunct_part_4.so
#8 33.98   CCLD     L1CTL_PortType_CtrlFunct_part_5.so
#8 33.98   CCLD     L1CTL_PortType_CtrlFunct_part_6.so
#8 33.99   CCLD     L1CTL_PortType_CtrlFunct_part_7.so
#8 33.99   CCLD     L1CTL_Types_part_1.so
#8 34.00   CCLD     L1CTL_Types_part_2.so
#8 34.01   CCLD     L1CTL_Types_part_3.so
#8 34.01   CCLD     L1CTL_Types_part_4.so
#8 34.01   CCLD     L1CTL_Types_part_5.so
#8 34.01   CCLD     L1CTL_Types_part_6.so
#8 34.01   CCLD     L1CTL_Types_part_7.so
#8 34.01   CCLD     L3_Common_part_1.so
#8 34.01   CCLD     L3_Common_part_3.so
#8 34.01   CCLD     L3_Common_part_2.so
#8 34.01   CCLD     L3_Common_part_4.so
#8 34.02   CCLD     L3_Common_part_5.so
#8 34.04   CCLD     L3_Common_part_6.so
#8 34.04   CCLD     L3_Common_part_7.so
#8 34.04   CCLD     L3_Templates_part_1.so
#8 34.04   CCLD     L3_Templates_part_2.so
#8 34.04   CCLD     L3_Templates_part_3.so
#8 34.04   CCLD     L3_Templates_part_4.so
#8 34.04   CCLD     L3_Templates_part_5.so
#8 34.04   CCLD     L3_Templates_part_6.so
#8 34.04   CCLD     L3_Templates_part_7.so
#8 34.04   CCLD     LAPDm_RAW_PT_part_1.so
#8 34.06   CCLD     LAPDm_RAW_PT_part_2.so
#8 34.07   CCLD     LAPDm_RAW_PT_part_3.so
#8 34.07   CCLD     LAPDm_RAW_PT_part_5.so
#8 34.07   CCLD     LAPDm_RAW_PT_part_4.so
#8 34.07   CCLD     LAPDm_RAW_PT_part_6.so
#8 34.07   CCLD     LAPDm_RAW_PT_part_7.so
#8 34.07   CCLD     LAPDm_Types_part_1.so
#8 34.07   CCLD     LAPDm_Types_part_2.so
#8 34.07   CCLD     LAPDm_Types_part_3.so
#8 34.07   CCLD     LAPDm_Types_part_4.so
#8 34.08   CCLD     LAPDm_Types_part_5.so
#8 34.10   CCLD     LAPDm_Types_part_6.so
#8 34.10   CCLD     LAPDm_Types_part_7.so
#8 34.10   CCLD     Misc_Helpers_part_1.so
#8 34.10   CCLD     Misc_Helpers_part_2.so
#8 34.10   CCLD     Misc_Helpers_part_3.so
#8 34.10   CCLD     Misc_Helpers_part_4.so
#8 34.10   CCLD     Misc_Helpers_part_5.so
#8 34.10   CCLD     Misc_Helpers_part_6.so
#8 34.10   CCLD     Misc_Helpers_part_7.so
#8 34.10   CCLD     MobileL3_CC_Types_part_1.so
#8 34.11   CCLD     MobileL3_CC_Types_part_2.so
#8 34.13   CCLD     MobileL3_CC_Types_part_3.so
#8 34.13   CCLD     MobileL3_CC_Types_part_4.so
#8 34.13   CCLD     MobileL3_CC_Types_part_5.so
#8 34.13   CCLD     MobileL3_CC_Types_part_6.so
#8 34.13   CCLD     MobileL3_CC_Types_part_7.so
#8 34.13   CCLD     MobileL3_CommonIE_Types_part_2.so
#8 34.13   CCLD     MobileL3_CommonIE_Types_part_1.so
#8 34.13   CCLD     MobileL3_CommonIE_Types_part_3.so
#8 34.13   CCLD     MobileL3_CommonIE_Types_part_4.so
#8 34.14   CCLD     MobileL3_CommonIE_Types_part_5.so
#8 34.16   CCLD     MobileL3_CommonIE_Types_part_6.so
#8 34.16   CCLD     MobileL3_CommonIE_Types_part_7.so
#8 34.16   CCLD     MobileL3_GMM_SM_Types_part_1.so
#8 34.16   CCLD     MobileL3_GMM_SM_Types_part_2.so
#8 34.16   CCLD     MobileL3_GMM_SM_Types_part_3.so
#8 34.16   CCLD     MobileL3_GMM_SM_Types_part_4.so
#8 34.17   CCLD     MobileL3_GMM_SM_Types_part_5.so
#8 34.19   CCLD     MobileL3_GMM_SM_Types_part_6.so
#8 34.19   CCLD     MobileL3_GMM_SM_Types_part_7.so
#8 34.19   CCLD     MobileL3_MM_Types_part_1.so
#8 34.24   CCLD     MobileL3_MM_Types_part_2.so
#8 34.27   CCLD     MobileL3_MM_Types_part_3.so
#8 34.27   CCLD     MobileL3_MM_Types_part_4.so
#8 34.28   CCLD     MobileL3_MM_Types_part_5.so
#8 34.30   CCLD     MobileL3_MM_Types_part_6.so
#8 34.30   CCLD     MobileL3_MM_Types_part_7.so
#8 34.31   CCLD     MobileL3_RRM_Types_part_1.so
#8 34.31   CCLD     MobileL3_RRM_Types_part_2.so
#8 34.32   CCLD     MobileL3_RRM_Types_part_3.so
#8 34.33   CCLD     MobileL3_RRM_Types_part_4.so
#8 34.33   CCLD     MobileL3_RRM_Types_part_5.so
#8 34.35   CCLD     MobileL3_RRM_Types_part_6.so
#8 34.36   CCLD     MobileL3_RRM_Types_part_7.so
#8 34.36   CCLD     MobileL3_SMS_Types_part_1.so
#8 34.37   CCLD     MobileL3_SMS_Types_part_3.so
#8 34.37   CCLD     MobileL3_SMS_Types_part_2.so
#8 34.38   CCLD     MobileL3_SMS_Types_part_4.so
#8 34.39   CCLD     MobileL3_SMS_Types_part_5.so
#8 34.39   CCLD     MobileL3_SMS_Types_part_6.so
#8 34.39   CCLD     MobileL3_SMS_Types_part_7.so
#8 34.39   CCLD     MobileL3_SS_Types_part_1.so
#8 34.40   CCLD     MobileL3_SS_Types_part_2.so
#8 34.40   CCLD     MobileL3_SS_Types_part_3.so
#8 34.40   CCLD     MobileL3_SS_Types_part_4.so
#8 34.41   CCLD     MobileL3_SS_Types_part_5.so
#8 34.42   CCLD     MobileL3_SS_Types_part_6.so
#8 34.42   CCLD     MobileL3_SS_Types_part_7.so
#8 34.43   CCLD     MobileL3_Types_part_1.so
#8 34.43   CCLD     MobileL3_Types_part_2.so
#8 34.43   CCLD     MobileL3_Types_part_3.so
#8 34.44   CCLD     MobileL3_Types_part_4.so
#8 34.45   CCLD     MobileL3_Types_part_5.so
#8 34.45   CCLD     MobileL3_Types_part_7.so
#8 34.45   CCLD     Native_Functions_part_1.so
#8 34.45   CCLD     MobileL3_Types_part_6.so
#8 34.45   CCLD     Native_Functions_part_2.so
#8 34.46   CCLD     Native_Functions_part_3.so
#8 34.46   CCLD     Native_Functions_part_4.so
#8 34.47   CCLD     Native_Functions_part_5.so
#8 34.47   CCLD     Native_Functions_part_6.so
#8 34.48   CCLD     Native_Functions_part_7.so
#8 34.48   CCLD     OSMUX_CodecPort_part_1.so
#8 34.48   CCLD     OSMUX_CodecPort_part_2.so
#8 34.48   CCLD     OSMUX_CodecPort_part_3.so
#8 34.48   CCLD     OSMUX_CodecPort_part_4.so
#8 34.49   CCLD     OSMUX_CodecPort_part_5.so
#8 34.49   CCLD     OSMUX_CodecPort_part_6.so
#8 34.49   CCLD     OSMUX_CodecPort_part_7.so
#8 34.50   CCLD     OSMUX_CodecPort_CtrlFunct_part_1.so
#8 34.50   CCLD     OSMUX_CodecPort_CtrlFunct_part_2.so
#8 34.50   CCLD     OSMUX_CodecPort_CtrlFunct_part_3.so
#8 34.51   CCLD     OSMUX_CodecPort_CtrlFunct_part_4.so
#8 34.51   CCLD     OSMUX_CodecPort_CtrlFunct_part_5.so
#8 34.51   CCLD     OSMUX_CodecPort_CtrlFunct_part_6.so
#8 34.51   CCLD     OSMUX_CodecPort_CtrlFunct_part_7.so
#8 34.51   CCLD     OSMUX_Emulation_part_1.so
#8 34.53   CCLD     OSMUX_Emulation_part_2.so
#8 34.53   CCLD     OSMUX_Emulation_part_3.so
#8 34.53   CCLD     OSMUX_Emulation_part_4.so
#8 34.53   CCLD     OSMUX_Emulation_part_5.so
#8 34.53   CCLD     OSMUX_Emulation_part_6.so
#8 34.53   CCLD     OSMUX_Emulation_part_7.so
#8 34.53   CCLD     OSMUX_Types_part_1.so
#8 34.53   CCLD     OSMUX_Types_part_2.so
#8 34.53   CCLD     OSMUX_Types_part_3.so
#8 34.55   CCLD     OSMUX_Types_part_4.so
#8 34.55   CCLD     OSMUX_Types_part_5.so
#8 34.55   CCLD     OSMUX_Types_part_6.so
#8 34.55   CCLD     OSMUX_Types_part_7.so
#8 34.56   CCLD     Osmocom_CTRL_Adapter_part_1.so
#8 34.56   CCLD     Osmocom_CTRL_Adapter_part_2.so
#8 34.56   CCLD     Osmocom_CTRL_Adapter_part_3.so
#8 34.56   CCLD     Osmocom_CTRL_Adapter_part_4.so
#8 34.56   CCLD     Osmocom_CTRL_Adapter_part_5.so
#8 34.56   CCLD     Osmocom_CTRL_Adapter_part_6.so
#8 34.57   CCLD     Osmocom_CTRL_Adapter_part_7.so
#8 34.59   CCLD     Osmocom_CTRL_Functions_part_1.so
#8 34.59   CCLD     Osmocom_CTRL_Functions_part_2.so
#8 34.59   CCLD     Osmocom_CTRL_Functions_part_3.so
#8 34.59   CCLD     Osmocom_CTRL_Functions_part_4.so
#8 34.59   CCLD     Osmocom_CTRL_Functions_part_5.so
#8 34.59   CCLD     Osmocom_CTRL_Functions_part_6.so
#8 34.59   CCLD     Osmocom_CTRL_Functions_part_7.so
#8 34.59   CCLD     Osmocom_CTRL_Types_part_1.so
#8 34.60   CCLD     Osmocom_CTRL_Types_part_2.so
#8 34.60   CCLD     Osmocom_CTRL_Types_part_3.so
#8 34.61   CCLD     Osmocom_CTRL_Types_part_4.so
#8 34.61   CCLD     Osmocom_CTRL_Types_part_5.so
#8 34.61   CCLD     Osmocom_CTRL_Types_part_6.so
#8 34.61   CCLD     Osmocom_CTRL_Types_part_7.so
#8 34.61   CCLD     Osmocom_Types_part_1.so
#8 34.61   CCLD     Osmocom_Types_part_2.so
#8 34.61   CCLD     Osmocom_Types_part_3.so
#8 34.62   CCLD     Osmocom_Types_part_4.so
#8 34.62   CCLD     Osmocom_Types_part_5.so
#8 34.64   CCLD     Osmocom_Types_part_6.so
#8 34.64   CCLD     Osmocom_Types_part_7.so
#8 34.64   CCLD     Osmocom_VTY_Functions_part_1.so
#8 34.64   CCLD     Osmocom_VTY_Functions_part_2.so
#8 34.64   CCLD     Osmocom_VTY_Functions_part_3.so
#8 34.64   CCLD     Osmocom_VTY_Functions_part_4.so
#8 34.64   CCLD     Osmocom_VTY_Functions_part_5.so
#8 34.64   CCLD     Osmocom_VTY_Functions_part_6.so
#8 34.64   CCLD     Osmocom_VTY_Functions_part_7.so
#8 34.64   CCLD     PCUIF_CodecPort_part_1.so
#8 34.66   CCLD     PCUIF_CodecPort_part_2.so
#8 34.66   CCLD     PCUIF_CodecPort_part_3.so
#8 34.66   CCLD     PCUIF_CodecPort_part_4.so
#8 34.66   CCLD     PCUIF_CodecPort_part_5.so
#8 34.66   CCLD     PCUIF_CodecPort_part_6.so
#8 34.67   CCLD     PCUIF_CodecPort_part_7.so
#8 34.67   CCLD     PCUIF_Types_part_1.so
#8 34.67   CCLD     PCUIF_Types_part_2.so
#8 34.67   CCLD     PCUIF_Types_part_3.so
#8 34.67   CCLD     PCUIF_Types_part_4.so
#8 34.68   CCLD     PCUIF_Types_part_5.so
#8 34.68   CCLD     PCUIF_Types_part_6.so
#8 34.68   CCLD     PCUIF_Types_part_7.so
#8 34.68   CCLD     RLCMAC_CSN1_Templates_part_1.so
#8 34.69   CCLD     RLCMAC_CSN1_Templates_part_2.so
#8 34.69   CCLD     RLCMAC_CSN1_Templates_part_3.so
#8 34.69   CCLD     RLCMAC_CSN1_Templates_part_4.so
#8 34.69   CCLD     RLCMAC_CSN1_Templates_part_5.so
#8 34.70   CCLD     RLCMAC_CSN1_Templates_part_6.so
#8 34.70   CCLD     RLCMAC_CSN1_Templates_part_7.so
#8 34.70   CCLD     RLCMAC_CSN1_Types_part_5.so
#8 34.71   CCLD     RLCMAC_CSN1_Types_part_6.so
#8 34.71   CCLD     RLCMAC_CSN1_Types_part_7.so
#8 34.71   CCLD     RLCMAC_Templates_part_1.so
#8 34.71   CCLD     RLCMAC_Templates_part_2.so
#8 34.71   CCLD     RLCMAC_Templates_part_3.so
#8 34.71   CCLD     RLCMAC_Templates_part_4.so
#8 34.73   CCLD     RLCMAC_Templates_part_5.so
#8 34.74   CCLD     RLCMAC_Templates_part_6.so
#8 34.74   CCLD     RLCMAC_Templates_part_7.so
#8 34.74   CCLD     RLCMAC_Types_part_1.so
#8 34.74   CCLD     RLCMAC_Types_part_2.so
#8 34.74   CCLD     RLCMAC_Types_part_3.so
#8 34.74   CCLD     RLCMAC_Types_part_4.so
#8 34.75   CCLD     RLCMAC_Types_part_5.so
#8 34.75   CCLD     RLCMAC_Types_part_6.so
#8 34.75   CCLD     RLCMAC_Types_part_7.so
#8 34.75   CCLD     RSL_Emulation_part_1.so
#8 34.75   CCLD     RSL_Emulation_part_2.so
#8 34.76   CCLD     RSL_Emulation_part_3.so
#8 34.76   CCLD     RSL_Emulation_part_4.so
#8 34.76   CCLD     RSL_Emulation_part_5.so
#8 34.77   CCLD     RSL_Emulation_part_6.so
#8 34.77   CCLD     RSL_Emulation_part_7.so
#8 34.79   CCLD     RSL_Types_part_2.so
#8 34.79   CCLD     RSL_Types_part_3.so
#8 34.79   CCLD     RSL_Types_part_4.so
#8 34.79   CCLD     RSL_Types_part_5.so
#8 34.79   CCLD     RSL_Types_part_6.so
#8 34.79   CCLD     RSL_Types_part_7.so
#8 34.79   CCLD     RTP_CodecPort_part_1.so
#8 34.79   CCLD     RTP_CodecPort_part_2.so
#8 34.79   CCLD     RTP_CodecPort_part_3.so
#8 34.79   CCLD     RTP_CodecPort_part_4.so
#8 34.79   CCLD     RTP_CodecPort_part_5.so
#8 34.81   CCLD     RTP_CodecPort_part_6.so
#8 34.81   CCLD     RTP_CodecPort_part_7.so
#8 34.81   CCLD     RTP_CodecPort_CtrlFunct_part_1.so
#8 34.82   CCLD     RTP_CodecPort_CtrlFunct_part_2.so
#8 34.82   CCLD     RTP_CodecPort_CtrlFunct_part_3.so
#8 34.84   CCLD     RTP_CodecPort_CtrlFunct_part_4.so
#8 34.84   CCLD     RTP_CodecPort_CtrlFunct_part_5.so
#8 34.84   CCLD     RTP_CodecPort_CtrlFunct_part_6.so
#8 34.84   CCLD     RTP_CodecPort_CtrlFunct_part_7.so
#8 34.84   CCLD     RTP_Emulation_part_1.so
#8 34.84   CCLD     RTP_Emulation_part_2.so
#8 34.84   CCLD     RTP_Emulation_part_3.so
#8 34.84   CCLD     RTP_Emulation_part_4.so
#8 34.85   CCLD     RTP_Emulation_part_5.so
#8 34.85   CCLD     RTP_Emulation_part_6.so
#8 34.85   CCLD     RTP_Emulation_part_7.so
#8 34.86   CCLD     RTP_Types_part_1.so
#8 34.87   CCLD     RTP_Types_part_2.so
#8 34.87   CCLD     RTP_Types_part_3.so
#8 34.87   CCLD     RTP_Types_part_4.so
#8 34.87   CCLD     RTP_Types_part_5.so
#8 34.87   CCLD     RTP_Types_part_6.so
#8 34.87   CCLD     RTP_Types_part_7.so
#8 34.87   CCLD     Socket_API_Definitions_part_1.so
#8 34.87   CCLD     Socket_API_Definitions_part_2.so
#8 34.87   CCLD     Socket_API_Definitions_part_3.so
#8 34.88   CCLD     Socket_API_Definitions_part_4.so
#8 34.88   CCLD     Socket_API_Definitions_part_5.so
#8 34.89   CCLD     Socket_API_Definitions_part_6.so
#8 34.89   CCLD     Socket_API_Definitions_part_7.so
#8 34.89   CCLD     TCCConversion_Functions_part_1.so
#8 34.90   CCLD     TCCConversion_Functions_part_2.so
#8 34.90   CCLD     TCCConversion_Functions_part_3.so
#8 34.90   CCLD     TCCConversion_Functions_part_5.so
#8 34.90   CCLD     TCCConversion_Functions_part_4.so
#8 34.90   CCLD     TCCConversion_Functions_part_6.so
#8 34.90   CCLD     TCCConversion_Functions_part_7.so
#8 34.90   CCLD     TCCInterface_Functions_part_1.so
#8 34.90   CCLD     TCCInterface_Functions_part_2.so
#8 34.90   CCLD     TCCInterface_Functions_part_3.so
#8 34.92   CCLD     TCCInterface_Functions_part_4.so
#8 34.92   CCLD     TCCInterface_Functions_part_5.so
#8 34.92   CCLD     TCCInterface_Functions_part_6.so
#8 34.93   CCLD     TCCInterface_Functions_part_7.so
#8 34.93   CCLD     TELNETasp_PortType_part_1.so
#8 34.93   CCLD     TELNETasp_PortType_part_2.so
#8 34.93   CCLD     TELNETasp_PortType_part_3.so
#8 34.93   CCLD     TELNETasp_PortType_part_4.so
#8 34.93   CCLD     TELNETasp_PortType_part_5.so
#8 34.93   CCLD     TELNETasp_PortType_part_6.so
#8 34.93   CCLD     TELNETasp_PortType_part_7.so
#8 34.93   CCLD     TRXC_CodecPort_part_1.so
#8 34.95   CCLD     TRXC_CodecPort_part_2.so
#8 34.95   CCLD     TRXC_CodecPort_part_3.so
#8 34.95   CCLD     TRXC_CodecPort_part_4.so
#8 34.96   CCLD     TRXC_CodecPort_part_5.so
#8 34.96   CCLD     TRXC_CodecPort_part_6.so
#8 34.96   CCLD     TRXC_CodecPort_part_7.so
#8 34.96   CCLD     TRXC_CodecPort_CtrlFunct_part_1.so
#8 34.96   CCLD     TRXC_CodecPort_CtrlFunct_part_2.so
#8 34.96   CCLD     TRXC_CodecPort_CtrlFunct_part_3.so
#8 34.96   CCLD     TRXC_CodecPort_CtrlFunct_part_4.so
#8 34.96   CCLD     TRXC_CodecPort_CtrlFunct_part_5.so
#8 34.99   CCLD     TRXC_CodecPort_CtrlFunct_part_6.so
#8 34.99   CCLD     TRXC_CodecPort_CtrlFunct_part_7.so
#8 34.99   CCLD     TRXC_Types_part_1.so
#8 34.99   CCLD     TRXC_Types_part_2.so
#8 34.99   CCLD     TRXC_Types_part_3.so
#8 34.99   CCLD     TRXC_Types_part_4.so
#8 34.99   CCLD     TRXC_Types_part_5.so
#8 34.99   CCLD     TRXC_Types_part_6.so
#8 34.99   CCLD     TRXC_Types_part_7.so
#8 34.99   CCLD     UD_PortType_part_1.so
#8 34.99   CCLD     UD_PortType_part_2.so
#8 34.99   CCLD     UD_PortType_part_3.so
#8 35.00   CCLD     UD_PortType_part_4.so
#8 35.01   CCLD     UD_PortType_part_5.so
#8 35.01   CCLD     UD_PortType_part_6.so
#8 35.02   CCLD     UD_PortType_part_7.so
#8 35.02   CCLD     UD_Types_part_1.so
#8 35.02   CCLD     UD_Types_part_2.so
#8 35.02   CCLD     UD_Types_part_3.so
#8 35.02   CCLD     UD_Types_part_4.so
#8 35.02   CCLD     UD_Types_part_5.so
#8 35.02   CCLD     UD_Types_part_6.so
#8 35.02   CCLD     UD_Types_part_7.so
#8 35.02   CCLD     IPA_Emulation_part_1.so
#8 35.02   CCLD     IPA_Emulation_part_2.so
#8 35.03   CCLD     IPA_Emulation_part_3.so
#8 35.04   CCLD     IPA_Emulation_part_4.so
#8 35.05   CCLD     IPA_Emulation_part_5.so
#8 35.05   CCLD     IPA_Emulation_part_6.so
#8 35.05   CCLD     IPA_Emulation_part_7.so
#8 35.05   CCLD     IPA_CodecPort_CtrlFunctDef.so
#8 35.05   CCLD     IPL4asp_PT.so
#8 35.05   CCLD     IPL4asp_discovery.so
#8 35.05   CCLD     IuUP_EncDec.so
#8 35.05   CCLD     Native_FunctionDefs.so
#8 35.05   CCLD     L1CTL_PortType_CtrlFunctDef.so
#8 35.05   CCLD     OSMUX_CodecPort_CtrlFunctDef.so
#8 35.05   CCLD     RLCMAC_EncDec.so
#8 35.06   CCLD     RTP_CodecPort_CtrlFunctDef.so
#8 35.06   CCLD     RTP_EncDec.so
#8 35.07   CCLD     TCCConversion.so
#8 35.08   CCLD     TCCInterface.so
#8 35.08   CCLD     TELNETasp_PT.so
#8 35.08   CCLD     TRXC_CodecPort_CtrlFunctDef.so
#8 35.10   CCLD     UD_PT.so
#8 35.23   CCLD     IPA_Emulation.so
#8 35.62   CCLD     RLCMAC_CSN1_Types_part_3.so
#8 35.72   CCLD     RLCMAC_CSN1_Types_part_4.so
#8 35.73   CCLD     RLCMAC_CSN1_Types_part_1.so
#8 35.80   CCLD     RLCMAC_CSN1_Types_part_2.so
#8 36.89   CCLD     RSL_Types_part_1.so
#8 36.93   CCLD     BTS_Tests
#8 37.28 make[1]: Leaving directory '/osmo-ttcn3-hacks/_build/bts'
#8 DONE 37.6s

#9 [4/4] COPY	GENERIC/BTS_TESTS.CFG /data/BTS_Tests.cfg
#9 DONE 0.1s

#10 exporting to image
#10 exporting layers
#10 exporting layers 1.3s done
#10 writing image sha256:5960fb97e153bbca624bbd9cff1930d16ef3650be24c267b9c47684442873a83 done
#10 naming to registry.osmocom.org/osmocom-build/ttcn3-bts-test:latest 0.0s done
#10 DONE 1.4s

 2 warnings found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG $REGISTRY/$USER/debian-bookworm-titan results in empty or invalid base image name (line 3)
 - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 13)
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/registry-rebuild-upload-ttcn3-bts-tests/ttcn3-bts-test'
+ docker push registry.osmocom.org/osmocom-build/ttcn3-bts-test
Using default tag: latest
The push refers to repository [registry.osmocom.org/osmocom-build/ttcn3-bts-test]
4e96e0531e88: Preparing
fe512445f6f5: Preparing
fdbeb5e70a18: Preparing
d9b81fde4371: Preparing
6188bb821eb8: Preparing
159a4598d269: Preparing
40794e426cea: Preparing
b3af051b3104: Preparing
2ed1b8b97cae: Preparing
34acd357e607: Preparing
46b09e1ff7f6: Preparing
739464d261f5: Preparing
07dcb5e16006: Preparing
29efadc38869: Preparing
6115eb01e609: Preparing
d7e26f5303d5: Preparing
554d809c94d7: Preparing
9ef16902ff00: Preparing
175a19836175: Preparing
34acd357e607: Waiting
46b09e1ff7f6: Waiting
159a4598d269: Waiting
40794e426cea: Waiting
554d809c94d7: Waiting
2ed1b8b97cae: Waiting
d7e26f5303d5: Waiting
739464d261f5: Waiting
9ef16902ff00: Waiting
b3af051b3104: Waiting
07dcb5e16006: Waiting
6115eb01e609: Waiting
29efadc38869: Waiting
175a19836175: Waiting
6188bb821eb8: Layer already exists
d9b81fde4371: Layer already exists
40794e426cea: Layer already exists
159a4598d269: Layer already exists
b3af051b3104: Layer already exists
2ed1b8b97cae: Layer already exists
34acd357e607: Layer already exists
46b09e1ff7f6: Layer already exists
739464d261f5: Layer already exists
07dcb5e16006: Layer already exists
29efadc38869: Layer already exists
6115eb01e609: Layer already exists
fdbeb5e70a18: Pushed
d7e26f5303d5: Layer already exists
554d809c94d7: Layer already exists
9ef16902ff00: Layer already exists
175a19836175: Layer already exists
4e96e0531e88: Pushed
fe512445f6f5: Pushed
latest: digest: sha256:4be3ce5f1a1c32a444a81da71b97bed9d96c9961a40988de8f29896663be1899 size: 4289
Finished: SUCCESS