Skip to content
Success

Console Output

Skipping 365 KB.. Full Log
#8 1.317                           specify the character to indicate a new line instead of '+'
#8 1.317     --output-indicator-old <char>
#8 1.317                           specify the character to indicate an old line instead of '-'
#8 1.317     --output-indicator-context <char>
#8 1.317                           specify the character to indicate a context instead of ' '
#8 1.317 
#8 1.317 Diff rename options
#8 1.317     -B, --break-rewrites[=<n>[/<m>]]
#8 1.317                           break complete rewrite changes into pairs of delete and create
#8 1.317     -M, --find-renames[=<n>]
#8 1.317                           detect renames
#8 1.317     -D, --irreversible-delete
#8 1.317                           omit the preimage for deletes
#8 1.317     -C, --find-copies[=<n>]
#8 1.317                           detect copies
#8 1.317     --find-copies-harder  use unmodified files as source to find copies
#8 1.317     --no-renames          disable rename detection
#8 1.317     --rename-empty        use empty blobs as rename source
#8 1.317     --follow              continue listing the history of a file beyond renames
#8 1.317     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.317 
#8 1.317 Diff algorithm options
#8 1.317     --minimal             produce the smallest possible diff
#8 1.317     -w, --ignore-all-space
#8 1.317                           ignore whitespace when comparing lines
#8 1.317     -b, --ignore-space-change
#8 1.317                           ignore changes in amount of whitespace
#8 1.317     --ignore-space-at-eol
#8 1.317                           ignore changes in whitespace at EOL
#8 1.317     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.317     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.317     -I, --ignore-matching-lines <regex>
#8 1.317                           ignore changes whose all lines match <regex>
#8 1.317     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.317     --patience            generate diff using the "patience diff" algorithm
#8 1.317     --histogram           generate diff using the "histogram diff" algorithm
#8 1.317     --diff-algorithm <algorithm>
#8 1.317                           choose a diff algorithm
#8 1.317     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.317     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.317     --word-diff-regex <regex>
#8 1.317                           use <regex> to decide what a word is
#8 1.317     --color-words[=<regex>]
#8 1.317                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.317     --color-moved[=<mode>]
#8 1.317                           moved lines of code are colored differently
#8 1.317     --color-moved-ws <mode>
#8 1.317                           how white spaces are ignored in --color-moved
#8 1.317 
#8 1.317 Other diff options
#8 1.317     --relative[=<prefix>]
#8 1.317                           when run from subdir, exclude changes outside and show relative paths
#8 1.317     -a, --text            treat all files as text
#8 1.317     -R                    swap two inputs, reverse the diff
#8 1.317     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.317     --quiet               disable all output of the program
#8 1.317     --ext-diff            allow an external diff helper to be executed
#8 1.317     --textconv            run external text conversion filters when comparing binary files
#8 1.317     --ignore-submodules[=<when>]
#8 1.317                           ignore changes to submodules in the diff generation
#8 1.317     --submodule[=<format>]
#8 1.317                           specify how differences in submodules are shown
#8 1.317     --ita-invisible-in-index
#8 1.317                           hide 'git add -N' entries from the index
#8 1.317     --ita-visible-in-index
#8 1.317                           treat 'git add -N' entries as real in the index
#8 1.317     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.317     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.317     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.317     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.317     -O <file>             control the order in which files appear in the output
#8 1.317     --rotate-to <path>    show the change in the specified path first
#8 1.317     --skip-to <path>      skip the output to the specified path
#8 1.317     --find-object <object-id>
#8 1.317                           look for differences that change the number of occurrences of the specified object
#8 1.317     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.317                           select files by diff type
#8 1.317     --output <file>       output to a specific file
#8 1.317 
#8 1.321 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0'
#8 1.321 To add an exception for this directory, call:
#8 1.321 
#8 1.321 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0
#8 1.328 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0'
#8 1.328 To add an exception for this directory, call:
#8 1.328 
#8 1.328 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0
#8 1.332 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.332 usage: git diff --no-index [<options>] <path> <path>
#8 1.332 
#8 1.332 Diff output format options
#8 1.332     -p, --patch           generate patch
#8 1.332     -s, --no-patch        suppress diff output
#8 1.332     -u                    generate patch
#8 1.332     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.332     -W, --function-context
#8 1.332                           generate diffs with <n> lines context
#8 1.332     --raw                 generate the diff in raw format
#8 1.332     --patch-with-raw      synonym for '-p --raw'
#8 1.332     --patch-with-stat     synonym for '-p --stat'
#8 1.332     --numstat             machine friendly --stat
#8 1.332     --shortstat           output only the last line of --stat
#8 1.332     -X, --dirstat[=<param1,param2>...]
#8 1.332                           output the distribution of relative amount of changes for each sub-directory
#8 1.332     --cumulative          synonym for --dirstat=cumulative
#8 1.332     --dirstat-by-file[=<param1,param2>...]
#8 1.332                           synonym for --dirstat=files,param1,param2...
#8 1.332     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.332     --summary             condensed summary such as creations, renames and mode changes
#8 1.332     --name-only           show only names of changed files
#8 1.332     --name-status         show only names and status of changed files
#8 1.332     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.332                           generate diffstat
#8 1.332     --stat-width <width>  generate diffstat with a given width
#8 1.332     --stat-name-width <width>
#8 1.332                           generate diffstat with a given name width
#8 1.332     --stat-graph-width <width>
#8 1.332                           generate diffstat with a given graph width
#8 1.332     --stat-count <count>  generate diffstat with limited lines
#8 1.332     --compact-summary     generate compact summary in diffstat
#8 1.332     --binary              output a binary diff that can be applied
#8 1.332     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.332     --color[=<when>]      show colored diff
#8 1.332     --ws-error-highlight <kind>
#8 1.332                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.332     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.332     --abbrev[=<n>]        use <n> digits to display object names
#8 1.332     --src-prefix <prefix>
#8 1.332                           show the given source prefix instead of "a/"
#8 1.332     --dst-prefix <prefix>
#8 1.332                           show the given destination prefix instead of "b/"
#8 1.332     --line-prefix <prefix>
#8 1.332                           prepend an additional prefix to every line of output
#8 1.332     --no-prefix           do not show any source or destination prefix
#8 1.332     --inter-hunk-context <n>
#8 1.332                           show context between diff hunks up to the specified number of lines
#8 1.332     --output-indicator-new <char>
#8 1.332                           specify the character to indicate a new line instead of '+'
#8 1.332     --output-indicator-old <char>
#8 1.332                           specify the character to indicate an old line instead of '-'
#8 1.332     --output-indicator-context <char>
#8 1.332                           specify the character to indicate a context instead of ' '
#8 1.332 
#8 1.332 Diff rename options
#8 1.332     -B, --break-rewrites[=<n>[/<m>]]
#8 1.332                           break complete rewrite changes into pairs of delete and create
#8 1.332     -M, --find-renames[=<n>]
#8 1.332                           detect renames
#8 1.332     -D, --irreversible-delete
#8 1.332                           omit the preimage for deletes
#8 1.332     -C, --find-copies[=<n>]
#8 1.332                           detect copies
#8 1.332     --find-copies-harder  use unmodified files as source to find copies
#8 1.332     --no-renames          disable rename detection
#8 1.332     --rename-empty        use empty blobs as rename source
#8 1.332     --follow              continue listing the history of a file beyond renames
#8 1.332     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.332 
#8 1.332 Diff algorithm options
#8 1.332     --minimal             produce the smallest possible diff
#8 1.332     -w, --ignore-all-space
#8 1.332                           ignore whitespace when comparing lines
#8 1.332     -b, --ignore-space-change
#8 1.332                           ignore changes in amount of whitespace
#8 1.332     --ignore-space-at-eol
#8 1.332                           ignore changes in whitespace at EOL
#8 1.332     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.332     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.332     -I, --ignore-matching-lines <regex>
#8 1.332                           ignore changes whose all lines match <regex>
#8 1.332     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.332     --patience            generate diff using the "patience diff" algorithm
#8 1.332     --histogram           generate diff using the "histogram diff" algorithm
#8 1.332     --diff-algorithm <algorithm>
#8 1.332                           choose a diff algorithm
#8 1.332     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.332     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.332     --word-diff-regex <regex>
#8 1.332                           use <regex> to decide what a word is
#8 1.332     --color-words[=<regex>]
#8 1.332                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.332     --color-moved[=<mode>]
#8 1.332                           moved lines of code are colored differently
#8 1.332     --color-moved-ws <mode>
#8 1.332                           how white spaces are ignored in --color-moved
#8 1.332 
#8 1.332 Other diff options
#8 1.332     --relative[=<prefix>]
#8 1.332                           when run from subdir, exclude changes outside and show relative paths
#8 1.332     -a, --text            treat all files as text
#8 1.332     -R                    swap two inputs, reverse the diff
#8 1.332     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.332     --quiet               disable all output of the program
#8 1.332     --ext-diff            allow an external diff helper to be executed
#8 1.332     --textconv            run external text conversion filters when comparing binary files
#8 1.332     --ignore-submodules[=<when>]
#8 1.332                           ignore changes to submodules in the diff generation
#8 1.332     --submodule[=<format>]
#8 1.332                           specify how differences in submodules are shown
#8 1.332     --ita-invisible-in-index
#8 1.332                           hide 'git add -N' entries from the index
#8 1.332     --ita-visible-in-index
#8 1.332                           treat 'git add -N' entries as real in the index
#8 1.332     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.332     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.332     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.332     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.332     -O <file>             control the order in which files appear in the output
#8 1.332     --rotate-to <path>    show the change in the specified path first
#8 1.332     --skip-to <path>      skip the output to the specified path
#8 1.332     --find-object <object-id>
#8 1.332                           look for differences that change the number of occurrences of the specified object
#8 1.332     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.332                           select files by diff type
#8 1.332     --output <file>       output to a specific file
#8 1.332 
#8 1.337 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/osmo-uecups'
#8 1.337 To add an exception for this directory, call:
#8 1.337 
#8 1.337 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/osmo-uecups
#8 1.343 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/osmo-uecups'
#8 1.343 To add an exception for this directory, call:
#8 1.343 
#8 1.343 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/osmo-uecups
#8 1.347 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.347 usage: git diff --no-index [<options>] <path> <path>
#8 1.347 
#8 1.347 Diff output format options
#8 1.347     -p, --patch           generate patch
#8 1.347     -s, --no-patch        suppress diff output
#8 1.347     -u                    generate patch
#8 1.347     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.347     -W, --function-context
#8 1.347                           generate diffs with <n> lines context
#8 1.347     --raw                 generate the diff in raw format
#8 1.347     --patch-with-raw      synonym for '-p --raw'
#8 1.347     --patch-with-stat     synonym for '-p --stat'
#8 1.347     --numstat             machine friendly --stat
#8 1.347     --shortstat           output only the last line of --stat
#8 1.347     -X, --dirstat[=<param1,param2>...]
#8 1.347                           output the distribution of relative amount of changes for each sub-directory
#8 1.347     --cumulative          synonym for --dirstat=cumulative
#8 1.347     --dirstat-by-file[=<param1,param2>...]
#8 1.347                           synonym for --dirstat=files,param1,param2...
#8 1.347     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.347     --summary             condensed summary such as creations, renames and mode changes
#8 1.347     --name-only           show only names of changed files
#8 1.347     --name-status         show only names and status of changed files
#8 1.347     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.347                           generate diffstat
#8 1.347     --stat-width <width>  generate diffstat with a given width
#8 1.347     --stat-name-width <width>
#8 1.347                           generate diffstat with a given name width
#8 1.347     --stat-graph-width <width>
#8 1.347                           generate diffstat with a given graph width
#8 1.347     --stat-count <count>  generate diffstat with limited lines
#8 1.347     --compact-summary     generate compact summary in diffstat
#8 1.347     --binary              output a binary diff that can be applied
#8 1.347     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.347     --color[=<when>]      show colored diff
#8 1.347     --ws-error-highlight <kind>
#8 1.347                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.347     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.347     --abbrev[=<n>]        use <n> digits to display object names
#8 1.347     --src-prefix <prefix>
#8 1.347                           show the given source prefix instead of "a/"
#8 1.347     --dst-prefix <prefix>
#8 1.347                           show the given destination prefix instead of "b/"
#8 1.347     --line-prefix <prefix>
#8 1.347                           prepend an additional prefix to every line of output
#8 1.347     --no-prefix           do not show any source or destination prefix
#8 1.347     --inter-hunk-context <n>
#8 1.347                           show context between diff hunks up to the specified number of lines
#8 1.347     --output-indicator-new <char>
#8 1.347                           specify the character to indicate a new line instead of '+'
#8 1.347     --output-indicator-old <char>
#8 1.347                           specify the character to indicate an old line instead of '-'
#8 1.347     --output-indicator-context <char>
#8 1.347                           specify the character to indicate a context instead of ' '
#8 1.347 
#8 1.347 Diff rename options
#8 1.347     -B, --break-rewrites[=<n>[/<m>]]
#8 1.347                           break complete rewrite changes into pairs of delete and create
#8 1.347     -M, --find-renames[=<n>]
#8 1.347                           detect renames
#8 1.347     -D, --irreversible-delete
#8 1.347                           omit the preimage for deletes
#8 1.347     -C, --find-copies[=<n>]
#8 1.347                           detect copies
#8 1.347     --find-copies-harder  use unmodified files as source to find copies
#8 1.347     --no-renames          disable rename detection
#8 1.347     --rename-empty        use empty blobs as rename source
#8 1.347     --follow              continue listing the history of a file beyond renames
#8 1.347     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.347 
#8 1.347 Diff algorithm options
#8 1.347     --minimal             produce the smallest possible diff
#8 1.347     -w, --ignore-all-space
#8 1.347                           ignore whitespace when comparing lines
#8 1.347     -b, --ignore-space-change
#8 1.347                           ignore changes in amount of whitespace
#8 1.347     --ignore-space-at-eol
#8 1.347                           ignore changes in whitespace at EOL
#8 1.347     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.347     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.347     -I, --ignore-matching-lines <regex>
#8 1.347                           ignore changes whose all lines match <regex>
#8 1.347     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.347     --patience            generate diff using the "patience diff" algorithm
#8 1.347     --histogram           generate diff using the "histogram diff" algorithm
#8 1.347     --diff-algorithm <algorithm>
#8 1.347                           choose a diff algorithm
#8 1.347     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.347     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.347     --word-diff-regex <regex>
#8 1.347                           use <regex> to decide what a word is
#8 1.347     --color-words[=<regex>]
#8 1.347                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.347     --color-moved[=<mode>]
#8 1.347                           moved lines of code are colored differently
#8 1.347     --color-moved-ws <mode>
#8 1.347                           how white spaces are ignored in --color-moved
#8 1.347 
#8 1.347 Other diff options
#8 1.347     --relative[=<prefix>]
#8 1.347                           when run from subdir, exclude changes outside and show relative paths
#8 1.347     -a, --text            treat all files as text
#8 1.347     -R                    swap two inputs, reverse the diff
#8 1.347     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.347     --quiet               disable all output of the program
#8 1.347     --ext-diff            allow an external diff helper to be executed
#8 1.347     --textconv            run external text conversion filters when comparing binary files
#8 1.347     --ignore-submodules[=<when>]
#8 1.347                           ignore changes to submodules in the diff generation
#8 1.347     --submodule[=<format>]
#8 1.347                           specify how differences in submodules are shown
#8 1.347     --ita-invisible-in-index
#8 1.347                           hide 'git add -N' entries from the index
#8 1.347     --ita-visible-in-index
#8 1.347                           treat 'git add -N' entries as real in the index
#8 1.347     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.347     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.347     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.347     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.347     -O <file>             control the order in which files appear in the output
#8 1.347     --rotate-to <path>    show the change in the specified path first
#8 1.348     --skip-to <path>      skip the output to the specified path
#8 1.348     --find-object <object-id>
#8 1.348                           look for differences that change the number of occurrences of the specified object
#8 1.348     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.348                           select files by diff type
#8 1.348     --output <file>       output to a specific file
#8 1.348 
#8 1.352 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/nas'
#8 1.352 To add an exception for this directory, call:
#8 1.352 
#8 1.352 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/nas
#8 1.358 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/nas'
#8 1.358 To add an exception for this directory, call:
#8 1.358 
#8 1.358 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/nas
#8 1.362 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.362 usage: git diff --no-index [<options>] <path> <path>
#8 1.362 
#8 1.362 Diff output format options
#8 1.362     -p, --patch           generate patch
#8 1.362     -s, --no-patch        suppress diff output
#8 1.362     -u                    generate patch
#8 1.362     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.362     -W, --function-context
#8 1.362                           generate diffs with <n> lines context
#8 1.362     --raw                 generate the diff in raw format
#8 1.362     --patch-with-raw      synonym for '-p --raw'
#8 1.362     --patch-with-stat     synonym for '-p --stat'
#8 1.362     --numstat             machine friendly --stat
#8 1.362     --shortstat           output only the last line of --stat
#8 1.362     -X, --dirstat[=<param1,param2>...]
#8 1.362                           output the distribution of relative amount of changes for each sub-directory
#8 1.362     --cumulative          synonym for --dirstat=cumulative
#8 1.362     --dirstat-by-file[=<param1,param2>...]
#8 1.362                           synonym for --dirstat=files,param1,param2...
#8 1.362     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.362     --summary             condensed summary such as creations, renames and mode changes
#8 1.362     --name-only           show only names of changed files
#8 1.362     --name-status         show only names and status of changed files
#8 1.362     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.362                           generate diffstat
#8 1.362     --stat-width <width>  generate diffstat with a given width
#8 1.362     --stat-name-width <width>
#8 1.362                           generate diffstat with a given name width
#8 1.362     --stat-graph-width <width>
#8 1.362                           generate diffstat with a given graph width
#8 1.362     --stat-count <count>  generate diffstat with limited lines
#8 1.362     --compact-summary     generate compact summary in diffstat
#8 1.362     --binary              output a binary diff that can be applied
#8 1.362     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.362     --color[=<when>]      show colored diff
#8 1.362     --ws-error-highlight <kind>
#8 1.362                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.362     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.362     --abbrev[=<n>]        use <n> digits to display object names
#8 1.362     --src-prefix <prefix>
#8 1.362                           show the given source prefix instead of "a/"
#8 1.362     --dst-prefix <prefix>
#8 1.362                           show the given destination prefix instead of "b/"
#8 1.362     --line-prefix <prefix>
#8 1.362                           prepend an additional prefix to every line of output
#8 1.362     --no-prefix           do not show any source or destination prefix
#8 1.362     --inter-hunk-context <n>
#8 1.362                           show context between diff hunks up to the specified number of lines
#8 1.362     --output-indicator-new <char>
#8 1.362                           specify the character to indicate a new line instead of '+'
#8 1.362     --output-indicator-old <char>
#8 1.362                           specify the character to indicate an old line instead of '-'
#8 1.362     --output-indicator-context <char>
#8 1.362                           specify the character to indicate a context instead of ' '
#8 1.362 
#8 1.362 Diff rename options
#8 1.362     -B, --break-rewrites[=<n>[/<m>]]
#8 1.362                           break complete rewrite changes into pairs of delete and create
#8 1.362     -M, --find-renames[=<n>]
#8 1.362                           detect renames
#8 1.362     -D, --irreversible-delete
#8 1.362                           omit the preimage for deletes
#8 1.362     -C, --find-copies[=<n>]
#8 1.362                           detect copies
#8 1.362     --find-copies-harder  use unmodified files as source to find copies
#8 1.362     --no-renames          disable rename detection
#8 1.362     --rename-empty        use empty blobs as rename source
#8 1.362     --follow              continue listing the history of a file beyond renames
#8 1.362     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.362 
#8 1.362 Diff algorithm options
#8 1.362     --minimal             produce the smallest possible diff
#8 1.362     -w, --ignore-all-space
#8 1.362                           ignore whitespace when comparing lines
#8 1.362     -b, --ignore-space-change
#8 1.362                           ignore changes in amount of whitespace
#8 1.362     --ignore-space-at-eol
#8 1.362                           ignore changes in whitespace at EOL
#8 1.362     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.362     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.362     -I, --ignore-matching-lines <regex>
#8 1.362                           ignore changes whose all lines match <regex>
#8 1.362     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.362     --patience            generate diff using the "patience diff" algorithm
#8 1.362     --histogram           generate diff using the "histogram diff" algorithm
#8 1.362     --diff-algorithm <algorithm>
#8 1.362                           choose a diff algorithm
#8 1.362     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.362     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.362     --word-diff-regex <regex>
#8 1.363                           use <regex> to decide what a word is
#8 1.363     --color-words[=<regex>]
#8 1.363                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.363     --color-moved[=<mode>]
#8 1.363                           moved lines of code are colored differently
#8 1.363     --color-moved-ws <mode>
#8 1.363                           how white spaces are ignored in --color-moved
#8 1.363 
#8 1.363 Other diff options
#8 1.363     --relative[=<prefix>]
#8 1.363                           when run from subdir, exclude changes outside and show relative paths
#8 1.363     -a, --text            treat all files as text
#8 1.363     -R                    swap two inputs, reverse the diff
#8 1.363     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.363     --quiet               disable all output of the program
#8 1.363     --ext-diff            allow an external diff helper to be executed
#8 1.363     --textconv            run external text conversion filters when comparing binary files
#8 1.363     --ignore-submodules[=<when>]
#8 1.363                           ignore changes to submodules in the diff generation
#8 1.363     --submodule[=<format>]
#8 1.363                           specify how differences in submodules are shown
#8 1.363     --ita-invisible-in-index
#8 1.363                           hide 'git add -N' entries from the index
#8 1.363     --ita-visible-in-index
#8 1.363                           treat 'git add -N' entries as real in the index
#8 1.363     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.363     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.363     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.363     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.363     -O <file>             control the order in which files appear in the output
#8 1.363     --rotate-to <path>    show the change in the specified path first
#8 1.363     --skip-to <path>      skip the output to the specified path
#8 1.363     --find-object <object-id>
#8 1.363                           look for differences that change the number of occurrences of the specified object
#8 1.363     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.363                           select files by diff type
#8 1.363     --output <file>       output to a specific file
#8 1.363 
#8 1.367 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.367 To add an exception for this directory, call:
#8 1.367 
#8 1.367 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.373 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.373 To add an exception for this directory, call:
#8 1.373 
#8 1.373 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.377 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.377 usage: git diff --no-index [<options>] <path> <path>
#8 1.377 
#8 1.377 Diff output format options
#8 1.377     -p, --patch           generate patch
#8 1.377     -s, --no-patch        suppress diff output
#8 1.377     -u                    generate patch
#8 1.377     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.377     -W, --function-context
#8 1.377                           generate diffs with <n> lines context
#8 1.377     --raw                 generate the diff in raw format
#8 1.377     --patch-with-raw      synonym for '-p --raw'
#8 1.377     --patch-with-stat     synonym for '-p --stat'
#8 1.377     --numstat             machine friendly --stat
#8 1.377     --shortstat           output only the last line of --stat
#8 1.377     -X, --dirstat[=<param1,param2>...]
#8 1.377                           output the distribution of relative amount of changes for each sub-directory
#8 1.377     --cumulative          synonym for --dirstat=cumulative
#8 1.377     --dirstat-by-file[=<param1,param2>...]
#8 1.377                           synonym for --dirstat=files,param1,param2...
#8 1.377     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.377     --summary             condensed summary such as creations, renames and mode changes
#8 1.377     --name-only           show only names of changed files
#8 1.377     --name-status         show only names and status of changed files
#8 1.377     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.377                           generate diffstat
#8 1.377     --stat-width <width>  generate diffstat with a given width
#8 1.377     --stat-name-width <width>
#8 1.377                           generate diffstat with a given name width
#8 1.377     --stat-graph-width <width>
#8 1.377                           generate diffstat with a given graph width
#8 1.377     --stat-count <count>  generate diffstat with limited lines
#8 1.377     --compact-summary     generate compact summary in diffstat
#8 1.377     --binary              output a binary diff that can be applied
#8 1.377     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.377     --color[=<when>]      show colored diff
#8 1.377     --ws-error-highlight <kind>
#8 1.377                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.377     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.377     --abbrev[=<n>]        use <n> digits to display object names
#8 1.377     --src-prefix <prefix>
#8 1.377                           show the given source prefix instead of "a/"
#8 1.377     --dst-prefix <prefix>
#8 1.377                           show the given destination prefix instead of "b/"
#8 1.377     --line-prefix <prefix>
#8 1.377                           prepend an additional prefix to every line of output
#8 1.377     --no-prefix           do not show any source or destination prefix
#8 1.377     --inter-hunk-context <n>
#8 1.377                           show context between diff hunks up to the specified number of lines
#8 1.377     --output-indicator-new <char>
#8 1.377                           specify the character to indicate a new line instead of '+'
#8 1.377     --output-indicator-old <char>
#8 1.377                           specify the character to indicate an old line instead of '-'
#8 1.377     --output-indicator-context <char>
#8 1.377                           specify the character to indicate a context instead of ' '
#8 1.377 
#8 1.377 Diff rename options
#8 1.377     -B, --break-rewrites[=<n>[/<m>]]
#8 1.377                           break complete rewrite changes into pairs of delete and create
#8 1.377     -M, --find-renames[=<n>]
#8 1.377                           detect renames
#8 1.377     -D, --irreversible-delete
#8 1.377                           omit the preimage for deletes
#8 1.377     -C, --find-copies[=<n>]
#8 1.377                           detect copies
#8 1.377     --find-copies-harder  use unmodified files as source to find copies
#8 1.377     --no-renames          disable rename detection
#8 1.377     --rename-empty        use empty blobs as rename source
#8 1.377     --follow              continue listing the history of a file beyond renames
#8 1.377     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.377 
#8 1.377 Diff algorithm options
#8 1.377     --minimal             produce the smallest possible diff
#8 1.377     -w, --ignore-all-space
#8 1.377                           ignore whitespace when comparing lines
#8 1.377     -b, --ignore-space-change
#8 1.377                           ignore changes in amount of whitespace
#8 1.377     --ignore-space-at-eol
#8 1.377                           ignore changes in whitespace at EOL
#8 1.377     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.377     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.377     -I, --ignore-matching-lines <regex>
#8 1.377                           ignore changes whose all lines match <regex>
#8 1.377     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.377     --patience            generate diff using the "patience diff" algorithm
#8 1.377     --histogram           generate diff using the "histogram diff" algorithm
#8 1.377     --diff-algorithm <algorithm>
#8 1.377                           choose a diff algorithm
#8 1.377     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.377     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.377     --word-diff-regex <regex>
#8 1.377                           use <regex> to decide what a word is
#8 1.377     --color-words[=<regex>]
#8 1.377                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.377     --color-moved[=<mode>]
#8 1.378                           moved lines of code are colored differently
#8 1.378     --color-moved-ws <mode>
#8 1.378                           how white spaces are ignored in --color-moved
#8 1.378 
#8 1.378 Other diff options
#8 1.378     --relative[=<prefix>]
#8 1.378                           when run from subdir, exclude changes outside and show relative paths
#8 1.378     -a, --text            treat all files as text
#8 1.378     -R                    swap two inputs, reverse the diff
#8 1.378     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.378     --quiet               disable all output of the program
#8 1.378     --ext-diff            allow an external diff helper to be executed
#8 1.378     --textconv            run external text conversion filters when comparing binary files
#8 1.378     --ignore-submodules[=<when>]
#8 1.378                           ignore changes to submodules in the diff generation
#8 1.378     --submodule[=<format>]
#8 1.378                           specify how differences in submodules are shown
#8 1.378     --ita-invisible-in-index
#8 1.378                           hide 'git add -N' entries from the index
#8 1.378     --ita-visible-in-index
#8 1.378                           treat 'git add -N' entries as real in the index
#8 1.378     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.378     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.378     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.378     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.378     -O <file>             control the order in which files appear in the output
#8 1.378     --rotate-to <path>    show the change in the specified path first
#8 1.378     --skip-to <path>      skip the output to the specified path
#8 1.378     --find-object <object-id>
#8 1.378                           look for differences that change the number of occurrences of the specified object
#8 1.378     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.378                           select files by diff type
#8 1.378     --output <file>       output to a specific file
#8 1.378 
#8 1.382 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP'
#8 1.382 To add an exception for this directory, call:
#8 1.382 
#8 1.382 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP
#8 1.388 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP'
#8 1.388 To add an exception for this directory, call:
#8 1.388 
#8 1.388 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP
#8 1.392 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.392 usage: git diff --no-index [<options>] <path> <path>
#8 1.392 
#8 1.392 Diff output format options
#8 1.392     -p, --patch           generate patch
#8 1.392     -s, --no-patch        suppress diff output
#8 1.392     -u                    generate patch
#8 1.392     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.392     -W, --function-context
#8 1.392                           generate diffs with <n> lines context
#8 1.392     --raw                 generate the diff in raw format
#8 1.392     --patch-with-raw      synonym for '-p --raw'
#8 1.392     --patch-with-stat     synonym for '-p --stat'
#8 1.392     --numstat             machine friendly --stat
#8 1.392     --shortstat           output only the last line of --stat
#8 1.392     -X, --dirstat[=<param1,param2>...]
#8 1.392                           output the distribution of relative amount of changes for each sub-directory
#8 1.392     --cumulative          synonym for --dirstat=cumulative
#8 1.392     --dirstat-by-file[=<param1,param2>...]
#8 1.392                           synonym for --dirstat=files,param1,param2...
#8 1.392     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.392     --summary             condensed summary such as creations, renames and mode changes
#8 1.392     --name-only           show only names of changed files
#8 1.392     --name-status         show only names and status of changed files
#8 1.392     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.392                           generate diffstat
#8 1.392     --stat-width <width>  generate diffstat with a given width
#8 1.392     --stat-name-width <width>
#8 1.392                           generate diffstat with a given name width
#8 1.392     --stat-graph-width <width>
#8 1.392                           generate diffstat with a given graph width
#8 1.392     --stat-count <count>  generate diffstat with limited lines
#8 1.392     --compact-summary     generate compact summary in diffstat
#8 1.392     --binary              output a binary diff that can be applied
#8 1.392     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.392     --color[=<when>]      show colored diff
#8 1.392     --ws-error-highlight <kind>
#8 1.392                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.392     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.392     --abbrev[=<n>]        use <n> digits to display object names
#8 1.392     --src-prefix <prefix>
#8 1.392                           show the given source prefix instead of "a/"
#8 1.392     --dst-prefix <prefix>
#8 1.392                           show the given destination prefix instead of "b/"
#8 1.392     --line-prefix <prefix>
#8 1.392                           prepend an additional prefix to every line of output
#8 1.392     --no-prefix           do not show any source or destination prefix
#8 1.392     --inter-hunk-context <n>
#8 1.392                           show context between diff hunks up to the specified number of lines
#8 1.392     --output-indicator-new <char>
#8 1.392                           specify the character to indicate a new line instead of '+'
#8 1.392     --output-indicator-old <char>
#8 1.392                           specify the character to indicate an old line instead of '-'
#8 1.392     --output-indicator-context <char>
#8 1.392                           specify the character to indicate a context instead of ' '
#8 1.392 
#8 1.392 Diff rename options
#8 1.392     -B, --break-rewrites[=<n>[/<m>]]
#8 1.393                           break complete rewrite changes into pairs of delete and create
#8 1.393     -M, --find-renames[=<n>]
#8 1.393                           detect renames
#8 1.393     -D, --irreversible-delete
#8 1.393                           omit the preimage for deletes
#8 1.393     -C, --find-copies[=<n>]
#8 1.393                           detect copies
#8 1.393     --find-copies-harder  use unmodified files as source to find copies
#8 1.393     --no-renames          disable rename detection
#8 1.393     --rename-empty        use empty blobs as rename source
#8 1.393     --follow              continue listing the history of a file beyond renames
#8 1.393     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.393 
#8 1.393 Diff algorithm options
#8 1.393     --minimal             produce the smallest possible diff
#8 1.393     -w, --ignore-all-space
#8 1.393                           ignore whitespace when comparing lines
#8 1.393     -b, --ignore-space-change
#8 1.393                           ignore changes in amount of whitespace
#8 1.393     --ignore-space-at-eol
#8 1.393                           ignore changes in whitespace at EOL
#8 1.393     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.393     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.393     -I, --ignore-matching-lines <regex>
#8 1.393                           ignore changes whose all lines match <regex>
#8 1.393     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.393     --patience            generate diff using the "patience diff" algorithm
#8 1.393     --histogram           generate diff using the "histogram diff" algorithm
#8 1.393     --diff-algorithm <algorithm>
#8 1.393                           choose a diff algorithm
#8 1.393     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.393     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.393     --word-diff-regex <regex>
#8 1.393                           use <regex> to decide what a word is
#8 1.393     --color-words[=<regex>]
#8 1.393                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.393     --color-moved[=<mode>]
#8 1.393                           moved lines of code are colored differently
#8 1.393     --color-moved-ws <mode>
#8 1.393                           how white spaces are ignored in --color-moved
#8 1.393 
#8 1.393 Other diff options
#8 1.393     --relative[=<prefix>]
#8 1.393                           when run from subdir, exclude changes outside and show relative paths
#8 1.393     -a, --text            treat all files as text
#8 1.393     -R                    swap two inputs, reverse the diff
#8 1.393     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.393     --quiet               disable all output of the program
#8 1.393     --ext-diff            allow an external diff helper to be executed
#8 1.393     --textconv            run external text conversion filters when comparing binary files
#8 1.393     --ignore-submodules[=<when>]
#8 1.393                           ignore changes to submodules in the diff generation
#8 1.393     --submodule[=<format>]
#8 1.393                           specify how differences in submodules are shown
#8 1.393     --ita-invisible-in-index
#8 1.393                           hide 'git add -N' entries from the index
#8 1.393     --ita-visible-in-index
#8 1.393                           treat 'git add -N' entries as real in the index
#8 1.393     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.393     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.393     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.393     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.393     -O <file>             control the order in which files appear in the output
#8 1.393     --rotate-to <path>    show the change in the specified path first
#8 1.393     --skip-to <path>      skip the output to the specified path
#8 1.393     --find-object <object-id>
#8 1.393                           look for differences that change the number of occurrences of the specified object
#8 1.393     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.393                           select files by diff type
#8 1.393     --output <file>       output to a specific file
#8 1.393 
#8 1.397 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET'
#8 1.397 To add an exception for this directory, call:
#8 1.397 
#8 1.397 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET
#8 1.403 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET'
#8 1.403 To add an exception for this directory, call:
#8 1.403 
#8 1.403 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET
#8 1.407 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.407 usage: git diff --no-index [<options>] <path> <path>
#8 1.407 
#8 1.407 Diff output format options
#8 1.407     -p, --patch           generate patch
#8 1.407     -s, --no-patch        suppress diff output
#8 1.407     -u                    generate patch
#8 1.407     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.407     -W, --function-context
#8 1.407                           generate diffs with <n> lines context
#8 1.407     --raw                 generate the diff in raw format
#8 1.407     --patch-with-raw      synonym for '-p --raw'
#8 1.407     --patch-with-stat     synonym for '-p --stat'
#8 1.407     --numstat             machine friendly --stat
#8 1.407     --shortstat           output only the last line of --stat
#8 1.407     -X, --dirstat[=<param1,param2>...]
#8 1.407                           output the distribution of relative amount of changes for each sub-directory
#8 1.407     --cumulative          synonym for --dirstat=cumulative
#8 1.407     --dirstat-by-file[=<param1,param2>...]
#8 1.407                           synonym for --dirstat=files,param1,param2...
#8 1.407     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.407     --summary             condensed summary such as creations, renames and mode changes
#8 1.407     --name-only           show only names of changed files
#8 1.407     --name-status         show only names and status of changed files
#8 1.407     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.407                           generate diffstat
#8 1.407     --stat-width <width>  generate diffstat with a given width
#8 1.407     --stat-name-width <width>
#8 1.407                           generate diffstat with a given name width
#8 1.407     --stat-graph-width <width>
#8 1.407                           generate diffstat with a given graph width
#8 1.407     --stat-count <count>  generate diffstat with limited lines
#8 1.407     --compact-summary     generate compact summary in diffstat
#8 1.407     --binary              output a binary diff that can be applied
#8 1.407     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.407     --color[=<when>]      show colored diff
#8 1.407     --ws-error-highlight <kind>
#8 1.407                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.407     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.407     --abbrev[=<n>]        use <n> digits to display object names
#8 1.407     --src-prefix <prefix>
#8 1.407                           show the given source prefix instead of "a/"
#8 1.407     --dst-prefix <prefix>
#8 1.408                           show the given destination prefix instead of "b/"
#8 1.408     --line-prefix <prefix>
#8 1.408                           prepend an additional prefix to every line of output
#8 1.408     --no-prefix           do not show any source or destination prefix
#8 1.408     --inter-hunk-context <n>
#8 1.408                           show context between diff hunks up to the specified number of lines
#8 1.408     --output-indicator-new <char>
#8 1.408                           specify the character to indicate a new line instead of '+'
#8 1.408     --output-indicator-old <char>
#8 1.408                           specify the character to indicate an old line instead of '-'
#8 1.408     --output-indicator-context <char>
#8 1.408                           specify the character to indicate a context instead of ' '
#8 1.408 
#8 1.408 Diff rename options
#8 1.408     -B, --break-rewrites[=<n>[/<m>]]
#8 1.408                           break complete rewrite changes into pairs of delete and create
#8 1.408     -M, --find-renames[=<n>]
#8 1.408                           detect renames
#8 1.408     -D, --irreversible-delete
#8 1.408                           omit the preimage for deletes
#8 1.408     -C, --find-copies[=<n>]
#8 1.408                           detect copies
#8 1.408     --find-copies-harder  use unmodified files as source to find copies
#8 1.408     --no-renames          disable rename detection
#8 1.408     --rename-empty        use empty blobs as rename source
#8 1.408     --follow              continue listing the history of a file beyond renames
#8 1.408     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.408 
#8 1.408 Diff algorithm options
#8 1.408     --minimal             produce the smallest possible diff
#8 1.408     -w, --ignore-all-space
#8 1.408                           ignore whitespace when comparing lines
#8 1.408     -b, --ignore-space-change
#8 1.408                           ignore changes in amount of whitespace
#8 1.408     --ignore-space-at-eol
#8 1.408                           ignore changes in whitespace at EOL
#8 1.408     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.408     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.408     -I, --ignore-matching-lines <regex>
#8 1.408                           ignore changes whose all lines match <regex>
#8 1.408     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.408     --patience            generate diff using the "patience diff" algorithm
#8 1.408     --histogram           generate diff using the "histogram diff" algorithm
#8 1.408     --diff-algorithm <algorithm>
#8 1.408                           choose a diff algorithm
#8 1.408     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.408     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.408     --word-diff-regex <regex>
#8 1.408                           use <regex> to decide what a word is
#8 1.408     --color-words[=<regex>]
#8 1.408                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.408     --color-moved[=<mode>]
#8 1.408                           moved lines of code are colored differently
#8 1.408     --color-moved-ws <mode>
#8 1.408                           how white spaces are ignored in --color-moved
#8 1.408 
#8 1.408 Other diff options
#8 1.408     --relative[=<prefix>]
#8 1.408                           when run from subdir, exclude changes outside and show relative paths
#8 1.408     -a, --text            treat all files as text
#8 1.408     -R                    swap two inputs, reverse the diff
#8 1.408     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.408     --quiet               disable all output of the program
#8 1.408     --ext-diff            allow an external diff helper to be executed
#8 1.408     --textconv            run external text conversion filters when comparing binary files
#8 1.408     --ignore-submodules[=<when>]
#8 1.408                           ignore changes to submodules in the diff generation
#8 1.408     --submodule[=<format>]
#8 1.408                           specify how differences in submodules are shown
#8 1.408     --ita-invisible-in-index
#8 1.408                           hide 'git add -N' entries from the index
#8 1.408     --ita-visible-in-index
#8 1.408                           treat 'git add -N' entries as real in the index
#8 1.408     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.408     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.408     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.408     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.408     -O <file>             control the order in which files appear in the output
#8 1.408     --rotate-to <path>    show the change in the specified path first
#8 1.408     --skip-to <path>      skip the output to the specified path
#8 1.408     --find-object <object-id>
#8 1.408                           look for differences that change the number of occurrences of the specified object
#8 1.408     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.408                           select files by diff type
#8 1.408     --output <file>       output to a specific file
#8 1.408 
#8 1.412 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.USB'
#8 1.412 To add an exception for this directory, call:
#8 1.412 
#8 1.412 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.USB
#8 1.418 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.USB'
#8 1.418 To add an exception for this directory, call:
#8 1.418 
#8 1.418 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.USB
#8 1.422 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.422 usage: git diff --no-index [<options>] <path> <path>
#8 1.422 
#8 1.422 Diff output format options
#8 1.422     -p, --patch           generate patch
#8 1.422     -s, --no-patch        suppress diff output
#8 1.422     -u                    generate patch
#8 1.422     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.422     -W, --function-context
#8 1.422                           generate diffs with <n> lines context
#8 1.422     --raw                 generate the diff in raw format
#8 1.422     --patch-with-raw      synonym for '-p --raw'
#8 1.422     --patch-with-stat     synonym for '-p --stat'
#8 1.422     --numstat             machine friendly --stat
#8 1.422     --shortstat           output only the last line of --stat
#8 1.422     -X, --dirstat[=<param1,param2>...]
#8 1.422                           output the distribution of relative amount of changes for each sub-directory
#8 1.422     --cumulative          synonym for --dirstat=cumulative
#8 1.422     --dirstat-by-file[=<param1,param2>...]
#8 1.422                           synonym for --dirstat=files,param1,param2...
#8 1.422     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.422     --summary             condensed summary such as creations, renames and mode changes
#8 1.422     --name-only           show only names of changed files
#8 1.422     --name-status         show only names and status of changed files
#8 1.422     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.422                           generate diffstat
#8 1.422     --stat-width <width>  generate diffstat with a given width
#8 1.422     --stat-name-width <width>
#8 1.422                           generate diffstat with a given name width
#8 1.422     --stat-graph-width <width>
#8 1.422                           generate diffstat with a given graph width
#8 1.422     --stat-count <count>  generate diffstat with limited lines
#8 1.422     --compact-summary     generate compact summary in diffstat
#8 1.422     --binary              output a binary diff that can be applied
#8 1.422     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.422     --color[=<when>]      show colored diff
#8 1.422     --ws-error-highlight <kind>
#8 1.422                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.422     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.422     --abbrev[=<n>]        use <n> digits to display object names
#8 1.422     --src-prefix <prefix>
#8 1.422                           show the given source prefix instead of "a/"
#8 1.422     --dst-prefix <prefix>
#8 1.422                           show the given destination prefix instead of "b/"
#8 1.422     --line-prefix <prefix>
#8 1.422                           prepend an additional prefix to every line of output
#8 1.422     --no-prefix           do not show any source or destination prefix
#8 1.422     --inter-hunk-context <n>
#8 1.422                           show context between diff hunks up to the specified number of lines
#8 1.422     --output-indicator-new <char>
#8 1.422                           specify the character to indicate a new line instead of '+'
#8 1.422     --output-indicator-old <char>
#8 1.422                           specify the character to indicate an old line instead of '-'
#8 1.422     --output-indicator-context <char>
#8 1.422                           specify the character to indicate a context instead of ' '
#8 1.422 
#8 1.422 Diff rename options
#8 1.422     -B, --break-rewrites[=<n>[/<m>]]
#8 1.422                           break complete rewrite changes into pairs of delete and create
#8 1.422     -M, --find-renames[=<n>]
#8 1.422                           detect renames
#8 1.422     -D, --irreversible-delete
#8 1.422                           omit the preimage for deletes
#8 1.422     -C, --find-copies[=<n>]
#8 1.422                           detect copies
#8 1.422     --find-copies-harder  use unmodified files as source to find copies
#8 1.422     --no-renames          disable rename detection
#8 1.422     --rename-empty        use empty blobs as rename source
#8 1.422     --follow              continue listing the history of a file beyond renames
#8 1.422     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.422 
#8 1.422 Diff algorithm options
#8 1.422     --minimal             produce the smallest possible diff
#8 1.422     -w, --ignore-all-space
#8 1.423                           ignore whitespace when comparing lines
#8 1.423     -b, --ignore-space-change
#8 1.423                           ignore changes in amount of whitespace
#8 1.423     --ignore-space-at-eol
#8 1.423                           ignore changes in whitespace at EOL
#8 1.423     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.423     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.423     -I, --ignore-matching-lines <regex>
#8 1.423                           ignore changes whose all lines match <regex>
#8 1.423     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.423     --patience            generate diff using the "patience diff" algorithm
#8 1.423     --histogram           generate diff using the "histogram diff" algorithm
#8 1.423     --diff-algorithm <algorithm>
#8 1.423                           choose a diff algorithm
#8 1.423     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.423     --word-diff[=<mode>]  show word diff, using <mode> to delimit c
#8 1.423 [output clipped, log limit 200KiB/s reached]
#8 1.426 WARNING: titan.Libraries.TCCUsefulFunctions skipped because it contains uncommitted modifications!
#8 1.427 WARNING: titan.ProtocolEmulations.M3UA skipped because it contains uncommitted modifications!
#8 1.427 WARNING: titan.ProtocolEmulations.SCCP skipped because it contains uncommitted modifications!
#8 1.427 WARNING: titan.ProtocolModules.BSSAPP_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.428 WARNING: titan.ProtocolModules.DIAMETER_ProtocolModule_Generator skipped because it contains uncommitted modifications!
#8 1.428 WARNING: titan.ProtocolModules.DNS skipped because it contains uncommitted modifications!
#8 1.429 WARNING: titan.ProtocolModules.GRE skipped because it contains uncommitted modifications!
#8 1.429 WARNING: titan.ProtocolModules.GTP_v13.5.0 skipped because it contains uncommitted modifications!
#8 1.430 WARNING: titan.ProtocolModules.GTPv2_v13.7.0 skipped because it contains uncommitted modifications!
#8 1.430 WARNING: titan.ProtocolModules.ICMP skipped because it contains uncommitted modifications!
#8 1.431 WARNING: titan.ProtocolModules.IP skipped because it contains uncommitted modifications!
#8 1.431 WARNING: titan.ProtocolModules.ICMPv6 skipped because it contains uncommitted modifications!
#8 1.431 WARNING: titan.ProtocolModules.ISUP_Q.762 skipped because it contains uncommitted modifications!
#8 1.432 WARNING: titan.ProtocolModules.JSON_v07_2006 skipped because it contains uncommitted modifications!
#8 1.432 WARNING: titan.ProtocolModules.L2TP skipped because it contains uncommitted modifications!
#8 1.433 WARNING: titan.ProtocolModules.LLC_v7.1.0 skipped because it contains uncommitted modifications!
#8 1.433 WARNING: titan.ProtocolModules.M3UA skipped because it contains uncommitted modifications!
#8 1.434 WARNING: titan.ProtocolModules.MobileL3_v13.4.0 skipped because it contains uncommitted modifications!
#8 1.434 WARNING: titan.ProtocolModules.SMPP skipped because it contains uncommitted modifications!
#8 1.435 WARNING: titan.ProtocolModules.TCP skipped because it contains uncommitted modifications!
#8 1.435 WARNING: titan.ProtocolModules.UDP skipped because it contains uncommitted modifications!
#8 1.436 WARNING: titan.ProtocolModules.RTP skipped because it contains uncommitted modifications!
#8 1.436 WARNING: titan.ProtocolModules.M2PA skipped because it contains uncommitted modifications!
#8 1.436 WARNING: titan.ProtocolModules.ROSE skipped because it contains uncommitted modifications!
#8 1.437 WARNING: titan.ProtocolModules.SCTP skipped because it contains uncommitted modifications!
#8 1.437 WARNING: titan.ProtocolModules.SDP skipped because it contains uncommitted modifications!
#8 1.438 WARNING: titan.ProtocolModules.SUA skipped because it contains uncommitted modifications!
#8 1.438 WARNING: titan.ProtocolModules.NAS_EPS_15.2.0.1 skipped because it contains uncommitted modifications!
#8 1.438 WARNING: titan.ProtocolModules.NS_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.439 WARNING: titan.ProtocolModules.SGsAP_13.2.0 skipped because it contains uncommitted modifications!
#8 1.439 WARNING: titan.ProtocolModules.SNDCP_v7.0.0 skipped because it contains uncommitted modifications!
#8 1.440 WARNING: titan.ProtocolModules.PFCP_v15.1.0 skipped because it contains uncommitted modifications!
#8 1.440 WARNING: titan.TestPorts.Common_Components.Socket-API skipped because it contains uncommitted modifications!
#8 1.440 WARNING: titan.TestPorts.Common_Components.Abstract_Socket skipped because it contains uncommitted modifications!
#8 1.441 WARNING: titan.TestPorts.HTTPmsg skipped because it contains uncommitted modifications!
#8 1.441 WARNING: titan.TestPorts.IPL4asp skipped because it contains uncommitted modifications!
#8 1.442 WARNING: titan.TestPorts.LANL2asp skipped because it contains uncommitted modifications!
#8 1.442 WARNING: titan.TestPorts.PCAPasp skipped because it contains uncommitted modifications!
#8 1.443 WARNING: titan.TestPorts.PIPEasp skipped because it contains uncommitted modifications!
#8 1.443 WARNING: titan.TestPorts.SIPmsg skipped because it contains uncommitted modifications!
#8 1.443 WARNING: titan.TestPorts.TELNETasp skipped because it contains uncommitted modifications!
#8 1.444 WARNING: titan.TestPorts.TCPasp skipped because it contains uncommitted modifications!
#8 1.444 WARNING: titan.TestPorts.UDPasp skipped because it contains uncommitted modifications!
#8 1.445 WARNING: titan.TestPorts.UNIX_DOMAIN_SOCKETasp skipped because it contains uncommitted modifications!
#8 1.445 WARNING: titan.TestPorts.SCTPasp skipped because it contains uncommitted modifications!
#8 1.445 WARNING: titan.TestPorts.MTP3asp skipped because it contains uncommitted modifications!
#8 1.446 WARNING: titan.ProtocolModules.BSSGP_v13.0.0 skipped because it contains uncommitted modifications!
#8 1.446 WARNING: osmo-uecups skipped because it contains uncommitted modifications!
#8 1.447 WARNING: nas skipped because it contains uncommitted modifications!
#8 1.447 WARNING: titan.ProtocolModules.BSSMAP skipped because it contains uncommitted modifications!
#8 1.448 WARNING: titan.ProtocolModules.MAP skipped because it contains uncommitted modifications!
#8 1.448 WARNING: titan.TestPorts.AF_PACKET skipped because it contains uncommitted modifications!
#8 1.448 WARNING: titan.TestPorts.USB skipped because it contains uncommitted modifications!
#8 1.448 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps'
#8 1.449 touch .make.deps
#8 1.453 '/ttcn3-dumpcap-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh'
#8 1.455 '/ttcn3-tcpdump-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh'
#8 1.456 '/ttcn3-dumpcap-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh'
#8 1.457 '/ttcn3-tcpdump-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh'
#8 1.459 '/_scripts' -> '/osmo-ttcn3-hacks/_scripts'
#8 1.576 (cd bts && ./gen_links.sh && ./regen_makefile.sh)
#8 1.694 make -C _build/bts compile
#8 1.707 make[1]: Entering directory '/osmo-ttcn3-hacks/_build/bts'
#8 1.708   PP       IPA_Emulation.ttcn
#8 1.725   TTCN     *.ttcn *.asn
#8 2.260 touch compile
#8 2.261 make[1]: Leaving directory '/osmo-ttcn3-hacks/_build/bts'
#8 2.261 make -j20 -C _build/bts
#8 2.278 make[1]: Entering directory '/osmo-ttcn3-hacks/_build/bts'
#8 2.314   DEP      UD_PT.cc
#8 2.314   DEP      TELNETasp_PT.cc
#8 2.314   DEP      TRXC_CodecPort_CtrlFunctDef.cc
#8 2.314   DEP      TCCInterface.cc
#8 2.314   DEP      TCCConversion.cc
#8 2.314   DEP      RTP_EncDec.cc
#8 2.315   DEP      RTP_CodecPort_CtrlFunctDef.cc
#8 2.315   DEP      RLCMAC_EncDec.cc
#8 2.315   DEP      OSMUX_CodecPort_CtrlFunctDef.cc
#8 2.315   DEP      Native_FunctionDefs.cc
#8 2.315   DEP      L1CTL_PortType_CtrlFunctDef.cc
#8 2.315   DEP      IuUP_EncDec.cc
#8 2.316   DEP      IPL4asp_discovery.cc
#8 2.316   DEP      IPL4asp_PT.cc
#8 2.316   DEP      IPA_CodecPort_CtrlFunctDef.cc
#8 2.342   DEP      IPA_Emulation_part_7.cc
#8 2.342   DEP      IPA_Emulation_part_6.cc
#8 2.342   DEP      IPA_Emulation_part_5.cc
#8 2.342   DEP      IPA_Emulation_part_4.cc
#8 2.343   DEP      IPA_Emulation_part_3.cc
#8 2.343   DEP      IPA_Emulation_part_2.cc
#8 2.349   DEP      IPA_Emulation_part_1.cc
#8 2.350   DEP      IPA_Emulation.cc
#8 2.350   DEP      UD_Types_part_7.cc
#8 2.356   DEP      UD_Types_part_6.cc
#8 2.359   DEP      UD_Types_part_5.cc
#8 2.367   DEP      UD_Types_part_4.cc
#8 2.367   DEP      UD_Types_part_3.cc
#8 2.367   DEP      UD_Types_part_2.cc
#8 2.367   DEP      UD_Types_part_1.cc
#8 2.368   DEP      UD_PortType_part_7.cc
#8 2.368   DEP      UD_PortType_part_5.cc
#8 2.368   DEP      UD_PortType_part_4.cc
#8 2.368   DEP      UD_PortType_part_6.cc
#8 2.374   DEP      UD_PortType_part_3.cc
#8 2.374   DEP      UD_PortType_part_2.cc
#8 2.375   DEP      UD_PortType_part_1.cc
#8 2.375   DEP      TRXC_Types_part_7.cc
#8 2.375   DEP      TRXC_Types_part_6.cc
#8 2.375   DEP      TRXC_Types_part_5.cc
#8 2.375   DEP      TRXC_Types_part_4.cc
#8 2.380   DEP      TRXC_Types_part_3.cc
#8 2.380   DEP      TRXC_Types_part_2.cc
#8 2.380   DEP      TRXC_Types_part_1.cc
#8 2.381   DEP      TRXC_CodecPort_CtrlFunct_part_7.cc
#8 2.381   DEP      TRXC_CodecPort_CtrlFunct_part_6.cc
#8 2.381   DEP      TRXC_CodecPort_CtrlFunct_part_5.cc
#8 2.382   DEP      TRXC_CodecPort_CtrlFunct_part_4.cc
#8 2.382   DEP      TRXC_CodecPort_CtrlFunct_part_3.cc
#8 2.382   DEP      TRXC_CodecPort_CtrlFunct_part_2.cc
#8 2.382   DEP      TRXC_CodecPort_CtrlFunct_part_1.cc
#8 2.383   DEP      TRXC_CodecPort_part_7.cc
#8 2.383   DEP      TRXC_CodecPort_part_6.cc
#8 2.385   DEP      TRXC_CodecPort_part_5.cc
#8 2.386   DEP      TRXC_CodecPort_part_4.cc
#8 2.387   DEP      TRXC_CodecPort_part_3.cc
#8 2.388   DEP      TRXC_CodecPort_part_2.cc
#8 2.388   DEP      TRXC_CodecPort_part_1.cc
#8 2.389   DEP      TELNETasp_PortType_part_7.cc
#8 2.389   DEP      TELNETasp_PortType_part_6.cc
#8 2.390   DEP      TELNETasp_PortType_part_5.cc
#8 2.390   DEP      TELNETasp_PortType_part_4.cc
#8 2.390   DEP      TELNETasp_PortType_part_3.cc
#8 2.391   DEP      TELNETasp_PortType_part_2.cc
#8 2.391   DEP      TELNETasp_PortType_part_1.cc
#8 2.391   DEP      TCCInterface_Functions_part_7.cc
#8 2.392   DEP      TCCInterface_Functions_part_6.cc
#8 2.393   DEP      TCCInterface_Functions_part_5.cc
#8 2.393   DEP      TCCInterface_Functions_part_4.cc
#8 2.394   DEP      TCCInterface_Functions_part_3.cc
#8 2.394   DEP      TCCInterface_Functions_part_2.cc
#8 2.395   DEP      TCCInterface_Functions_part_1.cc
#8 2.395   DEP      TCCConversion_Functions_part_7.cc
#8 2.396   DEP      TCCConversion_Functions_part_6.cc
#8 2.396   DEP      TCCConversion_Functions_part_5.cc
#8 2.396   DEP      TCCConversion_Functions_part_4.cc
#8 2.397   DEP      TCCConversion_Functions_part_3.cc
#8 2.398   DEP      TCCConversion_Functions_part_2.cc
#8 2.398   DEP      TCCConversion_Functions_part_1.cc
#8 2.399   DEP      Socket_API_Definitions_part_7.cc
#8 2.399   DEP      Socket_API_Definitions_part_6.cc
#8 2.400   DEP      Socket_API_Definitions_part_4.cc
#8 2.400   DEP      Socket_API_Definitions_part_5.cc
#8 2.401   DEP      Socket_API_Definitions_part_2.cc
#8 2.401   DEP      Socket_API_Definitions_part_3.cc
#8 2.402   DEP      Socket_API_Definitions_part_1.cc
#8 2.402   DEP      RTP_Types_part_7.cc
#8 2.402   DEP      RTP_Types_part_6.cc
#8 2.403   DEP      RTP_Types_part_5.cc
#8 2.403   DEP      RTP_Types_part_4.cc
#8 2.404   DEP      RTP_Types_part_3.cc
#8 2.404   DEP      RTP_Types_part_2.cc
#8 2.405   DEP      RTP_Types_part_1.cc
#8 2.406   DEP      RTP_Emulation_part_7.cc
#8 2.406   DEP      RTP_Emulation_part_6.cc
#8 2.409   DEP      RTP_Emulation_part_5.cc
#8 2.409   DEP      RTP_Emulation_part_3.cc
#8 2.409   DEP      RTP_Emulation_part_4.cc
#8 2.410   DEP      RTP_Emulation_part_1.cc
#8 2.410   DEP      RTP_Emulation_part_2.cc
#8 2.410   DEP      RTP_CodecPort_CtrlFunct_part_7.cc
#8 2.410   DEP      RTP_CodecPort_CtrlFunct_part_6.cc
#8 2.411   DEP      RTP_CodecPort_CtrlFunct_part_4.cc
#8 2.411   DEP      RTP_CodecPort_CtrlFunct_part_5.cc
#8 2.412   DEP      RTP_CodecPort_CtrlFunct_part_3.cc
#8 2.412   DEP      RTP_CodecPort_CtrlFunct_part_1.cc
#8 2.412   DEP      RTP_CodecPort_CtrlFunct_part_2.cc
#8 2.413   DEP      RTP_CodecPort_part_7.cc
#8 2.414   DEP      RTP_CodecPort_part_5.cc
#8 2.414   DEP      RTP_CodecPort_part_6.cc
#8 2.414   DEP      RTP_CodecPort_part_4.cc
#8 2.417   DEP      RTP_CodecPort_part_3.cc
#8 2.417   DEP      RTP_CodecPort_part_2.cc
#8 2.417   DEP      RTP_CodecPort_part_1.cc
#8 2.417   DEP      RSL_Types_part_7.cc
#8 2.418   DEP      RSL_Types_part_6.cc
#8 2.418   DEP      RSL_Types_part_4.cc
#8 2.418   DEP      RSL_Types_part_5.cc
#8 2.419   DEP      RSL_Types_part_2.cc
#8 2.419   DEP      RSL_Types_part_3.cc
#8 2.420   DEP      RSL_Types_part_1.cc
#8 2.420   DEP      RSL_Emulation_part_7.cc
#8 2.421   DEP      RSL_Emulation_part_6.cc
#8 2.421   DEP      RSL_Emulation_part_5.cc
#8 2.424   DEP      RSL_Emulation_part_4.cc
#8 2.424   DEP      RSL_Emulation_part_3.cc
#8 2.425   DEP      RSL_Emulation_part_2.cc
#8 2.425   DEP      RSL_Emulation_part_1.cc
#8 2.426   DEP      RLCMAC_Types_part_7.cc
#8 2.427   DEP      RLCMAC_Types_part_6.cc
#8 2.427   DEP      RLCMAC_Types_part_5.cc
#8 2.427   DEP      RLCMAC_Types_part_4.cc
#8 2.427   DEP      RLCMAC_Types_part_3.cc
#8 2.428   DEP      RLCMAC_Types_part_2.cc
#8 2.429   DEP      RLCMAC_Types_part_1.cc
#8 2.429   DEP      RLCMAC_Templates_part_7.cc
#8 2.430   DEP      RLCMAC_Templates_part_6.cc
#8 2.435   DEP      RLCMAC_Templates_part_5.cc
#8 2.435   DEP      RLCMAC_Templates_part_4.cc
#8 2.435   DEP      RLCMAC_Templates_part_3.cc
#8 2.435   DEP      RLCMAC_Templates_part_2.cc
#8 2.436   DEP      RLCMAC_Templates_part_1.cc
#8 2.436   DEP      RLCMAC_CSN1_Types_part_7.cc
#8 2.436   DEP      RLCMAC_CSN1_Types_part_6.cc
#8 2.436   DEP      RLCMAC_CSN1_Types_part_5.cc
#8 2.437   DEP      RLCMAC_CSN1_Types_part_4.cc
#8 2.437   DEP      RLCMAC_CSN1_Types_part_3.cc
#8 2.438   DEP      RLCMAC_CSN1_Types_part_2.cc
#8 2.441   DEP      RLCMAC_CSN1_Types_part_1.cc
#8 2.441   DEP      RLCMAC_CSN1_Templates_part_7.cc
#8 2.442   DEP      RLCMAC_CSN1_Templates_part_6.cc
#8 2.443   DEP      RLCMAC_CSN1_Templates_part_5.cc
#8 2.443   DEP      RLCMAC_CSN1_Templates_part_4.cc
#8 2.443   DEP      RLCMAC_CSN1_Templates_part_3.cc
#8 2.444   DEP      RLCMAC_CSN1_Templates_part_2.cc
#8 2.462   DEP      RLCMAC_CSN1_Templates_part_1.cc
#8 2.463   DEP      PCUIF_Types_part_7.cc
#8 2.463   DEP      PCUIF_Types_part_6.cc
#8 2.463   DEP      PCUIF_Types_part_5.cc
#8 2.463   DEP      PCUIF_Types_part_4.cc
#8 2.463   DEP      PCUIF_Types_part_3.cc
#8 2.470   DEP      PCUIF_Types_part_2.cc
#8 2.470   DEP      PCUIF_Types_part_1.cc
#8 2.470   DEP      PCUIF_CodecPort_part_7.cc
#8 2.470   DEP      PCUIF_CodecPort_part_6.cc
#8 2.471   DEP      PCUIF_CodecPort_part_5.cc
#8 2.478   DEP      PCUIF_CodecPort_part_4.cc
#8 2.478   DEP      PCUIF_CodecPort_part_3.cc
#8 2.478   DEP      PCUIF_CodecPort_part_2.cc
#8 2.478   DEP      PCUIF_CodecPort_part_1.cc
#8 2.478   DEP      Osmocom_VTY_Functions_part_7.cc
#8 2.485   DEP      Osmocom_VTY_Functions_part_6.cc
#8 2.485   DEP      Osmocom_VTY_Functions_part_5.cc
#8 2.485   DEP      Osmocom_VTY_Functions_part_4.cc
#8 2.486   DEP      Osmocom_VTY_Functions_part_2.cc
#8 2.486   DEP      Osmocom_VTY_Functions_part_3.cc
#8 2.486   DEP      Osmocom_VTY_Functions_part_1.cc
#8 2.487   DEP      Osmocom_Types_part_7.cc
#8 2.487   DEP      Osmocom_Types_part_6.cc
#8 2.492   DEP      Osmocom_Types_part_5.cc
#8 2.492   DEP      Osmocom_Types_part_4.cc
#8 2.493   DEP      Osmocom_Types_part_3.cc
#8 2.493   DEP      Osmocom_Types_part_2.cc
#8 2.493   DEP      Osmocom_Types_part_1.cc
#8 2.495   DEP      Osmocom_CTRL_Types_part_7.cc
#8 2.495   DEP      Osmocom_CTRL_Types_part_6.cc
#8 2.500   DEP      Osmocom_CTRL_Types_part_5.cc
#8 2.500   DEP      Osmocom_CTRL_Types_part_3.cc
#8 2.500   DEP      Osmocom_CTRL_Types_part_2.cc
#8 2.501   DEP      Osmocom_CTRL_Types_part_4.cc
#8 2.502   DEP      Osmocom_CTRL_Types_part_1.cc
#8 2.502   DEP      Osmocom_CTRL_Functions_part_7.cc
#8 2.503   DEP      Osmocom_CTRL_Functions_part_6.cc
#8 2.503   DEP      Osmocom_CTRL_Functions_part_5.cc
#8 2.507   DEP      Osmocom_CTRL_Functions_part_4.cc
#8 2.508   DEP      Osmocom_CTRL_Functions_part_3.cc
#8 2.508   DEP      Osmocom_CTRL_Functions_part_1.cc
#8 2.509   DEP      Osmocom_CTRL_Functions_part_2.cc
#8 2.509   DEP      Osmocom_CTRL_Adapter_part_7.cc
#8 2.509   DEP      Osmocom_CTRL_Adapter_part_6.cc
#8 2.509   DEP      Osmocom_CTRL_Adapter_part_5.cc
#8 2.510   DEP      Osmocom_CTRL_Adapter_part_4.cc
#8 2.514   DEP      Osmocom_CTRL_Adapter_part_3.cc
#8 2.514   DEP      Osmocom_CTRL_Adapter_part_2.cc
#8 2.515   DEP      Osmocom_CTRL_Adapter_part_1.cc
#8 2.516   DEP      OSMUX_Types_part_7.cc
#8 2.517   DEP      OSMUX_Types_part_6.cc
#8 2.517   DEP      OSMUX_Types_part_5.cc
#8 2.518   DEP      OSMUX_Types_part_4.cc
#8 2.520   DEP      OSMUX_Types_part_3.cc
#8 2.522   DEP      OSMUX_Types_part_2.cc
#8 2.523   DEP      OSMUX_Types_part_1.cc
#8 2.524   DEP      OSMUX_Emulation_part_7.cc
#8 2.524   DEP      OSMUX_Emulation_part_6.cc
#8 2.524   DEP      OSMUX_Emulation_part_5.cc
#8 2.527   DEP      OSMUX_Emulation_part_4.cc
#8 2.527   DEP      OSMUX_Emulation_part_3.cc
#8 2.528   DEP      OSMUX_Emulation_part_2.cc
#8 2.528   DEP      OSMUX_Emulation_part_1.cc
#8 2.528   DEP      OSMUX_CodecPort_CtrlFunct_part_7.cc
#8 2.531   DEP      OSMUX_CodecPort_CtrlFunct_part_6.cc
#8 2.531   DEP      OSMUX_CodecPort_CtrlFunct_part_5.cc
#8 2.531   DEP      OSMUX_CodecPort_CtrlFunct_part_4.cc
#8 2.531   DEP      OSMUX_CodecPort_CtrlFunct_part_3.cc
#8 2.531   DEP      OSMUX_CodecPort_CtrlFunct_part_2.cc
#8 2.532   DEP      OSMUX_CodecPort_CtrlFunct_part_1.cc
#8 2.533   DEP      OSMUX_CodecPort_part_7.cc
#8 2.534   DEP      OSMUX_CodecPort_part_6.cc
#8 2.535   DEP      OSMUX_CodecPort_part_5.cc
#8 2.535   DEP      OSMUX_CodecPort_part_4.cc
#8 2.538   DEP      OSMUX_CodecPort_part_3.cc
#8 2.538   DEP      OSMUX_CodecPort_part_2.cc
#8 2.538   DEP      OSMUX_CodecPort_part_1.cc
#8 2.539   DEP      Native_Functions_part_7.cc
#8 2.539   DEP      Native_Functions_part_6.cc
#8 2.540   DEP      Native_Functions_part_5.cc
#8 2.540   DEP      Native_Functions_part_4.cc
#8 2.543   DEP      Native_Functions_part_3.cc
#8 2.543   DEP      Native_Functions_part_2.cc
#8 2.543   DEP      Native_Functions_part_1.cc
#8 2.544   DEP      MobileL3_Types_part_7.cc
#8 2.545   DEP      MobileL3_Types_part_6.cc
#8 2.545   DEP      MobileL3_Types_part_5.cc
#8 2.546   DEP      MobileL3_Types_part_4.cc
#8 2.547   DEP      MobileL3_Types_part_3.cc
#8 2.548   DEP      MobileL3_Types_part_2.cc
#8 2.549   DEP      MobileL3_Types_part_1.cc
#8 2.549   DEP      MobileL3_SS_Types_part_7.cc
#8 2.550   DEP      MobileL3_SS_Types_part_6.cc
#8 2.551   DEP      MobileL3_SS_Types_part_5.cc
#8 2.553   DEP      MobileL3_SS_Types_part_3.cc
#8 2.553   DEP      MobileL3_SS_Types_part_4.cc
#8 2.554   DEP      MobileL3_SS_Types_part_2.cc
#8 2.558   DEP      MobileL3_SS_Types_part_1.cc
#8 2.558   DEP      MobileL3_SMS_Types_part_7.cc
#8 2.559   DEP      MobileL3_SMS_Types_part_6.cc
#8 2.559   DEP      MobileL3_SMS_Types_part_5.cc
#8 2.559   DEP      MobileL3_SMS_Types_part_4.cc
#8 2.560   DEP      MobileL3_SMS_Types_part_3.cc
#8 2.560   DEP      MobileL3_SMS_Types_part_2.cc
#8 2.560   DEP      MobileL3_SMS_Types_part_1.cc
#8 2.560   DEP      MobileL3_RRM_Types_part_7.cc
#8 2.561   DEP      MobileL3_RRM_Types_part_6.cc
#8 2.561   DEP      MobileL3_RRM_Types_part_5.cc
#8 2.561   DEP      MobileL3_RRM_Types_part_4.cc
#8 2.562   DEP      MobileL3_RRM_Types_part_3.cc
#8 2.566   DEP      MobileL3_RRM_Types_part_2.cc
#8 2.567   DEP      MobileL3_RRM_Types_part_1.cc
#8 2.567   DEP      MobileL3_MM_Types_part_7.cc
#8 2.568   DEP      MobileL3_MM_Types_part_6.cc
#8 2.568   DEP      MobileL3_MM_Types_part_5.cc
#8 2.569   DEP      MobileL3_MM_Types_part_4.cc
#8 2.582   DEP      MobileL3_MM_Types_part_3.cc
#8 2.583   DEP      MobileL3_MM_Types_part_2.cc
#8 2.583   DEP      MobileL3_MM_Types_part_1.cc
#8 2.583   DEP      MobileL3_GMM_SM_Types_part_7.cc
#8 2.583   DEP      MobileL3_GMM_SM_Types_part_6.cc
#8 2.583   DEP      MobileL3_GMM_SM_Types_part_5.cc
#8 2.596   DEP      MobileL3_GMM_SM_Types_part_4.cc
#8 2.596   DEP      MobileL3_GMM_SM_Types_part_3.cc
#8 2.596   DEP      MobileL3_GMM_SM_Types_part_2.cc
#8 2.596   DEP      MobileL3_GMM_SM_Types_part_1.cc
#8 2.596   DEP      MobileL3_CommonIE_Types_part_7.cc
#8 2.610   DEP      MobileL3_CommonIE_Types_part_6.cc
#8 2.611   DEP      MobileL3_CommonIE_Types_part_5.cc
#8 2.611   DEP      MobileL3_CommonIE_Types_part_4.cc
#8 2.618   DEP      MobileL3_CommonIE_Types_part_3.cc
#8 2.626   DEP      MobileL3_CommonIE_Types_part_2.cc
#8 2.630   DEP      MobileL3_CommonIE_Types_part_1.cc
#8 2.633   DEP      MobileL3_CC_Types_part_7.cc
#8 2.633   DEP      MobileL3_CC_Types_part_6.cc
#8 2.636   DEP      MobileL3_CC_Types_part_5.cc
#8 2.637   DEP      MobileL3_CC_Types_part_4.cc
#8 2.639   DEP      MobileL3_CC_Types_part_3.cc
#8 2.640   DEP      MobileL3_CC_Types_part_2.cc
#8 2.640   DEP      MobileL3_CC_Types_part_1.cc
#8 2.643   DEP      Misc_Helpers_part_7.cc
#8 2.651   DEP      Misc_Helpers_part_6.cc
#8 2.658   DEP      Misc_Helpers_part_5.cc
#8 2.658   DEP      Misc_Helpers_part_4.cc
#8 2.662   DEP      Misc_Helpers_part_3.cc
#8 2.664   DEP      Misc_Helpers_part_2.cc
#8 2.665   DEP      Misc_Helpers_part_1.cc
#8 2.669   DEP      LAPDm_Types_part_7.cc
#8 2.671   DEP      LAPDm_Types_part_6.cc
#8 2.677   DEP      LAPDm_Types_part_5.cc
#8 2.677   DEP      LAPDm_Types_part_4.cc
#8 2.681   DEP      LAPDm_Types_part_3.cc
#8 2.689   DEP      LAPDm_Types_part_2.cc
#8 2.690   DEP      LAPDm_Types_part_1.cc
#8 2.692   DEP      LAPDm_RAW_PT_part_7.cc
#8 2.694   DEP      LAPDm_RAW_PT_part_6.cc
#8 2.695   DEP      LAPDm_RAW_PT_part_5.cc
#8 2.697   DEP      LAPDm_RAW_PT_part_4.cc
#8 2.697   DEP      LAPDm_RAW_PT_part_2.cc
#8 2.697   DEP      LAPDm_RAW_PT_part_3.cc
#8 2.703   DEP      LAPDm_RAW_PT_part_1.cc
#8 2.704   DEP      L3_Templates_part_7.cc
#8 2.704   DEP      L3_Templates_part_6.cc
#8 2.704   DEP      L3_Templates_part_5.cc
#8 2.704   DEP      L3_Templates_part_4.cc
#8 2.704   DEP      L3_Templates_part_3.cc
#8 2.705   DEP      L3_Templates_part_1.cc
#8 2.705   DEP      L3_Templates_part_2.cc
#8 2.705   DEP      L3_Common_part_7.cc
#8 2.707   DEP      L3_Common_part_6.cc
#8 2.708   DEP      L3_Common_part_4.cc
#8 2.708   DEP      L3_Common_part_5.cc
#8 2.710   DEP      L3_Common_part_3.cc
#8 2.711   DEP      L3_Common_part_2.cc
#8 2.711   DEP      L3_Common_part_1.cc
#8 2.712   DEP      L1CTL_Types_part_7.cc
#8 2.712   DEP      L1CTL_Types_part_5.cc
#8 2.712   DEP      L1CTL_Types_part_6.cc
#8 2.713   DEP      L1CTL_Types_part_4.cc
#8 2.714   DEP      L1CTL_Types_part_3.cc
#8 2.715   DEP      L1CTL_Types_part_2.cc
#8 2.715   DEP      L1CTL_Types_part_1.cc
#8 2.718   DEP      L1CTL_PortType_CtrlFunct_part_7.cc
#8 2.719   DEP      L1CTL_PortType_CtrlFunct_part_6.cc
#8 2.719   DEP      L1CTL_PortType_CtrlFunct_part_5.cc
#8 2.719   DEP      L1CTL_PortType_CtrlFunct_part_4.cc
#8 2.719   DEP      L1CTL_PortType_CtrlFunct_part_3.cc
#8 2.719   DEP      L1CTL_PortType_CtrlFunct_part_2.cc
#8 2.719   DEP      L1CTL_PortType_CtrlFunct_part_1.cc
#8 2.720   DEP      L1CTL_PortType_part_7.cc
#8 2.720   DEP      L1CTL_PortType_part_6.cc
#8 2.721   DEP      L1CTL_PortType_part_5.cc
#8 2.721   DEP      L1CTL_PortType_part_4.cc
#8 2.721   DEP      L1CTL_PortType_part_3.cc
#8 2.722   DEP      L1CTL_PortType_part_2.cc
#8 2.722   DEP      L1CTL_PortType_part_1.cc
#8 2.727   DEP      IuUP_Types_part_7.cc
#8 2.727   DEP      IuUP_Types_part_6.cc
#8 2.727   DEP      IuUP_Types_part_5.cc
#8 2.727   DEP      IuUP_Types_part_4.cc
#8 2.727   DEP      IuUP_Types_part_3.cc
#8 2.727   DEP      IuUP_Types_part_2.cc
#8 2.728   DEP      IuUP_Types_part_1.cc
#8 2.728   DEP      IuUP_Emulation_part_7.cc
#8 2.728   DEP      IuUP_Emulation_part_5.cc
#8 2.728   DEP      IuUP_Emulation_part_6.cc
#8 2.729   DEP      IuUP_Emulation_part_4.cc
#8 2.729   DEP      IuUP_Emulation_part_3.cc
#8 2.729   DEP      IuUP_Emulation_part_2.cc
#8 2.729   DEP      IuUP_Emulation_part_1.cc
#8 2.730   DEP      IPL4asp_Types_part_7.cc
#8 2.730   DEP      IPL4asp_Types_part_6.cc
#8 2.733   DEP      IPL4asp_Types_part_5.cc
#8 2.734   DEP      IPL4asp_Types_part_4.cc
#8 2.734   DEP      IPL4asp_Types_part_3.cc
#8 2.735   DEP      IPL4asp_Types_part_2.cc
#8 2.735   DEP      IPL4asp_Types_part_1.cc
#8 2.735   DEP      IPL4asp_PortType_part_7.cc
#8 2.736   DEP      IPL4asp_PortType_part_6.cc
#8 2.736   DEP      IPL4asp_PortType_part_5.cc
#8 2.736   DEP      IPL4asp_PortType_part_4.cc
#8 2.736   DEP      IPL4asp_PortType_part_3.cc
#8 2.737   DEP      IPL4asp_PortType_part_1.cc
#8 2.737   DEP      IPL4asp_PortType_part_2.cc
#8 2.737   DEP      IPL4asp_Functions_part_7.cc
#8 2.737   DEP      IPL4asp_Functions_part_6.cc
#8 2.738   DEP      IPL4asp_Functions_part_5.cc
#8 2.740   DEP      IPL4asp_Functions_part_4.cc
#8 2.740   DEP      IPL4asp_Functions_part_3.cc
#8 2.741   DEP      IPL4asp_Functions_part_2.cc
#8 2.741   DEP      IPL4asp_Functions_part_1.cc
#8 2.742   DEP      IPA_Types_part_7.cc
#8 2.742   DEP      IPA_Types_part_6.cc
#8 2.742   DEP      IPA_Types_part_5.cc
#8 2.743   DEP      IPA_Types_part_4.cc
#8 2.743   DEP      IPA_Types_part_3.cc
#8 2.743   DEP      IPA_Types_part_2.cc
#8 2.744   DEP      IPA_Types_part_1.cc
#8 2.744   DEP      IPA_Testing_part_7.cc
#8 2.745   DEP      IPA_Testing_part_6.cc
#8 2.745   DEP      IPA_Testing_part_5.cc
#8 2.745   DEP      IPA_Testing_part_4.cc
#8 2.745   DEP      IPA_Testing_part_3.cc
#8 2.747   DEP      IPA_Testing_part_2.cc
#8 2.747   DEP      IPA_Testing_part_1.cc
#8 2.747   DEP      IPA_CodecPort_CtrlFunct_part_7.cc
#8 2.748   DEP      IPA_CodecPort_CtrlFunct_part_6.cc
#8 2.748   DEP      IPA_CodecPort_CtrlFunct_part_5.cc
#8 2.748   DEP      IPA_CodecPort_CtrlFunct_part_4.cc
#8 2.749   DEP      IPA_CodecPort_CtrlFunct_part_3.cc
#8 2.749   DEP      IPA_CodecPort_CtrlFunct_part_2.cc
#8 2.750   DEP      IPA_CodecPort_CtrlFunct_part_1.cc
#8 2.750   DEP      IPA_CodecPort_part_7.cc
#8 2.751   DEP      IPA_CodecPort_part_6.cc
#8 2.751   DEP      IPA_CodecPort_part_5.cc
#8 2.752   DEP      IPA_CodecPort_part_4.cc
#8 2.752   DEP      IPA_CodecPort_part_2.cc
#8 2.752   DEP      IPA_CodecPort_part_3.cc
#8 2.754   DEP      IPA_CodecPort_part_1.cc
#8 2.754   DEP      General_Types_part_7.cc
#8 2.754   DEP      General_Types_part_6.cc
#8 2.755   DEP      General_Types_part_5.cc
#8 2.755   DEP      General_Types_part_4.cc
#8 2.755   DEP      General_Types_part_3.cc
#8 2.756   DEP      General_Types_part_2.cc
#8 2.757   DEP      General_Types_part_1.cc
#8 2.757   DEP      GSM_Types_part_7.cc
#8 2.757   DEP      GSM_Types_part_6.cc
#8 2.759   DEP      GSM_Types_part_5.cc
#8 2.759   DEP      GSM_Types_part_4.cc
#8 2.759   DEP      GSM_Types_part_3.cc
#8 2.759   DEP      GSM_Types_part_2.cc
#8 2.761   DEP      GSM_Types_part_1.cc
#8 2.761   DEP      GSM_SystemInformation_part_7.cc
#8 2.761   DEP      GSM_SystemInformation_part_6.cc
#8 2.762   DEP      GSM_SystemInformation_part_5.cc
#8 2.762   DEP      GSM_SystemInformation_part_4.cc
#8 2.762   DEP      GSM_SystemInformation_part_3.cc
#8 2.762   DEP      GSM_SystemInformation_part_2.cc
#8 2.763   DEP      GSM_SystemInformation_part_1.cc
#8 2.763   DEP      GSM_RestOctets_part_7.cc
#8 2.763   DEP      GSM_RestOctets_part_6.cc
#8 2.764   DEP      GSM_RestOctets_part_5.cc
#8 2.764   DEP      GSM_RestOctets_part_4.cc
#8 2.765   DEP      GSM_RestOctets_part_3.cc
#8 2.765   DEP      GSM_RestOctets_part_2.cc
#8 2.766   DEP      GSM_RR_Types_part_7.cc
#8 2.766   DEP      GSM_RestOctets_part_1.cc
#8 2.766   DEP      GSM_RR_Types_part_6.cc
#8 2.767   DEP      GSM_RR_Types_part_5.cc
#8 2.769   DEP      GSM_RR_Types_part_4.cc
#8 2.769   DEP      GSM_RR_Types_part_2.cc
#8 2.769   DEP      GSM_RR_Types_part_3.cc
#8 2.769   DEP      GSM_RR_Types_part_1.cc
#8 2.769   DEP      BTS_Tests_perf_part_7.cc
#8 2.770   DEP      BTS_Tests_perf_part_6.cc
#8 2.770   DEP      BTS_Tests_perf_part_5.cc
#8 2.770   DEP      BTS_Tests_perf_part_3.cc
#8 2.770   DEP      BTS_Tests_perf_part_4.cc
#8 2.771   DEP      BTS_Tests_perf_part_2.cc
#8 2.772   DEP      BTS_Tests_perf_part_1.cc
#8 2.772   DEP      BTS_Tests_VAMOS_part_7.cc
#8 2.776   DEP      BTS_Tests_VAMOS_part_6.cc
#8 2.776   DEP      BTS_Tests_VAMOS_part_5.cc
#8 2.777   DEP      BTS_Tests_VAMOS_part_3.cc
#8 2.777   DEP      BTS_Tests_VAMOS_part_2.cc
#8 2.777   DEP      BTS_Tests_VAMOS_part_4.cc
#8 2.777   DEP      BTS_Tests_VAMOS_part_1.cc
#8 2.778   DEP      BTS_Tests_SMSCB_part_7.cc
#8 2.778   DEP      BTS_Tests_SMSCB_part_6.cc
#8 2.778   DEP      BTS_Tests_SMSCB_part_5.cc
#8 2.779   DEP      BTS_Tests_SMSCB_part_4.cc
#8 2.779   DEP      BTS_Tests_SMSCB_part_3.cc
#8 2.779   DEP      BTS_Tests_SMSCB_part_2.cc
#8 2.779   DEP      BTS_Tests_SMSCB_part_1.cc
#8 2.782   DEP      BTS_Tests_OML_part_7.cc
#8 2.782   DEP      BTS_Tests_OML_part_6.cc
#8 2.784   DEP      BTS_Tests_OML_part_5.cc
#8 2.785   DEP      BTS_Tests_OML_part_4.cc
#8 2.785   DEP      BTS_Tests_OML_part_3.cc
#8 2.785   DEP      BTS_Tests_OML_part_2.cc
#8 2.785   DEP      BTS_Tests_OML_part_1.cc
#8 2.786   DEP      BTS_Tests_LAPDm_part_6.cc
#8 2.786   DEP      BTS_Tests_LAPDm_part_7.cc
#8 2.786   DEP      BTS_Tests_LAPDm_part_4.cc
#8 2.787   DEP      BTS_Tests_LAPDm_part_5.cc
#8 2.789   DEP      BTS_Tests_LAPDm_part_3.cc
#8 2.790   DEP      BTS_Tests_LAPDm_part_1.cc
#8 2.790   DEP      BTS_Tests_LAPDm_part_2.cc
#8 2.791   DEP      BTS_Tests_ASCI_part_7.cc
#8 2.791   DEP      BTS_Tests_ASCI_part_6.cc
#8 2.792   DEP      BTS_Tests_ASCI_part_5.cc
#8 2.792   DEP      BTS_Tests_ASCI_part_4.cc
#8 2.792   DEP      BTS_Tests_ASCI_part_3.cc
#8 2.793   DEP      BTS_Tests_ASCI_part_2.cc
#8 2.793   DEP      BTS_Tests_ASCI_part_1.cc
#8 2.794   DEP      BTS_Tests_part_7.cc
#8 2.795   DEP      BTS_Tests_part_6.cc
#8 2.796   DEP      BTS_Tests_part_5.cc
#8 2.797   DEP      BTS_Tests_part_4.cc
#8 2.797   DEP      BTS_Tests_part_3.cc
#8 2.798   DEP      BTS_Tests_part_2.cc
#8 2.798   DEP      BTS_Tests_part_1.cc
#8 2.799   DEP      AbisOML_Types_part_7.cc
#8 2.799   DEP      AbisOML_Types_part_6.cc
#8 2.800   DEP      AbisOML_Types_part_5.cc
#8 2.800   DEP      AbisOML_Types_part_3.cc
#8 2.801   DEP      AbisOML_Types_part_4.cc
#8 2.802   DEP      AbisOML_Types_part_2.cc
#8 2.802   DEP      AbisOML_Types_part_1.cc
#8 2.803   DEP      AMR_Types_part_7.cc
#8 2.804   DEP      AMR_Types_part_6.cc
#8 2.804   DEP      AMR_Types_part_5.cc
#8 2.806   DEP      AMR_Types_part_4.cc
#8 2.806   DEP      AMR_Types_part_3.cc
#8 2.806   DEP      AMR_Types_part_2.cc
#8 2.807   DEP      AMR_Types_part_1.cc
#8 2.808   DEP      UD_Types.cc
#8 2.808   DEP      UD_PortType.cc
#8 2.808   DEP      TRXC_Types.cc
#8 2.809   DEP      TRXC_CodecPort_CtrlFunct.cc
#8 2.810   DEP      TRXC_CodecPort.cc
#8 2.810   DEP      TELNETasp_PortType.cc
#8 2.813   DEP      TCCInterface_Functions.cc
#8 2.814   DEP      Socket_API_Definitions.cc
#8 2.814   DEP      TCCConversion_Functions.cc
#8 2.815   DEP      RTP_Types.cc
#8 2.815   DEP      RTP_Emulation.cc
#8 2.816   DEP      RTP_CodecPort_CtrlFunct.cc
#8 2.867   DEP      RTP_CodecPort.cc
#8 2.868   DEP      RSL_Types.cc
#8 2.873   DEP      RSL_Emulation.cc
#8 2.876   DEP      RLCMAC_Types.cc
#8 2.877   DEP      RLCMAC_Templates.cc
#8 2.877   DEP      RLCMAC_CSN1_Types.cc
#8 2.878   DEP      RLCMAC_CSN1_Templates.cc
#8 2.882   DEP      PCUIF_Types.cc
#8 2.887   DEP      PCUIF_CodecPort.cc
#8 2.892   DEP      Osmocom_VTY_Functions.cc
#8 2.897   DEP      Osmocom_Types.cc
#8 2.897   DEP      Osmocom_CTRL_Types.cc
#8 2.899   DEP      Osmocom_CTRL_Functions.cc
#8 2.906   DEP      Osmocom_CTRL_Adapter.cc
#8 2.936   DEP      OSMUX_Types.cc
#8 2.943   DEP      OSMUX_Emulation.cc
#8 2.958   DEP      OSMUX_CodecPort_CtrlFunct.cc
#8 2.959   DEP      OSMUX_CodecPort.cc
#8 2.959   DEP      Native_Functions.cc
#8 2.959   DEP      MobileL3_Types.cc
#8 2.960   DEP      MobileL3_SS_Types.cc
#8 2.963   DEP      MobileL3_SMS_Types.cc
#8 2.967   DEP      MobileL3_RRM_Types.cc
#8 2.982   DEP      MobileL3_MM_Types.cc
#8 3.014   DEP      MobileL3_GMM_SM_Types.cc
#8 3.015   DEP      MobileL3_CommonIE_Types.cc
#8 3.038   DEP      MobileL3_CC_Types.cc
#8 3.039   DEP      Misc_Helpers.cc
#8 3.039   DEP      LAPDm_Types.cc
#8 3.039   DEP      LAPDm_RAW_PT.cc
#8 3.039   DEP      L3_Templates.cc
#8 3.040   DEP      L3_Common.cc
#8 3.040   DEP      L1CTL_Types.cc
#8 3.040   DEP      L1CTL_PortType_CtrlFunct.cc
#8 3.041   DEP      L1CTL_PortType.cc
#8 3.052   DEP      IuUP_Types.cc
#8 3.083   DEP      IuUP_Emulation.cc
#8 3.097   DEP      IPL4asp_Types.cc
#8 3.102   DEP      IPL4asp_PortType.cc
#8 3.112   DEP      IPL4asp_Functions.cc
#8 3.112   DEP      IPA_Types.cc
#8 3.113   DEP      IPA_Testing.cc
#8 3.123   DEP      IPA_CodecPort_CtrlFunct.cc
#8 3.124   DEP      IPA_CodecPort.cc
#8 3.126   DEP      General_Types.cc
#8 3.134   DEP      GSM_Types.cc
#8 3.167   DEP      GSM_SystemInformation.cc
#8 3.171   DEP      GSM_RestOctets.cc
#8 3.172   DEP      GSM_RR_Types.cc
#8 3.184   DEP      BTS_Tests_perf.cc
#8 3.192   DEP      BTS_Tests_VAMOS.cc
#8 3.194   DEP      BTS_Tests_SMSCB.cc
#8 3.194   DEP      BTS_Tests_OML.cc
#8 3.194   DEP      BTS_Tests_LAPDm.cc
#8 3.205   DEP      BTS_Tests_ASCI.cc
#8 3.211   DEP      BTS_Tests.cc
#8 3.216   DEP      AbisOML_Types.cc
#8 3.233   DEP      AMR_Types.cc
#8 3.889   CC       AMR_Types.o
#8 3.890   CC       AbisOML_Types.o
#8 3.890   CC       BTS_Tests.o
#8 3.890   CC       BTS_Tests_ASCI.o
#8 3.890   CC       BTS_Tests_LAPDm.o
#8 3.890   CC       BTS_Tests_OML.o
#8 3.890   CC       BTS_Tests_SMSCB.o
#8 3.891   CC       BTS_Tests_VAMOS.o
#8 3.891   CC       BTS_Tests_perf.o
#8 3.891   CC       GSM_RR_Types.o
#8 3.892   CC       GSM_RestOctets.o
#8 3.892   CC       GSM_SystemInformation.o
#8 3.893   CC       GSM_Types.o
#8 3.893   CC       General_Types.o
#8 3.893   CC       IPA_CodecPort.o
#8 3.894   CC       IPA_CodecPort_CtrlFunct.o
#8 3.894   CC       IPA_Testing.o
#8 3.894   CC       IPA_Types.o
#8 3.895   CC       IPL4asp_Functions.o
#8 3.895   CC       IPL4asp_PortType.o
#8 4.571   CC       IPL4asp_Types.o
#8 4.614   CC       IuUP_Emulation.o
#8 4.651   CC       IuUP_Types.o
#8 4.704   CC       L1CTL_PortType.o
#8 4.926   CC       L1CTL_PortType_CtrlFunct.o
#8 4.939   CC       L1CTL_Types.o
#8 5.837   CC       L3_Common.o
#8 6.253   CC       L3_Templates.o
#8 6.266   CC       LAPDm_RAW_PT.o
#8 7.265   CC       LAPDm_Types.o
#8 7.364   CC       Misc_Helpers.o
#8 7.635   CC       MobileL3_CC_Types.o
#8 7.936   CC       MobileL3_CommonIE_Types.o
#8 8.069   CC       MobileL3_GMM_SM_Types.o
#8 8.313   CC       MobileL3_MM_Types.o
#8 8.733   CC       MobileL3_RRM_Types.o
#8 9.061   CC       MobileL3_SMS_Types.o
#8 9.320   CC       MobileL3_SS_Types.o
#8 9.672   CC       MobileL3_Types.o
#8 9.919   CC       Native_Functions.o
#8 9.927 BTS_Tests_SMSCB.cc: In function 'INTEGER BTS__Tests__SMSCB::f__cbch__block__nr2rsl(const INTEGER&)':
#8 9.927 BTS_Tests_SMSCB.cc:6115:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 9.927  6115 | }
#8 9.927       | ^
#8 9.955   CC       OSMUX_CodecPort.o
#8 10.01   CC       OSMUX_CodecPort_CtrlFunct.o
#8 10.11   CC       OSMUX_Emulation.o
#8 10.60   CC       OSMUX_Types.o
#8 10.75   CC       Osmocom_CTRL_Adapter.o
#8 10.85   CC       Osmocom_CTRL_Functions.o
#8 10.89 BTS_Tests.cc: In function 'INTEGER BTS__Tests::f__alg__id__to__l1ctl(const RSL__Types::RSL__AlgId&)':
#8 10.89 BTS_Tests.cc:38885:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 10.89 38885 | }
#8 10.89       | ^
#8 10.89 BTS_Tests.cc: In function 'BITSTRING BTS__Tests::f__alg__id__to__l3(const RSL__Types::RSL__AlgId&)':
#8 10.89 BTS_Tests.cc:38966:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 10.89 38966 | }
#8 10.89       | ^
#8 11.28   CC       Osmocom_CTRL_Types.o
#8 11.29   CC       Osmocom_Types.o
#8 11.42   CC       Osmocom_VTY_Functions.o
#8 11.43   CC       PCUIF_CodecPort.o
#8 11.68   CC       PCUIF_Types.o
#8 12.48   CC       RLCMAC_CSN1_Templates.o
#8 12.60   CC       RLCMAC_CSN1_Types.o
#8 12.63   CC       RLCMAC_Templates.o
#8 12.72   CC       RLCMAC_Types.o
#8 12.80   CC       RSL_Emulation.o
#8 12.87   CC       RSL_Types.o
#8 12.94   CC       RTP_CodecPort.o
#8 13.48   CC       RTP_CodecPort_CtrlFunct.o
#8 14.04   CC       RTP_Emulation.o
#8 14.21   CC       RTP_Types.o
#8 14.35   CC       Socket_API_Definitions.o
#8 14.37   CC       TCCConversion_Functions.o
#8 14.43   CC       TCCInterface_Functions.o
#8 14.61   CC       TELNETasp_PortType.o
#8 14.84   CC       TRXC_CodecPort.o
#8 14.87   CC       TRXC_CodecPort_CtrlFunct.o
#8 15.29   CC       TRXC_Types.o
#8 15.43   CC       UD_PortType.o
#8 15.44   CC       UD_Types.o
#8 15.51   CC       AMR_Types_part_1.o
#8 15.53   CC       AMR_Types_part_2.o
#8 15.55   CC       AMR_Types_part_3.o
#8 15.58   CC       AMR_Types_part_4.o
#8 15.59   CC       AMR_Types_part_5.o
#8 15.60   CC       AMR_Types_part_6.o
#8 15.61   CC       AMR_Types_part_7.o
#8 15.62   CC       AbisOML_Types_part_1.o
#8 15.62   CC       AbisOML_Types_part_2.o
#8 15.63   CC       AbisOML_Types_part_3.o
#8 15.65   CC       AbisOML_Types_part_4.o
#8 15.65   CC       AbisOML_Types_part_5.o
#8 15.67   CC       AbisOML_Types_part_6.o
#8 15.67   CC       AbisOML_Types_part_7.o
#8 15.69   CC       BTS_Tests_part_1.o
#8 15.69   CC       BTS_Tests_part_2.o
#8 15.71   CC       BTS_Tests_part_3.o
#8 15.71   CC       BTS_Tests_part_4.o
#8 15.73   CC       BTS_Tests_part_5.o
#8 15.74   CC       BTS_Tests_part_6.o
#8 15.74   CC       BTS_Tests_part_7.o
#8 15.75   CC       BTS_Tests_ASCI_part_1.o
#8 15.76   CC       BTS_Tests_ASCI_part_3.o
#8 15.76   CC       BTS_Tests_ASCI_part_2.o
#8 15.77   CC       BTS_Tests_ASCI_part_4.o
#8 15.78   CC       BTS_Tests_ASCI_part_5.o
#8 15.78   CC       BTS_Tests_ASCI_part_6.o
#8 15.79   CC       BTS_Tests_ASCI_part_7.o
#8 15.80   CC       BTS_Tests_LAPDm_part_1.o
#8 15.80   CC       BTS_Tests_LAPDm_part_2.o
#8 15.81   CC       BTS_Tests_LAPDm_part_3.o
#8 15.82   CC       BTS_Tests_LAPDm_part_4.o
#8 15.82   CC       BTS_Tests_LAPDm_part_5.o
#8 15.84   CC       BTS_Tests_LAPDm_part_6.o
#8 15.84   CC       BTS_Tests_LAPDm_part_7.o
#8 15.85   CC       BTS_Tests_OML_part_1.o
#8 15.86   CC       BTS_Tests_OML_part_2.o
#8 15.86   CC       BTS_Tests_OML_part_3.o
#8 15.87   CC       BTS_Tests_OML_part_4.o
#8 15.89   CC       BTS_Tests_OML_part_5.o
#8 15.89   CC       BTS_Tests_OML_part_6.o
#8 15.89   CC       BTS_Tests_OML_part_7.o
#8 15.91   CC       BTS_Tests_SMSCB_part_1.o
#8 15.91   CC       BTS_Tests_SMSCB_part_2.o
#8 15.92   CC       BTS_Tests_SMSCB_part_3.o
#8 15.93   CC       BTS_Tests_SMSCB_part_4.o
#8 15.93   CC       BTS_Tests_SMSCB_part_5.o
#8 15.94   CC       BTS_Tests_SMSCB_part_6.o
#8 15.95   CC       BTS_Tests_SMSCB_part_7.o
#8 15.95   CC       BTS_Tests_VAMOS_part_1.o
#8 15.97   CC       BTS_Tests_VAMOS_part_2.o
#8 15.97   CC       BTS_Tests_VAMOS_part_3.o
#8 15.97   CC       BTS_Tests_VAMOS_part_4.o
#8 15.99   CC       BTS_Tests_VAMOS_part_5.o
#8 16.00   CC       BTS_Tests_VAMOS_part_6.o
#8 16.00   CC       BTS_Tests_VAMOS_part_7.o
#8 16.01   CC       BTS_Tests_perf_part_1.o
#8 16.02   CC       BTS_Tests_perf_part_2.o
#8 16.02   CC       BTS_Tests_perf_part_3.o
#8 16.02   CC       BTS_Tests_perf_part_4.o
#8 16.03   CC       BTS_Tests_perf_part_5.o
#8 16.04   CC       BTS_Tests_perf_part_6.o
#8 16.04   CC       BTS_Tests_perf_part_7.o
#8 16.04   CC       GSM_RR_Types_part_1.o
#8 16.05   CC       GSM_RR_Types_part_2.o
#8 16.06   CC       GSM_RR_Types_part_3.o
#8 16.06   CC       GSM_RR_Types_part_4.o
#8 16.08   CC       GSM_RR_Types_part_5.o
#8 16.08   CC       GSM_RR_Types_part_6.o
#8 16.08   CC       GSM_RR_Types_part_7.o
#8 16.10   CC       GSM_RestOctets_part_2.o
#8 16.10   CC       GSM_RestOctets_part_1.o
#8 16.10   CC       GSM_RestOctets_part_3.o
#8 16.20   CC       GSM_RestOctets_part_4.o
#8 16.22   CC       GSM_RestOctets_part_5.o
#8 16.26   CC       GSM_RestOctets_part_6.o
#8 16.29   CC       GSM_RestOctets_part_7.o
#8 16.33   CC       GSM_SystemInformation_part_1.o
#8 16.37   CC       GSM_SystemInformation_part_2.o
#8 16.39   CC       GSM_SystemInformation_part_3.o
#8 16.43   CC       GSM_SystemInformation_part_4.o
#8 16.46   CC       GSM_SystemInformation_part_5.o
#8 16.48   CC       GSM_SystemInformation_part_6.o
#8 16.51   CC       GSM_SystemInformation_part_7.o
#8 16.55   CC       GSM_Types_part_1.o
#8 16.55   CC       GSM_Types_part_2.o
#8 16.57   CC       GSM_Types_part_3.o
#8 16.57   CC       GSM_Types_part_4.o
#8 16.59   CC       GSM_Types_part_5.o
#8 16.59   CC       GSM_Types_part_6.o
#8 16.61   CC       GSM_Types_part_7.o
#8 16.61   CC       General_Types_part_1.o
#8 16.63   CC       General_Types_part_2.o
#8 16.63   CC       General_Types_part_3.o
#8 16.65   CC       General_Types_part_4.o
#8 16.66   CC       General_Types_part_5.o
#8 16.68   CC       General_Types_part_6.o
#8 16.68   CC       General_Types_part_7.o
#8 16.70   CC       IPA_CodecPort_part_1.o
#8 16.70   CC       IPA_CodecPort_part_2.o
#8 16.73   CC       IPA_CodecPort_part_3.o
#8 16.73   CC       IPA_CodecPort_part_4.o
#8 16.77   CC       IPA_CodecPort_part_5.o
#8 16.77   CC       IPA_CodecPort_part_6.o
#8 16.79   CC       IPA_CodecPort_part_7.o
#8 16.81   CC       IPA_CodecPort_CtrlFunct_part_1.o
#8 16.81   CC       IPA_CodecPort_CtrlFunct_part_2.o
#8 16.83   CC       IPA_CodecPort_CtrlFunct_part_3.o
#8 16.84   CC       IPA_CodecPort_CtrlFunct_part_4.o
#8 16.84   CC       IPA_CodecPort_CtrlFunct_part_5.o
#8 16.85   CC       IPA_CodecPort_CtrlFunct_part_6.o
#8 16.86   CC       IPA_CodecPort_CtrlFunct_part_7.o
#8 16.87   CC       IPA_Testing_part_1.o
#8 16.88   CC       IPA_Testing_part_2.o
#8 16.89   CC       IPA_Testing_part_3.o
#8 16.89   CC       IPA_Testing_part_4.o
#8 16.91   CC       IPA_Testing_part_5.o
#8 16.91   CC       IPA_Testing_part_6.o
#8 16.91   CC       IPA_Testing_part_7.o
#8 16.93   CC       IPA_Types_part_1.o
#8 16.93   CC       IPA_Types_part_2.o
#8 16.93   CC       IPA_Types_part_3.o
#8 16.95   CC       IPA_Types_part_4.o
#8 16.95   CC       IPA_Types_part_5.o
#8 16.95   CC       IPA_Types_part_6.o
#8 16.96   CC       IPA_Types_part_7.o
#8 16.97   CC       IPL4asp_Functions_part_1.o
#8 16.97   CC       IPL4asp_Functions_part_2.o
#8 16.98   CC       IPL4asp_Functions_part_3.o
#8 16.99   CC       IPL4asp_Functions_part_4.o
#8 17.00   CC       IPL4asp_Functions_part_5.o
#8 17.00   CC       IPL4asp_Functions_part_6.o
#8 17.00   CC       IPL4asp_Functions_part_7.o
#8 17.01   CC       IPL4asp_PortType_part_1.o
#8 17.02   CC       IPL4asp_PortType_part_2.o
#8 17.02   CC       IPL4asp_PortType_part_3.o
#8 17.04   CC       IPL4asp_PortType_part_4.o
#8 17.04   CC       IPL4asp_PortType_part_5.o
#8 17.04   CC       IPL4asp_PortType_part_6.o
#8 17.04   CC       IPL4asp_PortType_part_7.o
#8 17.06   CC       IPL4asp_Types_part_1.o
#8 17.06   CC       IPL4asp_Types_part_2.o
#8 17.06   CC       IPL4asp_Types_part_3.o
#8 17.08   CC       IPL4asp_Types_part_4.o
#8 17.08   CC       IPL4asp_Types_part_5.o
#8 17.08   CC       IPL4asp_Types_part_7.o
#8 17.08   CC       IPL4asp_Types_part_6.o
#8 17.08   CC       IuUP_Emulation_part_1.o
#8 17.10   CC       IuUP_Emulation_part_2.o
#8 17.10   CC       IuUP_Emulation_part_3.o
#8 17.10   CC       IuUP_Emulation_part_4.o
#8 17.10   CC       IuUP_Emulation_part_5.o
#8 17.10   CC       IuUP_Emulation_part_6.o
#8 17.12   CC       IuUP_Emulation_part_7.o
#8 17.12   CC       IuUP_Types_part_1.o
#8 17.12   CC       IuUP_Types_part_3.o
#8 17.12   CC       IuUP_Types_part_2.o
#8 17.13   CC       IuUP_Types_part_4.o
#8 17.14   CC       IuUP_Types_part_5.o
#8 17.15   CC       IuUP_Types_part_6.o
#8 17.15   CC       IuUP_Types_part_7.o
#8 17.15   CC       L1CTL_PortType_part_1.o
#8 17.16   CC       L1CTL_PortType_part_2.o
#8 17.16   CC       L1CTL_PortType_part_3.o
#8 17.18   CC       L1CTL_PortType_part_5.o
#8 17.18   CC       L1CTL_PortType_part_4.o
#8 17.18   CC       L1CTL_PortType_part_6.o
#8 17.18   CC       L1CTL_PortType_part_7.o
#8 17.18   CC       L1CTL_PortType_CtrlFunct_part_1.o
#8 17.20   CC       L1CTL_PortType_CtrlFunct_part_2.o
#8 17.20   CC       L1CTL_PortType_CtrlFunct_part_3.o
#8 17.20   CC       L1CTL_PortType_CtrlFunct_part_4.o
#8 17.20   CC       L1CTL_PortType_CtrlFunct_part_5.o
#8 17.21   CC       L1CTL_PortType_CtrlFunct_part_6.o
#8 17.22   CC       L1CTL_Types_part_1.o
#8 17.23   CC       L1CTL_Types_part_2.o
#8 17.23   CC       L1CTL_PortType_CtrlFunct_part_7.o
#8 17.23   CC       L1CTL_Types_part_3.o
#8 17.23   CC       L1CTL_Types_part_4.o
#8 17.24   CC       L1CTL_Types_part_5.o
#8 17.25   CC       L1CTL_Types_part_6.o
#8 17.25   CC       L1CTL_Types_part_7.o
#8 17.25   CC       L3_Common_part_1.o
#8 17.25   CC       L3_Common_part_2.o
#8 17.26   CC       L3_Common_part_3.o
#8 17.27   CC       L3_Common_part_4.o
#8 17.27   CC       L3_Common_part_5.o
#8 17.27   CC       L3_Common_part_6.o
#8 17.27   CC       L3_Common_part_7.o
#8 17.28   CC       L3_Templates_part_1.o
#8 17.29   CC       L3_Templates_part_2.o
#8 17.29   CC       L3_Templates_part_3.o
#8 17.29   CC       L3_Templates_part_4.o
#8 17.29   CC       L3_Templates_part_5.o
#8 17.30   CC       L3_Templates_part_6.o
#8 17.31   CC       L3_Templates_part_7.o
#8 17.32   CC       LAPDm_RAW_PT_part_1.o
#8 17.32   CC       LAPDm_RAW_PT_part_2.o
#8 17.32   CC       LAPDm_RAW_PT_part_3.o
#8 17.32   CC       LAPDm_RAW_PT_part_4.o
#8 17.32   CC       LAPDm_RAW_PT_part_5.o
#8 17.33   CC       LAPDm_RAW_PT_part_6.o
#8 17.34   CC       LAPDm_RAW_PT_part_7.o
#8 17.34   CC       LAPDm_Types_part_1.o
#8 17.34   CC       LAPDm_Types_part_2.o
#8 17.34   CC       LAPDm_Types_part_3.o
#8 17.34   CC       LAPDm_Types_part_4.o
#8 17.36   CC       LAPDm_Types_part_5.o
#8 17.36   CC       LAPDm_Types_part_6.o
#8 17.36   CC       LAPDm_Types_part_7.o
#8 17.36   CC       Misc_Helpers_part_1.o
#8 17.36   CC       Misc_Helpers_part_2.o
#8 17.38   CC       Misc_Helpers_part_3.o
#8 17.38   CC       Misc_Helpers_part_4.o
#8 17.38   CC       Misc_Helpers_part_5.o
#8 17.38   CC       Misc_Helpers_part_6.o
#8 17.38   CC       Misc_Helpers_part_7.o
#8 17.38   CC       MobileL3_CC_Types_part_1.o
#8 17.40   CC       MobileL3_CC_Types_part_2.o
#8 17.40   CC       MobileL3_CC_Types_part_3.o
#8 17.40   CC       MobileL3_CC_Types_part_5.o
#8 17.40   CC       MobileL3_CC_Types_part_4.o
#8 17.40   CC       MobileL3_CC_Types_part_6.o
#8 17.42   CC       MobileL3_CC_Types_part_7.o
#8 17.42   CC       MobileL3_CommonIE_Types_part_1.o
#8 17.42   CC       MobileL3_CommonIE_Types_part_2.o
#8 17.45   CC       MobileL3_CommonIE_Types_part_3.o
#8 17.45   CC       MobileL3_CommonIE_Types_part_4.o
#8 17.47   CC       MobileL3_CommonIE_Types_part_5.o
#8 17.47   CC       MobileL3_CommonIE_Types_part_6.o
#8 17.49   CC       MobileL3_CommonIE_Types_part_7.o
#8 17.49   CC       MobileL3_GMM_SM_Types_part_1.o
#8 17.54   CC       MobileL3_GMM_SM_Types_part_2.o
#8 17.90 RSL_Emulation.cc: In function 'IPA__Types::IpaStreamId RSL__Emulation::f__streamId__by__trx(const INTEGER&)':
#8 17.90 RSL_Emulation.cc:11152:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 17.90 11152 | }
#8 17.90       | ^
#8 18.49   CC       MobileL3_GMM_SM_Types_part_3.o
#8 19.13   CC       MobileL3_GMM_SM_Types_part_4.o
#8 19.63   CC       MobileL3_GMM_SM_Types_part_5.o
#8 19.67   CC       MobileL3_GMM_SM_Types_part_6.o
#8 20.84   CC       MobileL3_GMM_SM_Types_part_7.o
#8 21.22   CC       MobileL3_MM_Types_part_1.o
#8 21.38   CC       MobileL3_MM_Types_part_2.o
#8 21.41   CC       MobileL3_MM_Types_part_3.o
#8 21.43   CC       MobileL3_MM_Types_part_4.o
#8 21.45   CC       MobileL3_MM_Types_part_5.o
#8 21.47   CC       MobileL3_MM_Types_part_6.o
#8 21.49   CC       MobileL3_MM_Types_part_7.o
#8 21.58   CC       MobileL3_RRM_Types_part_1.o
#8 21.74   CC       MobileL3_RRM_Types_part_2.o
#8 21.88   CC       MobileL3_RRM_Types_part_3.o
#8 22.93   CC       MobileL3_RRM_Types_part_4.o
#8 23.37   CC       MobileL3_RRM_Types_part_5.o
#8 23.40   CC       MobileL3_RRM_Types_part_6.o
#8 23.42   CC       MobileL3_RRM_Types_part_7.o
#8 23.46   CC       MobileL3_SMS_Types_part_1.o
#8 23.60   CC       MobileL3_SMS_Types_part_2.o
#8 23.62   CC       MobileL3_SMS_Types_part_3.o
#8 23.66   CC       MobileL3_SMS_Types_part_4.o
#8 23.70   CC       MobileL3_SMS_Types_part_5.o
#8 23.75   CC       MobileL3_SMS_Types_part_6.o
#8 23.78   CC       MobileL3_SMS_Types_part_7.o
#8 23.82   CC       MobileL3_SS_Types_part_1.o
#8 23.85   CC       MobileL3_SS_Types_part_2.o
#8 23.89   CC       MobileL3_SS_Types_part_3.o
#8 23.93   CC       MobileL3_SS_Types_part_4.o
#8 23.96   CC       MobileL3_SS_Types_part_5.o
#8 24.00   CC       MobileL3_SS_Types_part_6.o
#8 24.04   CC       MobileL3_SS_Types_part_7.o
#8 24.07   CC       MobileL3_Types_part_1.o
#8 24.11   CC       MobileL3_Types_part_2.o
#8 24.15   CC       MobileL3_Types_part_3.o
#8 24.18   CC       MobileL3_Types_part_4.o
#8 24.22   CC       MobileL3_Types_part_5.o
#8 24.25   CC       MobileL3_Types_part_6.o
#8 24.29   CC       MobileL3_Types_part_7.o
#8 24.33   CC       Native_Functions_part_1.o
#8 24.35   CC       Native_Functions_part_2.o
#8 24.39   CC       Native_Functions_part_3.o
#8 24.42   CC       Native_Functions_part_4.o
#8 24.46   CC       Native_Functions_part_5.o
#8 24.49   CC       Native_Functions_part_6.o
#8 24.52   CC       Native_Functions_part_7.o
#8 24.55   CC       OSMUX_CodecPort_part_1.o
#8 24.57   CC       OSMUX_CodecPort_part_2.o
#8 24.59   CC       OSMUX_CodecPort_part_3.o
#8 24.63   CC       OSMUX_CodecPort_part_4.o
#8 24.67   CC       OSMUX_CodecPort_part_5.o
#8 24.71   CC       OSMUX_CodecPort_part_6.o
#8 24.73   CC       OSMUX_CodecPort_part_7.o
#8 24.75   CC       OSMUX_CodecPort_CtrlFunct_part_1.o
#8 24.77   CC       OSMUX_CodecPort_CtrlFunct_part_2.o
#8 24.79   CC       OSMUX_CodecPort_CtrlFunct_part_3.o
#8 24.81   CC       OSMUX_CodecPort_CtrlFunct_part_4.o
#8 24.83   CC       OSMUX_CodecPort_CtrlFunct_part_5.o
#8 24.85   CC       OSMUX_CodecPort_CtrlFunct_part_6.o
#8 24.86   CC       OSMUX_CodecPort_CtrlFunct_part_7.o
#8 24.87   CC       OSMUX_Emulation_part_1.o
#8 24.88   CC       OSMUX_Emulation_part_2.o
#8 24.89   CC       OSMUX_Emulation_part_3.o
#8 24.90   CC       OSMUX_Emulation_part_4.o
#8 24.91   CC       OSMUX_Emulation_part_5.o
#8 24.92   CC       OSMUX_Emulation_part_6.o
#8 24.94   CC       OSMUX_Emulation_part_7.o
#8 24.94   CC       OSMUX_Types_part_1.o
#8 24.96   CC       OSMUX_Types_part_2.o
#8 24.96   CC       OSMUX_Types_part_3.o
#8 24.98   CC       OSMUX_Types_part_4.o
#8 24.98   CC       OSMUX_Types_part_5.o
#8 25.00   CC       OSMUX_Types_part_6.o
#8 25.00   CC       OSMUX_Types_part_7.o
#8 25.02   CC       Osmocom_CTRL_Adapter_part_1.o
#8 25.02   CC       Osmocom_CTRL_Adapter_part_2.o
#8 25.04   CC       Osmocom_CTRL_Adapter_part_3.o
#8 25.04   CC       Osmocom_CTRL_Adapter_part_4.o
#8 25.06   CC       Osmocom_CTRL_Adapter_part_5.o
#8 25.06   CC       Osmocom_CTRL_Adapter_part_6.o
#8 25.08   CC       Osmocom_CTRL_Adapter_part_7.o
#8 25.09   CC       Osmocom_CTRL_Functions_part_1.o
#8 25.10   CC       Osmocom_CTRL_Functions_part_2.o
#8 25.11   CC       Osmocom_CTRL_Functions_part_3.o
#8 25.12   CC       Osmocom_CTRL_Functions_part_4.o
#8 25.13   CC       Osmocom_CTRL_Functions_part_5.o
#8 25.14   CC       Osmocom_CTRL_Functions_part_6.o
#8 25.15   CC       Osmocom_CTRL_Functions_part_7.o
#8 25.17   CC       Osmocom_CTRL_Types_part_1.o
#8 25.17   CC       Osmocom_CTRL_Types_part_2.o
#8 25.19   CC       Osmocom_CTRL_Types_part_3.o
#8 25.20   CC       Osmocom_CTRL_Types_part_4.o
#8 25.21   CC       Osmocom_CTRL_Types_part_5.o
#8 25.23   CC       Osmocom_CTRL_Types_part_6.o
#8 25.25   CC       Osmocom_CTRL_Types_part_7.o
#8 25.26   CC       Osmocom_Types_part_1.o
#8 25.26   CC       Osmocom_Types_part_2.o
#8 25.28   CC       Osmocom_Types_part_3.o
#8 25.28   CC       Osmocom_Types_part_4.o
#8 25.28   CC       Osmocom_Types_part_5.o
#8 25.30   CC       Osmocom_Types_part_6.o
#8 25.30   CC       Osmocom_Types_part_7.o
#8 25.31   CC       Osmocom_VTY_Functions_part_1.o
#8 25.32   CC       Osmocom_VTY_Functions_part_2.o
#8 25.33   CC       Osmocom_VTY_Functions_part_3.o
#8 25.33   CC       Osmocom_VTY_Functions_part_4.o
#8 25.34   CC       Osmocom_VTY_Functions_part_5.o
#8 25.35   CC       Osmocom_VTY_Functions_part_6.o
#8 25.35   CC       Osmocom_VTY_Functions_part_7.o
#8 25.37   CC       PCUIF_CodecPort_part_1.o
#8 25.37   CC       PCUIF_CodecPort_part_2.o
#8 25.37   CC       PCUIF_CodecPort_part_3.o
#8 25.38   CC       PCUIF_CodecPort_part_4.o
#8 25.39   CC       PCUIF_CodecPort_part_5.o
#8 25.39   CC       PCUIF_CodecPort_part_6.o
#8 25.39   CC       PCUIF_CodecPort_part_7.o
#8 25.39   CC       PCUIF_Types_part_1.o
#8 25.40   CC       PCUIF_Types_part_2.o
#8 25.41   CC       PCUIF_Types_part_3.o
#8 25.41   CC       PCUIF_Types_part_4.o
#8 25.41   CC       PCUIF_Types_part_5.o
#8 25.42   CC       PCUIF_Types_part_6.o
#8 25.43   CC       PCUIF_Types_part_7.o
#8 25.43   CC       RLCMAC_CSN1_Templates_part_1.o
#8 25.43   CC       RLCMAC_CSN1_Templates_part_2.o
#8 25.44   CC       RLCMAC_CSN1_Templates_part_3.o
#8 25.45   CC       RLCMAC_CSN1_Templates_part_5.o
#8 25.45   CC       RLCMAC_CSN1_Templates_part_6.o
#8 25.45   CC       RLCMAC_CSN1_Templates_part_4.o
#8 25.46   CC       RLCMAC_CSN1_Templates_part_7.o
#8 25.47   CC       RLCMAC_CSN1_Types_part_1.o
#8 25.47   CC       RLCMAC_CSN1_Types_part_2.o
#8 25.47   CC       RLCMAC_CSN1_Types_part_3.o
#8 25.49   CC       RLCMAC_CSN1_Types_part_4.o
#8 25.53   CC       RLCMAC_CSN1_Types_part_5.o
#8 25.64   CC       RLCMAC_CSN1_Types_part_6.o
#8 25.67   CC       RLCMAC_CSN1_Types_part_7.o
#8 25.69   CC       RLCMAC_Templates_part_1.o
#8 25.73   CC       RLCMAC_Templates_part_2.o
#8 25.76   CC       RLCMAC_Templates_part_3.o
#8 25.78   CC       RLCMAC_Templates_part_4.o
#8 25.79   CC       RLCMAC_Templates_part_5.o
#8 25.81   CC       RLCMAC_Templates_part_6.o
#8 25.81   CC       RLCMAC_Templates_part_7.o
#8 25.82   CC       RLCMAC_Types_part_1.o
#8 25.83   CC       RLCMAC_Types_part_2.o
#8 25.83   CC       RLCMAC_Types_part_3.o
#8 25.86   CC       RLCMAC_Types_part_4.o
#8 25.86   CC       RLCMAC_Types_part_5.o
#8 25.88   CC       RLCMAC_Types_part_6.o
#8 25.88   CC       RLCMAC_Types_part_7.o
#8 25.90   CC       RSL_Emulation_part_1.o
#8 25.90   CC       RSL_Emulation_part_2.o
#8 25.92   CC       RSL_Emulation_part_3.o
#8 25.92   CC       RSL_Emulation_part_4.o
#8 25.93   CC       RSL_Emulation_part_5.o
#8 25.94   CC       RSL_Emulation_part_6.o
#8 25.95   CC       RSL_Emulation_part_7.o
#8 25.95   CC       RSL_Types_part_1.o
#8 25.97   CC       RSL_Types_part_2.o
#8 25.97   CC       RSL_Types_part_3.o
#8 26.00   CC       RSL_Types_part_4.o
#8 26.02   CC       RSL_Types_part_5.o
#8 26.04   CC       RSL_Types_part_6.o
#8 26.06   CC       RSL_Types_part_7.o
#8 26.08   CC       RTP_CodecPort_part_1.o
#8 26.10   CC       RTP_CodecPort_part_2.o
#8 26.13   CC       RTP_CodecPort_part_3.o
#8 26.15   CC       RTP_CodecPort_part_4.o
#8 26.17   CC       RTP_CodecPort_part_5.o
#8 26.19   CC       RTP_CodecPort_part_6.o
#8 26.22   CC       RTP_CodecPort_part_7.o
#8 26.24   CC       RTP_CodecPort_CtrlFunct_part_1.o
#8 26.26   CC       RTP_CodecPort_CtrlFunct_part_2.o
#8 26.28   CC       RTP_CodecPort_CtrlFunct_part_3.o
#8 26.31   CC       RTP_CodecPort_CtrlFunct_part_4.o
#8 26.33   CC       RTP_CodecPort_CtrlFunct_part_5.o
#8 26.35   CC       RTP_CodecPort_CtrlFunct_part_6.o
#8 26.37   CC       RTP_CodecPort_CtrlFunct_part_7.o
#8 26.40   CC       RTP_Emulation_part_1.o
#8 26.42   CC       RTP_Emulation_part_2.o
#8 26.44   CC       RTP_Emulation_part_3.o
#8 26.46   CC       RTP_Emulation_part_4.o
#8 26.48   CC       RTP_Emulation_part_5.o
#8 26.51   CC       RTP_Emulation_part_6.o
#8 26.53   CC       RTP_Emulation_part_7.o
#8 26.55   CC       RTP_Types_part_1.o
#8 26.66   CC       RTP_Types_part_2.o
#8 26.68   CC       RTP_Types_part_3.o
#8 26.70   CC       RTP_Types_part_4.o
#8 26.72   CC       RTP_Types_part_5.o
#8 26.74   CC       RTP_Types_part_6.o
#8 26.76   CC       RTP_Types_part_7.o
#8 26.78   CC       Socket_API_Definitions_part_1.o
#8 26.82   CC       Socket_API_Definitions_part_2.o
#8 26.85   CC       Socket_API_Definitions_part_3.o
#8 26.90   CC       Socket_API_Definitions_part_4.o
#8 26.94   CC       Socket_API_Definitions_part_5.o
#8 26.97   CC       Socket_API_Definitions_part_6.o
#8 27.01   CC       Socket_API_Definitions_part_7.o
#8 27.05   CC       TCCConversion_Functions_part_1.o
#8 27.08   CC       TCCConversion_Functions_part_2.o
#8 27.12   CC       TCCConversion_Functions_part_3.o
#8 27.15   CC       TCCConversion_Functions_part_4.o
#8 27.19   CC       TCCConversion_Functions_part_5.o
#8 27.23   CC       TCCConversion_Functions_part_6.o
#8 27.26   CC       TCCConversion_Functions_part_7.o
#8 27.27   CC       TCCInterface_Functions_part_1.o
#8 27.28   CC       TCCInterface_Functions_part_2.o
#8 27.30   CC       TCCInterface_Functions_part_3.o
#8 27.30   CC       TCCInterface_Functions_part_4.o
#8 27.30   CC       TCCInterface_Functions_part_5.o
#8 27.32   CC       TCCInterface_Functions_part_6.o
#8 27.32   CC       TCCInterface_Functions_part_7.o
#8 27.32   CC       TELNETasp_PortType_part_1.o
#8 27.34   CC       TELNETasp_PortType_part_2.o
#8 27.34   CC       TELNETasp_PortType_part_3.o
#8 27.34   CC       TELNETasp_PortType_part_4.o
#8 27.36   CC       TELNETasp_PortType_part_5.o
#8 27.36   CC       TELNETasp_PortType_part_6.o
#8 27.37   CC       TELNETasp_PortType_part_7.o
#8 27.39   CC       TRXC_CodecPort_part_1.o
#8 27.39   CC       TRXC_CodecPort_part_2.o
#8 27.40   CC       TRXC_CodecPort_part_3.o
#8 27.41   CC       TRXC_CodecPort_part_4.o
#8 27.41   CC       TRXC_CodecPort_part_5.o
#8 27.42   CC       TRXC_CodecPort_part_6.o
#8 27.43   CC       TRXC_CodecPort_part_7.o
#8 27.43   CC       TRXC_CodecPort_CtrlFunct_part_1.o
#8 27.44   CC       TRXC_CodecPort_CtrlFunct_part_2.o
#8 27.45   CC       TRXC_CodecPort_CtrlFunct_part_3.o
#8 27.46   CC       TRXC_CodecPort_CtrlFunct_part_4.o
#8 27.46   CC       TRXC_CodecPort_CtrlFunct_part_5.o
#8 27.48   CC       TRXC_CodecPort_CtrlFunct_part_6.o
#8 27.48   CC       TRXC_CodecPort_CtrlFunct_part_7.o
#8 27.48   CC       TRXC_Types_part_1.o
#8 27.50   CC       TRXC_Types_part_2.o
#8 27.50   CC       TRXC_Types_part_3.o
#8 27.50   CC       TRXC_Types_part_4.o
#8 27.52   CC       TRXC_Types_part_5.o
#8 27.52   CC       TRXC_Types_part_6.o
#8 27.53   CC       TRXC_Types_part_7.o
#8 27.54   CC       UD_PortType_part_1.o
#8 27.55   CC       UD_PortType_part_2.o
#8 27.56   CC       UD_PortType_part_3.o
#8 27.57   CC       UD_PortType_part_4.o
#8 27.57   CC       UD_PortType_part_5.o
#8 27.59   CC       UD_PortType_part_6.o
#8 27.59   CC       UD_PortType_part_7.o
#8 27.59   CC       UD_Types_part_1.o
#8 27.61   CC       UD_Types_part_2.o
#8 27.61   CC       UD_Types_part_4.o
#8 27.61   CC       UD_Types_part_3.o
#8 27.63   CC       UD_Types_part_5.o
#8 27.63   CC       UD_Types_part_6.o
#8 27.65   CC       UD_Types_part_7.o
#8 27.66   CC       IPA_Emulation.o
#8 27.66   CC       IPA_Emulation_part_1.o
#8 27.68   CC       IPA_Emulation_part_2.o
#8 27.69   CC       IPA_Emulation_part_3.o
#8 27.70   CC       IPA_Emulation_part_4.o
#8 27.71   CC       IPA_Emulation_part_5.o
#8 27.73   CC       IPA_Emulation_part_6.o
#8 27.75   CC       IPA_Emulation_part_7.o
#8 27.76   CC       IPA_CodecPort_CtrlFunctDef.o
#8 27.79   CC       IPL4asp_PT.o
#8 28.14   CC       IPL4asp_discovery.o
#8 28.26   CC       IuUP_EncDec.o
#8 28.49   CC       L1CTL_PortType_CtrlFunctDef.o
#8 28.49   CC       Native_FunctionDefs.o
#8 28.61   CC       OSMUX_CodecPort_CtrlFunctDef.o
#8 28.64   CC       RLCMAC_EncDec.o
#8 28.95   CC       RTP_CodecPort_CtrlFunctDef.o
#8 28.96   CC       RTP_EncDec.o
#8 29.03   CC       TCCConversion.o
#8 29.33   CC       TCCInterface.o
#8 29.48   CC       TELNETasp_PT.o
#8 29.57   CC       TRXC_CodecPort_CtrlFunctDef.o
#8 29.74   CC       UD_PT.o
#8 29.76   CCLD     AMR_Types.so
#8 29.85   CCLD     AbisOML_Types.so
#8 29.89   CCLD     BTS_Tests.so
#8 29.97   CCLD     BTS_Tests_ASCI.so
#8 30.01   CCLD     BTS_Tests_LAPDm.so
#8 30.07   CCLD     BTS_Tests_OML.so
#8 30.10   CCLD     BTS_Tests_SMSCB.so
#8 30.17   CCLD     BTS_Tests_VAMOS.so
#8 30.18   CCLD     BTS_Tests_perf.so
#8 30.26   CCLD     GSM_RR_Types.so
#8 30.26   CCLD     GSM_RestOctets.so
#8 30.27   CCLD     GSM_SystemInformation.so
#8 30.31   CCLD     GSM_Types.so
#8 30.40   CCLD     General_Types.so
#8 30.40   CCLD     IPA_CodecPort.so
#8 30.45   CCLD     IPA_CodecPort_CtrlFunct.so
#8 30.47   CCLD     IPA_Testing.so
#8 30.48   CCLD     IPA_Types.so
#8 30.50   CCLD     IPL4asp_Functions.so
#8 30.51   CCLD     IPL4asp_PortType.so
#8 30.51   CCLD     IPL4asp_Types.so
#8 30.56   CCLD     IuUP_Emulation.so
#8 30.61   CCLD     IuUP_Types.so
#8 30.62   CCLD     L1CTL_PortType.so
#8 30.63   CCLD     L1CTL_PortType_CtrlFunct.so
#8 30.63   CCLD     L1CTL_Types.so
#8 30.63   CCLD     L3_Common.so
#8 30.63   CCLD     L3_Templates.so
#8 30.65   CCLD     LAPDm_RAW_PT.so
#8 30.66   CCLD     LAPDm_Types.so
#8 30.69   CCLD     Misc_Helpers.so
#8 30.72   CCLD     MobileL3_CC_Types.so
#8 30.74   CCLD     MobileL3_CommonIE_Types.so
#8 30.78   CCLD     MobileL3_GMM_SM_Types.so
#8 30.78   CCLD     MobileL3_MM_Types.so
#8 30.79   CCLD     MobileL3_RRM_Types.so
#8 30.80   CCLD     MobileL3_SMS_Types.so
#8 30.82   CCLD     MobileL3_SS_Types.so
#8 30.82   CCLD     MobileL3_Types.so
#8 30.82   CCLD     Native_Functions.so
#8 30.85   CCLD     OSMUX_CodecPort.so
#8 30.85   CCLD     OSMUX_CodecPort_CtrlFunct.so
#8 30.88   CCLD     OSMUX_Emulation.so
#8 30.89   CCLD     OSMUX_Types.so
#8 30.94   CCLD     Osmocom_CTRL_Adapter.so
#8 30.96   CCLD     Osmocom_CTRL_Functions.so
#8 30.97   CCLD     Osmocom_CTRL_Types.so
#8 30.97   CCLD     Osmocom_Types.so
#8 30.98   CCLD     Osmocom_VTY_Functions.so
#8 30.98   CCLD     PCUIF_CodecPort.so
#8 31.01   CCLD     PCUIF_Types.so
#8 31.01   CCLD     RLCMAC_CSN1_Templates.so
#8 31.01   CCLD     RLCMAC_CSN1_Types.so
#8 31.03   CCLD     RLCMAC_Templates.so
#8 31.03   CCLD     RLCMAC_Types.so
#8 31.07   CCLD     RSL_Emulation.so
#8 31.07   CCLD     RSL_Types.so
#8 31.09   CCLD     RTP_CodecPort.so
#8 31.09   CCLD     RTP_CodecPort_CtrlFunct.so
#8 31.10   CCLD     RTP_Emulation.so
#8 31.10   CCLD     RTP_Types.so
#8 31.13   CCLD     Socket_API_Definitions.so
#8 31.18   CCLD     TCCConversion_Functions.so
#8 31.20   CCLD     TCCInterface_Functions.so
#8 31.21   CCLD     TELNETasp_PortType.so
#8 31.21   CCLD     TRXC_CodecPort.so
#8 31.22   CCLD     TRXC_CodecPort_CtrlFunct.so
#8 31.23   CCLD     TRXC_Types.so
#8 31.24   CCLD     UD_PortType.so
#8 31.26   CCLD     UD_Types.so
#8 31.26   CCLD     AMR_Types_part_1.so
#8 31.27   CCLD     AMR_Types_part_2.so
#8 31.27   CCLD     AMR_Types_part_3.so
#8 31.28   CCLD     AMR_Types_part_4.so
#8 31.29   CCLD     AMR_Types_part_5.so
#8 31.30   CCLD     AMR_Types_part_6.so
#8 31.30   CCLD     AMR_Types_part_7.so
#8 31.31   CCLD     AbisOML_Types_part_1.so
#8 31.31   CCLD     AbisOML_Types_part_2.so
#8 31.32   CCLD     AbisOML_Types_part_3.so
#8 31.32   CCLD     AbisOML_Types_part_4.so
#8 31.33   CCLD     AbisOML_Types_part_5.so
#8 31.33   CCLD     AbisOML_Types_part_7.so
#8 31.33   CCLD     AbisOML_Types_part_6.so
#8 31.34   CCLD     BTS_Tests_part_1.so
#8 31.34   CCLD     BTS_Tests_part_2.so
#8 31.35   CCLD     BTS_Tests_part_3.so
#8 31.35   CCLD     BTS_Tests_part_4.so
#8 31.36   CCLD     BTS_Tests_part_5.so
#8 31.36   CCLD     BTS_Tests_part_6.so
#8 31.36   CCLD     BTS_Tests_part_7.so
#8 31.37   CCLD     BTS_Tests_ASCI_part_1.so
#8 31.37   CCLD     BTS_Tests_ASCI_part_2.so
#8 31.37   CCLD     BTS_Tests_ASCI_part_3.so
#8 31.38   CCLD     BTS_Tests_ASCI_part_4.so
#8 31.38   CCLD     BTS_Tests_ASCI_part_5.so
#8 31.39   CCLD     BTS_Tests_ASCI_part_6.so
#8 31.39   CCLD     BTS_Tests_LAPDm_part_1.so
#8 31.39   CCLD     BTS_Tests_ASCI_part_7.so
#8 31.39   CCLD     BTS_Tests_LAPDm_part_2.so
#8 31.40   CCLD     BTS_Tests_LAPDm_part_3.so
#8 31.40   CCLD     BTS_Tests_LAPDm_part_4.so
#8 31.40   CCLD     BTS_Tests_LAPDm_part_5.so
#8 31.40   CCLD     BTS_Tests_LAPDm_part_6.so
#8 31.41   CCLD     BTS_Tests_LAPDm_part_7.so
#8 31.42   CCLD     BTS_Tests_OML_part_1.so
#8 31.42   CCLD     BTS_Tests_OML_part_2.so
#8 31.42   CCLD     BTS_Tests_OML_part_3.so
#8 31.42   CCLD     BTS_Tests_OML_part_4.so
#8 31.42   CCLD     BTS_Tests_OML_part_5.so
#8 31.42   CCLD     BTS_Tests_OML_part_6.so
#8 31.42   CCLD     BTS_Tests_OML_part_7.so
#8 31.43   CCLD     BTS_Tests_SMSCB_part_1.so
#8 31.43   CCLD     BTS_Tests_SMSCB_part_2.so
#8 31.43   CCLD     BTS_Tests_SMSCB_part_3.so
#8 31.44   CCLD     BTS_Tests_SMSCB_part_4.so
#8 31.44   CCLD     BTS_Tests_SMSCB_part_5.so
#8 31.45   CCLD     BTS_Tests_SMSCB_part_6.so
#8 31.45   CCLD     BTS_Tests_SMSCB_part_7.so
#8 31.45   CCLD     BTS_Tests_VAMOS_part_2.so
#8 31.45   CCLD     BTS_Tests_VAMOS_part_1.so
#8 31.45   CCLD     BTS_Tests_VAMOS_part_3.so
#8 31.45   CCLD     BTS_Tests_VAMOS_part_4.so
#8 31.46   CCLD     BTS_Tests_VAMOS_part_5.so
#8 31.46   CCLD     BTS_Tests_VAMOS_part_6.so
#8 31.47   CCLD     BTS_Tests_VAMOS_part_7.so
#8 31.47   CCLD     BTS_Tests_perf_part_1.so
#8 31.47   CCLD     BTS_Tests_perf_part_2.so
#8 31.48   CCLD     BTS_Tests_perf_part_3.so
#8 31.48   CCLD     BTS_Tests_perf_part_4.so
#8 31.48   CCLD     BTS_Tests_perf_part_5.so
#8 31.49   CCLD     BTS_Tests_perf_part_6.so
#8 31.49   CCLD     BTS_Tests_perf_part_7.so
#8 31.49   CCLD     GSM_RR_Types_part_1.so
#8 31.50   CCLD     GSM_RR_Types_part_2.so
#8 31.50   CCLD     GSM_RR_Types_part_3.so
#8 31.50   CCLD     GSM_RR_Types_part_4.so
#8 31.50   CCLD     GSM_RR_Types_part_5.so
#8 31.50   CCLD     GSM_RR_Types_part_6.so
#8 31.50   CCLD     GSM_RR_Types_part_7.so
#8 31.50   CCLD     GSM_RestOctets_part_1.so
#8 31.51   CCLD     GSM_RestOctets_part_2.so
#8 31.52   CCLD     GSM_RestOctets_part_3.so
#8 31.52   CCLD     GSM_RestOctets_part_4.so
#8 31.52   CCLD     GSM_RestOctets_part_5.so
#8 31.53   CCLD     GSM_RestOctets_part_6.so
#8 31.53   CCLD     GSM_RestOctets_part_7.so
#8 31.53   CCLD     GSM_SystemInformation_part_1.so
#8 31.55   CCLD     GSM_SystemInformation_part_2.so
#8 31.55   CCLD     GSM_SystemInformation_part_3.so
#8 31.55   CCLD     GSM_SystemInformation_part_4.so
#8 31.56   CCLD     GSM_SystemInformation_part_5.so
#8 31.56   CCLD     GSM_SystemInformation_part_6.so
#8 31.57   CCLD     GSM_SystemInformation_part_7.so
#8 31.58   CCLD     GSM_Types_part_1.so
#8 31.58   CCLD     GSM_Types_part_2.so
#8 31.59   CCLD     GSM_Types_part_3.so
#8 31.61   CCLD     GSM_Types_part_4.so
#8 31.61   CCLD     GSM_Types_part_5.so
#8 31.61   CCLD     GSM_Types_part_7.so
#8 31.61   CCLD     GSM_Types_part_6.so
#8 31.61   CCLD     General_Types_part_1.so
#8 31.62   CCLD     General_Types_part_2.so
#8 31.63   CCLD     General_Types_part_3.so
#8 31.63   CCLD     General_Types_part_4.so
#8 31.63   CCLD     General_Types_part_5.so
#8 31.63   CCLD     General_Types_part_6.so
#8 31.63   CCLD     General_Types_part_7.so
#8 31.64   CCLD     IPA_CodecPort_part_1.so
#8 31.64   CCLD     IPA_CodecPort_part_2.so
#8 31.64   CCLD     IPA_CodecPort_part_3.so
#8 31.66   CCLD     IPA_CodecPort_part_4.so
#8 31.66   CCLD     IPA_CodecPort_part_5.so
#8 31.66   CCLD     IPA_CodecPort_part_6.so
#8 31.66   CCLD     IPA_CodecPort_part_7.so
#8 31.66   CCLD     IPA_CodecPort_CtrlFunct_part_1.so
#8 31.66   CCLD     IPA_CodecPort_CtrlFunct_part_2.so
#8 31.66   CCLD     IPA_CodecPort_CtrlFunct_part_4.so
#8 31.67   CCLD     IPA_CodecPort_CtrlFunct_part_3.so
#8 31.67   CCLD     IPA_CodecPort_CtrlFunct_part_5.so
#8 31.69   CCLD     IPA_CodecPort_CtrlFunct_part_6.so
#8 31.69   CCLD     IPA_CodecPort_CtrlFunct_part_7.so
#8 31.69   CCLD     IPA_Testing_part_1.so
#8 31.69   CCLD     IPA_Testing_part_2.so
#8 31.69   CCLD     IPA_Testing_part_3.so
#8 31.69   CCLD     IPA_Testing_part_4.so
#8 31.69   CCLD     IPA_Testing_part_5.so
#8 31.69   CCLD     IPA_Testing_part_6.so
#8 31.70   CCLD     IPA_Testing_part_7.so
#8 31.71   CCLD     IPA_Types_part_1.so
#8 31.71   CCLD     IPA_Types_part_2.so
#8 31.72   CCLD     IPA_Types_part_3.so
#8 31.72   CCLD     IPA_Types_part_4.so
#8 31.72   CCLD     IPA_Types_part_5.so
#8 31.72   CCLD     IPA_Types_part_6.so
#8 31.72   CCLD     IPA_Types_part_7.so
#8 31.72   CCLD     IPL4asp_Functions_part_1.so
#8 31.72   CCLD     IPL4asp_Functions_part_2.so
#8 31.72   CCLD     IPL4asp_Functions_part_3.so
#8 31.73   CCLD     IPL4asp_Functions_part_4.so
#8 31.74   CCLD     IPL4asp_Functions_part_5.so
#8 31.74   CCLD     IPL4asp_Functions_part_6.so
#8 31.74   CCLD     IPL4asp_Functions_part_7.so
#8 31.75   CCLD     IPL4asp_PortType_part_1.so
#8 31.75   CCLD     IPL4asp_PortType_part_2.so
#8 31.75   CCLD     IPL4asp_PortType_part_3.so
#8 31.75   CCLD     IPL4asp_PortType_part_4.so
#8 31.75   CCLD     IPL4asp_PortType_part_6.so
#8 31.75   CCLD     IPL4asp_PortType_part_5.so
#8 31.75   CCLD     IPL4asp_PortType_part_7.so
#8 31.77   CCLD     IPL4asp_Types_part_1.so
#8 31.77   CCLD     IPL4asp_Types_part_2.so
#8 31.77   CCLD     IPL4asp_Types_part_3.so
#8 31.77   CCLD     IPL4asp_Types_part_4.so
#8 31.78   CCLD     IPL4asp_Types_part_5.so
#8 31.78   CCLD     IPL4asp_Types_part_6.so
#8 31.78   CCLD     IPL4asp_Types_part_7.so
#8 31.78   CCLD     IuUP_Emulation_part_1.so
#8 31.78   CCLD     IuUP_Emulation_part_2.so
#8 31.78   CCLD     IuUP_Emulation_part_3.so
#8 31.79   CCLD     IuUP_Emulation_part_4.so
#8 31.79   CCLD     IuUP_Emulation_part_5.so
#8 31.79   CCLD     IuUP_Emulation_part_6.so
#8 31.80   CCLD     IuUP_Emulation_part_7.so
#8 31.80   CCLD     IuUP_Types_part_1.so
#8 31.80   CCLD     IuUP_Types_part_2.so
#8 31.80   CCLD     IuUP_Types_part_3.so
#8 31.80   CCLD     IuUP_Types_part_4.so
#8 31.83   CCLD     IuUP_Types_part_5.so
#8 31.83   CCLD     IuUP_Types_part_6.so
#8 31.83   CCLD     IuUP_Types_part_7.so
#8 31.83   CCLD     L1CTL_PortType_part_1.so
#8 31.83   CCLD     L1CTL_PortType_part_2.so
#8 31.83   CCLD     L1CTL_PortType_part_3.so
#8 31.83   CCLD     L1CTL_PortType_part_4.so
#8 31.83   CCLD     L1CTL_PortType_part_5.so
#8 31.83   CCLD     L1CTL_PortType_part_6.so
#8 31.83   CCLD     L1CTL_PortType_part_7.so
#8 31.83   CCLD     L1CTL_PortType_CtrlFunct_part_1.so
#8 31.85   CCLD     L1CTL_PortType_CtrlFunct_part_2.so
#8 31.85   CCLD     L1CTL_PortType_CtrlFunct_part_3.so
#8 31.85   CCLD     L1CTL_PortType_CtrlFunct_part_4.so
#8 31.85   CCLD     L1CTL_PortType_CtrlFunct_part_5.so
#8 31.86   CCLD     L1CTL_PortType_CtrlFunct_part_6.so
#8 31.86   CCLD     L1CTL_PortType_CtrlFunct_part_7.so
#8 31.86   CCLD     L1CTL_Types_part_1.so
#8 31.86   CCLD     L1CTL_Types_part_2.so
#8 31.88   CCLD     L1CTL_Types_part_3.so
#8 31.88   CCLD     L1CTL_Types_part_4.so
#8 31.88   CCLD     L1CTL_Types_part_5.so
#8 31.88   CCLD     L1CTL_Types_part_6.so
#8 31.88   CCLD     L1CTL_Types_part_7.so
#8 31.88   CCLD     L3_Common_part_1.so
#8 31.88   CCLD     L3_Common_part_2.so
#8 31.88   CCLD     L3_Common_part_3.so
#8 31.88   CCLD     L3_Common_part_4.so
#8 31.89   CCLD     L3_Common_part_5.so
#8 31.91   CCLD     L3_Common_part_6.so
#8 31.91   CCLD     L3_Common_part_7.so
#8 31.91   CCLD     L3_Templates_part_1.so
#8 31.91   CCLD     L3_Templates_part_2.so
#8 31.91   CCLD     L3_Templates_part_3.so
#8 31.91   CCLD     L3_Templates_part_4.so
#8 31.91   CCLD     L3_Templates_part_5.so
#8 31.91   CCLD     L3_Templates_part_6.so
#8 31.92   CCLD     L3_Templates_part_7.so
#8 31.93   CCLD     LAPDm_RAW_PT_part_1.so
#8 31.93   CCLD     LAPDm_RAW_PT_part_2.so
#8 31.93   CCLD     LAPDm_RAW_PT_part_3.so
#8 31.94   CCLD     LAPDm_RAW_PT_part_4.so
#8 31.94   CCLD     LAPDm_RAW_PT_part_5.so
#8 31.94   CCLD     LAPDm_RAW_PT_part_6.so
#8 31.94   CCLD     LAPDm_RAW_PT_part_7.so
#8 31.94   CCLD     LAPDm_Types_part_1.so
#8 31.94   CCLD     LAPDm_Types_part_2.so
#8 31.94   CCLD     LAPDm_Types_part_3.so
#8 31.96   CCLD     LAPDm_Types_part_4.so
#8 31.96   CCLD     LAPDm_Types_part_5.so
#8 31.96   CCLD     LAPDm_Types_part_6.so
#8 31.96   CCLD     LAPDm_Types_part_7.so
#8 31.96   CCLD     Misc_Helpers_part_1.so
#8 31.97   CCLD     Misc_Helpers_part_3.so
#8 31.97   CCLD     Misc_Helpers_part_2.so
#8 31.97   CCLD     Misc_Helpers_part_4.so
#8 31.97   CCLD     Misc_Helpers_part_5.so
#8 31.99   CCLD     Misc_Helpers_part_6.so
#8 31.99   CCLD     Misc_Helpers_part_7.so
#8 31.99   CCLD     MobileL3_CC_Types_part_1.so
#8 31.99   CCLD     MobileL3_CC_Types_part_2.so
#8 31.99   CCLD     MobileL3_CC_Types_part_3.so
#8 31.99   CCLD     MobileL3_CC_Types_part_4.so
#8 31.99   CCLD     MobileL3_CC_Types_part_5.so
#8 32.00   CCLD     MobileL3_CC_Types_part_6.so
#8 32.00   CCLD     MobileL3_CC_Types_part_7.so
#8 32.01   CCLD     MobileL3_CommonIE_Types_part_1.so
#8 32.01   CCLD     MobileL3_CommonIE_Types_part_2.so
#8 32.01   CCLD     MobileL3_CommonIE_Types_part_3.so
#8 32.02   CCLD     MobileL3_CommonIE_Types_part_4.so
#8 32.02   CCLD     MobileL3_CommonIE_Types_part_5.so
#8 32.02   CCLD     MobileL3_CommonIE_Types_part_6.so
#8 32.02   CCLD     MobileL3_CommonIE_Types_part_7.so
#8 32.04   CCLD     MobileL3_GMM_SM_Types_part_1.so
#8 32.04   CCLD     MobileL3_GMM_SM_Types_part_2.so
#8 32.05   CCLD     MobileL3_GMM_SM_Types_part_3.so
#8 32.05   CCLD     MobileL3_GMM_SM_Types_part_4.so
#8 32.05   CCLD     MobileL3_GMM_SM_Types_part_5.so
#8 32.06   CCLD     MobileL3_GMM_SM_Types_part_6.so
#8 32.09   CCLD     MobileL3_GMM_SM_Types_part_7.so
#8 32.10   CCLD     MobileL3_MM_Types_part_1.so
#8 32.13   CCLD     MobileL3_MM_Types_part_2.so
#8 32.15   CCLD     MobileL3_MM_Types_part_3.so
#8 32.16   CCLD     MobileL3_MM_Types_part_4.so
#8 32.16   CCLD     MobileL3_MM_Types_part_5.so
#8 32.18   CCLD     MobileL3_MM_Types_part_6.so
#8 32.19   CCLD     MobileL3_MM_Types_part_7.so
#8 32.19   CCLD     MobileL3_RRM_Types_part_1.so
#8 32.21   CCLD     MobileL3_RRM_Types_part_2.so
#8 32.22   CCLD     MobileL3_RRM_Types_part_3.so
#8 32.23   CCLD     MobileL3_RRM_Types_part_4.so
#8 32.23   CCLD     MobileL3_RRM_Types_part_5.so
#8 32.24   CCLD     MobileL3_RRM_Types_part_6.so
#8 32.24   CCLD     MobileL3_RRM_Types_part_7.so
#8 32.26   CCLD     MobileL3_SMS_Types_part_1.so
#8 32.27   CCLD     MobileL3_SMS_Types_part_2.so
#8 32.27   CCLD     MobileL3_SMS_Types_part_3.so
#8 32.27   CCLD     MobileL3_SMS_Types_part_4.so
#8 32.27   CCLD     MobileL3_SMS_Types_part_5.so
#8 32.27   CCLD     MobileL3_SMS_Types_part_6.so
#8 32.28   CCLD     MobileL3_SMS_Types_part_7.so
#8 32.30   CCLD     MobileL3_SS_Types_part_1.so
#8 32.30   CCLD     MobileL3_SS_Types_part_2.so
#8 32.31   CCLD     MobileL3_SS_Types_part_3.so
#8 32.31   CCLD     MobileL3_SS_Types_part_4.so
#8 32.32   CCLD     MobileL3_SS_Types_part_6.so
#8 32.32   CCLD     MobileL3_SS_Types_part_7.so
#8 32.32   CCLD     MobileL3_SS_Types_part_5.so
#8 32.32   CCLD     MobileL3_Types_part_1.so
#8 32.32   CCLD     MobileL3_Types_part_2.so
#8 32.34   CCLD     MobileL3_Types_part_3.so
#8 32.34   CCLD     MobileL3_Types_part_4.so
#8 32.34   CCLD     MobileL3_Types_part_5.so
#8 32.35   CCLD     MobileL3_Types_part_6.so
#8 32.35   CCLD     MobileL3_Types_part_7.so
#8 32.35   CCLD     Native_Functions_part_1.so
#8 32.35   CCLD     Native_Functions_part_2.so
#8 32.36   CCLD     Native_Functions_part_3.so
#8 32.36   CCLD     Native_Functions_part_4.so
#8 32.37   CCLD     Native_Functions_part_5.so
#8 32.37   CCLD     Native_Functions_part_6.so
#8 32.37   CCLD     Native_Functions_part_7.so
#8 32.37   CCLD     OSMUX_CodecPort_part_1.so
#8 32.38   CCLD     OSMUX_CodecPort_part_2.so
#8 32.38   CCLD     OSMUX_CodecPort_part_3.so
#8 32.38   CCLD     OSMUX_CodecPort_part_4.so
#8 32.38   CCLD     OSMUX_CodecPort_part_5.so
#8 32.39   CCLD     OSMUX_CodecPort_part_6.so
#8 32.39   CCLD     OSMUX_CodecPort_part_7.so
#8 32.40   CCLD     OSMUX_CodecPort_CtrlFunct_part_1.so
#8 32.40   CCLD     OSMUX_CodecPort_CtrlFunct_part_2.so
#8 32.40   CCLD     OSMUX_CodecPort_CtrlFunct_part_3.so
#8 32.40   CCLD     OSMUX_CodecPort_CtrlFunct_part_4.so
#8 32.40   CCLD     OSMUX_CodecPort_CtrlFunct_part_5.so
#8 32.40   CCLD     OSMUX_CodecPort_CtrlFunct_part_6.so
#8 32.40   CCLD     OSMUX_CodecPort_CtrlFunct_part_7.so
#8 32.42   CCLD     OSMUX_Emulation_part_1.so
#8 32.42   CCLD     OSMUX_Emulation_part_2.so
#8 32.42   CCLD     OSMUX_Emulation_part_3.so
#8 32.42   CCLD     OSMUX_Emulation_part_4.so
#8 32.42   CCLD     OSMUX_Emulation_part_5.so
#8 32.43   CCLD     OSMUX_Emulation_part_6.so
#8 32.43   CCLD     OSMUX_Emulation_part_7.so
#8 32.43   CCLD     OSMUX_Types_part_1.so
#8 32.43   CCLD     OSMUX_Types_part_2.so
#8 32.43   CCLD     OSMUX_Types_part_3.so
#8 32.43   CCLD     OSMUX_Types_part_4.so
#8 32.44   CCLD     OSMUX_Types_part_5.so
#8 32.44   CCLD     OSMUX_Types_part_6.so
#8 32.45   CCLD     OSMUX_Types_part_7.so
#8 32.45   CCLD     Osmocom_CTRL_Adapter_part_1.so
#8 32.45   CCLD     Osmocom_CTRL_Adapter_part_2.so
#8 32.46   CCLD     Osmocom_CTRL_Adapter_part_3.so
#8 32.46   CCLD     Osmocom_CTRL_Adapter_part_4.so
#8 32.46   CCLD     Osmocom_CTRL_Adapter_part_5.so
#8 32.46   CCLD     Osmocom_CTRL_Adapter_part_6.so
#8 32.46   CCLD     Osmocom_CTRL_Adapter_part_7.so
#8 32.46   CCLD     Osmocom_CTRL_Functions_part_1.so
#8 32.46   CCLD     Osmocom_CTRL_Functions_part_2.so
#8 32.48   CCLD     Osmocom_CTRL_Functions_part_3.so
#8 32.48   CCLD     Osmocom_CTRL_Functions_part_4.so
#8 32.48   CCLD     Osmocom_CTRL_Functions_part_5.so
#8 32.48   CCLD     Osmocom_CTRL_Functions_part_6.so
#8 32.48   CCLD     Osmocom_CTRL_Functions_part_7.so
#8 32.48   CCLD     Osmocom_CTRL_Types_part_1.so
#8 32.48   CCLD     Osmocom_CTRL_Types_part_2.so
#8 32.48   CCLD     Osmocom_CTRL_Types_part_3.so
#8 32.49   CCLD     Osmocom_CTRL_Types_part_4.so
#8 32.49   CCLD     Osmocom_CTRL_Types_part_5.so
#8 32.49   CCLD     Osmocom_CTRL_Types_part_6.so
#8 32.50   CCLD     Osmocom_CTRL_Types_part_7.so
#8 32.50   CCLD     Osmocom_Types_part_1.so
#8 32.50   CCLD     Osmocom_Types_part_2.so
#8 32.50   CCLD     Osmocom_Types_part_3.so
#8 32.50   CCLD     Osmocom_Types_part_4.so
#8 32.51   CCLD     Osmocom_Types_part_5.so
#8 32.51   CCLD     Osmocom_Types_part_6.so
#8 32.52   CCLD     Osmocom_Types_part_7.so
#8 32.52   CCLD     Osmocom_VTY_Functions_part_1.so
#8 32.52   CCLD     Osmocom_VTY_Functions_part_2.so
#8 32.52   CCLD     Osmocom_VTY_Functions_part_3.so
#8 32.52   CCLD     Osmocom_VTY_Functions_part_4.so
#8 32.52   CCLD     Osmocom_VTY_Functions_part_5.so
#8 32.52   CCLD     Osmocom_VTY_Functions_part_6.so
#8 32.52   CCLD     Osmocom_VTY_Functions_part_7.so
#8 32.52   CCLD     PCUIF_CodecPort_part_1.so
#8 32.53   CCLD     PCUIF_CodecPort_part_2.so
#8 32.53   CCLD     PCUIF_CodecPort_part_3.so
#8 32.54   CCLD     PCUIF_CodecPort_part_4.so
#8 32.54   CCLD     PCUIF_CodecPort_part_5.so
#8 32.54   CCLD     PCUIF_CodecPort_part_6.so
#8 32.54   CCLD     PCUIF_CodecPort_part_7.so
#8 32.54   CCLD     PCUIF_Types_part_1.so
#8 32.54   CCLD     PCUIF_Types_part_2.so
#8 32.54   CCLD     PCUIF_Types_part_3.so
#8 32.54   CCLD     PCUIF_Types_part_4.so
#8 32.55   CCLD     PCUIF_Types_part_5.so
#8 32.55   CCLD     PCUIF_Types_part_6.so
#8 32.55   CCLD     PCUIF_Types_part_7.so
#8 32.55   CCLD     RLCMAC_CSN1_Templates_part_1.so
#8 32.57   CCLD     RLCMAC_CSN1_Templates_part_2.so
#8 32.58   CCLD     RLCMAC_CSN1_Templates_part_3.so
#8 32.58   CCLD     RLCMAC_CSN1_Templates_part_4.so
#8 32.58   CCLD     RLCMAC_CSN1_Templates_part_5.so
#8 32.58   CCLD     RLCMAC_CSN1_Templates_part_6.so
#8 32.58   CCLD     RLCMAC_CSN1_Templates_part_7.so
#8 32.58   CCLD     RLCMAC_CSN1_Types_part_5.so
#8 32.58   CCLD     RLCMAC_CSN1_Types_part_6.so
#8 32.58   CCLD     RLCMAC_CSN1_Types_part_7.so
#8 32.58   CCLD     RLCMAC_Templates_part_1.so
#8 32.58   CCLD     RLCMAC_Templates_part_2.so
#8 32.60   CCLD     RLCMAC_Templates_part_3.so
#8 32.60   CCLD     RLCMAC_Templates_part_4.so
#8 32.60   CCLD     RLCMAC_Templates_part_5.so
#8 32.60   CCLD     RLCMAC_Templates_part_7.so
#8 32.60   CCLD     RLCMAC_Templates_part_6.so
#8 32.60   CCLD     RLCMAC_Types_part_1.so
#8 32.60   CCLD     RLCMAC_Types_part_2.so
#8 32.60   CCLD     RLCMAC_Types_part_3.so
#8 32.61   CCLD     RLCMAC_Types_part_4.so
#8 32.61   CCLD     RLCMAC_Types_part_5.so
#8 32.61   CCLD     RLCMAC_Types_part_6.so
#8 32.64   CCLD     RLCMAC_Types_part_7.so
#8 32.64   CCLD     RSL_Emulation_part_1.so
#8 32.64   CCLD     RSL_Emulation_part_2.so
#8 32.64   CCLD     RSL_Emulation_part_3.so
#8 32.64   CCLD     RSL_Emulation_part_4.so
#8 32.64   CCLD     RSL_Emulation_part_5.so
#8 32.64   CCLD     RSL_Emulation_part_6.so
#8 32.64   CCLD     RSL_Emulation_part_7.so
#8 32.64   CCLD     RSL_Types_part_3.so
#8 32.64   CCLD     RSL_Types_part_2.so
#8 32.65   CCLD     RSL_Types_part_4.so
#8 32.67   CCLD     RSL_Types_part_5.so
#8 32.67   CCLD     RSL_Types_part_6.so
#8 32.67   CCLD     RSL_Types_part_7.so
#8 32.67   CCLD     RTP_CodecPort_part_1.so
#8 32.67   CCLD     RTP_CodecPort_part_2.so
#8 32.67   CCLD     RTP_CodecPort_part_3.so
#8 32.67   CCLD     RTP_CodecPort_part_4.so
#8 32.67   CCLD     RTP_CodecPort_part_5.so
#8 32.67   CCLD     RTP_CodecPort_part_6.so
#8 32.67   CCLD     RTP_CodecPort_part_7.so
#8 32.69   CCLD     RTP_CodecPort_CtrlFunct_part_1.so
#8 32.70   CCLD     RTP_CodecPort_CtrlFunct_part_2.so
#8 32.70   CCLD     RTP_CodecPort_CtrlFunct_part_3.so
#8 32.70   CCLD     RTP_CodecPort_CtrlFunct_part_4.so
#8 32.70   CCLD     RTP_CodecPort_CtrlFunct_part_5.so
#8 32.70   CCLD     RTP_CodecPort_CtrlFunct_part_6.so
#8 32.70   CCLD     RTP_CodecPort_CtrlFunct_part_7.so
#8 32.70   CCLD     RTP_Emulation_part_1.so
#8 32.70   CCLD     RTP_Emulation_part_2.so
#8 32.70   CCLD     RTP_Emulation_part_3.so
#8 32.70   CCLD     RTP_Emulation_part_4.so
#8 32.72   CCLD     RTP_Emulation_part_5.so
#8 32.72   CCLD     RTP_Emulation_part_6.so
#8 32.72   CCLD     RTP_Emulation_part_7.so
#8 32.72   CCLD     RTP_Types_part_1.so
#8 32.72   CCLD     RTP_Types_part_2.so
#8 32.72   CCLD     RTP_Types_part_3.so
#8 32.72   CCLD     RTP_Types_part_4.so
#8 32.73   CCLD     RTP_Types_part_6.so
#8 32.73   CCLD     RTP_Types_part_7.so
#8 32.73   CCLD     RTP_Types_part_5.so
#8 32.73   CCLD     Socket_API_Definitions_part_1.so
#8 32.73   CCLD     Socket_API_Definitions_part_2.so
#8 32.74   CCLD     Socket_API_Definitions_part_3.so
#8 32.74   CCLD     Socket_API_Definitions_part_4.so
#8 32.74   CCLD     Socket_API_Definitions_part_5.so
#8 32.74   CCLD     Socket_API_Definitions_part_6.so
#8 32.75   CCLD     Socket_API_Definitions_part_7.so
#8 32.75   CCLD     TCCConversion_Functions_part_1.so
#8 32.75   CCLD     TCCConversion_Functions_part_2.so
#8 32.75   CCLD     TCCConversion_Functions_part_3.so
#8 32.75   CCLD     TCCConversion_Functions_part_4.so
#8 32.75   CCLD     TCCConversion_Functions_part_5.so
#8 32.75   CCLD     TCCConversion_Functions_part_6.so
#8 32.76   CCLD     TCCConversion_Functions_part_7.so
#8 32.77   CCLD     TCCInterface_Functions_part_1.so
#8 32.77   CCLD     TCCInterface_Functions_part_2.so
#8 32.78   CCLD     TCCInterface_Functions_part_3.so
#8 32.78   CCLD     TCCInterface_Functions_part_4.so
#8 32.78   CCLD     TCCInterface_Functions_part_5.so
#8 32.78   CCLD     TCCInterface_Functions_part_6.so
#8 32.78   CCLD     TCCInterface_Functions_part_7.so
#8 32.78   CCLD     TELNETasp_PortType_part_1.so
#8 32.78   CCLD     TELNETasp_PortType_part_2.so
#8 32.78   CCLD     TELNETasp_PortType_part_3.so
#8 32.79   CCLD     TELNETasp_PortType_part_4.so
#8 32.79   CCLD     TELNETasp_PortType_part_5.so
#8 32.79   CCLD     TELNETasp_PortType_part_6.so
#8 32.80   CCLD     TELNETasp_PortType_part_7.so
#8 32.80   CCLD     TRXC_CodecPort_part_1.so
#8 32.81   CCLD     TRXC_CodecPort_part_2.so
#8 32.81   CCLD     TRXC_CodecPort_part_3.so
#8 32.81   CCLD     TRXC_CodecPort_part_4.so
#8 32.81   CCLD     TRXC_CodecPort_part_5.so
#8 32.81   CCLD     TRXC_CodecPort_part_6.so
#8 32.81   CCLD     TRXC_CodecPort_part_7.so
#8 32.81   CCLD     TRXC_CodecPort_CtrlFunct_part_1.so
#8 32.81   CCLD     TRXC_CodecPort_CtrlFunct_part_2.so
#8 32.82   CCLD     TRXC_CodecPort_CtrlFunct_part_3.so
#8 32.82   CCLD     TRXC_CodecPort_CtrlFunct_part_4.so
#8 32.82   CCLD     TRXC_CodecPort_CtrlFunct_part_5.so
#8 32.83   CCLD     TRXC_CodecPort_CtrlFunct_part_6.so
#8 32.83   CCLD     TRXC_CodecPort_CtrlFunct_part_7.so
#8 32.83   CCLD     TRXC_Types_part_1.so
#8 32.84   CCLD     TRXC_Types_part_2.so
#8 32.84   CCLD     TRXC_Types_part_3.so
#8 32.84   CCLD     TRXC_Types_part_4.so
#8 32.84   CCLD     TRXC_Types_part_5.so
#8 32.84   CCLD     TRXC_Types_part_6.so
#8 32.84   CCLD     TRXC_Types_part_7.so
#8 32.84   CCLD     UD_PortType_part_1.so
#8 32.85   CCLD     UD_PortType_part_2.so
#8 32.85   CCLD     UD_PortType_part_3.so
#8 32.85   CCLD     UD_PortType_part_4.so
#8 32.86   CCLD     UD_PortType_part_5.so
#8 32.86   CCLD     UD_PortType_part_6.so
#8 32.86   CCLD     UD_PortType_part_7.so
#8 32.86   CCLD     UD_Types_part_1.so
#8 32.86   CCLD     UD_Types_part_2.so
#8 32.87   CCLD     UD_Types_part_3.so
#8 32.87   CCLD     UD_Types_part_4.so
#8 32.87   CCLD     UD_Types_part_5.so
#8 32.88   CCLD     UD_Types_part_6.so
#8 32.88   CCLD     IPA_Emulation_part_1.so
#8 32.88   CCLD     UD_Types_part_7.so
#8 32.88   CCLD     IPA_Emulation_part_2.so
#8 32.89   CCLD     IPA_Emulation_part_3.so
#8 32.89   CCLD     IPA_Emulation_part_4.so
#8 32.89   CCLD     IPA_Emulation_part_5.so
#8 32.89   CCLD     IPA_Emulation_part_6.so
#8 32.89   CCLD     IPA_Emulation_part_7.so
#8 32.89   CCLD     IPA_CodecPort_CtrlFunctDef.so
#8 32.89   CCLD     IPL4asp_PT.so
#8 32.89   CCLD     IPL4asp_discovery.so
#8 32.90   CCLD     IuUP_EncDec.so
#8 32.90   CCLD     L1CTL_PortType_CtrlFunctDef.so
#8 32.91   CCLD     Native_FunctionDefs.so
#8 32.91   CCLD     OSMUX_CodecPort_CtrlFunctDef.so
#8 32.92   CCLD     RLCMAC_EncDec.so
#8 32.92   CCLD     RTP_CodecPort_CtrlFunctDef.so
#8 32.92   CCLD     RTP_EncDec.so
#8 32.92   CCLD     TCCConversion.so
#8 32.92   CCLD     TCCInterface.so
#8 32.92   CCLD     TELNETasp_PT.so
#8 32.92   CCLD     TRXC_CodecPort_CtrlFunctDef.so
#8 32.93   CCLD     UD_PT.so
#8 33.14   CCLD     RLCMAC_CSN1_Types_part_4.so
#8 33.57   CCLD     RLCMAC_CSN1_Types_part_3.so
#8 33.57   CCLD     RLCMAC_CSN1_Types_part_1.so
#8 33.70   CCLD     IPA_Emulation.so
#8 33.71   CCLD     RLCMAC_CSN1_Types_part_2.so
#8 34.48   CCLD     RSL_Types_part_1.so
#8 34.52   CCLD     BTS_Tests
#8 34.85 make[1]: Leaving directory '/osmo-ttcn3-hacks/_build/bts'
#8 DONE 35.1s

