Skip to content
Success

Console Output

Skipping 326 KB.. Full Log
#8 1.243     -M, --find-renames[=<n>]
#8 1.243                           detect renames
#8 1.243     -D, --irreversible-delete
#8 1.243                           omit the preimage for deletes
#8 1.243     -C, --find-copies[=<n>]
#8 1.243                           detect copies
#8 1.243     --find-copies-harder  use unmodified files as source to find copies
#8 1.243     --no-renames          disable rename detection
#8 1.243     --rename-empty        use empty blobs as rename source
#8 1.243     --follow              continue listing the history of a file beyond renames
#8 1.243     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.243 
#8 1.243 Diff algorithm options
#8 1.243     --minimal             produce the smallest possible diff
#8 1.243     -w, --ignore-all-space
#8 1.243                           ignore whitespace when comparing lines
#8 1.243     -b, --ignore-space-change
#8 1.243                           ignore changes in amount of whitespace
#8 1.243     --ignore-space-at-eol
#8 1.243                           ignore changes in whitespace at EOL
#8 1.243     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.243     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.243     -I, --ignore-matching-lines <regex>
#8 1.243                           ignore changes whose all lines match <regex>
#8 1.243     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.243     --patience            generate diff using the "patience diff" algorithm
#8 1.243     --histogram           generate diff using the "histogram diff" algorithm
#8 1.243     --diff-algorithm <algorithm>
#8 1.243                           choose a diff algorithm
#8 1.243     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.243     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.243     --word-diff-regex <regex>
#8 1.243                           use <regex> to decide what a word is
#8 1.243     --color-words[=<regex>]
#8 1.243                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.243     --color-moved[=<mode>]
#8 1.243                           moved lines of code are colored differently
#8 1.243     --color-moved-ws <mode>
#8 1.243                           how white spaces are ignored in --color-moved
#8 1.243 
#8 1.243 Other diff options
#8 1.243     --relative[=<prefix>]
#8 1.244                           when run from subdir, exclude changes outside and show relative paths
#8 1.244     -a, --text            treat all files as text
#8 1.244     -R                    swap two inputs, reverse the diff
#8 1.244     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.244     --quiet               disable all output of the program
#8 1.244     --ext-diff            allow an external diff helper to be executed
#8 1.244     --textconv            run external text conversion filters when comparing binary files
#8 1.244     --ignore-submodules[=<when>]
#8 1.244                           ignore changes to submodules in the diff generation
#8 1.244     --submodule[=<format>]
#8 1.244                           specify how differences in submodules are shown
#8 1.244     --ita-invisible-in-index
#8 1.244                           hide 'git add -N' entries from the index
#8 1.244     --ita-visible-in-index
#8 1.244                           treat 'git add -N' entries as real in the index
#8 1.244     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.244     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.244     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.244     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.244     -O <file>             control the order in which files appear in the output
#8 1.244     --rotate-to <path>    show the change in the specified path first
#8 1.244     --skip-to <path>      skip the output to the specified path
#8 1.244     --find-object <object-id>
#8 1.244                           look for differences that change the number of occurrences of the specified object
#8 1.244     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.244                           select files by diff type
#8 1.244     --output <file>       output to a specific file
#8 1.244 
#8 1.248 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0'
#8 1.248 To add an exception for this directory, call:
#8 1.248 
#8 1.248 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0
#8 1.254 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0'
#8 1.254 To add an exception for this directory, call:
#8 1.254 
#8 1.254 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0
#8 1.259 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.259 usage: git diff --no-index [<options>] <path> <path>
#8 1.259 
#8 1.259 Diff output format options
#8 1.259     -p, --patch           generate patch
#8 1.259     -s, --no-patch        suppress diff output
#8 1.259     -u                    generate patch
#8 1.259     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.259     -W, --function-context
#8 1.259                           generate diffs with <n> lines context
#8 1.259     --raw                 generate the diff in raw format
#8 1.259     --patch-with-raw      synonym for '-p --raw'
#8 1.259     --patch-with-stat     synonym for '-p --stat'
#8 1.259     --numstat             machine friendly --stat
#8 1.259     --shortstat           output only the last line of --stat
#8 1.259     -X, --dirstat[=<param1,param2>...]
#8 1.259                           output the distribution of relative amount of changes for each sub-directory
#8 1.259     --cumulative          synonym for --dirstat=cumulative
#8 1.259     --dirstat-by-file[=<param1,param2>...]
#8 1.259                           synonym for --dirstat=files,param1,param2...
#8 1.259     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.259     --summary             condensed summary such as creations, renames and mode changes
#8 1.259     --name-only           show only names of changed files
#8 1.259     --name-status         show only names and status of changed files
#8 1.259     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.259                           generate diffstat
#8 1.259     --stat-width <width>  generate diffstat with a given width
#8 1.259     --stat-name-width <width>
#8 1.259                           generate diffstat with a given name width
#8 1.259     --stat-graph-width <width>
#8 1.259                           generate diffstat with a given graph width
#8 1.259     --stat-count <count>  generate diffstat with limited lines
#8 1.259     --compact-summary     generate compact summary in diffstat
#8 1.259     --binary              output a binary diff that can be applied
#8 1.259     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.259     --color[=<when>]      show colored diff
#8 1.259     --ws-error-highlight <kind>
#8 1.259                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.259     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.259     --abbrev[=<n>]        use <n> digits to display object names
#8 1.259     --src-prefix <prefix>
#8 1.259                           show the given source prefix instead of "a/"
#8 1.259     --dst-prefix <prefix>
#8 1.259                           show the given destination prefix instead of "b/"
#8 1.259     --line-prefix <prefix>
#8 1.259                           prepend an additional prefix to every line of output
#8 1.259     --no-prefix           do not show any source or destination prefix
#8 1.259     --inter-hunk-context <n>
#8 1.259                           show context between diff hunks up to the specified number of lines
#8 1.259     --output-indicator-new <char>
#8 1.259                           specify the character to indicate a new line instead of '+'
#8 1.259     --output-indicator-old <char>
#8 1.259                           specify the character to indicate an old line instead of '-'
#8 1.259     --output-indicator-context <char>
#8 1.259                           specify the character to indicate a context instead of ' '
#8 1.259 
#8 1.259 Diff rename options
#8 1.259     -B, --break-rewrites[=<n>[/<m>]]
#8 1.259                           break complete rewrite changes into pairs of delete and create
#8 1.259     -M, --find-renames[=<n>]
#8 1.259                           detect renames
#8 1.259     -D, --irreversible-delete
#8 1.259                           omit the preimage for deletes
#8 1.259     -C, --find-copies[=<n>]
#8 1.259                           detect copies
#8 1.259     --find-copies-harder  use unmodified files as source to find copies
#8 1.259     --no-renames          disable rename detection
#8 1.259     --rename-empty        use empty blobs as rename source
#8 1.259     --follow              continue listing the history of a file beyond renames
#8 1.259     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.259 
#8 1.259 Diff algorithm options
#8 1.259     --minimal             produce the smallest possible diff
#8 1.259     -w, --ignore-all-space
#8 1.259                           ignore whitespace when comparing lines
#8 1.259     -b, --ignore-space-change
#8 1.259                           ignore changes in amount of whitespace
#8 1.259     --ignore-space-at-eol
#8 1.259                           ignore changes in whitespace at EOL
#8 1.259     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.259     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.259     -I, --ignore-matching-lines <regex>
#8 1.259                           ignore changes whose all lines match <regex>
#8 1.259     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.259     --patience            generate diff using the "patience diff" algorithm
#8 1.259     --histogram           generate diff using the "histogram diff" algorithm
#8 1.259     --diff-algorithm <algorithm>
#8 1.259                           choose a diff algorithm
#8 1.259     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.259     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.259     --word-diff-regex <regex>
#8 1.259                           use <regex> to decide what a word is
#8 1.259     --color-words[=<regex>]
#8 1.259                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.259     --color-moved[=<mode>]
#8 1.259                           moved lines of code are colored differently
#8 1.259     --color-moved-ws <mode>
#8 1.259                           how white spaces are ignored in --color-moved
#8 1.259 
#8 1.259 Other diff options
#8 1.259     --relative[=<prefix>]
#8 1.259                           when run from subdir, exclude changes outside and show relative paths
#8 1.259     -a, --text            treat all files as text
#8 1.259     -R                    swap two inputs, reverse the diff
#8 1.259     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.259     --quiet               disable all output of the program
#8 1.259     --ext-diff            allow an external diff helper to be executed
#8 1.259     --textconv            run external text conversion filters when comparing binary files
#8 1.259     --ignore-submodules[=<when>]
#8 1.259                           ignore changes to submodules in the diff generation
#8 1.259     --submodule[=<format>]
#8 1.259                           specify how differences in submodules are shown
#8 1.259     --ita-invisible-in-index
#8 1.259                           hide 'git add -N' entries from the index
#8 1.259     --ita-visible-in-index
#8 1.259                           treat 'git add -N' entries as real in the index
#8 1.259     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.259     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.259     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.259     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.259     -O <file>             control the order in which files appear in the output
#8 1.259     --rotate-to <path>    show the change in the specified path first
#8 1.259     --skip-to <path>      skip the output to the specified path
#8 1.259     --find-object <object-id>
#8 1.259                           look for differences that change the number of occurrences of the specified object
#8 1.259     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.259                           select files by diff type
#8 1.259     --output <file>       output to a specific file
#8 1.259 
#8 1.264 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/osmo-uecups'
#8 1.264 To add an exception for this directory, call:
#8 1.264 
#8 1.264 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/osmo-uecups
#8 1.270 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/osmo-uecups'
#8 1.270 To add an exception for this directory, call:
#8 1.270 
#8 1.270 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/osmo-uecups
#8 1.274 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.274 usage: git diff --no-index [<options>] <path> <path>
#8 1.274 
#8 1.274 Diff output format options
#8 1.274     -p, --patch           generate patch
#8 1.274     -s, --no-patch        suppress diff output
#8 1.274     -u                    generate patch
#8 1.274     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.274     -W, --function-context
#8 1.274                           generate diffs with <n> lines context
#8 1.274     --raw                 generate the diff in raw format
#8 1.274     --patch-with-raw      synonym for '-p --raw'
#8 1.274     --patch-with-stat     synonym for '-p --stat'
#8 1.274     --numstat             machine friendly --stat
#8 1.274     --shortstat           output only the last line of --stat
#8 1.274     -X, --dirstat[=<param1,param2>...]
#8 1.274                           output the distribution of relative amount of changes for each sub-directory
#8 1.274     --cumulative          synonym for --dirstat=cumulative
#8 1.274     --dirstat-by-file[=<param1,param2>...]
#8 1.274                           synonym for --dirstat=files,param1,param2...
#8 1.274     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.274     --summary             condensed summary such as creations, renames and mode changes
#8 1.274     --name-only           show only names of changed files
#8 1.274     --name-status         show only names and status of changed files
#8 1.274     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.274                           generate diffstat
#8 1.274     --stat-width <width>  generate diffstat with a given width
#8 1.274     --stat-name-width <width>
#8 1.274                           generate diffstat with a given name width
#8 1.274     --stat-graph-width <width>
#8 1.274                           generate diffstat with a given graph width
#8 1.274     --stat-count <count>  generate diffstat with limited lines
#8 1.274     --compact-summary     generate compact summary in diffstat
#8 1.274     --binary              output a binary diff that can be applied
#8 1.274     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.274     --color[=<when>]      show colored diff
#8 1.274     --ws-error-highlight <kind>
#8 1.274                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.274     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.274     --abbrev[=<n>]        use <n> digits to display object names
#8 1.274     --src-prefix <prefix>
#8 1.274                           show the given source prefix instead of "a/"
#8 1.274     --dst-prefix <prefix>
#8 1.274                           show the given destination prefix instead of "b/"
#8 1.274     --line-prefix <prefix>
#8 1.274                           prepend an additional prefix to every line of output
#8 1.274     --no-prefix           do not show any source or destination prefix
#8 1.274     --inter-hunk-context <n>
#8 1.274                           show context between diff hunks up to the specified number of lines
#8 1.274     --output-indicator-new <char>
#8 1.274                           specify the character to indicate a new line instead of '+'
#8 1.274     --output-indicator-old <char>
#8 1.274                           specify the character to indicate an old line instead of '-'
#8 1.274     --output-indicator-context <char>
#8 1.274                           specify the character to indicate a context instead of ' '
#8 1.274 
#8 1.274 Diff rename options
#8 1.274     -B, --break-rewrites[=<n>[/<m>]]
#8 1.274                           break complete rewrite changes into pairs of delete and create
#8 1.274     -M, --find-renames[=<n>]
#8 1.274                           detect renames
#8 1.274     -D, --irreversible-delete
#8 1.274                           omit the preimage for deletes
#8 1.274     -C, --find-copies[=<n>]
#8 1.274                           detect copies
#8 1.274     --find-copies-harder  use unmodified files as source to find copies
#8 1.274     --no-renames          disable rename detection
#8 1.274     --rename-empty        use empty blobs as rename source
#8 1.274     --follow              continue listing the history of a file beyond renames
#8 1.274     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.274 
#8 1.274 Diff algorithm options
#8 1.274     --minimal             produce the smallest possible diff
#8 1.274     -w, --ignore-all-space
#8 1.274                           ignore whitespace when comparing lines
#8 1.274     -b, --ignore-space-change
#8 1.274                           ignore changes in amount of whitespace
#8 1.274     --ignore-space-at-eol
#8 1.274                           ignore changes in whitespace at EOL
#8 1.274     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.274     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.274     -I, --ignore-matching-lines <regex>
#8 1.274                           ignore changes whose all lines match <regex>
#8 1.274     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.274     --patience            generate diff using the "patience diff" algorithm
#8 1.274     --histogram           generate diff using the "histogram diff" algorithm
#8 1.274     --diff-algorithm <algorithm>
#8 1.274                           choose a diff algorithm
#8 1.274     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.274     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.274     --word-diff-regex <regex>
#8 1.274                           use <regex> to decide what a word is
#8 1.274     --color-words[=<regex>]
#8 1.274                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.274     --color-moved[=<mode>]
#8 1.274                           moved lines of code are colored differently
#8 1.274     --color-moved-ws <mode>
#8 1.274                           how white spaces are ignored in --color-moved
#8 1.275 
#8 1.275 Other diff options
#8 1.275     --relative[=<prefix>]
#8 1.275                           when run from subdir, exclude changes outside and show relative paths
#8 1.275     -a, --text            treat all files as text
#8 1.275     -R                    swap two inputs, reverse the diff
#8 1.275     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.275     --quiet               disable all output of the program
#8 1.275     --ext-diff            allow an external diff helper to be executed
#8 1.275     --textconv            run external text conversion filters when comparing binary files
#8 1.275     --ignore-submodules[=<when>]
#8 1.275                           ignore changes to submodules in the diff generation
#8 1.275     --submodule[=<format>]
#8 1.275                           specify how differences in submodules are shown
#8 1.275     --ita-invisible-in-index
#8 1.275                           hide 'git add -N' entries from the index
#8 1.275     --ita-visible-in-index
#8 1.275                           treat 'git add -N' entries as real in the index
#8 1.275     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.275     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.275     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.275     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.275     -O <file>             control the order in which files appear in the output
#8 1.275     --rotate-to <path>    show the change in the specified path first
#8 1.275     --skip-to <path>      skip the output to the specified path
#8 1.275     --find-object <object-id>
#8 1.275                           look for differences that change the number of occurrences of the specified object
#8 1.275     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.275                           select files by diff type
#8 1.275     --output <file>       output to a specific file
#8 1.275 
#8 1.279 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/nas'
#8 1.279 To add an exception for this directory, call:
#8 1.279 
#8 1.279 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/nas
#8 1.285 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/nas'
#8 1.285 To add an exception for this directory, call:
#8 1.285 
#8 1.285 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/nas
#8 1.290 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.290 usage: git diff --no-index [<options>] <path> <path>
#8 1.290 
#8 1.290 Diff output format options
#8 1.290     -p, --patch           generate patch
#8 1.290     -s, --no-patch        suppress diff output
#8 1.290     -u                    generate patch
#8 1.290     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.290     -W, --function-context
#8 1.290                           generate diffs with <n> lines context
#8 1.290     --raw                 generate the diff in raw format
#8 1.290     --patch-with-raw      synonym for '-p --raw'
#8 1.290     --patch-with-stat     synonym for '-p --stat'
#8 1.290     --numstat             machine friendly --stat
#8 1.290     --shortstat           output only the last line of --stat
#8 1.290     -X, --dirstat[=<param1,param2>...]
#8 1.290                           output the distribution of relative amount of changes for each sub-directory
#8 1.290     --cumulative          synonym for --dirstat=cumulative
#8 1.290     --dirstat-by-file[=<param1,param2>...]
#8 1.290                           synonym for --dirstat=files,param1,param2...
#8 1.290     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.290     --summary             condensed summary such as creations, renames and mode changes
#8 1.290     --name-only           show only names of changed files
#8 1.290     --name-status         show only names and status of changed files
#8 1.290     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.290                           generate diffstat
#8 1.290     --stat-width <width>  generate diffstat with a given width
#8 1.290     --stat-name-width <width>
#8 1.290                           generate diffstat with a given name width
#8 1.290     --stat-graph-width <width>
#8 1.290                           generate diffstat with a given graph width
#8 1.290     --stat-count <count>  generate diffstat with limited lines
#8 1.290     --compact-summary     generate compact summary in diffstat
#8 1.290     --binary              output a binary diff that can be applied
#8 1.290     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.290     --color[=<when>]      show colored diff
#8 1.290     --ws-error-highlight <kind>
#8 1.290                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.290     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.290     --abbrev[=<n>]        use <n> digits to display object names
#8 1.290     --src-prefix <prefix>
#8 1.290                           show the given source prefix instead of "a/"
#8 1.290     --dst-prefix <prefix>
#8 1.290                           show the given destination prefix instead of "b/"
#8 1.290     --line-prefix <prefix>
#8 1.290                           prepend an additional prefix to every line of output
#8 1.290     --no-prefix           do not show any source or destination prefix
#8 1.290     --inter-hunk-context <n>
#8 1.290                           show context between diff hunks up to the specified number of lines
#8 1.290     --output-indicator-new <char>
#8 1.290                           specify the character to indicate a new line instead of '+'
#8 1.290     --output-indicator-old <char>
#8 1.290                           specify the character to indicate an old line instead of '-'
#8 1.290     --output-indicator-context <char>
#8 1.290                           specify the character to indicate a context instead of ' '
#8 1.290 
#8 1.290 Diff rename options
#8 1.290     -B, --break-rewrites[=<n>[/<m>]]
#8 1.290                           break complete rewrite changes into pairs of delete and create
#8 1.290     -M, --find-renames[=<n>]
#8 1.290                           detect renames
#8 1.290     -D, --irreversible-delete
#8 1.290                           omit the preimage for deletes
#8 1.290     -C, --find-copies[=<n>]
#8 1.290                           detect copies
#8 1.290     --find-copies-harder  use unmodified files as source to find copies
#8 1.290     --no-renames          disable rename detection
#8 1.290     --rename-empty        use empty blobs as rename source
#8 1.290     --follow              continue listing the history of a file beyond renames
#8 1.290     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.290 
#8 1.290 Diff algorithm options
#8 1.290     --minimal             produce the smallest possible diff
#8 1.290     -w, --ignore-all-space
#8 1.290                           ignore whitespace when comparing lines
#8 1.290     -b, --ignore-space-change
#8 1.290                           ignore changes in amount of whitespace
#8 1.290     --ignore-space-at-eol
#8 1.290                           ignore changes in whitespace at EOL
#8 1.290     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.290     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.290     -I, --ignore-matching-lines <regex>
#8 1.290                           ignore changes whose all lines match <regex>
#8 1.290     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.290     --patience            generate diff using the "patience diff" algorithm
#8 1.290     --histogram           generate diff using the "histogram diff" algorithm
#8 1.290     --diff-algorithm <algorithm>
#8 1.290                           choose a diff algorithm
#8 1.290     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.290     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.290     --word-diff-regex <regex>
#8 1.290                           use <regex> to decide what a word is
#8 1.290     --color-words[=<regex>]
#8 1.290                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.290     --color-moved[=<mode>]
#8 1.290                           moved lines of code are colored differently
#8 1.290     --color-moved-ws <mode>
#8 1.290                           how white spaces are ignored in --color-moved
#8 1.290 
#8 1.290 Other diff options
#8 1.290     --relative[=<prefix>]
#8 1.290                           when run from subdir, exclude changes outside and show relative paths
#8 1.290     -a, --text            treat all files as text
#8 1.290     -R                    swap two inputs, reverse the diff
#8 1.290     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.290     --quiet               disable all output of the program
#8 1.290     --ext-diff            allow an external diff helper to be executed
#8 1.290     --textconv            run external text conversion filters when comparing binary files
#8 1.290     --ignore-submodules[=<when>]
#8 1.290                           ignore changes to submodules in the diff generation
#8 1.290     --submodule[=<format>]
#8 1.290                           specify how differences in submodules are shown
#8 1.290     --ita-invisible-in-index
#8 1.290                           hide 'git add -N' entries from the index
#8 1.290     --ita-visible-in-index
#8 1.290                           treat 'git add -N' entries as real in the index
#8 1.290     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.290     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.290     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.290     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.290     -O <file>             control the order in which files appear in the output
#8 1.290     --rotate-to <path>    show the change in the specified path first
#8 1.290     --skip-to <path>      skip the output to the specified path
#8 1.290     --find-object <object-id>
#8 1.290                           look for differences that change the number of occurrences of the specified object
#8 1.290     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.290                           select files by diff type
#8 1.290     --output <file>       output to a specific file
#8 1.290 
#8 1.294 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.294 To add an exception for this directory, call:
#8 1.294 
#8 1.294 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.301 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.301 To add an exception for this directory, call:
#8 1.301 
#8 1.301 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.305 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.305 usage: git diff --no-index [<options>] <path> <path>
#8 1.305 
#8 1.305 Diff output format options
#8 1.305     -p, --patch           generate patch
#8 1.305     -s, --no-patch        suppress diff output
#8 1.305     -u                    generate patch
#8 1.305     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.305     -W, --function-context
#8 1.305                           generate diffs with <n> lines context
#8 1.305     --raw                 generate the diff in raw format
#8 1.305     --patch-with-raw      synonym for '-p --raw'
#8 1.305     --patch-with-stat     synonym for '-p --stat'
#8 1.305     --numstat             machine friendly --stat
#8 1.305     --shortstat           output only the last line of --stat
#8 1.305     -X, --dirstat[=<param1,param2>...]
#8 1.305                           output the distribution of relative amount of changes for each sub-directory
#8 1.305     --cumulative          synonym for --dirstat=cumulative
#8 1.305     --dirstat-by-file[=<param1,param2>...]
#8 1.305                           synonym for --dirstat=files,param1,param2...
#8 1.305     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.305     --summary             condensed summary such as creations, renames and mode changes
#8 1.305     --name-only           show only names of changed files
#8 1.305     --name-status         show only names and status of changed files
#8 1.305     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.305                           generate diffstat
#8 1.305     --stat-width <width>  generate diffstat with a given width
#8 1.305     --stat-name-width <width>
#8 1.305                           generate diffstat with a given name width
#8 1.305     --stat-graph-width <width>
#8 1.305                           generate diffstat with a given graph width
#8 1.305     --stat-count <count>  generate diffstat with limited lines
#8 1.305     --compact-summary     generate compact summary in diffstat
#8 1.305     --binary              output a binary diff that can be applied
#8 1.305     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.305     --color[=<when>]      show colored diff
#8 1.305     --ws-error-highlight <kind>
#8 1.305                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.305     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.305     --abbrev[=<n>]        use <n> digits to display object names
#8 1.305     --src-prefix <prefix>
#8 1.305                           show the given source prefix instead of "a/"
#8 1.305     --dst-prefix <prefix>
#8 1.305                           show the given destination prefix instead of "b/"
#8 1.305     --line-prefix <prefix>
#8 1.305                           prepend an additional prefix to every line of output
#8 1.305     --no-prefix           do not show any source or destination prefix
#8 1.305     --inter-hunk-context <n>
#8 1.305                           show context between diff hunks up to the specified number of lines
#8 1.305     --output-indicator-new <char>
#8 1.305                           specify the character to indicate a new line instead of '+'
#8 1.305     --output-indicator-old <char>
#8 1.305                           specify the character to indicate an old line instead of '-'
#8 1.305     --output-indicator-context <char>
#8 1.305                           specify the character to indicate a context instead of ' '
#8 1.305 
#8 1.305 Diff rename options
#8 1.305     -B, --break-rewrites[=<n>[/<m>]]
#8 1.305                           break complete rewrite changes into pairs of delete and create
#8 1.305     -M, --find-renames[=<n>]
#8 1.305                           detect renames
#8 1.305     -D, --irreversible-delete
#8 1.305                           omit the preimage for deletes
#8 1.305     -C, --find-copies[=<n>]
#8 1.305                           detect copies
#8 1.305     --find-copies-harder  use unmodified files as source to find copies
#8 1.305     --no-renames          disable rename detection
#8 1.305     --rename-empty        use empty blobs as rename source
#8 1.305     --follow              continue listing the history of a file beyond renames
#8 1.305     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.305 
#8 1.305 Diff algorithm options
#8 1.305     --minimal             produce the smallest possible diff
#8 1.305     -w, --ignore-all-space
#8 1.305                           ignore whitespace when comparing lines
#8 1.305     -b, --ignore-space-change
#8 1.305                           ignore changes in amount of whitespace
#8 1.305     --ignore-space-at-eol
#8 1.305                           ignore changes in whitespace at EOL
#8 1.305     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.305     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.305     -I, --ignore-matching-lines <regex>
#8 1.305                           ignore changes whose all lines match <regex>
#8 1.305     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.305     --patience            generate diff using the "patience diff" algorithm
#8 1.305     --histogram           generate diff using the "histogram diff" algorithm
#8 1.305     --diff-algorithm <algorithm>
#8 1.305                           choose a diff algorithm
#8 1.305     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.305     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.305     --word-diff-regex <regex>
#8 1.305                           use <regex> to decide what a word is
#8 1.305     --color-words[=<regex>]
#8 1.305                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.305     --color-moved[=<mode>]
#8 1.305                           moved lines of code are colored differently
#8 1.305     --color-moved-ws <mode>
#8 1.305                           how white spaces are ignored in --color-moved
#8 1.305 
#8 1.305 Other diff options
#8 1.305     --relative[=<prefix>]
#8 1.305                           when run from subdir, exclude changes outside and show relative paths
#8 1.305     -a, --text            treat all files as text
#8 1.305     -R                    swap two inputs, reverse the diff
#8 1.305     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.305     --quiet               disable all output of the program
#8 1.305     --ext-diff            allow an external diff helper to be executed
#8 1.305     --textconv            run external text conversion filters when comparing binary files
#8 1.305     --ignore-submodules[=<when>]
#8 1.305                           ignore changes to submodules in the diff generation
#8 1.305     --submodule[=<format>]
#8 1.305                           specify how differences in submodules are shown
#8 1.305     --ita-invisible-in-index
#8 1.305                           hide 'git add -N' entries from the index
#8 1.305     --ita-visible-in-index
#8 1.305                           treat 'git add -N' entries as real in the index
#8 1.305     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.305     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.305     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.305     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.305     -O <file>             control the order in which files appear in the output
#8 1.305     --rotate-to <path>    show the change in the specified path first
#8 1.305     --skip-to <path>      skip the output to the specified path
#8 1.305     --find-object <object-id>
#8 1.305                           look for differences that change the number of occurrences of the specified object
#8 1.305     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.306                           select files by diff type
#8 1.306     --output <file>       output to a specific file
#8 1.306 
#8 1.310 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP'
#8 1.310 To add an exception for this directory, call:
#8 1.310 
#8 1.310 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP
#8 1.316 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP'
#8 1.316 To add an exception for this directory, call:
#8 1.316 
#8 1.316 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP
#8 1.320 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.320 usage: git diff --no-index [<options>] <path> <path>
#8 1.320 
#8 1.320 Diff output format options
#8 1.320     -p, --patch           generate patch
#8 1.320     -s, --no-patch        suppress diff output
#8 1.320     -u                    generate patch
#8 1.320     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.320     -W, --function-context
#8 1.320                           generate diffs with <n> lines context
#8 1.320     --raw                 generate the diff in raw format
#8 1.320     --patch-with-raw      synonym for '-p --raw'
#8 1.320     --patch-with-stat     synonym for '-p --stat'
#8 1.320     --numstat             machine friendly --stat
#8 1.320     --shortstat           output only the last line of --stat
#8 1.320     -X, --dirstat[=<param1,param2>...]
#8 1.320                           output the distribution of relative amount of changes for each sub-directory
#8 1.320     --cumulative          synonym for --dirstat=cumulative
#8 1.320     --dirstat-by-file[=<param1,param2>...]
#8 1.320                           synonym for --dirstat=files,param1,param2...
#8 1.320     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.320     --summary             condensed summary such as creations, renames and mode changes
#8 1.320     --name-only           show only names of changed files
#8 1.320     --name-status         show only names and status of changed files
#8 1.320     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.320                           generate diffstat
#8 1.320     --stat-width <width>  generate diffstat with a given width
#8 1.320     --stat-name-width <width>
#8 1.320                           generate diffstat with a given name width
#8 1.320     --stat-graph-width <width>
#8 1.320                           generate diffstat with a given graph width
#8 1.320     --stat-count <count>  generate diffstat with limited lines
#8 1.320     --compact-summary     generate compact summary in diffstat
#8 1.320     --binary              output a binary diff that can be applied
#8 1.320     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.320     --color[=<when>]      show colored diff
#8 1.320     --ws-error-highlight <kind>
#8 1.320                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.320     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.320     --abbrev[=<n>]        use <n> digits to display object names
#8 1.320     --src-prefix <prefix>
#8 1.320                           show the given source prefix instead of "a/"
#8 1.320     --dst-prefix <prefix>
#8 1.320                           show the given destination prefix instead of "b/"
#8 1.320     --line-prefix <prefix>
#8 1.320                           prepend an additional prefix to every line of output
#8 1.320     --no-prefix           do not show any source or destination prefix
#8 1.320     --inter-hunk-context <n>
#8 1.320                           show context between diff hunks up to the specified number of lines
#8 1.320     --output-indicator-new <char>
#8 1.320                           specify the character to indicate a new line instead of '+'
#8 1.320     --output-indicator-old <char>
#8 1.320                           specify the character to indicate an old line instead of '-'
#8 1.320     --output-indicator-context <char>
#8 1.320                           specify the character to indicate a context instead of ' '
#8 1.320 
#8 1.320 Diff rename options
#8 1.320     -B, --break-rewrites[=<n>[/<m>]]
#8 1.320                           break complete rewrite changes into pairs of delete and create
#8 1.320     -M, --find-renames[=<n>]
#8 1.320                           detect renames
#8 1.320     -D, --irreversible-delete
#8 1.320                           omit the preimage for deletes
#8 1.320     -C, --find-copies[=<n>]
#8 1.320                           detect copies
#8 1.320     --find-copies-harder  use unmodified files as source to find copies
#8 1.320     --no-renames          disable rename detection
#8 1.320     --rename-empty        use empty blobs as rename source
#8 1.320     --follow              continue listing the history of a file beyond renames
#8 1.320     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.320 
#8 1.320 Diff algorithm options
#8 1.320     --minimal             produce the smallest possible diff
#8 1.320     -w, --ignore-all-space
#8 1.320                           ignore whitespace when comparing lines
#8 1.320     -b, --ignore-space-change
#8 1.320                           ignore changes in amount of whitespace
#8 1.320     --ignore-space-at-eol
#8 1.320                           ignore changes in whitespace at EOL
#8 1.320     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.320     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.320     -I, --ignore-matching-lines <regex>
#8 1.320                           ignore changes whose all lines match <regex>
#8 1.320     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.320     --patience            generate diff using the "patience diff" algorithm
#8 1.320     --histogram           generate diff using the "histogram diff" algorithm
#8 1.320     --diff-algorithm <algorithm>
#8 1.320                           choose a diff algorithm
#8 1.320     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.320     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.320     --word-diff-regex <regex>
#8 1.320                           use <regex> to decide what a word is
#8 1.320     --color-words[=<regex>]
#8 1.320                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.320     --color-moved[=<mode>]
#8 1.320                           moved lines of code are colored differently
#8 1.320     --color-moved-ws <mode>
#8 1.320                           how white spaces are ignored in --color-moved
#8 1.320 
#8 1.320 Other diff options
#8 1.320     --relative[=<prefix>]
#8 1.320                           when run from subdir, exclude changes outside and show relative paths
#8 1.320     -a, --text            treat all files as text
#8 1.320     -R                    swap two inputs, reverse the diff
#8 1.320     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.320     --quiet               disable all output of the program
#8 1.320     --ext-diff            allow an external diff helper to be executed
#8 1.320     --textconv            run external text conversion filters when comparing binary files
#8 1.320     --ignore-submodules[=<when>]
#8 1.320                           ignore changes to submodules in the diff generation
#8 1.320     --submodule[=<format>]
#8 1.321                           specify how differences in submodules are shown
#8 1.321     --ita-invisible-in-index
#8 1.321                           hide 'git add -N' entries from the index
#8 1.321     --ita-visible-in-index
#8 1.321                           treat 'git add -N' entries as real in the index
#8 1.321     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.321     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.321     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.321     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.321     -O <file>             control the order in which files appear in the output
#8 1.321     --rotate-to <path>    show the change in the specified path first
#8 1.321     --skip-to <path>      skip the output to the specified path
#8 1.321     --find-object <object-id>
#8 1.321                           look for differences that change the number of occurrences of the specified object
#8 1.321     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.321                           select files by diff type
#8 1.321     --output <file>       output to a specific file
#8 1.321 
#8 1.325 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET'
#8 1.325 To add an exception for this directory, call:
#8 1.325 
#8 1.325 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET
#8 1.331 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET'
#8 1.331 To add an exception for this directory, call:
#8 1.331 
#8 1.331 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET
#8 1.335 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.335 usage: git diff --no-index [<options>] <path> <path>
#8 1.335 
#8 1.335 Diff output format options
#8 1.335     -p, --patch           generate patch
#8 1.335     -s, --no-patch        suppress diff output
#8 1.335     -u                    generate patch
#8 1.335     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.335     -W, --function-context
#8 1.335                           generate diffs with <n> lines context
#8 1.335     --raw                 generate the diff in raw format
#8 1.335     --patch-with-raw      synonym for '-p --raw'
#8 1.335     --patch-with-stat     synonym for '-p --stat'
#8 1.335     --numstat             machine friendly --stat
#8 1.335     --shortstat           output only the last line of --stat
#8 1.335     -X, --dirstat[=<param1,param2>...]
#8 1.335                           output the distribution of relative amount of changes for each sub-directory
#8 1.335     --cumulative          synonym for --dirstat=cumulative
#8 1.335     --dirstat-by-file[=<param1,param2>...]
#8 1.335                           synonym for --dirstat=files,param1,param2...
#8 1.335     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.335     --summary             condensed summary such as creations, renames and mode changes
#8 1.335     --name-only           show only names of changed files
#8 1.335     --name-status         show only names and status of changed files
#8 1.335     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.335                           generate diffstat
#8 1.335     --stat-width <width>  generate diffstat with a given width
#8 1.335     --stat-name-width <width>
#8 1.335                           generate diffstat with a given name width
#8 1.335     --stat-graph-width <width>
#8 1.335                           generate diffstat with a given graph width
#8 1.335     --stat-count <count>  generate diffstat with limited lines
#8 1.335     --compact-summary     generate compact summary in diffstat
#8 1.335     --binary              output a binary diff that can be applied
#8 1.335     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.335     --color[=<when>]      show colored diff
#8 1.335     --ws-error-highlight <kind>
#8 1.335                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.335     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.335     --abbrev[=<n>]        use <n> digits to display object names
#8 1.335     --src-prefix <prefix>
#8 1.335                           show the given source prefix instead of "a/"
#8 1.335     --dst-prefix <prefix>
#8 1.335                           show the given destination prefix instead of "b/"
#8 1.335     --line-prefix <prefix>
#8 1.335                           prepend an additional prefix to every line of output
#8 1.335     --no-prefix           do not show any source or destination prefix
#8 1.335     --inter-hunk-context <n>
#8 1.335                           show context between diff hunks up to the specified number of lines
#8 1.335     --output-indicator-new <char>
#8 1.335                           specify the character to indicate a new line instead of '+'
#8 1.335     --output-indicator-old <char>
#8 1.335                           specify the character to indicate an old line instead of '-'
#8 1.335     --output-indicator-context <char>
#8 1.335                           specify the character to indicate a context instead of ' '
#8 1.335 
#8 1.335 Diff rename options
#8 1.335     -B, --break-rewrites[=<n>[/<m>]]
#8 1.335                           break complete rewrite changes into pairs of delete and create
#8 1.335     -M, --find-renames[=<n>]
#8 1.335                           detect renames
#8 1.335     -D, --irreversible-delete
#8 1.335                           omit the preimage for deletes
#8 1.335     -C, --find-copies[=<n>]
#8 1.335                           detect copies
#8 1.335     --find-copies-harder  use unmodified files as source to find copies
#8 1.335     --no-renames          disable rename detection
#8 1.335     --rename-empty        use empty blobs as rename source
#8 1.335     --follow              continue listing the history of a file beyond renames
#8 1.335     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.335 
#8 1.335 Diff algorithm options
#8 1.335     --minimal             produce the smallest possible diff
#8 1.335     -w, --ignore-all-space
#8 1.335                           ignore whitespace when comparing lines
#8 1.335     -b, --ignore-space-change
#8 1.335                           ignore changes in amount of whitespace
#8 1.335     --ignore-space-at-eol
#8 1.335                           ignore changes in whitespace at EOL
#8 1.335     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.335     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.335     -I, --ignore-matching-lines <regex>
#8 1.335                           ignore changes whose all lines match <regex>
#8 1.335     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.335     --patience            generate diff using the "patience diff" algorithm
#8 1.335     --histogram           generate diff using the "histogram diff" algorithm
#8 1.335     --diff-algorithm <algorithm>
#8 1.335                           choose a diff algorithm
#8 1.335     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.335     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.335     --word-diff-regex <regex>
#8 1.335                           use <regex> to decide what a word is
#8 1.335     --color-words[=<regex>]
#8 1.335                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.335     --color-moved[=<mode>]
#8 1.335                           moved lines of code are colored differently
#8 1.335     --color-moved-ws <mode>
#8 1.335                           how white spaces are ignored in --color-moved
#8 1.335 
#8 1.335 Other diff options
#8 1.335     --relative[=<prefix>]
#8 1.335                           when run from subdir, exclude changes outside and show relative paths
#8 1.335     -a, --text            treat all files as text
#8 1.335     -R                    swap two inputs, reverse the diff
#8 1.335     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.335     --quiet               disable all output of the program
#8 1.335     --ext-diff            allow an external diff helper to be executed
#8 1.335     --textconv            run external text conversion filters when comparing binary files
#8 1.335     --ignore-submodules[=<when>]
#8 1.335                           ignore changes to submodules in the diff generation
#8 1.335     --submodule[=<format>]
#8 1.335                           specify how differences in submodules are shown
#8 1.335     --ita-invisible-in-index
#8 1.335                           hide 'git add -N' entries from the index
#8 1.335     --ita-visible-in-index
#8 1.335                           treat 'git add -N' entries as real in the index
#8 1.335     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.335     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.335     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.335     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.335     -O <file>             control the order in which files appear in the output
#8 1.335     --rotate-to <path>    show the change in the specified path first
#8 1.335     --skip-to <path>      skip the output to the specified path
#8 1.335     --find-object <object-id>
#8 1.335                           look for differences that change the number of occurrences of the specified object
#8 1.335     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.335                           select files by diff type
#8 1.335     --output <file>       output to a specific file
#8 1.335 
#8 1.340 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.USB'
#8 1.340 To add an exception for this directory, call:
#8 1.340 
#8 1.340 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.USB
#8 1.346 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.USB'
#8 1.346 To add an exception for this directory, call:
#8 1.346 
#8 1.346 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.USB
#8 1.350 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.350 usage: git diff --no-index [<options>] <path> <path>
#8 1.350 
#8 1.350 Diff output format options
#8 1.350     -p, --patch           generate patch
#8 1.350     -s, --no-patch        suppress diff output
#8 1.350     -u                    generate patch
#8 1.350     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.350     -W, --function-context
#8 1.350                           generate diffs with <n> lines context
#8 1.350     --raw                 generate the diff in raw format
#8 1.350     --patch-with-raw      synonym for '-p --raw'
#8 1.350     --patch-with-stat     synonym for '-p --stat'
#8 1.350     --numstat             machine friendly --stat
#8 1.350     --shortstat           output only the last line of --stat
#8 1.350     -X, --dirstat[=<param1,param2>...]
#8 1.350                           output the distribution of relative amount of changes for each sub-directory
#8 1.350     --cumulative          synonym for --dirstat=cumulative
#8 1.350     --dirstat-by-file[=<param1,param2>...]
#8 1.350                           synonym for --dirstat=files,param1,param2...
#8 1.350     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.350     --summary             condensed summary such as creations, renames and mode changes
#8 1.350     --name-only           show only names of changed files
#8 1.350     --name-status         show only names and status of changed files
#8 1.350     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.350                           generate diffstat
#8 1.350     --stat-width <width>  generate diffstat with a given width
#8 1.350     --stat-name-width <width>
#8 1.350                           generate diffstat with a given name width
#8 1.350     --stat-graph-width <width>
#8 1.350                           generate diffstat with a given graph width
#8 1.350     --stat-count <count>  generate diffstat with limited lines
#8 1.350     --compact-summary     generate compact summary in diffstat
#8 1.350     --binary              output a binary diff that can be applied
#8 1.350     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.350     --color[=<when>]      show colored diff
#8 1.350     --ws-error-highlight <kind>
#8 1.350                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.350     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.350     --abbrev[=<n>]        use <n> digits to display object names
#8 1.350     --src-prefix <prefix>
#8 1.350                           show the given source prefix instead of "a/"
#8 1.350     --dst-prefix <prefix>
#8 1.350                           show the given destination prefix instead of "b/"
#8 1.350     --line-prefix <prefix>
#8 1.350                           prepend an additional prefix to every line of output
#8 1.350     --no-prefix           do not show any source or destination prefix
#8 1.350     --inter-hunk-context <n>
#8 1.350                           show context between diff hunks up to the specified number of lines
#8 1.350     --output-indicator-new <char>
#8 1.350                           specify the character to indicate a new line instead of '+'
#8 1.350     --output-indicator-old <char>
#8 1.350                           specify the character to indicate an old line instead of '-'
#8 1.350     --output-indicator-context <char>
#8 1.350                           specify the character to indicate a context instead of ' '
#8 1.350 
#8 1.350 Diff rename options
#8 1.350     -B, --break-rewrites[=<n>[/<m>]]
#8 1.350                           break complete rewrite changes into pairs of delete and create
#8 1.350     -M, --find-renames[=<n>]
#8 1.350                           detect renames
#8 1.350     -D, --irreversible-delete
#8 1.350                           omit the preimage for deletes
#8 1.350     -C, --find-copies[=<n>]
#8 1.350                           detect copies
#8 1.350     --find-copies-harder  use unmodified files as source to find copies
#8 1.350     --no-renames          disable rename detection
#8 1.350     --rename-empty        use empty blobs as rename source
#8 1.350     --follow              continue listing the history of a file beyond renames
#8 1.350     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.350 
#8 1.350 Diff algorithm options
#8 1.350     --minimal             produce the smallest possible diff
#8 1.350     -w, --ignore-all-space
#8 1.350                           ignore whitespace when comparing lines
#8 1.350     -b, --ignore-space-change
#8 1.350                           ignore changes in amount of whitespace
#8 1.350     --ignore-space-at-eol
#8 1.350                           ignore changes in whitespace at EOL
#8 1.350     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.350     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.350     -I, --ignore-matching-lines <regex>
#8 1.350                           ignore changes whose all lines match <regex>
#8 1.350     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.350     --patience            generate diff using the "patience diff" algorithm
#8 1.350     --histogram           generate diff using the "histogram diff" algorithm
#8 1.350     --diff-algorithm <algorithm>
#8 1.350                           choose a diff algorithm
#8 1.350     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.350     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.350     --word-diff-regex <regex>
#8 1.350                           use
#8 1.350 [output clipped, log limit 200KiB/s reached]
#8 1.354 WARNING: titan.Libraries.TCCUsefulFunctions skipped because it contains uncommitted modifications!
#8 1.355 WARNING: titan.ProtocolEmulations.M3UA skipped because it contains uncommitted modifications!
#8 1.355 WARNING: titan.ProtocolEmulations.SCCP skipped because it contains uncommitted modifications!
#8 1.355 WARNING: titan.ProtocolModules.BSSAPP_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.356 WARNING: titan.ProtocolModules.DIAMETER_ProtocolModule_Generator skipped because it contains uncommitted modifications!
#8 1.356 WARNING: titan.ProtocolModules.DNS skipped because it contains uncommitted modifications!
#8 1.357 WARNING: titan.ProtocolModules.GRE skipped because it contains uncommitted modifications!
#8 1.357 WARNING: titan.ProtocolModules.GTP_v13.5.0 skipped because it contains uncommitted modifications!
#8 1.357 WARNING: titan.ProtocolModules.GTPv2_v13.7.0 skipped because it contains uncommitted modifications!
#8 1.358 WARNING: titan.ProtocolModules.ICMP skipped because it contains uncommitted modifications!
#8 1.358 WARNING: titan.ProtocolModules.ICMPv6 skipped because it contains uncommitted modifications!
#8 1.358 WARNING: titan.ProtocolModules.IP skipped because it contains uncommitted modifications!
#8 1.359 WARNING: titan.ProtocolModules.ISUP_Q.762 skipped because it contains uncommitted modifications!
#8 1.359 WARNING: titan.ProtocolModules.JSON_v07_2006 skipped because it contains uncommitted modifications!
#8 1.359 WARNING: titan.ProtocolModules.L2TP skipped because it contains uncommitted modifications!
#8 1.360 WARNING: titan.ProtocolModules.LLC_v7.1.0 skipped because it contains uncommitted modifications!
#8 1.360 WARNING: titan.ProtocolModules.M3UA skipped because it contains uncommitted modifications!
#8 1.360 WARNING: titan.ProtocolModules.MobileL3_v13.4.0 skipped because it contains uncommitted modifications!
#8 1.361 WARNING: titan.ProtocolModules.SMPP skipped because it contains uncommitted modifications!
#8 1.361 WARNING: titan.ProtocolModules.TCP skipped because it contains uncommitted modifications!
#8 1.361 WARNING: titan.ProtocolModules.UDP skipped because it contains uncommitted modifications!
#8 1.362 WARNING: titan.ProtocolModules.RTP skipped because it contains uncommitted modifications!
#8 1.362 WARNING: titan.ProtocolModules.M2PA skipped because it contains uncommitted modifications!
#8 1.362 WARNING: titan.ProtocolModules.ROSE skipped because it contains uncommitted modifications!
#8 1.363 WARNING: titan.ProtocolModules.SCTP skipped because it contains uncommitted modifications!
#8 1.363 WARNING: titan.ProtocolModules.SDP skipped because it contains uncommitted modifications!
#8 1.363 WARNING: titan.ProtocolModules.SUA skipped because it contains uncommitted modifications!
#8 1.364 WARNING: titan.ProtocolModules.NAS_EPS_15.2.0.1 skipped because it contains uncommitted modifications!
#8 1.364 WARNING: titan.ProtocolModules.NS_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.364 WARNING: titan.ProtocolModules.SGsAP_13.2.0 skipped because it contains uncommitted modifications!
#8 1.364 WARNING: titan.ProtocolModules.SNDCP_v7.0.0 skipped because it contains uncommitted modifications!
#8 1.365 WARNING: titan.ProtocolModules.PFCP_v15.1.0 skipped because it contains uncommitted modifications!
#8 1.365 WARNING: titan.TestPorts.Common_Components.Socket-API skipped because it contains uncommitted modifications!
#8 1.365 WARNING: titan.TestPorts.Common_Components.Abstract_Socket skipped because it contains uncommitted modifications!
#8 1.366 WARNING: titan.TestPorts.HTTPmsg skipped because it contains uncommitted modifications!
#8 1.366 WARNING: titan.TestPorts.IPL4asp skipped because it contains uncommitted modifications!
#8 1.366 WARNING: titan.TestPorts.LANL2asp skipped because it contains uncommitted modifications!
#8 1.367 WARNING: titan.TestPorts.PCAPasp skipped because it contains uncommitted modifications!
#8 1.367 WARNING: titan.TestPorts.PIPEasp skipped because it contains uncommitted modifications!
#8 1.367 WARNING: titan.TestPorts.SIPmsg skipped because it contains uncommitted modifications!
#8 1.368 WARNING: titan.TestPorts.TELNETasp skipped because it contains uncommitted modifications!
#8 1.368 WARNING: titan.TestPorts.TCPasp skipped because it contains uncommitted modifications!
#8 1.368 WARNING: titan.TestPorts.UDPasp skipped because it contains uncommitted modifications!
#8 1.369 WARNING: titan.TestPorts.UNIX_DOMAIN_SOCKETasp skipped because it contains uncommitted modifications!
#8 1.369 WARNING: titan.TestPorts.SCTPasp skipped because it contains uncommitted modifications!
#8 1.369 WARNING: titan.TestPorts.MTP3asp skipped because it contains uncommitted modifications!
#8 1.369 WARNING: titan.ProtocolModules.BSSGP_v13.0.0 skipped because it contains uncommitted modifications!
#8 1.370 WARNING: osmo-uecups skipped because it contains uncommitted modifications!
#8 1.370 WARNING: nas skipped because it contains uncommitted modifications!
#8 1.370 WARNING: titan.ProtocolModules.BSSMAP skipped because it contains uncommitted modifications!
#8 1.371 WARNING: titan.ProtocolModules.MAP skipped because it contains uncommitted modifications!
#8 1.371 WARNING: titan.TestPorts.AF_PACKET skipped because it contains uncommitted modifications!
#8 1.372 WARNING: titan.TestPorts.USB skipped because it contains uncommitted modifications!
#8 1.372 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps'
#8 1.372 touch .make.deps
#8 1.376 '/ttcn3-dumpcap-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh'
#8 1.377 '/ttcn3-tcpdump-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh'
#8 1.378 '/ttcn3-dumpcap-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh'
#8 1.380 '/ttcn3-tcpdump-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh'
#8 1.381 '/_scripts' -> '/osmo-ttcn3-hacks/_scripts'
#8 1.450 (cd bts && ./gen_links.sh && ./regen_makefile.sh)
#8 1.549 make -C _build/bts compile
#8 1.558 make[1]: Entering directory '/osmo-ttcn3-hacks/_build/bts'
#8 1.558   PP       IPA_Emulation.ttcn
#8 1.571   TTCN     *.ttcn *.asn
#8 2.106 touch compile
#8 2.106 make[1]: Leaving directory '/osmo-ttcn3-hacks/_build/bts'
#8 2.106 make -j20 -C _build/bts
#8 2.115 make[1]: Entering directory '/osmo-ttcn3-hacks/_build/bts'
#8 2.150   DEP      UD_PT.cc
#8 2.150   DEP      TRXC_CodecPort_CtrlFunctDef.cc
#8 2.150   DEP      TELNETasp_PT.cc
#8 2.150   DEP      TCCInterface.cc
#8 2.150   DEP      RTP_EncDec.cc
#8 2.150   DEP      TCCConversion.cc
#8 2.150   DEP      RTP_CodecPort_CtrlFunctDef.cc
#8 2.150   DEP      RLCMAC_EncDec.cc
#8 2.150   DEP      OSMUX_CodecPort_CtrlFunctDef.cc
#8 2.151   DEP      Native_FunctionDefs.cc
#8 2.151   DEP      L1CTL_PortType_CtrlFunctDef.cc
#8 2.151   DEP      IuUP_EncDec.cc
#8 2.152   DEP      IPL4asp_discovery.cc
#8 2.152   DEP      IPL4asp_PT.cc
#8 2.152   DEP      IPA_CodecPort_CtrlFunctDef.cc
#8 2.176   DEP      IPA_Emulation_part_7.cc
#8 2.176   DEP      IPA_Emulation_part_6.cc
#8 2.176   DEP      IPA_Emulation_part_5.cc
#8 2.177   DEP      IPA_Emulation_part_4.cc
#8 2.177   DEP      IPA_Emulation_part_3.cc
#8 2.196   DEP      IPA_Emulation_part_2.cc
#8 2.196   DEP      IPA_Emulation_part_1.cc
#8 2.196   DEP      IPA_Emulation.cc
#8 2.196   DEP      UD_Types_part_7.cc
#8 2.197   DEP      UD_Types_part_5.cc
#8 2.197   DEP      UD_Types_part_6.cc
#8 2.205   DEP      UD_Types_part_4.cc
#8 2.206   DEP      UD_Types_part_3.cc
#8 2.206   DEP      UD_Types_part_2.cc
#8 2.206   DEP      UD_Types_part_1.cc
#8 2.206   DEP      UD_PortType_part_7.cc
#8 2.207   DEP      UD_PortType_part_5.cc
#8 2.207   DEP      UD_PortType_part_6.cc
#8 2.212   DEP      UD_PortType_part_4.cc
#8 2.212   DEP      UD_PortType_part_3.cc
#8 2.212   DEP      UD_PortType_part_2.cc
#8 2.213   DEP      UD_PortType_part_1.cc
#8 2.213   DEP      TRXC_Types_part_7.cc
#8 2.213   DEP      TRXC_Types_part_6.cc
#8 2.213   DEP      TRXC_Types_part_5.cc
#8 2.213   DEP      TRXC_Types_part_4.cc
#8 2.214   DEP      TRXC_Types_part_3.cc
#8 2.214   DEP      TRXC_Types_part_2.cc
#8 2.214   DEP      TRXC_Types_part_1.cc
#8 2.214   DEP      TRXC_CodecPort_CtrlFunct_part_7.cc
#8 2.215   DEP      TRXC_CodecPort_CtrlFunct_part_6.cc
#8 2.217   DEP      TRXC_CodecPort_CtrlFunct_part_5.cc
#8 2.218   DEP      TRXC_CodecPort_CtrlFunct_part_4.cc
#8 2.219   DEP      TRXC_CodecPort_CtrlFunct_part_3.cc
#8 2.219   DEP      TRXC_CodecPort_CtrlFunct_part_2.cc
#8 2.219   DEP      TRXC_CodecPort_CtrlFunct_part_1.cc
#8 2.219   DEP      TRXC_CodecPort_part_7.cc
#8 2.220   DEP      TRXC_CodecPort_part_6.cc
#8 2.220   DEP      TRXC_CodecPort_part_5.cc
#8 2.224   DEP      TRXC_CodecPort_part_4.cc
#8 2.224   DEP      TRXC_CodecPort_part_3.cc
#8 2.224   DEP      TRXC_CodecPort_part_2.cc
#8 2.225   DEP      TRXC_CodecPort_part_1.cc
#8 2.225   DEP      TELNETasp_PortType_part_7.cc
#8 2.225   DEP      TELNETasp_PortType_part_6.cc
#8 2.226   DEP      TELNETasp_PortType_part_5.cc
#8 2.227   DEP      TELNETasp_PortType_part_4.cc
#8 2.227   DEP      TELNETasp_PortType_part_3.cc
#8 2.227   DEP      TELNETasp_PortType_part_2.cc
#8 2.228   DEP      TELNETasp_PortType_part_1.cc
#8 2.228   DEP      TCCInterface_Functions_part_7.cc
#8 2.228   DEP      TCCInterface_Functions_part_6.cc
#8 2.228   DEP      TCCInterface_Functions_part_5.cc
#8 2.233   DEP      TCCInterface_Functions_part_4.cc
#8 2.233   DEP      TCCInterface_Functions_part_3.cc
#8 2.233   DEP      TCCInterface_Functions_part_2.cc
#8 2.234   DEP      TCCInterface_Functions_part_1.cc
#8 2.234   DEP      TCCConversion_Functions_part_7.cc
#8 2.234   DEP      TCCConversion_Functions_part_5.cc
#8 2.234   DEP      TCCConversion_Functions_part_6.cc
#8 2.234   DEP      TCCConversion_Functions_part_4.cc
#8 2.235   DEP      TCCConversion_Functions_part_3.cc
#8 2.235   DEP      TCCConversion_Functions_part_2.cc
#8 2.235   DEP      TCCConversion_Functions_part_1.cc
#8 2.235   DEP      Socket_API_Definitions_part_7.cc
#8 2.235   DEP      Socket_API_Definitions_part_6.cc
#8 2.236   DEP      Socket_API_Definitions_part_5.cc
#8 2.236   DEP      Socket_API_Definitions_part_4.cc
#8 2.237   DEP      Socket_API_Definitions_part_3.cc
#8 2.240   DEP      Socket_API_Definitions_part_1.cc
#8 2.240   DEP      Socket_API_Definitions_part_2.cc
#8 2.241   DEP      RTP_Types_part_7.cc
#8 2.241   DEP      RTP_Types_part_6.cc
#8 2.241   DEP      RTP_Types_part_5.cc
#8 2.241   DEP      RTP_Types_part_4.cc
#8 2.242   DEP      RTP_Types_part_3.cc
#8 2.244   DEP      RTP_Types_part_2.cc
#8 2.244   DEP      RTP_Types_part_1.cc
#8 2.244   DEP      RTP_Emulation_part_7.cc
#8 2.245   DEP      RTP_Emulation_part_6.cc
#8 2.245   DEP      RTP_Emulation_part_5.cc
#8 2.245   DEP      RTP_Emulation_part_3.cc
#8 2.245   DEP      RTP_Emulation_part_4.cc
#8 2.246   DEP      RTP_Emulation_part_2.cc
#8 2.246   DEP      RTP_Emulation_part_1.cc
#8 2.246   DEP      RTP_CodecPort_CtrlFunct_part_7.cc
#8 2.247   DEP      RTP_CodecPort_CtrlFunct_part_6.cc
#8 2.247   DEP      RTP_CodecPort_CtrlFunct_part_5.cc
#8 2.247   DEP      RTP_CodecPort_CtrlFunct_part_4.cc
#8 2.249   DEP      RTP_CodecPort_CtrlFunct_part_3.cc
#8 2.249   DEP      RTP_CodecPort_CtrlFunct_part_1.cc
#8 2.249   DEP      RTP_CodecPort_CtrlFunct_part_2.cc
#8 2.250   DEP      RTP_CodecPort_part_7.cc
#8 2.251   DEP      RTP_CodecPort_part_6.cc
#8 2.252   DEP      RTP_CodecPort_part_5.cc
#8 2.252   DEP      RTP_CodecPort_part_4.cc
#8 2.252   DEP      RTP_CodecPort_part_3.cc
#8 2.253   DEP      RTP_CodecPort_part_2.cc
#8 2.254   DEP      RTP_CodecPort_part_1.cc
#8 2.254   DEP      RSL_Types_part_7.cc
#8 2.255   DEP      RSL_Types_part_6.cc
#8 2.256   DEP      RSL_Types_part_5.cc
#8 2.256   DEP      RSL_Types_part_4.cc
#8 2.256   DEP      RSL_Types_part_3.cc
#8 2.259   DEP      RSL_Types_part_2.cc
#8 2.259   DEP      RSL_Types_part_1.cc
#8 2.259   DEP      RSL_Emulation_part_7.cc
#8 2.260   DEP      RSL_Emulation_part_5.cc
#8 2.260   DEP      RSL_Emulation_part_6.cc
#8 2.260   DEP      RSL_Emulation_part_4.cc
#8 2.261   DEP      RSL_Emulation_part_3.cc
#8 2.261   DEP      RSL_Emulation_part_2.cc
#8 2.261   DEP      RSL_Emulation_part_1.cc
#8 2.263   DEP      RLCMAC_Types_part_7.cc
#8 2.263   DEP      RLCMAC_Types_part_6.cc
#8 2.263   DEP      RLCMAC_Types_part_5.cc
#8 2.263   DEP      RLCMAC_Types_part_3.cc
#8 2.263   DEP      RLCMAC_Types_part_4.cc
#8 2.265   DEP      RLCMAC_Types_part_2.cc
#8 2.267   DEP      RLCMAC_Types_part_1.cc
#8 2.268   DEP      RLCMAC_Templates_part_7.cc
#8 2.268   DEP      RLCMAC_Templates_part_6.cc
#8 2.269   DEP      RLCMAC_Templates_part_5.cc
#8 2.269   DEP      RLCMAC_Templates_part_4.cc
#8 2.270   DEP      RLCMAC_Templates_part_3.cc
#8 2.276   DEP      RLCMAC_Templates_part_2.cc
#8 2.276   DEP      RLCMAC_Templates_part_1.cc
#8 2.276   DEP      RLCMAC_CSN1_Types_part_7.cc
#8 2.276   DEP      RLCMAC_CSN1_Types_part_6.cc
#8 2.276   DEP      RLCMAC_CSN1_Types_part_5.cc
#8 2.276   DEP      RLCMAC_CSN1_Types_part_4.cc
#8 2.277   DEP      RLCMAC_CSN1_Types_part_3.cc
#8 2.277   DEP      RLCMAC_CSN1_Types_part_2.cc
#8 2.277   DEP      RLCMAC_CSN1_Types_part_1.cc
#8 2.277   DEP      RLCMAC_CSN1_Templates_part_7.cc
#8 2.278   DEP      RLCMAC_CSN1_Templates_part_6.cc
#8 2.283   DEP      RLCMAC_CSN1_Templates_part_4.cc
#8 2.283   DEP      RLCMAC_CSN1_Templates_part_5.cc
#8 2.283   DEP      RLCMAC_CSN1_Templates_part_3.cc
#8 2.283   DEP      RLCMAC_CSN1_Templates_part_2.cc
#8 2.284   DEP      RLCMAC_CSN1_Templates_part_1.cc
#8 2.285   DEP      PCUIF_Types_part_7.cc
#8 2.285   DEP      PCUIF_Types_part_6.cc
#8 2.286   DEP      PCUIF_Types_part_5.cc
#8 2.290   DEP      PCUIF_Types_part_4.cc
#8 2.290   DEP      PCUIF_Types_part_3.cc
#8 2.291   DEP      PCUIF_Types_part_2.cc
#8 2.293   DEP      PCUIF_Types_part_1.cc
#8 2.293   DEP      PCUIF_CodecPort_part_7.cc
#8 2.295   DEP      PCUIF_CodecPort_part_6.cc
#8 2.297   DEP      PCUIF_CodecPort_part_5.cc
#8 2.298   DEP      PCUIF_CodecPort_part_4.cc
#8 2.299   DEP      PCUIF_CodecPort_part_3.cc
#8 2.301   DEP      PCUIF_CodecPort_part_2.cc
#8 2.302   DEP      PCUIF_CodecPort_part_1.cc
#8 2.305   DEP      Osmocom_VTY_Functions_part_7.cc
#8 2.305   DEP      Osmocom_VTY_Functions_part_6.cc
#8 2.320   DEP      Osmocom_VTY_Functions_part_5.cc
#8 2.320   DEP      Osmocom_VTY_Functions_part_4.cc
#8 2.320   DEP      Osmocom_VTY_Functions_part_3.cc
#8 2.320   DEP      Osmocom_VTY_Functions_part_2.cc
#8 2.320   DEP      Osmocom_VTY_Functions_part_1.cc
#8 2.321   DEP      Osmocom_Types_part_7.cc
#8 2.321   DEP      Osmocom_Types_part_6.cc
#8 2.336   DEP      Osmocom_Types_part_5.cc
#8 2.336   DEP      Osmocom_Types_part_4.cc
#8 2.336   DEP      Osmocom_Types_part_3.cc
#8 2.336   DEP      Osmocom_Types_part_2.cc
#8 2.337   DEP      Osmocom_Types_part_1.cc
#8 2.337   DEP      Osmocom_CTRL_Types_part_7.cc
#8 2.337   DEP      Osmocom_CTRL_Types_part_6.cc
#8 2.338   DEP      Osmocom_CTRL_Types_part_5.cc
#8 2.338   DEP      Osmocom_CTRL_Types_part_4.cc
#8 2.338   DEP      Osmocom_CTRL_Types_part_3.cc
#8 2.344   DEP      Osmocom_CTRL_Types_part_2.cc
#8 2.344   DEP      Osmocom_CTRL_Types_part_1.cc
#8 2.344   DEP      Osmocom_CTRL_Functions_part_7.cc
#8 2.344   DEP      Osmocom_CTRL_Functions_part_6.cc
#8 2.345   DEP      Osmocom_CTRL_Functions_part_5.cc
#8 2.345   DEP      Osmocom_CTRL_Functions_part_4.cc
#8 2.345   DEP      Osmocom_CTRL_Functions_part_2.cc
#8 2.345   DEP      Osmocom_CTRL_Functions_part_3.cc
#8 2.347   DEP      Osmocom_CTRL_Functions_part_1.cc
#8 2.351   DEP      Osmocom_CTRL_Adapter_part_7.cc
#8 2.351   DEP      Osmocom_CTRL_Adapter_part_6.cc
#8 2.351   DEP      Osmocom_CTRL_Adapter_part_5.cc
#8 2.351   DEP      Osmocom_CTRL_Adapter_part_4.cc
#8 2.352   DEP      Osmocom_CTRL_Adapter_part_3.cc
#8 2.352   DEP      Osmocom_CTRL_Adapter_part_2.cc
#8 2.353   DEP      Osmocom_CTRL_Adapter_part_1.cc
#8 2.353   DEP      OSMUX_Types_part_7.cc
#8 2.355   DEP      OSMUX_Types_part_6.cc
#8 2.358   DEP      OSMUX_Types_part_5.cc
#8 2.359   DEP      OSMUX_Types_part_4.cc
#8 2.359   DEP      OSMUX_Types_part_3.cc
#8 2.359   DEP      OSMUX_Types_part_2.cc
#8 2.359   DEP      OSMUX_Types_part_1.cc
#8 2.360   DEP      OSMUX_Emulation_part_7.cc
#8 2.361   DEP      OSMUX_Emulation_part_6.cc
#8 2.361   DEP      OSMUX_Emulation_part_5.cc
#8 2.361   DEP      OSMUX_Emulation_part_4.cc
#8 2.362   DEP      OSMUX_Emulation_part_3.cc
#8 2.364   DEP      OSMUX_Emulation_part_2.cc
#8 2.366   DEP      OSMUX_Emulation_part_1.cc
#8 2.367   DEP      OSMUX_CodecPort_CtrlFunct_part_7.cc
#8 2.368   DEP      OSMUX_CodecPort_CtrlFunct_part_6.cc
#8 2.368   DEP      OSMUX_CodecPort_CtrlFunct_part_5.cc
#8 2.368   DEP      OSMUX_CodecPort_CtrlFunct_part_4.cc
#8 2.368   DEP      OSMUX_CodecPort_CtrlFunct_part_3.cc
#8 2.369   DEP      OSMUX_CodecPort_CtrlFunct_part_2.cc
#8 2.370   DEP      OSMUX_CodecPort_CtrlFunct_part_1.cc
#8 2.370   DEP      OSMUX_CodecPort_part_7.cc
#8 2.371   DEP      OSMUX_CodecPort_part_6.cc
#8 2.372   DEP      OSMUX_CodecPort_part_5.cc
#8 2.374   DEP      OSMUX_CodecPort_part_4.cc
#8 2.374   DEP      OSMUX_CodecPort_part_3.cc
#8 2.376   DEP      OSMUX_CodecPort_part_2.cc
#8 2.376   DEP      OSMUX_CodecPort_part_1.cc
#8 2.376   DEP      Native_Functions_part_7.cc
#8 2.377   DEP      Native_Functions_part_6.cc
#8 2.377   DEP      Native_Functions_part_5.cc
#8 2.377   DEP      Native_Functions_part_4.cc
#8 2.378   DEP      Native_Functions_part_3.cc
#8 2.383   DEP      Native_Functions_part_2.cc
#8 2.383   DEP      Native_Functions_part_1.cc
#8 2.383   DEP      MobileL3_Types_part_7.cc
#8 2.383   DEP      MobileL3_Types_part_6.cc
#8 2.384   DEP      MobileL3_Types_part_5.cc
#8 2.384   DEP      MobileL3_Types_part_4.cc
#8 2.384   DEP      MobileL3_Types_part_3.cc
#8 2.384   DEP      MobileL3_Types_part_2.cc
#8 2.385   DEP      MobileL3_Types_part_1.cc
#8 2.386   DEP      MobileL3_SS_Types_part_7.cc
#8 2.390   DEP      MobileL3_SS_Types_part_5.cc
#8 2.390   DEP      MobileL3_SS_Types_part_6.cc
#8 2.390   DEP      MobileL3_SS_Types_part_4.cc
#8 2.392   DEP      MobileL3_SS_Types_part_3.cc
#8 2.397   DEP      MobileL3_SS_Types_part_2.cc
#8 2.397   DEP      MobileL3_SS_Types_part_1.cc
#8 2.397   DEP      MobileL3_SMS_Types_part_7.cc
#8 2.397   DEP      MobileL3_SMS_Types_part_6.cc
#8 2.398   DEP      MobileL3_SMS_Types_part_5.cc
#8 2.398   DEP      MobileL3_SMS_Types_part_4.cc
#8 2.398   DEP      MobileL3_SMS_Types_part_2.cc
#8 2.398   DEP      MobileL3_SMS_Types_part_3.cc
#8 2.398   DEP      MobileL3_SMS_Types_part_1.cc
#8 2.399   DEP      MobileL3_RRM_Types_part_7.cc
#8 2.399   DEP      MobileL3_RRM_Types_part_6.cc
#8 2.400   DEP      MobileL3_RRM_Types_part_5.cc
#8 2.400   DEP      MobileL3_RRM_Types_part_4.cc
#8 2.405   DEP      MobileL3_RRM_Types_part_3.cc
#8 2.406   DEP      MobileL3_RRM_Types_part_2.cc
#8 2.406   DEP      MobileL3_RRM_Types_part_1.cc
#8 2.406   DEP      MobileL3_MM_Types_part_7.cc
#8 2.406   DEP      MobileL3_MM_Types_part_6.cc
#8 2.407   DEP      MobileL3_MM_Types_part_5.cc
#8 2.407   DEP      MobileL3_MM_Types_part_4.cc
#8 2.408   DEP      MobileL3_MM_Types_part_3.cc
#8 2.408   DEP      MobileL3_MM_Types_part_1.cc
#8 2.408   DEP      MobileL3_MM_Types_part_2.cc
#8 2.411   DEP      MobileL3_GMM_SM_Types_part_7.cc
#8 2.413   DEP      MobileL3_GMM_SM_Types_part_6.cc
#8 2.414   DEP      MobileL3_GMM_SM_Types_part_5.cc
#8 2.414   DEP      MobileL3_GMM_SM_Types_part_4.cc
#8 2.415   DEP      MobileL3_GMM_SM_Types_part_3.cc
#8 2.416   DEP      MobileL3_GMM_SM_Types_part_2.cc
#8 2.418   DEP      MobileL3_GMM_SM_Types_part_1.cc
#8 2.424   DEP      MobileL3_CommonIE_Types_part_7.cc
#8 2.434   DEP      MobileL3_CommonIE_Types_part_6.cc
#8 2.435   DEP      MobileL3_CommonIE_Types_part_5.cc
#8 2.438   DEP      MobileL3_CommonIE_Types_part_4.cc
#8 2.441   DEP      MobileL3_CommonIE_Types_part_3.cc
#8 2.443   DEP      MobileL3_CommonIE_Types_part_2.cc
#8 2.447   DEP      MobileL3_CommonIE_Types_part_1.cc
#8 2.450   DEP      MobileL3_CC_Types_part_7.cc
#8 2.450   DEP      MobileL3_CC_Types_part_6.cc
#8 2.458   DEP      MobileL3_CC_Types_part_5.cc
#8 2.458   DEP      MobileL3_CC_Types_part_4.cc
#8 2.459   DEP      MobileL3_CC_Types_part_3.cc
#8 2.466   DEP      MobileL3_CC_Types_part_2.cc
#8 2.467   DEP      MobileL3_CC_Types_part_1.cc
#8 2.487   DEP      Misc_Helpers_part_7.cc
#8 2.494   DEP      Misc_Helpers_part_6.cc
#8 2.497   DEP      Misc_Helpers_part_5.cc
#8 2.513   DEP      Misc_Helpers_part_4.cc
#8 2.524   DEP      Misc_Helpers_part_3.cc
#8 2.526   DEP      Misc_Helpers_part_2.cc
#8 2.528   DEP      Misc_Helpers_part_1.cc
#8 2.528   DEP      LAPDm_Types_part_7.cc
#8 2.529   DEP      LAPDm_Types_part_6.cc
#8 2.530   DEP      LAPDm_Types_part_5.cc
#8 2.533   DEP      LAPDm_Types_part_4.cc
#8 2.534   DEP      LAPDm_Types_part_3.cc
#8 2.537   DEP      LAPDm_Types_part_2.cc
#8 2.538   DEP      LAPDm_Types_part_1.cc
#8 2.538   DEP      LAPDm_RAW_PT_part_7.cc
#8 2.539   DEP      LAPDm_RAW_PT_part_6.cc
#8 2.540   DEP      LAPDm_RAW_PT_part_5.cc
#8 2.542   DEP      LAPDm_RAW_PT_part_4.cc
#8 2.542   DEP      LAPDm_RAW_PT_part_3.cc
#8 2.547   DEP      LAPDm_RAW_PT_part_2.cc
#8 2.548   DEP      LAPDm_RAW_PT_part_1.cc
#8 2.548   DEP      L3_Templates_part_7.cc
#8 2.548   DEP      L3_Templates_part_6.cc
#8 2.548   DEP      L3_Templates_part_5.cc
#8 2.548   DEP      L3_Templates_part_4.cc
#8 2.549   DEP      L3_Templates_part_3.cc
#8 2.549   DEP      L3_Templates_part_1.cc
#8 2.549   DEP      L3_Templates_part_2.cc
#8 2.551   DEP      L3_Common_part_7.cc
#8 2.551   DEP      L3_Common_part_6.cc
#8 2.551   DEP      L3_Common_part_5.cc
#8 2.551   DEP      L3_Common_part_4.cc
#8 2.553   DEP      L3_Common_part_3.cc
#8 2.553   DEP      L3_Common_part_2.cc
#8 2.555   DEP      L3_Common_part_1.cc
#8 2.556   DEP      L1CTL_Types_part_7.cc
#8 2.556   DEP      L1CTL_Types_part_6.cc
#8 2.557   DEP      L1CTL_Types_part_5.cc
#8 2.557   DEP      L1CTL_Types_part_4.cc
#8 2.561   DEP      L1CTL_Types_part_3.cc
#8 2.561   DEP      L1CTL_Types_part_1.cc
#8 2.561   DEP      L1CTL_Types_part_2.cc
#8 2.561   DEP      L1CTL_PortType_CtrlFunct_part_7.cc
#8 2.562   DEP      L1CTL_PortType_CtrlFunct_part_6.cc
#8 2.562   DEP      L1CTL_PortType_CtrlFunct_part_5.cc
#8 2.562   DEP      L1CTL_PortType_CtrlFunct_part_4.cc
#8 2.563   DEP      L1CTL_PortType_CtrlFunct_part_2.cc
#8 2.563   DEP      L1CTL_PortType_CtrlFunct_part_3.cc
#8 2.563   DEP      L1CTL_PortType_CtrlFunct_part_1.cc
#8 2.565   DEP      L1CTL_PortType_part_7.cc
#8 2.565   DEP      L1CTL_PortType_part_5.cc
#8 2.565   DEP      L1CTL_PortType_part_6.cc
#8 2.566   DEP      L1CTL_PortType_part_4.cc
#8 2.566   DEP      L1CTL_PortType_part_3.cc
#8 2.566   DEP      L1CTL_PortType_part_2.cc
#8 2.566   DEP      L1CTL_PortType_part_1.cc
#8 2.568   DEP      IuUP_Types_part_7.cc
#8 2.569   DEP      IuUP_Types_part_6.cc
#8 2.570   DEP      IuUP_Types_part_5.cc
#8 2.571   DEP      IuUP_Types_part_4.cc
#8 2.571   DEP      IuUP_Types_part_3.cc
#8 2.571   DEP      IuUP_Types_part_2.cc
#8 2.572   DEP      IuUP_Types_part_1.cc
#8 2.573   DEP      IuUP_Emulation_part_7.cc
#8 2.574   DEP      IuUP_Emulation_part_6.cc
#8 2.574   DEP      IuUP_Emulation_part_4.cc
#8 2.574   DEP      IuUP_Emulation_part_5.cc
#8 2.575   DEP      IuUP_Emulation_part_3.cc
#8 2.576   DEP      IuUP_Emulation_part_2.cc
#8 2.576   DEP      IuUP_Emulation_part_1.cc
#8 2.576   DEP      IPL4asp_Types_part_7.cc
#8 2.576   DEP      IPL4asp_Types_part_6.cc
#8 2.579   DEP      IPL4asp_Types_part_5.cc
#8 2.580   DEP      IPL4asp_Types_part_4.cc
#8 2.584   DEP      IPL4asp_Types_part_3.cc
#8 2.585   DEP      IPL4asp_Types_part_2.cc
#8 2.585   DEP      IPL4asp_Types_part_1.cc
#8 2.585   DEP      IPL4asp_PortType_part_7.cc
#8 2.585   DEP      IPL4asp_PortType_part_6.cc
#8 2.585   DEP      IPL4asp_PortType_part_5.cc
#8 2.586   DEP      IPL4asp_PortType_part_4.cc
#8 2.586   DEP      IPL4asp_PortType_part_3.cc
#8 2.586   DEP      IPL4asp_PortType_part_2.cc
#8 2.586   DEP      IPL4asp_PortType_part_1.cc
#8 2.586   DEP      IPL4asp_Functions_part_7.cc
#8 2.587   DEP      IPL4asp_Functions_part_5.cc
#8 2.587   DEP      IPL4asp_Functions_part_6.cc
#8 2.587   DEP      IPL4asp_Functions_part_4.cc
#8 2.587   DEP      IPL4asp_Functions_part_3.cc
#8 2.588   DEP      IPL4asp_Functions_part_2.cc
#8 2.588   DEP      IPL4asp_Functions_part_1.cc
#8 2.594   DEP      IPA_Types_part_7.cc
#8 2.594   DEP      IPA_Types_part_6.cc
#8 2.594   DEP      IPA_Types_part_5.cc
#8 2.594   DEP      IPA_Types_part_4.cc
#8 2.594   DEP      IPA_Types_part_3.cc
#8 2.595   DEP      IPA_Types_part_2.cc
#8 2.595   DEP      IPA_Types_part_1.cc
#8 2.595   DEP      IPA_Testing_part_7.cc
#8 2.595   DEP      IPA_Testing_part_6.cc
#8 2.595   DEP      IPA_Testing_part_5.cc
#8 2.596   DEP      IPA_Testing_part_4.cc
#8 2.596   DEP      IPA_Testing_part_3.cc
#8 2.596   DEP      IPA_Testing_part_2.cc
#8 2.596   DEP      IPA_Testing_part_1.cc
#8 2.597   DEP      IPA_CodecPort_CtrlFunct_part_7.cc
#8 2.597   DEP      IPA_CodecPort_CtrlFunct_part_6.cc
#8 2.599   DEP      IPA_CodecPort_CtrlFunct_part_5.cc
#8 2.599   DEP      IPA_CodecPort_CtrlFunct_part_4.cc
#8 2.601   DEP      IPA_CodecPort_CtrlFunct_part_3.cc
#8 2.601   DEP      IPA_CodecPort_CtrlFunct_part_2.cc
#8 2.602   DEP      IPA_CodecPort_CtrlFunct_part_1.cc
#8 2.602   DEP      IPA_CodecPort_part_7.cc
#8 2.603   DEP      IPA_CodecPort_part_6.cc
#8 2.603   DEP      IPA_CodecPort_part_5.cc
#8 2.603   DEP      IPA_CodecPort_part_4.cc
#8 2.603   DEP      IPA_CodecPort_part_2.cc
#8 2.603   DEP      IPA_CodecPort_part_3.cc
#8 2.604   DEP      IPA_CodecPort_part_1.cc
#8 2.605   DEP      General_Types_part_7.cc
#8 2.605   DEP      General_Types_part_6.cc
#8 2.605   DEP      General_Types_part_5.cc
#8 2.606   DEP      General_Types_part_4.cc
#8 2.607   DEP      General_Types_part_2.cc
#8 2.607   DEP      General_Types_part_3.cc
#8 2.608   DEP      General_Types_part_1.cc
#8 2.609   DEP      GSM_Types_part_7.cc
#8 2.612   DEP      GSM_Types_part_6.cc
#8 2.612   DEP      GSM_Types_part_5.cc
#8 2.612   DEP      GSM_Types_part_4.cc
#8 2.612   DEP      GSM_Types_part_3.cc
#8 2.613   DEP      GSM_Types_part_2.cc
#8 2.613   DEP      GSM_Types_part_1.cc
#8 2.613   DEP      GSM_SystemInformation_part_7.cc
#8 2.613   DEP      GSM_SystemInformation_part_6.cc
#8 2.614   DEP      GSM_SystemInformation_part_5.cc
#8 2.614   DEP      GSM_SystemInformation_part_3.cc
#8 2.614   DEP      GSM_SystemInformation_part_4.cc
#8 2.614   DEP      GSM_SystemInformation_part_2.cc
#8 2.615   DEP      GSM_SystemInformation_part_1.cc
#8 2.616   DEP      GSM_RestOctets_part_7.cc
#8 2.616   DEP      GSM_RestOctets_part_6.cc
#8 2.616   DEP      GSM_RestOctets_part_5.cc
#8 2.619   DEP      GSM_RestOctets_part_4.cc
#8 2.620   DEP      GSM_RestOctets_part_3.cc
#8 2.620   DEP      GSM_RestOctets_part_2.cc
#8 2.620   DEP      GSM_RestOctets_part_1.cc
#8 2.620   DEP      GSM_RR_Types_part_7.cc
#8 2.620   DEP      GSM_RR_Types_part_6.cc
#8 2.620   DEP      GSM_RR_Types_part_5.cc
#8 2.621   DEP      GSM_RR_Types_part_4.cc
#8 2.622   DEP      GSM_RR_Types_part_3.cc
#8 2.623   DEP      GSM_RR_Types_part_2.cc
#8 2.623   DEP      GSM_RR_Types_part_1.cc
#8 2.623   DEP      BTS_Tests_perf_part_7.cc
#8 2.628   DEP      BTS_Tests_perf_part_6.cc
#8 2.628   DEP      BTS_Tests_perf_part_5.cc
#8 2.628   DEP      BTS_Tests_perf_part_4.cc
#8 2.628   DEP      BTS_Tests_perf_part_3.cc
#8 2.628   DEP      BTS_Tests_perf_part_2.cc
#8 2.628   DEP      BTS_Tests_perf_part_1.cc
#8 2.629   DEP      BTS_Tests_VAMOS_part_7.cc
#8 2.629   DEP      BTS_Tests_VAMOS_part_6.cc
#8 2.629   DEP      BTS_Tests_VAMOS_part_5.cc
#8 2.630   DEP      BTS_Tests_VAMOS_part_4.cc
#8 2.631   DEP      BTS_Tests_VAMOS_part_2.cc
#8 2.631   DEP      BTS_Tests_VAMOS_part_3.cc
#8 2.631   DEP      BTS_Tests_VAMOS_part_1.cc
#8 2.632   DEP      BTS_Tests_SMSCB_part_7.cc
#8 2.634   DEP      BTS_Tests_SMSCB_part_6.cc
#8 2.635   DEP      BTS_Tests_SMSCB_part_5.cc
#8 2.635   DEP      BTS_Tests_SMSCB_part_3.cc
#8 2.635   DEP      BTS_Tests_SMSCB_part_4.cc
#8 2.635   DEP      BTS_Tests_SMSCB_part_2.cc
#8 2.644   DEP      BTS_Tests_SMSCB_part_1.cc
#8 2.644   DEP      BTS_Tests_OML_part_7.cc
#8 2.645   DEP      BTS_Tests_OML_part_6.cc
#8 2.645   DEP      BTS_Tests_OML_part_5.cc
#8 2.645   DEP      BTS_Tests_OML_part_4.cc
#8 2.645   DEP      BTS_Tests_OML_part_3.cc
#8 2.646   DEP      BTS_Tests_OML_part_1.cc
#8 2.646   DEP      BTS_Tests_LAPDm_part_7.cc
#8 2.646   DEP      BTS_Tests_OML_part_2.cc
#8 2.647   DEP      BTS_Tests_LAPDm_part_6.cc
#8 2.648   DEP      BTS_Tests_LAPDm_part_5.cc
#8 2.648   DEP      BTS_Tests_LAPDm_part_4.cc
#8 2.648   DEP      BTS_Tests_LAPDm_part_2.cc
#8 2.648   DEP      BTS_Tests_LAPDm_part_3.cc
#8 2.652   DEP      BTS_Tests_LAPDm_part_1.cc
#8 2.652   DEP      BTS_Tests_ASCI_part_7.cc
#8 2.653   DEP      BTS_Tests_ASCI_part_6.cc
#8 2.653   DEP      BTS_Tests_ASCI_part_5.cc
#8 2.656   DEP      BTS_Tests_ASCI_part_4.cc
#8 2.656   DEP      BTS_Tests_ASCI_part_3.cc
#8 2.656   DEP      BTS_Tests_ASCI_part_2.cc
#8 2.657   DEP      BTS_Tests_ASCI_part_1.cc
#8 2.657   DEP      BTS_Tests_part_7.cc
#8 2.657   DEP      BTS_Tests_part_6.cc
#8 2.661   DEP      BTS_Tests_part_5.cc
#8 2.661   DEP      BTS_Tests_part_4.cc
#8 2.662   DEP      BTS_Tests_part_3.cc
#8 2.663   DEP      BTS_Tests_part_2.cc
#8 2.664   DEP      BTS_Tests_part_1.cc
#8 2.664   DEP      AbisOML_Types_part_7.cc
#8 2.664   DEP      AbisOML_Types_part_6.cc
#8 2.664   DEP      AbisOML_Types_part_5.cc
#8 2.664   DEP      AbisOML_Types_part_4.cc
#8 2.665   DEP      AbisOML_Types_part_3.cc
#8 2.665   DEP      AbisOML_Types_part_2.cc
#8 2.665   DEP      AbisOML_Types_part_1.cc
#8 2.666   DEP      AMR_Types_part_7.cc
#8 2.669   DEP      AMR_Types_part_6.cc
#8 2.669   DEP      AMR_Types_part_5.cc
#8 2.670   DEP      AMR_Types_part_4.cc
#8 2.670   DEP      AMR_Types_part_3.cc
#8 2.673   DEP      AMR_Types_part_1.cc
#8 2.673   DEP      AMR_Types_part_2.cc
#8 2.673   DEP      UD_Types.cc
#8 2.673   DEP      UD_PortType.cc
#8 2.674   DEP      TRXC_CodecPort_CtrlFunct.cc
#8 2.674   DEP      TRXC_Types.cc
#8 2.674   DEP      TRXC_CodecPort.cc
#8 2.678   DEP      TELNETasp_PortType.cc
#8 2.678   DEP      TCCInterface_Functions.cc
#8 2.680   DEP      TCCConversion_Functions.cc
#8 2.680   DEP      Socket_API_Definitions.cc
#8 2.682   DEP      RTP_Types.cc
#8 2.684   DEP      RTP_Emulation.cc
#8 2.722   DEP      RTP_CodecPort_CtrlFunct.cc
#8 2.722   DEP      RTP_CodecPort.cc
#8 2.737   DEP      RSL_Types.cc
#8 2.738   DEP      RSL_Emulation.cc
#8 2.741   DEP      RLCMAC_Types.cc
#8 2.741   DEP      RLCMAC_Templates.cc
#8 2.748   DEP      RLCMAC_CSN1_Types.cc
#8 2.750   DEP      RLCMAC_CSN1_Templates.cc
#8 2.750   DEP      PCUIF_Types.cc
#8 2.754   DEP      PCUIF_CodecPort.cc
#8 2.754   DEP      Osmocom_VTY_Functions.cc
#8 2.761   DEP      Osmocom_Types.cc
#8 2.762   DEP      Osmocom_CTRL_Types.cc
#8 2.770   DEP      Osmocom_CTRL_Functions.cc
#8 2.780   DEP      Osmocom_CTRL_Adapter.cc
#8 2.780   DEP      OSMUX_Types.cc
#8 2.790   DEP      OSMUX_Emulation.cc
#8 2.799   DEP      OSMUX_CodecPort_CtrlFunct.cc
#8 2.823   DEP      OSMUX_CodecPort.cc
#8 2.823   DEP      Native_Functions.cc
#8 2.827   DEP      MobileL3_Types.cc
#8 2.827   DEP      MobileL3_SS_Types.cc
#8 2.828   DEP      MobileL3_SMS_Types.cc
#8 2.838   DEP      MobileL3_RRM_Types.cc
#8 2.839   DEP      MobileL3_MM_Types.cc
#8 2.850   DEP      MobileL3_GMM_SM_Types.cc
#8 2.866   DEP      MobileL3_CommonIE_Types.cc
#8 2.875   DEP      MobileL3_CC_Types.cc
#8 2.885   DEP      Misc_Helpers.cc
#8 2.887   DEP      LAPDm_Types.cc
#8 2.890   DEP      LAPDm_RAW_PT.cc
#8 2.896   DEP      L3_Templates.cc
#8 2.896   DEP      L3_Common.cc
#8 2.899   DEP      L1CTL_Types.cc
#8 2.899   DEP      L1CTL_PortType_CtrlFunct.cc
#8 2.904   DEP      L1CTL_PortType.cc
#8 2.913   DEP      IuUP_Types.cc
#8 2.928   DEP      IuUP_Emulation.cc
#8 2.947   DEP      IPL4asp_Types.cc
#8 2.958   DEP      IPL4asp_PortType.cc
#8 2.963   DEP      IPL4asp_Functions.cc
#8 2.969   DEP      IPA_Types.cc
#8 2.976   DEP      IPA_Testing.cc
#8 2.979   DEP      IPA_CodecPort_CtrlFunct.cc
#8 2.985   DEP      IPA_CodecPort.cc
#8 3.000   DEP      General_Types.cc
#8 3.008   DEP      GSM_Types.cc
#8 3.014   DEP      GSM_SystemInformation.cc
#8 3.037   DEP      GSM_RestOctets.cc
#8 3.043   DEP      GSM_RR_Types.cc
#8 3.043   DEP      BTS_Tests_perf.cc
#8 3.051   DEP      BTS_Tests_VAMOS.cc
#8 3.053   DEP      BTS_Tests_SMSCB.cc
#8 3.057   DEP      BTS_Tests_OML.cc
#8 3.059   DEP      BTS_Tests_LAPDm.cc
#8 3.066   DEP      BTS_Tests_ASCI.cc
#8 3.073   DEP      BTS_Tests.cc
#8 3.080   DEP      AbisOML_Types.cc
#8 3.140   DEP      AMR_Types.cc
#8 3.749   CC       AMR_Types.o
#8 3.749   CC       AbisOML_Types.o
#8 3.749   CC       BTS_Tests.o
#8 3.749   CC       BTS_Tests_ASCI.o
#8 3.749   CC       BTS_Tests_LAPDm.o
#8 3.750   CC       BTS_Tests_OML.o
#8 3.750   CC       BTS_Tests_SMSCB.o
#8 3.750   CC       BTS_Tests_VAMOS.o
#8 3.751   CC       BTS_Tests_perf.o
#8 3.752   CC       GSM_RR_Types.o
#8 3.752   CC       GSM_RestOctets.o
#8 3.752   CC       GSM_SystemInformation.o
#8 3.753   CC       GSM_Types.o
#8 3.753   CC       General_Types.o
#8 3.753   CC       IPA_CodecPort.o
#8 3.754   CC       IPA_CodecPort_CtrlFunct.o
#8 3.754   CC       IPA_Testing.o
#8 3.754   CC       IPA_Types.o
#8 3.754   CC       IPL4asp_Functions.o
#8 3.755   CC       IPL4asp_PortType.o
#8 4.540   CC       IPL4asp_Types.o
#8 4.583   CC       IuUP_Emulation.o
#8 4.603   CC       IuUP_Types.o
#8 4.664   CC       L1CTL_PortType.o
#8 4.903   CC       L1CTL_PortType_CtrlFunct.o
#8 4.994   CC       L1CTL_Types.o
#8 5.827   CC       L3_Common.o
#8 6.140   CC       L3_Templates.o
#8 6.256   CC       LAPDm_RAW_PT.o
#8 7.032   CC       LAPDm_Types.o
#8 7.217   CC       Misc_Helpers.o
#8 7.801   CC       MobileL3_CC_Types.o
#8 7.834   CC       MobileL3_CommonIE_Types.o
#8 7.970   CC       MobileL3_GMM_SM_Types.o
#8 8.583   CC       MobileL3_MM_Types.o
#8 9.226   CC       MobileL3_RRM_Types.o
#8 9.380   CC       MobileL3_SMS_Types.o
#8 9.568   CC       MobileL3_SS_Types.o
#8 9.664   CC       MobileL3_Types.o
#8 9.761   CC       Native_Functions.o
#8 9.937   CC       OSMUX_CodecPort.o
#8 9.968   CC       OSMUX_CodecPort_CtrlFunct.o
#8 10.05 BTS_Tests_SMSCB.cc: In function 'INTEGER BTS__Tests__SMSCB::f__cbch__block__nr2rsl(const INTEGER&)':
#8 10.05 BTS_Tests_SMSCB.cc:6115:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 10.05  6115 | }
#8 10.05       | ^
#8 10.28   CC       OSMUX_Emulation.o
#8 10.55   CC       OSMUX_Types.o
#8 10.60   CC       Osmocom_CTRL_Adapter.o
#8 10.92 BTS_Tests.cc: In function 'INTEGER BTS__Tests::f__alg__id__to__l1ctl(const RSL__Types::RSL__AlgId&)':
#8 10.92 BTS_Tests.cc:38885:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 10.92 38885 | }
#8 10.92       | ^
#8 10.92 BTS_Tests.cc: In function 'BITSTRING BTS__Tests::f__alg__id__to__l3(const RSL__Types::RSL__AlgId&)':
#8 10.92 BTS_Tests.cc:38966:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 10.92 38966 | }
#8 10.92       | ^
#8 11.01   CC       Osmocom_CTRL_Functions.o
#8 11.21   CC       Osmocom_CTRL_Types.o
#8 11.30   CC       Osmocom_Types.o
#8 11.37   CC       Osmocom_VTY_Functions.o
#8 11.79   CC       PCUIF_CodecPort.o
#8 12.04   CC       PCUIF_Types.o
#8 12.30   CC       RLCMAC_CSN1_Templates.o
#8 12.60   CC       RLCMAC_CSN1_Types.o
#8 12.64   CC       RLCMAC_Templates.o
#8 12.99   CC       RLCMAC_Types.o
#8 13.03   CC       RSL_Emulation.o
#8 13.15   CC       RSL_Types.o
#8 13.26   CC       RTP_CodecPort.o
#8 13.64   CC       RTP_CodecPort_CtrlFunct.o
#8 14.07   CC       RTP_Emulation.o
#8 14.41   CC       RTP_Types.o
#8 14.50   CC       Socket_API_Definitions.o
#8 14.59   CC       TCCConversion_Functions.o
#8 14.72   CC       TCCInterface_Functions.o
#8 14.79   CC       TELNETasp_PortType.o
#8 14.91   CC       TRXC_CodecPort.o
#8 15.04   CC       TRXC_CodecPort_CtrlFunct.o
#8 15.25   CC       TRXC_Types.o
#8 15.34   CC       UD_PortType.o
#8 15.80   CC       UD_Types.o
#8 15.92   CC       AMR_Types_part_1.o
#8 15.93   CC       AMR_Types_part_2.o
#8 15.95   CC       AMR_Types_part_3.o
#8 15.97   CC       AMR_Types_part_4.o
#8 15.97   CC       AMR_Types_part_5.o
#8 16.00   CC       AMR_Types_part_6.o
#8 16.01   CC       AMR_Types_part_7.o
#8 16.03   CC       AbisOML_Types_part_1.o
#8 16.04   CC       AbisOML_Types_part_2.o
#8 16.06   CC       AbisOML_Types_part_3.o
#8 16.06   CC       AbisOML_Types_part_4.o
#8 16.08   CC       AbisOML_Types_part_5.o
#8 16.09   CC       AbisOML_Types_part_6.o
#8 16.12   CC       AbisOML_Types_part_7.o
#8 16.12   CC       BTS_Tests_part_1.o
#8 16.15   CC       BTS_Tests_part_2.o
#8 16.17   CC       BTS_Tests_part_3.o
#8 16.19   CC       BTS_Tests_part_4.o
#8 16.19   CC       BTS_Tests_part_5.o
#8 16.21   CC       BTS_Tests_part_6.o
#8 16.21   CC       BTS_Tests_part_7.o
#8 16.22   CC       BTS_Tests_ASCI_part_1.o
#8 16.22   CC       BTS_Tests_ASCI_part_2.o
#8 16.23   CC       BTS_Tests_ASCI_part_3.o
#8 16.25   CC       BTS_Tests_ASCI_part_4.o
#8 16.25   CC       BTS_Tests_ASCI_part_5.o
#8 16.26   CC       BTS_Tests_ASCI_part_6.o
#8 16.26   CC       BTS_Tests_ASCI_part_7.o
#8 16.27   CC       BTS_Tests_LAPDm_part_2.o
#8 16.27   CC       BTS_Tests_LAPDm_part_1.o
#8 16.29   CC       BTS_Tests_LAPDm_part_3.o
#8 16.29   CC       BTS_Tests_LAPDm_part_4.o
#8 16.29   CC       BTS_Tests_LAPDm_part_5.o
#8 16.29   CC       BTS_Tests_LAPDm_part_6.o
#8 16.31   CC       BTS_Tests_LAPDm_part_7.o
#8 16.31   CC       BTS_Tests_OML_part_1.o
#8 16.32   CC       BTS_Tests_OML_part_2.o
#8 16.32   CC       BTS_Tests_OML_part_3.o
#8 16.32   CC       BTS_Tests_OML_part_4.o
#8 16.33   CC       BTS_Tests_OML_part_5.o
#8 16.34   CC       BTS_Tests_OML_part_6.o
#8 16.34   CC       BTS_Tests_OML_part_7.o
#8 16.34   CC       BTS_Tests_SMSCB_part_1.o
#8 16.35   CC       BTS_Tests_SMSCB_part_2.o
#8 16.35   CC       BTS_Tests_SMSCB_part_3.o
#8 16.36   CC       BTS_Tests_SMSCB_part_4.o
#8 16.37   CC       BTS_Tests_SMSCB_part_5.o
#8 16.37   CC       BTS_Tests_SMSCB_part_6.o
#8 16.37   CC       BTS_Tests_SMSCB_part_7.o
#8 16.38   CC       BTS_Tests_VAMOS_part_1.o
#8 16.38   CC       BTS_Tests_VAMOS_part_2.o
#8 16.39   CC       BTS_Tests_VAMOS_part_3.o
#8 16.39   CC       BTS_Tests_VAMOS_part_4.o
#8 16.40   CC       BTS_Tests_VAMOS_part_5.o
#8 16.40   CC       BTS_Tests_VAMOS_part_6.o
#8 16.41   CC       BTS_Tests_VAMOS_part_7.o
#8 16.41   CC       BTS_Tests_perf_part_1.o
#8 16.41   CC       BTS_Tests_perf_part_2.o
#8 16.42   CC       BTS_Tests_perf_part_3.o
#8 16.43   CC       BTS_Tests_perf_part_4.o
#8 16.43   CC       BTS_Tests_perf_part_5.o
#8 16.44   CC       BTS_Tests_perf_part_7.o
#8 16.44   CC       BTS_Tests_perf_part_6.o
#8 16.44   CC       GSM_RR_Types_part_1.o
#8 16.44   CC       GSM_RR_Types_part_2.o
#8 16.45   CC       GSM_RR_Types_part_3.o
#8 16.45   CC       GSM_RR_Types_part_4.o
#8 16.46   CC       GSM_RR_Types_part_5.o
#8 16.46   CC       GSM_RR_Types_part_6.o
#8 16.48   CC       GSM_RR_Types_part_7.o
#8 16.48   CC       GSM_RestOctets_part_1.o
#8 16.48   CC       GSM_RestOctets_part_2.o
#8 16.48   CC       GSM_RestOctets_part_3.o
#8 16.50   CC       GSM_RestOctets_part_4.o
#8 16.54   CC       GSM_RestOctets_part_5.o
#8 16.58   CC       GSM_RestOctets_part_6.o
#8 16.60   CC       GSM_RestOctets_part_7.o
#8 16.64   CC       GSM_SystemInformation_part_1.o
#8 16.65   CC       GSM_SystemInformation_part_2.o
#8 16.67   CC       GSM_SystemInformation_part_3.o
#8 16.68   CC       GSM_SystemInformation_part_4.o
#8 16.69   CC       GSM_SystemInformation_part_5.o
#8 16.72   CC       GSM_SystemInformation_part_6.o
#8 16.72   CC       GSM_SystemInformation_part_7.o
#8 16.75   CC       GSM_Types_part_1.o
#8 16.77   CC       GSM_Types_part_2.o
#8 16.82   CC       GSM_Types_part_3.o
#8 16.83   CC       GSM_Types_part_4.o
#8 16.86   CC       GSM_Types_part_5.o
#8 16.86   CC       GSM_Types_part_6.o
#8 16.87   CC       GSM_Types_part_7.o
#8 16.89   CC       General_Types_part_1.o
#8 16.89   CC       General_Types_part_2.o
#8 16.91   CC       General_Types_part_3.o
#8 16.91   CC       General_Types_part_4.o
#8 16.91   CC       General_Types_part_5.o
#8 16.92   CC       General_Types_part_6.o
#8 16.94   CC       General_Types_part_7.o
#8 16.97   CC       IPA_CodecPort_part_1.o
#8 16.97   CC       IPA_CodecPort_part_2.o
#8 16.97   CC       IPA_CodecPort_part_3.o
#8 16.99   CC       IPA_CodecPort_part_4.o
#8 17.00   CC       IPA_CodecPort_part_5.o
#8 17.00   CC       IPA_CodecPort_part_6.o
#8 17.02   CC       IPA_CodecPort_part_7.o
#8 17.03   CC       IPA_CodecPort_CtrlFunct_part_2.o
#8 17.03   CC       IPA_CodecPort_CtrlFunct_part_1.o
#8 17.03   CC       IPA_CodecPort_CtrlFunct_part_3.o
#8 17.05   CC       IPA_CodecPort_CtrlFunct_part_4.o
#8 17.06   CC       IPA_CodecPort_CtrlFunct_part_6.o
#8 17.06   CC       IPA_CodecPort_CtrlFunct_part_5.o
#8 17.06   CC       IPA_CodecPort_CtrlFunct_part_7.o
#8 17.07   CC       IPA_Testing_part_1.o
#8 17.08   CC       IPA_Testing_part_2.o
#8 17.09   CC       IPA_Testing_part_3.o
#8 17.09   CC       IPA_Testing_part_4.o
#8 17.10   CC       IPA_Testing_part_5.o
#8 17.11   CC       IPA_Testing_part_6.o
#8 17.11   CC       IPA_Testing_part_7.o
#8 17.11   CC       IPA_Types_part_1.o
#8 17.11   CC       IPA_Types_part_2.o
#8 17.13   CC       IPA_Types_part_3.o
#8 17.13   CC       IPA_Types_part_4.o
#8 17.13   CC       IPA_Types_part_5.o
#8 17.13   CC       IPA_Types_part_6.o
#8 17.14   CC       IPA_Types_part_7.o
#8 17.15   CC       IPL4asp_Functions_part_1.o
#8 17.16   CC       IPL4asp_Functions_part_2.o
#8 17.16   CC       IPL4asp_Functions_part_3.o
#8 17.17   CC       IPL4asp_Functions_part_4.o
#8 17.17   CC       IPL4asp_Functions_part_5.o
#8 17.18   CC       IPL4asp_Functions_part_6.o
#8 17.18   CC       IPL4asp_Functions_part_7.o
#8 17.20   CC       IPL4asp_PortType_part_1.o
#8 17.20   CC       IPL4asp_PortType_part_2.o
#8 17.20   CC       IPL4asp_PortType_part_3.o
#8 17.21   CC       IPL4asp_PortType_part_4.o
#8 17.22   CC       IPL4asp_PortType_part_5.o
#8 17.22   CC       IPL4asp_PortType_part_6.o
#8 17.22   CC       IPL4asp_PortType_part_7.o
#8 17.22   CC       IPL4asp_Types_part_1.o
#8 17.23   CC       IPL4asp_Types_part_2.o
#8 17.24   CC       IPL4asp_Types_part_3.o
#8 17.24   CC       IPL4asp_Types_part_4.o
#8 17.25   CC       IPL4asp_Types_part_5.o
#8 17.25   CC       IPL4asp_Types_part_6.o
#8 17.26   CC       IPL4asp_Types_part_7.o
#8 17.26   CC       IuUP_Emulation_part_1.o
#8 17.27   CC       IuUP_Emulation_part_2.o
#8 17.27   CC       IuUP_Emulation_part_3.o
#8 17.27   CC       IuUP_Emulation_part_4.o
#8 17.28   CC       IuUP_Emulation_part_5.o
#8 17.29   CC       IuUP_Emulation_part_6.o
#8 17.29   CC       IuUP_Emulation_part_7.o
#8 17.30   CC       IuUP_Types_part_1.o
#8 17.30   CC       IuUP_Types_part_2.o
#8 17.31   CC       IuUP_Types_part_3.o
#8 17.31   CC       IuUP_Types_part_4.o
#8 17.32   CC       IuUP_Types_part_5.o
#8 17.32   CC       IuUP_Types_part_6.o
#8 17.32   CC       IuUP_Types_part_7.o
#8 17.33   CC       L1CTL_PortType_part_1.o
#8 17.34   CC       L1CTL_PortType_part_2.o
#8 17.34   CC       L1CTL_PortType_part_3.o
#8 17.34   CC       L1CTL_PortType_part_4.o
#8 17.34   CC       L1CTL_PortType_part_5.o
#8 17.35   CC       L1CTL_PortType_part_6.o
#8 17.36   CC       L1CTL_PortType_part_7.o
#8 17.36   CC       L1CTL_PortType_CtrlFunct_part_1.o
#8 17.36   CC       L1CTL_PortType_CtrlFunct_part_2.o
#8 17.36   CC       L1CTL_PortType_CtrlFunct_part_3.o
#8 17.37   CC       L1CTL_PortType_CtrlFunct_part_4.o
#8 17.38   CC       L1CTL_PortType_CtrlFunct_part_5.o
#8 17.38   CC       L1CTL_PortType_CtrlFunct_part_6.o
#8 17.38   CC       L1CTL_PortType_CtrlFunct_part_7.o
#8 17.38   CC       L1CTL_Types_part_1.o
#8 17.40   CC       L1CTL_Types_part_2.o
#8 17.40   CC       L1CTL_Types_part_3.o
#8 17.40   CC       L1CTL_Types_part_4.o
#8 17.40   CC       L1CTL_Types_part_5.o
#8 17.42   CC       L1CTL_Types_part_6.o
#8 17.42   CC       L1CTL_Types_part_7.o
#8 17.42   CC       L3_Common_part_1.o
#8 17.42   CC       L3_Common_part_2.o
#8 17.44   CC       L3_Common_part_3.o
#8 17.44   CC       L3_Common_part_4.o
#8 17.44   CC       L3_Common_part_5.o
#8 17.44   CC       L3_Common_part_6.o
#8 17.46   CC       L3_Common_part_7.o
#8 17.46   CC       L3_Templates_part_1.o
#8 17.46   CC       L3_Templates_part_2.o
#8 17.46   CC       L3_Templates_part_3.o
#8 17.48   CC       L3_Templates_part_4.o
#8 17.48   CC       L3_Templates_part_5.o
#8 17.48   CC       L3_Templates_part_6.o
#8 17.48   CC       L3_Templates_part_7.o
#8 17.50   CC       LAPDm_RAW_PT_part_1.o
#8 17.50   CC       LAPDm_RAW_PT_part_2.o
#8 17.50   CC       LAPDm_RAW_PT_part_3.o
#8 17.50   CC       LAPDm_RAW_PT_part_4.o
#8 17.52   CC       LAPDm_RAW_PT_part_5.o
#8 17.52   CC       LAPDm_RAW_PT_part_6.o
#8 17.53   CC       LAPDm_RAW_PT_part_7.o
#8 17.54   CC       LAPDm_Types_part_1.o
#8 17.55   CC       LAPDm_Types_part_2.o
#8 17.55   CC       LAPDm_Types_part_3.o
#8 17.55   CC       LAPDm_Types_part_4.o
#8 17.57   CC       LAPDm_Types_part_5.o
#8 17.57   CC       LAPDm_Types_part_6.o
#8 17.57   CC       LAPDm_Types_part_7.o
#8 17.57   CC       Misc_Helpers_part_1.o
#8 17.58 RSL_Emulation.cc: In function 'IPA__Types::IpaStreamId RSL__Emulation::f__streamId__by__trx(const INTEGER&)':
#8 17.58 RSL_Emulation.cc:11152:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 17.58 11152 | }
#8 17.58       | ^
#8 17.59   CC       Misc_Helpers_part_2.o
#8 17.59   CC       Misc_Helpers_part_3.o
#8 17.59   CC       Misc_Helpers_part_4.o
#8 17.59   CC       Misc_Helpers_part_5.o
#8 17.61   CC       Misc_Helpers_part_6.o
#8 17.61   CC       Misc_Helpers_part_7.o
#8 17.61   CC       MobileL3_CC_Types_part_1.o
#8 17.61   CC       MobileL3_CC_Types_part_2.o
#8 17.61   CC       MobileL3_CC_Types_part_3.o
#8 17.63   CC       MobileL3_CC_Types_part_4.o
#8 17.65   CC       MobileL3_CC_Types_part_5.o
#8 17.65   CC       MobileL3_CC_Types_part_6.o
#8 17.67   CC       MobileL3_CC_Types_part_7.o
#8 17.68   CC       MobileL3_CommonIE_Types_part_1.o
#8 17.70   CC       MobileL3_CommonIE_Types_part_2.o
#8 17.74   CC       MobileL3_CommonIE_Types_part_3.o
#8 17.77   CC       MobileL3_CommonIE_Types_part_4.o
#8 17.81   CC       MobileL3_CommonIE_Types_part_5.o
#8 17.85   CC       MobileL3_CommonIE_Types_part_6.o
#8 17.90   CC       MobileL3_CommonIE_Types_part_7.o
#8 17.91   CC       MobileL3_GMM_SM_Types_part_1.o
#8 17.93   CC       MobileL3_GMM_SM_Types_part_2.o
#8 18.25   CC       MobileL3_GMM_SM_Types_part_3.o
#8 19.37   CC       MobileL3_GMM_SM_Types_part_4.o
#8 19.66   CC       MobileL3_GMM_SM_Types_part_5.o
#8 19.87   CC       MobileL3_GMM_SM_Types_part_6.o
#8 21.51   CC       MobileL3_GMM_SM_Types_part_7.o
#8 21.82   CC       MobileL3_MM_Types_part_1.o
#8 22.18   CC       MobileL3_MM_Types_part_2.o
#8 22.22   CC       MobileL3_MM_Types_part_3.o
#8 22.25   CC       MobileL3_MM_Types_part_4.o
#8 22.29   CC       MobileL3_MM_Types_part_5.o
#8 22.32   CC       MobileL3_MM_Types_part_6.o
#8 22.36   CC       MobileL3_MM_Types_part_7.o
#8 22.39   CC       MobileL3_RRM_Types_part_1.o
#8 22.54   CC       MobileL3_RRM_Types_part_2.o
#8 22.61   CC       MobileL3_RRM_Types_part_3.o
#8 23.02   CC       MobileL3_RRM_Types_part_4.o
#8 23.25   CC       MobileL3_RRM_Types_part_5.o
#8 23.29   CC       MobileL3_RRM_Types_part_6.o
#8 23.33   CC       MobileL3_RRM_Types_part_7.o
#8 23.37   CC       MobileL3_SMS_Types_part_1.o
#8 23.60   CC       MobileL3_SMS_Types_part_2.o
#8 23.63   CC       MobileL3_SMS_Types_part_3.o
#8 23.65   CC       MobileL3_SMS_Types_part_4.o
#8 23.67   CC       MobileL3_SMS_Types_part_5.o
#8 23.71   CC       MobileL3_SMS_Types_part_6.o
#8 23.75   CC       MobileL3_SMS_Types_part_7.o
#8 23.79   CC       MobileL3_SS_Types_part_1.o
#8 23.83   CC       MobileL3_SS_Types_part_2.o
#8 23.86   CC       MobileL3_SS_Types_part_3.o
#8 23.90   CC       MobileL3_SS_Types_part_4.o
#8 23.93   CC       MobileL3_SS_Types_part_5.o
#8 23.97   CC       MobileL3_SS_Types_part_6.o
#8 24.00   CC       MobileL3_SS_Types_part_7.o
#8 24.03   CC       MobileL3_Types_part_1.o
#8 24.07   CC       MobileL3_Types_part_2.o
#8 24.11   CC       MobileL3_Types_part_3.o
#8 24.14   CC       MobileL3_Types_part_4.o
#8 24.18   CC       MobileL3_Types_part_5.o
#8 24.22   CC       MobileL3_Types_part_6.o
#8 24.24   CC       MobileL3_Types_part_7.o
#8 24.26   CC       Native_Functions_part_1.o
#8 24.30   CC       Native_Functions_part_2.o
#8 24.33   CC       Native_Functions_part_3.o
#8 24.37   CC       Native_Functions_part_4.o
#8 24.43   CC       Native_Functions_part_5.o
#8 24.49   CC       Native_Functions_part_6.o
#8 24.53   CC       Native_Functions_part_7.o
#8 24.58   CC       OSMUX_CodecPort_part_1.o
#8 24.62   CC       OSMUX_CodecPort_part_2.o
#8 24.69   CC       OSMUX_CodecPort_part_3.o
#8 24.71   CC       OSMUX_CodecPort_part_4.o
#8 24.74   CC       OSMUX_CodecPort_part_5.o
#8 24.78   CC       OSMUX_CodecPort_part_6.o
#8 24.80   CC       OSMUX_CodecPort_part_7.o
#8 24.82   CC       OSMUX_CodecPort_CtrlFunct_part_1.o
#8 24.84   CC       OSMUX_CodecPort_CtrlFunct_part_2.o
#8 24.87   CC       OSMUX_CodecPort_CtrlFunct_part_3.o
#8 24.89   CC       OSMUX_CodecPort_CtrlFunct_part_4.o
#8 24.91   CC       OSMUX_CodecPort_CtrlFunct_part_5.o
#8 24.94   CC       OSMUX_CodecPort_CtrlFunct_part_6.o
#8 24.96   CC       OSMUX_CodecPort_CtrlFunct_part_7.o
#8 24.98   CC       OSMUX_Emulation_part_1.o
#8 25.00   CC       OSMUX_Emulation_part_2.o
#8 25.03   CC       OSMUX_Emulation_part_3.o
#8 25.05   CC       OSMUX_Emulation_part_4.o
#8 25.08   CC       OSMUX_Emulation_part_5.o
#8 25.11   CC       OSMUX_Emulation_part_6.o
#8 25.13   CC       OSMUX_Emulation_part_7.o
#8 25.15   CC       OSMUX_Types_part_1.o
#8 25.17   CC       OSMUX_Types_part_2.o
#8 25.21   CC       OSMUX_Types_part_3.o
#8 25.24   CC       OSMUX_Types_part_4.o
#8 25.26   CC       OSMUX_Types_part_5.o
#8 25.29   CC       OSMUX_Types_part_6.o
#8 25.31   CC       OSMUX_Types_part_7.o
#8 25.35   CC       Osmocom_CTRL_Adapter_part_1.o
#8 25.39   CC       Osmocom_CTRL_Adapter_part_2.o
#8 25.43   CC       Osmocom_CTRL_Adapter_part_3.o
#8 25.47   CC       Osmocom_CTRL_Adapter_part_4.o
#8 25.49   CC       Osmocom_CTRL_Adapter_part_5.o
#8 25.51   CC       Osmocom_CTRL_Adapter_part_6.o
#8 25.53   CC       Osmocom_CTRL_Adapter_part_7.o
#8 25.57   CC       Osmocom_CTRL_Functions_part_1.o
#8 25.61   CC       Osmocom_CTRL_Functions_part_2.o
#8 25.63   CC       Osmocom_CTRL_Functions_part_3.o
#8 25.64   CC       Osmocom_CTRL_Functions_part_4.o
#8 25.65   CC       Osmocom_CTRL_Functions_part_5.o
#8 25.66   CC       Osmocom_CTRL_Functions_part_6.o
#8 25.67   CC       Osmocom_CTRL_Functions_part_7.o
#8 25.68   CC       Osmocom_CTRL_Types_part_1.o
#8 25.69   CC       Osmocom_CTRL_Types_part_2.o
#8 25.70   CC       Osmocom_CTRL_Types_part_3.o
#8 25.72   CC       Osmocom_CTRL_Types_part_4.o
#8 25.73   CC       Osmocom_CTRL_Types_part_5.o
#8 25.74   CC       Osmocom_CTRL_Types_part_6.o
#8 25.75   CC       Osmocom_CTRL_Types_part_7.o
#8 25.76   CC       Osmocom_Types_part_1.o
#8 25.77   CC       Osmocom_Types_part_2.o
#8 25.79   CC       Osmocom_Types_part_3.o
#8 25.80   CC       Osmocom_Types_part_4.o
#8 25.81   CC       Osmocom_Types_part_5.o
#8 25.82   CC       Osmocom_Types_part_6.o
#8 25.83   CC       Osmocom_Types_part_7.o
#8 25.83   CC       Osmocom_VTY_Functions_part_1.o
#8 25.84   CC       Osmocom_VTY_Functions_part_2.o
#8 25.85   CC       Osmocom_VTY_Functions_part_3.o
#8 25.85   CC       Osmocom_VTY_Functions_part_4.o
#8 25.87   CC       Osmocom_VTY_Functions_part_5.o
#8 25.87   CC       Osmocom_VTY_Functions_part_6.o
#8 25.87   CC       Osmocom_VTY_Functions_part_7.o
#8 25.88   CC       PCUIF_CodecPort_part_1.o
#8 25.89   CC       PCUIF_CodecPort_part_2.o
#8 25.89   CC       PCUIF_CodecPort_part_3.o
#8 25.89   CC       PCUIF_CodecPort_part_4.o
#8 25.90   CC       PCUIF_CodecPort_part_5.o
#8 25.91   CC       PCUIF_CodecPort_part_6.o
#8 25.91   CC       PCUIF_CodecPort_part_7.o
#8 25.91   CC       PCUIF_Types_part_1.o
#8 25.93   CC       PCUIF_Types_part_2.o
#8 25.93   CC       PCUIF_Types_part_3.o
#8 25.94   CC       PCUIF_Types_part_4.o
#8 25.94   CC       PCUIF_Types_part_5.o
#8 25.95   CC       PCUIF_Types_part_6.o
#8 25.95   CC       PCUIF_Types_part_7.o
#8 25.96   CC       RLCMAC_CSN1_Templates_part_1.o
#8 25.96   CC       RLCMAC_CSN1_Templates_part_2.o
#8 25.97   CC       RLCMAC_CSN1_Templates_part_3.o
#8 25.97   CC       RLCMAC_CSN1_Templates_part_4.o
#8 25.98   CC       RLCMAC_CSN1_Templates_part_5.o
#8 25.98   CC       RLCMAC_CSN1_Templates_part_6.o
#8 26.00   CC       RLCMAC_CSN1_Templates_part_7.o
#8 26.00   CC       RLCMAC_CSN1_Types_part_1.o
#8 26.00   CC       RLCMAC_CSN1_Types_part_2.o
#8 26.00   CC       RLCMAC_CSN1_Types_part_3.o
#8 26.00   CC       RLCMAC_CSN1_Types_part_4.o
#8 26.02   CC       RLCMAC_CSN1_Types_part_5.o
#8 26.15   CC       RLCMAC_CSN1_Types_part_6.o
#8 26.19   CC       RLCMAC_CSN1_Types_part_7.o
#8 26.20   CC       RLCMAC_Templates_part_1.o
#8 26.22   CC       RLCMAC_Templates_part_2.o
#8 26.23   CC       RLCMAC_Templates_part_3.o
#8 26.25   CC       RLCMAC_Templates_part_4.o
#8 26.26   CC       RLCMAC_Templates_part_5.o
#8 26.27   CC       RLCMAC_Templates_part_6.o
#8 26.28   CC       RLCMAC_Templates_part_7.o
#8 26.30   CC       RLCMAC_Types_part_1.o
#8 26.31   CC       RLCMAC_Types_part_2.o
#8 26.36   CC       RLCMAC_Types_part_3.o
#8 26.40   CC       RLCMAC_Types_part_4.o
#8 26.45   CC       RLCMAC_Types_part_5.o
#8 26.58   CC       RLCMAC_Types_part_6.o
#8 26.60   CC       RLCMAC_Types_part_7.o
#8 26.60   CC       RSL_Emulation_part_1.o
#8 26.66   CC       RSL_Emulation_part_2.o
#8 26.70   CC       RSL_Emulation_part_3.o
#8 26.71   CC       RSL_Emulation_part_4.o
#8 26.71   CC       RSL_Emulation_part_5.o
#8 26.72   CC       RSL_Emulation_part_6.o
#8 26.73   CC       RSL_Emulation_part_7.o
#8 26.74   CC       RSL_Types_part_1.o
#8 26.74   CC       RSL_Types_part_2.o
#8 26.74   CC       RSL_Types_part_3.o
#8 26.77   CC       RSL_Types_part_4.o
#8 26.79   CC       RSL_Types_part_5.o
#8 26.79   CC       RSL_Types_part_6.o
#8 26.81   CC       RSL_Types_part_7.o
#8 26.82   CC       RTP_CodecPort_part_1.o
#8 26.84   CC       RTP_CodecPort_part_2.o
#8 26.86   CC       RTP_CodecPort_part_3.o
#8 26.86   CC       RTP_CodecPort_part_4.o
#8 26.89   CC       RTP_CodecPort_part_5.o
#8 26.90   CC       RTP_CodecPort_part_6.o
#8 26.92   CC       RTP_CodecPort_part_7.o
#8 26.94   CC       RTP_CodecPort_CtrlFunct_part_1.o
#8 26.96   CC       RTP_CodecPort_CtrlFunct_part_2.o
#8 26.98   CC       RTP_CodecPort_CtrlFunct_part_3.o
#8 27.01   CC       RTP_CodecPort_CtrlFunct_part_4.o
#8 27.01   CC       RTP_CodecPort_CtrlFunct_part_5.o
#8 27.03   CC       RTP_CodecPort_CtrlFunct_part_6.o
#8 27.04   CC       RTP_CodecPort_CtrlFunct_part_7.o
#8 27.06   CC       RTP_Emulation_part_1.o
#8 27.06   CC       RTP_Emulation_part_2.o
#8 27.09   CC       RTP_Emulation_part_3.o
#8 27.09   CC       RTP_Emulation_part_4.o
#8 27.12   CC       RTP_Emulation_part_6.o
#8 27.12   CC       RTP_Emulation_part_5.o
#8 27.14   CC       RTP_Emulation_part_7.o
#8 27.14   CC       RTP_Types_part_1.o
#8 27.16   CC       RTP_Types_part_2.o
#8 27.18   CC       RTP_Types_part_3.o
#8 27.19   CC       RTP_Types_part_4.o
#8 27.21   CC       RTP_Types_part_5.o
#8 27.22   CC       RTP_Types_part_6.o
#8 27.24   CC       RTP_Types_part_7.o
#8 27.26   CC       Socket_API_Definitions_part_1.o
#8 27.26   CC       Socket_API_Definitions_part_2.o
#8 27.28   CC       Socket_API_Definitions_part_3.o
#8 27.28   CC       Socket_API_Definitions_part_4.o
#8 27.30   CC       Socket_API_Definitions_part_5.o
#8 27.30   CC       Socket_API_Definitions_part_6.o
#8 27.32   CC       Socket_API_Definitions_part_7.o
#8 27.32   CC       TCCConversion_Functions_part_1.o
#8 27.34   CC       TCCConversion_Functions_part_2.o
#8 27.35   CC       TCCConversion_Functions_part_3.o
#8 27.37   CC       TCCConversion_Functions_part_4.o
#8 27.37   CC       TCCConversion_Functions_part_5.o
#8 27.39   CC       TCCConversion_Functions_part_6.o
#8 27.39   CC       TCCConversion_Functions_part_7.o
#8 27.41   CC       TCCInterface_Functions_part_1.o
#8 27.41   CC       TCCInterface_Functions_part_2.o
#8 27.43   CC       TCCInterface_Functions_part_3.o
#8 27.43   CC       TCCInterface_Functions_part_4.o
#8 27.45   CC       TCCInterface_Functions_part_5.o
#8 27.45   CC       TCCInterface_Functions_part_6.o
#8 27.48   CC       TCCInterface_Functions_part_7.o
#8 27.48   CC       TELNETasp_PortType_part_1.o
#8 27.50   CC       TELNETasp_PortType_part_2.o
#8 27.50   CC       TELNETasp_PortType_part_3.o
#8 27.52   CC       TELNETasp_PortType_part_4.o
#8 27.52   CC       TELNETasp_PortType_part_5.o
#8 27.54   CC       TELNETasp_PortType_part_6.o
#8 27.54   CC       TELNETasp_PortType_part_7.o
#8 27.56   CC       TRXC_CodecPort_part_1.o
#8 27.56   CC       TRXC_CodecPort_part_2.o
#8 27.58   CC       TRXC_CodecPort_part_3.o
#8 27.58   CC       TRXC_CodecPort_part_4.o
#8 27.61   CC       TRXC_CodecPort_part_5.o
#8 27.61   CC       TRXC_CodecPort_part_6.o
#8 27.63   CC       TRXC_CodecPort_part_7.o
#8 27.63   CC       TRXC_CodecPort_CtrlFunct_part_1.o
#8 27.65   CC       TRXC_CodecPort_CtrlFunct_part_2.o
#8 27.65   CC       TRXC_CodecPort_CtrlFunct_part_3.o
#8 27.67   CC       TRXC_CodecPort_CtrlFunct_part_4.o
#8 27.67   CC       TRXC_CodecPort_CtrlFunct_part_5.o
#8 27.69   CC       TRXC_CodecPort_CtrlFunct_part_6.o
#8 27.70   CC       TRXC_CodecPort_CtrlFunct_part_7.o
#8 27.71   CC       TRXC_Types_part_1.o
#8 27.72   CC       TRXC_Types_part_2.o
#8 27.74   CC       TRXC_Types_part_3.o
#8 27.74   CC       TRXC_Types_part_4.o
#8 27.76   CC       TRXC_Types_part_5.o
#8 27.76   CC       TRXC_Types_part_6.o
#8 27.79   CC       TRXC_Types_part_7.o
#8 27.79   CC       UD_PortType_part_1.o
#8 27.81   CC       UD_PortType_part_2.o
#8 27.83   CC       UD_PortType_part_3.o
#8 27.86   CC       UD_PortType_part_4.o
#8 27.86   CC       UD_PortType_part_5.o
#8 27.88   CC       UD_PortType_part_6.o
#8 27.88   CC       UD_PortType_part_7.o
#8 27.90   CC       UD_Types_part_1.o
#8 27.90   CC       UD_Types_part_2.o
#8 27.92   CC       UD_Types_part_3.o
#8 27.92   CC       UD_Types_part_4.o
#8 27.94   CC       UD_Types_part_5.o
#8 27.94   CC       UD_Types_part_6.o
#8 27.96   CC       UD_Types_part_7.o
#8 27.98   CC       IPA_Emulation.o
#8 28.00   CC       IPA_Emulation_part_1.o
#8 28.04   CC       IPA_Emulation_part_2.o
#8 28.07   CC       IPA_Emulation_part_3.o
#8 28.11   CC       IPA_Emulation_part_4.o
#8 28.15   CC       IPA_Emulation_part_5.o
#8 28.18   CC       IPA_Emulation_part_6.o
#8 28.22   CC       IPA_Emulation_part_7.o
#8 28.25   CC       IPA_CodecPort_CtrlFunctDef.o
#8 28.58   CC       IPL4asp_PT.o
#8 28.84   CC       IPL4asp_discovery.o
#8 28.89   CC       IuUP_EncDec.o
#8 28.97   CC       L1CTL_PortType_CtrlFunctDef.o
#8 28.98   CC       Native_FunctionDefs.o
#8 28.98   CC       OSMUX_CodecPort_CtrlFunctDef.o
#8 29.09   CC       RLCMAC_EncDec.o
#8 29.19   CC       RTP_CodecPort_CtrlFunctDef.o
#8 29.80   CC       RTP_EncDec.o
#8 29.80   CC       TCCConversion.o
#8 29.83   CC       TCCInterface.o
#8 29.98   CC       TELNETasp_PT.o
#8 30.32   CC       TRXC_CodecPort_CtrlFunctDef.o
#8 30.52   CC       UD_PT.o
#8 30.55   CCLD     AMR_Types.so
#8 30.62   CCLD     AbisOML_Types.so
#8 30.64   CCLD     BTS_Tests.so
#8 30.74   CCLD     BTS_Tests_ASCI.so
#8 30.78   CCLD     BTS_Tests_LAPDm.so
#8 30.84   CCLD     BTS_Tests_OML.so
#8 30.86   CCLD     BTS_Tests_SMSCB.so
#8 30.92   CCLD     BTS_Tests_VAMOS.so
#8 30.98   CCLD     BTS_Tests_perf.so
#8 31.00   CCLD     GSM_RR_Types.so
#8 31.02   CCLD     GSM_RestOctets.so
#8 31.05   CCLD     GSM_SystemInformation.so
#8 31.12   CCLD     GSM_Types.so
#8 31.12   CCLD     General_Types.so
#8 31.17   CCLD     IPA_CodecPort.so
#8 31.22   CCLD     IPA_CodecPort_CtrlFunct.so
#8 31.23   CCLD     IPA_Testing.so
#8 31.25   CCLD     IPA_Types.so
#8 31.27   CCLD     IPL4asp_Functions.so
#8 31.30   CCLD     IPL4asp_PortType.so
#8 31.35   CCLD     IPL4asp_Types.so
#8 31.37   CCLD     IuUP_Emulation.so
#8 31.38   CCLD     IuUP_Types.so
#8 31.40   CCLD     L1CTL_PortType.so
#8 31.42   CCLD     L1CTL_PortType_CtrlFunct.so
#8 31.45   CCLD     L1CTL_Types.so
#8 31.47   CCLD     L3_Common.so
#8 31.50   CCLD     L3_Templates.so
#8 31.52   CCLD     LAPDm_RAW_PT.so
#8 31.53   CCLD     LAPDm_Types.so
#8 31.57   CCLD     Misc_Helpers.so
#8 31.57   CCLD     MobileL3_CC_Types.so
#8 31.59   CCLD     MobileL3_CommonIE_Types.so
#8 31.60   CCLD     MobileL3_GMM_SM_Types.so
#8 31.62   CCLD     MobileL3_MM_Types.so
#8 31.62   CCLD     MobileL3_RRM_Types.so
#8 31.64   CCLD     MobileL3_SMS_Types.so
#8 31.67   CCLD     MobileL3_SS_Types.so
#8 31.69   CCLD     MobileL3_Types.so
#8 31.71   CCLD     Native_Functions.so
#8 31.72   CCLD     OSMUX_CodecPort.so
#8 31.77   CCLD     OSMUX_CodecPort_CtrlFunct.so
#8 31.79   CCLD     OSMUX_Emulation.so
#8 31.79   CCLD     OSMUX_Types.so
#8 31.79   CCLD     Osmocom_CTRL_Adapter.so
#8 31.79   CCLD     Osmocom_CTRL_Functions.so
#8 31.80   CCLD     Osmocom_CTRL_Types.so
#8 31.82   CCLD     Osmocom_Types.so
#8 31.84   CCLD     Osmocom_VTY_Functions.so
#8 31.86   CCLD     PCUIF_CodecPort.so
#8 31.89   CCLD     PCUIF_Types.so
#8 31.89   CCLD     RLCMAC_CSN1_Templates.so
#8 31.90   CCLD     RLCMAC_CSN1_Types.so
#8 31.91   CCLD     RLCMAC_Templates.so
#8 31.92   CCLD     RLCMAC_Types.so
#8 31.92   CCLD     RSL_Emulation.so
#8 31.93   CCLD     RSL_Types.so
#8 31.99   CCLD     RTP_CodecPort.so
#8 31.99   CCLD     RTP_CodecPort_CtrlFunct.so
#8 32.03   CCLD     RTP_Emulation.so
#8 32.05   CCLD     RTP_Types.so
#8 32.07   CCLD     Socket_API_Definitions.so
#8 32.08   CCLD     TCCConversion_Functions.so
#8 32.08   CCLD     TCCInterface_Functions.so
#8 32.09   CCLD     TELNETasp_PortType.so
#8 32.09   CCLD     TRXC_CodecPort.so
#8 32.09   CCLD     TRXC_CodecPort_CtrlFunct.so
#8 32.09   CCLD     TRXC_Types.so
#8 32.11   CCLD     UD_PortType.so
#8 32.18   CCLD     UD_Types.so
#8 32.20   CCLD     AMR_Types_part_1.so
#8 32.21   CCLD     AMR_Types_part_2.so
#8 32.21   CCLD     AMR_Types_part_3.so
#8 32.21   CCLD     AMR_Types_part_4.so
#8 32.21   CCLD     AMR_Types_part_5.so
#8 32.23   CCLD     AMR_Types_part_6.so
#8 32.23   CCLD     AMR_Types_part_7.so
#8 32.24   CCLD     AbisOML_Types_part_1.so
#8 32.24   CCLD     AbisOML_Types_part_2.so
#8 32.24   CCLD     AbisOML_Types_part_3.so
#8 32.24   CCLD     AbisOML_Types_part_4.so
#8 32.25   CCLD     AbisOML_Types_part_5.so
#8 32.26   CCLD     AbisOML_Types_part_6.so
#8 32.26   CCLD     AbisOML_Types_part_7.so
#8 32.26   CCLD     BTS_Tests_part_2.so
#8 32.26   CCLD     BTS_Tests_part_1.so
#8 32.27   CCLD     BTS_Tests_part_3.so
#8 32.27   CCLD     BTS_Tests_part_4.so
#8 32.28   CCLD     BTS_Tests_part_5.so
#8 32.28   CCLD     BTS_Tests_part_6.so
#8 32.28   CCLD     BTS_Tests_part_7.so
#8 32.29   CCLD     BTS_Tests_ASCI_part_1.so
#8 32.29   CCLD     BTS_Tests_ASCI_part_2.so
#8 32.30   CCLD     BTS_Tests_ASCI_part_3.so
#8 32.30   CCLD     BTS_Tests_ASCI_part_4.so
#8 32.30   CCLD     BTS_Tests_ASCI_part_5.so
#8 32.30   CCLD     BTS_Tests_ASCI_part_6.so
#8 32.31   CCLD     BTS_Tests_ASCI_part_7.so
#8 32.31   CCLD     BTS_Tests_LAPDm_part_1.so
#8 32.31   CCLD     BTS_Tests_LAPDm_part_2.so
#8 32.32   CCLD     BTS_Tests_LAPDm_part_3.so
#8 32.32   CCLD     BTS_Tests_LAPDm_part_4.so
#8 32.32   CCLD     BTS_Tests_LAPDm_part_5.so
#8 32.33   CCLD     BTS_Tests_LAPDm_part_6.so
#8 32.33   CCLD     BTS_Tests_LAPDm_part_7.so
#8 32.33   CCLD     BTS_Tests_OML_part_1.so
#8 32.33   CCLD     BTS_Tests_OML_part_2.so
#8 32.33   CCLD     BTS_Tests_OML_part_3.so
#8 32.34   CCLD     BTS_Tests_OML_part_4.so
#8 32.34   CCLD     BTS_Tests_OML_part_5.so
#8 32.36   CCLD     BTS_Tests_OML_part_6.so
#8 32.36   CCLD     BTS_Tests_OML_part_7.so
#8 32.36   CCLD     BTS_Tests_SMSCB_part_1.so
#8 32.36   CCLD     BTS_Tests_SMSCB_part_2.so
#8 32.36   CCLD     BTS_Tests_SMSCB_part_3.so
#8 32.36   CCLD     BTS_Tests_SMSCB_part_4.so
#8 32.36   CCLD     BTS_Tests_SMSCB_part_5.so
#8 32.37   CCLD     BTS_Tests_SMSCB_part_6.so
#8 32.37   CCLD     BTS_Tests_SMSCB_part_7.so
#8 32.38   CCLD     BTS_Tests_VAMOS_part_1.so
#8 32.38   CCLD     BTS_Tests_VAMOS_part_2.so
#8 32.38   CCLD     BTS_Tests_VAMOS_part_3.so
#8 32.39   CCLD     BTS_Tests_VAMOS_part_4.so
#8 32.39   CCLD     BTS_Tests_VAMOS_part_5.so
#8 32.39   CCLD     BTS_Tests_VAMOS_part_6.so
#8 32.39   CCLD     BTS_Tests_VAMOS_part_7.so
#8 32.39   CCLD     BTS_Tests_perf_part_1.so
#8 32.39   CCLD     BTS_Tests_perf_part_2.so
#8 32.39   CCLD     BTS_Tests_perf_part_3.so
#8 32.40   CCLD     BTS_Tests_perf_part_4.so
#8 32.41   CCLD     BTS_Tests_perf_part_5.so
#8 32.41   CCLD     BTS_Tests_perf_part_6.so
#8 32.41   CCLD     BTS_Tests_perf_part_7.so
#8 32.41   CCLD     GSM_RR_Types_part_1.so
#8 32.41   CCLD     GSM_RR_Types_part_2.so
#8 32.42   CCLD     GSM_RR_Types_part_3.so
#8 32.42   CCLD     GSM_RR_Types_part_4.so
#8 32.42   CCLD     GSM_RR_Types_part_5.so
#8 32.42   CCLD     GSM_RR_Types_part_6.so
#8 32.42   CCLD     GSM_RR_Types_part_7.so
#8 32.42   CCLD     GSM_RestOctets_part_1.so
#8 32.45   CCLD     GSM_RestOctets_part_2.so
#8 32.45   CCLD     GSM_RestOctets_part_3.so
#8 32.45   CCLD     GSM_RestOctets_part_4.so
#8 32.45   CCLD     GSM_RestOctets_part_5.so
#8 32.45   CCLD     GSM_RestOctets_part_6.so
#8 32.45   CCLD     GSM_RestOctets_part_7.so
#8 32.45   CCLD     GSM_SystemInformation_part_1.so
#8 32.46   CCLD     GSM_SystemInformation_part_2.so
#8 32.46   CCLD     GSM_SystemInformation_part_3.so
#8 32.48   CCLD     GSM_SystemInformation_part_4.so
#8 32.48   CCLD     GSM_SystemInformation_part_5.so
#8 32.48   CCLD     GSM_SystemInformation_part_6.so
#8 32.49   CCLD     GSM_SystemInformation_part_7.so
#8 32.49   CCLD     GSM_Types_part_1.so
#8 32.50   CCLD     GSM_Types_part_2.so
#8 32.51   CCLD     GSM_Types_part_3.so
#8 32.52   CCLD     GSM_Types_part_4.so
#8 32.52   CCLD     GSM_Types_part_5.so
#8 32.52   CCLD     GSM_Types_part_6.so
#8 32.52   CCLD     GSM_Types_part_7.so
#8 32.53   CCLD     General_Types_part_1.so
#8 32.54   CCLD     General_Types_part_2.so
#8 32.54   CCLD     General_Types_part_3.so
#8 32.54   CCLD     General_Types_part_4.so
#8 32.55   CCLD     General_Types_part_5.so
#8 32.55   CCLD     General_Types_part_6.so
#8 32.55   CCLD     General_Types_part_7.so
#8 32.56   CCLD     IPA_CodecPort_part_1.so
#8 32.56   CCLD     IPA_CodecPort_part_2.so
#8 32.56   CCLD     IPA_CodecPort_part_3.so
#8 32.58   CCLD     IPA_CodecPort_part_4.so
#8 32.58   CCLD     IPA_CodecPort_part_5.so
#8 32.58   CCLD     IPA_CodecPort_part_6.so
#8 32.58   CCLD     IPA_CodecPort_part_7.so
#8 32.58   CCLD     IPA_CodecPort_CtrlFunct_part_1.so
#8 32.58   CCLD     IPA_CodecPort_CtrlFunct_part_2.so
#8 32.58   CCLD     IPA_CodecPort_CtrlFunct_part_3.so
#8 32.59   CCLD     IPA_CodecPort_CtrlFunct_part_4.so
#8 32.61   CCLD     IPA_CodecPort_CtrlFunct_part_5.so
#8 32.61   CCLD     IPA_CodecPort_CtrlFunct_part_6.so
#8 32.61   CCLD     IPA_CodecPort_CtrlFunct_part_7.so
#8 32.61   CCLD     IPA_Testing_part_1.so
#8 32.61   CCLD     IPA_Testing_part_2.so
#8 32.61   CCLD     IPA_Testing_part_3.so
#8 32.61   CCLD     IPA_Testing_part_4.so
#8 32.61   CCLD     IPA_Testing_part_5.so
#8 32.61   CCLD     IPA_Testing_part_6.so
#8 32.61   CCLD     IPA_Testing_part_7.so
#8 32.63   CCLD     IPA_Types_part_1.so
#8 32.63   CCLD     IPA_Types_part_2.so
#8 32.64   CCLD     IPA_Types_part_3.so
#8 32.64   CCLD     IPA_Types_part_4.so
#8 32.64   CCLD     IPA_Types_part_5.so
#8 32.64   CCLD     IPA_Types_part_6.so
#8 32.64   CCLD     IPA_Types_part_7.so
#8 32.64   CCLD     IPL4asp_Functions_part_1.so
#8 32.64   CCLD     IPL4asp_Functions_part_2.so
#8 32.64   CCLD     IPL4asp_Functions_part_3.so
#8 32.64   CCLD     IPL4asp_Functions_part_4.so
#8 32.64   CCLD     IPL4asp_Functions_part_5.so
#8 32.64   CCLD     IPL4asp_Functions_part_6.so
#8 32.66   CCLD     IPL4asp_Functions_part_7.so
#8 32.66   CCLD     IPL4asp_PortType_part_1.so
#8 32.66   CCLD     IPL4asp_PortType_part_2.so
#8 32.66   CCLD     IPL4asp_PortType_part_3.so
#8 32.67   CCLD     IPL4asp_PortType_part_4.so
#8 32.67   CCLD     IPL4asp_PortType_part_5.so
#8 32.67   CCLD     IPL4asp_PortType_part_6.so
#8 32.67   CCLD     IPL4asp_PortType_part_7.so
#8 32.69   CCLD     IPL4asp_Types_part_1.so
#8 32.69   CCLD     IPL4asp_Types_part_2.so
#8 32.69   CCLD     IPL4asp_Types_part_3.so
#8 32.69   CCLD     IPL4asp_Types_part_4.so
#8 32.69   CCLD     IPL4asp_Types_part_5.so
#8 32.69   CCLD     IPL4asp_Types_part_6.so
#8 32.69   CCLD     IuUP_Emulation_part_1.so
#8 32.69   CCLD     IPL4asp_Types_part_7.so
#8 32.69   CCLD     IuUP_Emulation_part_2.so
#8 32.69   CCLD     IuUP_Emulation_part_3.so
#8 32.69   CCLD     IuUP_Emulation_part_4.so
#8 32.69   CCLD     IuUP_Emulation_part_5.so
#8 32.71   CCLD     IuUP_Emulation_part_6.so
#8 32.72   CCLD     IuUP_Emulation_part_7.so
#8 32.72   CCLD     IuUP_Types_part_1.so
#8 32.72   CCLD     IuUP_Types_part_2.so
#8 32.72   CCLD     IuUP_Types_part_3.so
#8 32.72   CCLD     IuUP_Types_part_4.so
#8 32.72   CCLD     IuUP_Types_part_5.so
#8 32.72   CCLD     IuUP_Types_part_6.so
#8 32.72   CCLD     IuUP_Types_part_7.so
#8 32.72   CCLD     L1CTL_PortType_part_1.so
#8 32.72   CCLD     L1CTL_PortType_part_2.so
#8 32.72   CCLD     L1CTL_PortType_part_3.so
#8 32.74   CCLD     L1CTL_PortType_part_4.so
#8 32.74   CCLD     L1CTL_PortType_part_5.so
#8 32.74   CCLD     L1CTL_PortType_part_6.so
#8 32.74   CCLD     L1CTL_PortType_part_7.so
#8 32.74   CCLD     L1CTL_PortType_CtrlFunct_part_1.so
#8 32.75   CCLD     L1CTL_PortType_CtrlFunct_part_2.so
#8 32.75   CCLD     L1CTL_PortType_CtrlFunct_part_3.so
#8 32.75   CCLD     L1CTL_PortType_CtrlFunct_part_5.so
#8 32.75   CCLD     L1CTL_PortType_CtrlFunct_part_4.so
#8 32.75   CCLD     L1CTL_PortType_CtrlFunct_part_6.so
#8 32.75   CCLD     L1CTL_PortType_CtrlFunct_part_7.so
#8 32.76   CCLD     L1CTL_Types_part_1.so
#8 32.76   CCLD     L1CTL_Types_part_2.so
#8 32.76   CCLD     L1CTL_Types_part_3.so
#8 32.77   CCLD     L1CTL_Types_part_4.so
#8 32.77   CCLD     L1CTL_Types_part_5.so
#8 32.77   CCLD     L1CTL_Types_part_6.so
#8 32.79   CCLD     L1CTL_Types_part_7.so
#8 32.79   CCLD     L3_Common_part_1.so
#8 32.79   CCLD     L3_Common_part_2.so
#8 32.79   CCLD     L3_Common_part_3.so
#8 32.79   CCLD     L3_Common_part_4.so
#8 32.79   CCLD     L3_Common_part_5.so
#8 32.79   CCLD     L3_Common_part_6.so
#8 32.79   CCLD     L3_Templates_part_1.so
#8 32.79   CCLD     L3_Common_part_7.so
#8 32.82   CCLD     L3_Templates_part_2.so
#8 32.82   CCLD     L3_Templates_part_3.so
#8 32.82   CCLD     L3_Templates_part_4.so
#8 32.82   CCLD     L3_Templates_part_5.so
#8 32.82   CCLD     L3_Templates_part_6.so
#8 32.82   CCLD     L3_Templates_part_7.so
#8 32.82   CCLD     LAPDm_RAW_PT_part_1.so
#8 32.82   CCLD     LAPDm_RAW_PT_part_2.so
#8 32.82   CCLD     LAPDm_RAW_PT_part_3.so
#8 32.82   CCLD     LAPDm_RAW_PT_part_4.so
#8 32.82   CCLD     LAPDm_RAW_PT_part_5.so
#8 32.84   CCLD     LAPDm_RAW_PT_part_6.so
#8 32.84   CCLD     LAPDm_RAW_PT_part_7.so
#8 32.84   CCLD     LAPDm_Types_part_1.so
#8 32.84   CCLD     LAPDm_Types_part_2.so
#8 32.85   CCLD     LAPDm_Types_part_3.so
#8 32.85   CCLD     LAPDm_Types_part_4.so
#8 32.85   CCLD     LAPDm_Types_part_5.so
#8 32.85   CCLD     LAPDm_Types_part_6.so
#8 32.86   CCLD     LAPDm_Types_part_7.so
#8 32.86   CCLD     Misc_Helpers_part_1.so
#8 32.87   CCLD     Misc_Helpers_part_2.so
#8 32.87   CCLD     Misc_Helpers_part_3.so
#8 32.87   CCLD     Misc_Helpers_part_4.so
#8 32.87   CCLD     Misc_Helpers_part_5.so
#8 32.87   CCLD     Misc_Helpers_part_6.so
#8 32.87   CCLD     Misc_Helpers_part_7.so
#8 32.87   CCLD     MobileL3_CC_Types_part_1.so
#8 32.87   CCLD     MobileL3_CC_Types_part_2.so
#8 32.89   CCLD     MobileL3_CC_Types_part_3.so
#8 32.89   CCLD     MobileL3_CC_Types_part_4.so
#8 32.89   CCLD     MobileL3_CC_Types_part_5.so
#8 32.89   CCLD     MobileL3_CC_Types_part_6.so
#8 32.90   CCLD     MobileL3_CC_Types_part_7.so
#8 32.90   CCLD     MobileL3_CommonIE_Types_part_1.so
#8 32.90   CCLD     MobileL3_CommonIE_Types_part_2.so
#8 32.90   CCLD     MobileL3_CommonIE_Types_part_3.so
#8 32.90   CCLD     MobileL3_CommonIE_Types_part_4.so
#8 32.92   CCLD     MobileL3_CommonIE_Types_part_5.so
#8 32.92   CCLD     MobileL3_CommonIE_Types_part_6.so
#8 32.92   CCLD     MobileL3_CommonIE_Types_part_7.so
#8 32.92   CCLD     MobileL3_GMM_SM_Types_part_1.so
#8 32.94   CCLD     MobileL3_GMM_SM_Types_part_2.so
#8 32.94   CCLD     MobileL3_GMM_SM_Types_part_3.so
#8 32.94   CCLD     MobileL3_GMM_SM_Types_part_4.so
#8 32.94   CCLD     MobileL3_GMM_SM_Types_part_5.so
#8 32.94   CCLD     MobileL3_GMM_SM_Types_part_6.so
#8 32.95   CCLD     MobileL3_GMM_SM_Types_part_7.so
#8 32.95   CCLD     MobileL3_MM_Types_part_1.so
#8 32.95   CCLD     MobileL3_MM_Types_part_2.so
#8 32.98   CCLD     MobileL3_MM_Types_part_3.so
#8 33.02   CCLD     MobileL3_MM_Types_part_4.so
#8 33.06   CCLD     MobileL3_MM_Types_part_5.so
#8 33.09   CCLD     MobileL3_MM_Types_part_6.so
#8 33.11   CCLD     MobileL3_MM_Types_part_7.so
#8 33.12   CCLD     MobileL3_RRM_Types_part_1.so
#8 33.12   CCLD     MobileL3_RRM_Types_part_2.so
#8 33.13   CCLD     MobileL3_RRM_Types_part_3.so
#8 33.13   CCLD     MobileL3_RRM_Types_part_4.so
#8 33.13   CCLD     MobileL3_RRM_Types_part_6.so
#8 33.13   CCLD     MobileL3_RRM_Types_part_5.so
#8 33.13   CCLD     MobileL3_RRM_Types_part_7.so
#8 33.14   CCLD     MobileL3_SMS_Types_part_1.so
#8 33.14   CCLD     MobileL3_SMS_Types_part_2.so
#8 33.14   CCLD     MobileL3_SMS_Types_part_3.so
#8 33.15   CCLD     MobileL3_SMS_Types_part_4.so
#8 33.16   CCLD     MobileL3_SMS_Types_part_5.so
#8 33.16   CCLD     MobileL3_SMS_Types_part_6.so
#8 33.16   CCLD     MobileL3_SMS_Types_part_7.so
#8 33.18   CCLD     MobileL3_SS_Types_part_1.so
#8 33.18   CCLD     MobileL3_SS_Types_part_2.so
#8 33.18   CCLD     MobileL3_SS_Types_part_3.so
#8 33.20   CCLD     MobileL3_SS_Types_part_4.so
#8 33.20   CCLD     MobileL3_SS_Types_part_5.so
#8 33.20   CCLD     MobileL3_SS_Types_part_6.so
#8 33.20   CCLD     MobileL3_SS_Types_part_7.so
#8 33.20   CCLD     MobileL3_Types_part_1.so
#8 33.21   CCLD     MobileL3_Types_part_2.so
#8 33.23   CCLD     MobileL3_Types_part_3.so
#8 33.23   CCLD     MobileL3_Types_part_4.so
#8 33.23   CCLD     MobileL3_Types_part_6.so
#8 33.23   CCLD     MobileL3_Types_part_5.so
#8 33.23   CCLD     MobileL3_Types_part_7.so
#8 33.23   CCLD     Native_Functions_part_1.so
#8 33.24   CCLD     Native_Functions_part_2.so
#8 33.25   CCLD     Native_Functions_part_3.so
#8 33.26   CCLD     Native_Functions_part_4.so
#8 33.26   CCLD     Native_Functions_part_5.so
#8 33.26   CCLD     Native_Functions_part_6.so
#8 33.26   CCLD     Native_Functions_part_7.so
#8 33.26   CCLD     OSMUX_CodecPort_part_1.so
#8 33.27   CCLD     OSMUX_CodecPort_part_2.so
#8 33.27   CCLD     OSMUX_CodecPort_part_3.so
#8 33.27   CCLD     OSMUX_CodecPort_part_4.so
#8 33.27   CCLD     OSMUX_CodecPort_part_5.so
#8 33.28   CCLD     OSMUX_CodecPort_part_6.so
#8 33.28   CCLD     OSMUX_CodecPort_part_7.so
#8 33.28   CCLD     OSMUX_CodecPort_CtrlFunct_part_1.so
#8 33.28   CCLD     OSMUX_CodecPort_CtrlFunct_part_2.so
#8 33.29   CCLD     OSMUX_CodecPort_CtrlFunct_part_3.so
#8 33.30   CCLD     OSMUX_CodecPort_CtrlFunct_part_4.so
#8 33.30   CCLD     OSMUX_CodecPort_CtrlFunct_part_5.so
#8 33.30   CCLD     OSMUX_CodecPort_CtrlFunct_part_6.so
#8 33.30   CCLD     OSMUX_CodecPort_CtrlFunct_part_7.so
#8 33.30   CCLD     OSMUX_Emulation_part_1.so
#8 33.31   CCLD     OSMUX_Emulation_part_2.so
#8 33.31   CCLD     OSMUX_Emulation_part_3.so
#8 33.31   CCLD     OSMUX_Emulation_part_4.so
#8 33.31   CCLD     OSMUX_Emulation_part_5.so
#8 33.31   CCLD     OSMUX_Emulation_part_6.so
#8 33.31   CCLD     OSMUX_Emulation_part_7.so
#8 33.33   CCLD     OSMUX_Types_part_1.so
#8 33.33   CCLD     OSMUX_Types_part_2.so
#8 33.33   CCLD     OSMUX_Types_part_3.so
#8 33.33   CCLD     OSMUX_Types_part_4.so
#8 33.34   CCLD     OSMUX_Types_part_5.so
#8 33.34   CCLD     OSMUX_Types_part_6.so
#8 33.34   CCLD     OSMUX_Types_part_7.so
#8 33.34   CCLD     Osmocom_CTRL_Adapter_part_1.so
#8 33.34   CCLD     Osmocom_CTRL_Adapter_part_2.so
#8 33.34   CCLD     Osmocom_CTRL_Adapter_part_3.so
#8 33.34   CCLD     Osmocom_CTRL_Adapter_part_5.so
#8 33.34   CCLD     Osmocom_CTRL_Adapter_part_4.so
#8 33.34   CCLD     Osmocom_CTRL_Adapter_part_6.so
#8 33.35   CCLD     Osmocom_CTRL_Adapter_part_7.so
#8 33.36   CCLD     Osmocom_CTRL_Functions_part_1.so
#8 33.36   CCLD     Osmocom_CTRL_Functions_part_2.so
#8 33.36   CCLD     Osmocom_CTRL_Functions_part_3.so
#8 33.36   CCLD     Osmocom_CTRL_Functions_part_4.so
#8 33.36   CCLD     Osmocom_CTRL_Functions_part_5.so
#8 33.36   CCLD     Osmocom_CTRL_Functions_part_6.so
#8 33.36   CCLD     Osmocom_CTRL_Functions_part_7.so
#8 33.37   CCLD     Osmocom_CTRL_Types_part_1.so
#8 33.37   CCLD     Osmocom_CTRL_Types_part_2.so
#8 33.37   CCLD     Osmocom_CTRL_Types_part_3.so
#8 33.37   CCLD     Osmocom_CTRL_Types_part_4.so
#8 33.38   CCLD     Osmocom_CTRL_Types_part_5.so
#8 33.38   CCLD     Osmocom_CTRL_Types_part_6.so
#8 33.38   CCLD     Osmocom_CTRL_Types_part_7.so
#8 33.40   CCLD     Osmocom_Types_part_1.so
#8 33.40   CCLD     Osmocom_Types_part_2.so
#8 33.40   CCLD     Osmocom_Types_part_3.so
#8 33.40   CCLD     Osmocom_Types_part_4.so
#8 33.40   CCLD     Osmocom_Types_part_5.so
#8 33.40   CCLD     Osmocom_Types_part_6.so
#8 33.40   CCLD     Osmocom_Types_part_7.so
#8 33.40   CCLD     Osmocom_VTY_Functions_part_1.so
#8 33.40   CCLD     Osmocom_VTY_Functions_part_2.so
#8 33.40   CCLD     Osmocom_VTY_Functions_part_3.so
#8 33.40   CCLD     Osmocom_VTY_Functions_part_4.so
#8 33.40   CCLD     Osmocom_VTY_Functions_part_5.so
#8 33.43   CCLD     Osmocom_VTY_Functions_part_6.so
#8 33.43   CCLD     Osmocom_VTY_Functions_part_7.so
#8 33.43   CCLD     PCUIF_CodecPort_part_1.so
#8 33.43   CCLD     PCUIF_CodecPort_part_2.so
#8 33.43   CCLD     PCUIF_CodecPort_part_3.so
#8 33.43   CCLD     PCUIF_CodecPort_part_4.so
#8 33.43   CCLD     PCUIF_CodecPort_part_5.so
#8 33.43   CCLD     PCUIF_CodecPort_part_6.so
#8 33.43   CCLD     PCUIF_CodecPort_part_7.so
#8 33.43   CCLD     PCUIF_Types_part_1.so
#8 33.43   CCLD     PCUIF_Types_part_2.so
#8 33.43   CCLD     PCUIF_Types_part_3.so
#8 33.43   CCLD     PCUIF_Types_part_4.so
#8 33.43   CCLD     PCUIF_Types_part_5.so
#8 33.45   CCLD     PCUIF_Types_part_6.so
#8 33.45   CCLD     PCUIF_Types_part_7.so
#8 33.45   CCLD     RLCMAC_CSN1_Templates_part_1.so
#8 33.45   CCLD     RLCMAC_CSN1_Templates_part_2.so
#8 33.45   CCLD     RLCMAC_CSN1_Templates_part_3.so
#8 33.45   CCLD     RLCMAC_CSN1_Templates_part_4.so
#8 33.46   CCLD     RLCMAC_CSN1_Templates_part_5.so
#8 33.46   CCLD     RLCMAC_CSN1_Templates_part_6.so
#8 33.46   CCLD     RLCMAC_CSN1_Templates_part_7.so
#8 33.46   CCLD     RLCMAC_CSN1_Types_part_5.so
#8 33.46   CCLD     RLCMAC_CSN1_Types_part_6.so
#8 33.46   CCLD     RLCMAC_CSN1_Types_part_7.so
#8 33.46   CCLD     RLCMAC_Templates_part_1.so
#8 33.48   CCLD     RLCMAC_Templates_part_2.so
#8 33.48   CCLD     RLCMAC_Templates_part_3.so
#8 33.48   CCLD     RLCMAC_Templates_part_4.so
#8 33.49   CCLD     RLCMAC_Templates_part_5.so
#8 33.49   CCLD     RLCMAC_Templates_part_6.so
#8 33.49   CCLD     RLCMAC_Templates_part_7.so
#8 33.49   CCLD     RLCMAC_Types_part_1.so
#8 33.49   CCLD     RLCMAC_Types_part_2.so
#8 33.49   CCLD     RLCMAC_Types_part_3.so
#8 33.49   CCLD     RLCMAC_Types_part_4.so
#8 33.49   CCLD     RLCMAC_Types_part_5.so
#8 33.50   CCLD     RLCMAC_Types_part_6.so
#8 33.51   CCLD     RLCMAC_Types_part_7.so
#8 33.51   CCLD     RSL_Emulation_part_1.so
#8 33.51   CCLD     RSL_Emulation_part_2.so
#8 33.51   CCLD     RSL_Emulation_part_3.so
#8 33.52   CCLD     RSL_Emulation_part_4.so
#8 33.52   CCLD     RSL_Emulation_part_5.so
#8 33.52   CCLD     RSL_Emulation_part_6.so
#8 33.52   CCLD     RSL_Emulation_part_7.so
#8 33.53   CCLD     RSL_Types_part_2.so
#8 33.53   CCLD     RSL_Types_part_3.so
#8 33.54   CCLD     RSL_Types_part_4.so
#8 33.54   CCLD     RSL_Types_part_5.so
#8 33.54   CCLD     RSL_Types_part_6.so
#8 33.54   CCLD     RSL_Types_part_7.so
#8 33.54   CCLD     RTP_CodecPort_part_1.so
#8 33.54   CCLD     RTP_CodecPort_part_2.so
#8 33.55   CCLD     RTP_CodecPort_part_3.so
#8 33.56   CCLD     RTP_CodecPort_part_4.so
#8 33.57   CCLD     RTP_CodecPort_part_5.so
#8 33.57   CCLD     RTP_CodecPort_part_6.so
#8 33.57   CCLD     RTP_CodecPort_part_7.so
#8 33.57   CCLD     RTP_CodecPort_CtrlFunct_part_1.so
#8 33.57   CCLD     RTP_CodecPort_CtrlFunct_part_2.so
#8 33.57   CCLD     RTP_CodecPort_CtrlFunct_part_3.so
#8 33.57   CCLD     RTP_CodecPort_CtrlFunct_part_4.so
#8 33.58   CCLD     RTP_CodecPort_CtrlFunct_part_5.so
#8 33.58   CCLD     RTP_CodecPort_CtrlFunct_part_6.so
#8 33.60   CCLD     RTP_CodecPort_CtrlFunct_part_7.so
#8 33.60   CCLD     RTP_Emulation_part_1.so
#8 33.60   CCLD     RTP_Emulation_part_2.so
#8 33.60   CCLD     RTP_Emulation_part_3.so
#8 33.60   CCLD     RTP_Emulation_part_4.so
#8 33.60   CCLD     RTP_Emulation_part_5.so
#8 33.60   CCLD     RTP_Emulation_part_6.so
#8 33.60   CCLD     RTP_Emulation_part_7.so
#8 33.60   CCLD     RTP_Types_part_1.so
#8 33.61   CCLD     RTP_Types_part_2.so
#8 33.61   CCLD     RTP_Types_part_3.so
#8 33.61   CCLD     RTP_Types_part_4.so
#8 33.61   CCLD     RTP_Types_part_5.so
#8 33.62   CCLD     RTP_Types_part_6.so
#8 33.62   CCLD     RTP_Types_part_7.so
#8 33.63   CCLD     Socket_API_Definitions_part_1.so
#8 33.63   CCLD     Socket_API_Definitions_part_2.so
#8 33.63   CCLD     Socket_API_Definitions_part_3.so
#8 33.63   CCLD     Socket_API_Definitions_part_4.so
#8 33.63   CCLD     Socket_API_Definitions_part_5.so
#8 33.63   CCLD     Socket_API_Definitions_part_6.so
#8 33.65   CCLD     Socket_API_Definitions_part_7.so
#8 33.65   CCLD     TCCConversion_Functions_part_1.so
#8 33.65   CCLD     TCCConversion_Functions_part_2.so
#8 33.65   CCLD     TCCConversion_Functions_part_3.so
#8 33.65   CCLD     TCCConversion_Functions_part_4.so
#8 33.65   CCLD     TCCConversion_Functions_part_5.so
#8 33.65   CCLD     TCCConversion_Functions_part_6.so
#8 33.66   CCLD     TCCConversion_Functions_part_7.so
#8 33.66   CCLD     TCCInterface_Functions_part_1.so
#8 33.66   CCLD     TCCInterface_Functions_part_2.so
#8 33.66   CCLD     TCCInterface_Functions_part_3.so
#8 33.66   CCLD     TCCInterface_Functions_part_4.so
#8 33.67   CCLD     TCCInterface_Functions_part_5.so
#8 33.68   CCLD     TCCInterface_Functions_part_6.so
#8 33.68   CCLD     TCCInterface_Functions_part_7.so
#8 33.68   CCLD     TELNETasp_PortType_part_1.so
#8 33.68   CCLD     TELNETasp_PortType_part_2.so
#8 33.68   CCLD     TELNETasp_PortType_part_3.so
#8 33.68   CCLD     TELNETasp_PortType_part_4.so
#8 33.69   CCLD     TELNETasp_PortType_part_5.so
#8 33.69   CCLD     TELNETasp_PortType_part_6.so
#8 33.69   CCLD     TELNETasp_PortType_part_7.so
#8 33.69   CCLD     TRXC_CodecPort_part_1.so
#8 33.69   CCLD     TRXC_CodecPort_part_2.so
#8 33.69   CCLD     TRXC_CodecPort_part_3.so
#8 33.69   CCLD     TRXC_CodecPort_part_4.so
#8 33.70   CCLD     TRXC_CodecPort_part_5.so
#8 33.71   CCLD     TRXC_CodecPort_part_6.so
#8 33.71   CCLD     TRXC_CodecPort_part_7.so
#8 33.71   CCLD     TRXC_CodecPort_CtrlFunct_part_1.so
#8 33.71   CCLD     TRXC_CodecPort_CtrlFunct_part_2.so
#8 33.72   CCLD     TRXC_CodecPort_CtrlFunct_part_3.so
#8 33.72   CCLD     TRXC_CodecPort_CtrlFunct_part_4.so
#8 33.72   CCLD     TRXC_CodecPort_CtrlFunct_part_5.so
#8 33.72   CCLD     TRXC_CodecPort_CtrlFunct_part_6.so
#8 33.72   CCLD     TRXC_CodecPort_CtrlFunct_part_7.so
#8 33.73   CCLD     TRXC_Types_part_1.so
#8 33.73   CCLD     TRXC_Types_part_2.so
#8 33.73   CCLD     TRXC_Types_part_3.so
#8 33.73   CCLD     TRXC_Types_part_4.so
#8 33.73   CCLD     TRXC_Types_part_5.so
#8 33.73   CCLD     TRXC_Types_part_6.so
#8 33.74   CCLD     TRXC_Types_part_7.so
#8 33.74   CCLD     UD_PortType_part_1.so
#8 33.74   CCLD     UD_PortType_part_2.so
#8 33.74   CCLD     UD_PortType_part_3.so
#8 33.74   CCLD     UD_PortType_part_4.so
#8 33.74   CCLD     UD_PortType_part_5.so
#8 33.75   CCLD     UD_PortType_part_6.so
#8 33.75   CCLD     UD_PortType_part_7.so
#8 33.76   CCLD     UD_Types_part_1.so
#8 33.76   CCLD     UD_Types_part_2.so
#8 33.76   CCLD     UD_Types_part_3.so
#8 33.76   CCLD     UD_Types_part_4.so
#8 33.78   CCLD     UD_Types_part_5.so
#8 33.78   CCLD     UD_Types_part_6.so
#8 33.78   CCLD     UD_Types_part_7.so
#8 33.78   CCLD     IPA_Emulation_part_1.so
#8 33.78   CCLD     IPA_Emulation_part_2.so
#8 33.78   CCLD     IPA_Emulation_part_3.so
#8 33.78   CCLD     IPA_Emulation_part_4.so
#8 33.78   CCLD     IPA_Emulation_part_5.so
#8 33.79   CCLD     IPA_Emulation_part_6.so
#8 33.79   CCLD     IPA_Emulation_part_7.so
#8 33.79   CCLD     IPA_CodecPort_CtrlFunctDef.so
#8 33.80   CCLD     IPL4asp_PT.so
#8 33.80   CCLD     IPL4asp_discovery.so
#8 33.80   CCLD     IuUP_EncDec.so
#8 33.81   CCLD     L1CTL_PortType_CtrlFunctDef.so
#8 33.81   CCLD     Native_FunctionDefs.so
#8 33.81   CCLD     OSMUX_CodecPort_CtrlFunctDef.so
#8 33.81   CCLD     RLCMAC_EncDec.so
#8 33.81   CCLD     RTP_CodecPort_CtrlFunctDef.so
#8 33.81   CCLD     RTP_EncDec.so
#8 33.81   CCLD     TCCConversion.so
#8 33.83   CCLD     TCCInterface.so
#8 33.83   CCLD     TELNETasp_PT.so
#8 33.83   CCLD     TRXC_CodecPort_CtrlFunctDef.so
#8 33.83   CCLD     UD_PT.so
#8 33.91   CCLD     IPA_Emulation.so
#8 34.01   CCLD     RLCMAC_CSN1_Types_part_4.so
#8 34.24   CCLD     RLCMAC_CSN1_Types_part_3.so
#8 34.29   CCLD     RLCMAC_CSN1_Types_part_1.so
#8 34.35   CCLD     RLCMAC_CSN1_Types_part_2.so
#8 35.18   CCLD     RSL_Types_part_1.so
#8 35.21   CCLD     BTS_Tests
#8 35.55 make[1]: Leaving directory '/osmo-ttcn3-hacks/_build/bts'
#8 DONE 35.9s