#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.6s done
#10 writing image sha256:a6e5ca9ba9d0984aca72f050cdcdbfff791ddf5e413b76ce7b8306e2d823c6c9 done
#10 naming to registry.osmocom.org/osmocom-build/ttcn3-bts-test:latest 0.0s done
#10 DONE 1.7s

 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]
0a0e20890746: Preparing
f1b7aa00621a: Preparing
9ad10ea8718b: Preparing
a28682b8364b: Preparing
83e0c93e6513: Preparing
3df5c8ac9c55: Preparing
b0a0cd804d18: Preparing
ab87cd6e54b3: Preparing
0a473c4959f3: Preparing
5bf69f536568: Preparing
79c461393705: Preparing
b0a1fb188eba: Preparing
fc9af62aecf7: Preparing
bfd91eba0c01: Preparing
49b069ae1013: Preparing
74bc18cfc4e9: Preparing
55fccfaeab3d: Preparing
b0a0cd804d18: Waiting
c53592882742: Preparing
2f7436e79a0b: Preparing
0a473c4959f3: Waiting
ab87cd6e54b3: Waiting
5bf69f536568: Waiting
79c461393705: Waiting
b0a1fb188eba: Waiting
fc9af62aecf7: Waiting
3df5c8ac9c55: Waiting
bfd91eba0c01: Waiting
49b069ae1013: Waiting
74bc18cfc4e9: Waiting
2f7436e79a0b: Waiting
55fccfaeab3d: Waiting
c53592882742: Waiting
83e0c93e6513: Layer already exists
a28682b8364b: Layer already exists
3df5c8ac9c55: Layer already exists
b0a0cd804d18: Layer already exists
ab87cd6e54b3: Layer already exists
0a473c4959f3: Layer already exists
5bf69f536568: Layer already exists
79c461393705: Layer already exists
b0a1fb188eba: Layer already exists
fc9af62aecf7: Layer already exists
bfd91eba0c01: Layer already exists
49b069ae1013: Layer already exists
74bc18cfc4e9: Layer already exists
9ad10ea8718b: Pushed
55fccfaeab3d: Layer already exists
c53592882742: Layer already exists
0a0e20890746: Pushed
2f7436e79a0b: Layer already exists
f1b7aa00621a: Pushed
latest: digest: sha256:400c541bbdb00d40703c3e991ee74a8f0db7797c0ea60501d6ceaec488b6ab77 size: 4289
Finished: SUCCESS