#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:f9c58ada095e7de57356339cca33a3032aac2121b3616629508f8cc5f18ef25a 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]
aeef9beda59e: Preparing
cb4e2b50732e: Preparing
12fc9923691a: 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
c53592882742: Preparing
2f7436e79a0b: Preparing
b0a0cd804d18: Waiting
ab87cd6e54b3: Waiting
3df5c8ac9c55: Waiting
c53592882742: Waiting
49b069ae1013: Waiting
2f7436e79a0b: Waiting
0a473c4959f3: Waiting
b0a1fb188eba: Waiting
74bc18cfc4e9: Waiting
5bf69f536568: Waiting
55fccfaeab3d: Waiting
79c461393705: Waiting
fc9af62aecf7: Waiting
bfd91eba0c01: Waiting
a28682b8364b: Mounted from osmocom-build/debian-bookworm-titan
83e0c93e6513: Mounted from osmocom-build/debian-bookworm-titan
12fc9923691a: Pushed
aeef9beda59e: Pushed
3df5c8ac9c55: Mounted from osmocom-build/debian-bookworm-titan
b0a0cd804d18: Mounted from osmocom-build/debian-bookworm-titan
ab87cd6e54b3: Mounted from osmocom-build/debian-bookworm-titan
0a473c4959f3: Mounted from osmocom-build/debian-bookworm-titan
5bf69f536568: Mounted from osmocom-build/debian-bookworm-titan
79c461393705: Mounted from osmocom-build/debian-bookworm-titan
b0a1fb188eba: Mounted from osmocom-build/debian-bookworm-titan
fc9af62aecf7: Mounted from osmocom-build/debian-bookworm-titan
bfd91eba0c01: Mounted from osmocom-build/debian-bookworm-titan
49b069ae1013: Mounted from osmocom-build/debian-bookworm-titan
74bc18cfc4e9: Mounted from osmocom-build/debian-bookworm-titan
55fccfaeab3d: Mounted from osmocom-build/debian-bookworm-titan
2f7436e79a0b: Layer already exists
c53592882742: Mounted from osmocom-build/debian-bookworm-titan
cb4e2b50732e: Pushed
latest: digest: sha256:25f53a050e11d7a8425f1892199c0a1d85648fda0f59d2deccee4d48ab59926e size: 4289
Finished: SUCCESS