Skip to content
Success

Console Output

Skipping 400 KB.. Full Log
#8 1.361                           specify the character to indicate a new line instead of '+'
#8 1.361     --output-indicator-old <char>
#8 1.361                           specify the character to indicate an old line instead of '-'
#8 1.361     --output-indicator-context <char>
#8 1.361                           specify the character to indicate a context instead of ' '
#8 1.361 
#8 1.361 Diff rename options
#8 1.361     -B, --break-rewrites[=<n>[/<m>]]
#8 1.361                           break complete rewrite changes into pairs of delete and create
#8 1.361     -M, --find-renames[=<n>]
#8 1.361                           detect renames
#8 1.361     -D, --irreversible-delete
#8 1.361                           omit the preimage for deletes
#8 1.361     -C, --find-copies[=<n>]
#8 1.361                           detect copies
#8 1.361     --find-copies-harder  use unmodified files as source to find copies
#8 1.361     --no-renames          disable rename detection
#8 1.361     --rename-empty        use empty blobs as rename source
#8 1.361     --follow              continue listing the history of a file beyond renames
#8 1.361     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.361 
#8 1.361 Diff algorithm options
#8 1.361     --minimal             produce the smallest possible diff
#8 1.361     -w, --ignore-all-space
#8 1.361                           ignore whitespace when comparing lines
#8 1.361     -b, --ignore-space-change
#8 1.361                           ignore changes in amount of whitespace
#8 1.361     --ignore-space-at-eol
#8 1.361                           ignore changes in whitespace at EOL
#8 1.361     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.361     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.361     -I, --ignore-matching-lines <regex>
#8 1.361                           ignore changes whose all lines match <regex>
#8 1.361     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.361     --patience            generate diff using the "patience diff" algorithm
#8 1.361     --histogram           generate diff using the "histogram diff" algorithm
#8 1.361     --diff-algorithm <algorithm>
#8 1.361                           choose a diff algorithm
#8 1.361     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.361     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.361     --word-diff-regex <regex>
#8 1.361                           use <regex> to decide what a word is
#8 1.361     --color-words[=<regex>]
#8 1.361                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.361     --color-moved[=<mode>]
#8 1.361                           moved lines of code are colored differently
#8 1.361     --color-moved-ws <mode>
#8 1.361                           how white spaces are ignored in --color-moved
#8 1.361 
#8 1.361 Other diff options
#8 1.361     --relative[=<prefix>]
#8 1.361                           when run from subdir, exclude changes outside and show relative paths
#8 1.361     -a, --text            treat all files as text
#8 1.361     -R                    swap two inputs, reverse the diff
#8 1.361     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.361     --quiet               disable all output of the program
#8 1.361     --ext-diff            allow an external diff helper to be executed
#8 1.361     --textconv            run external text conversion filters when comparing binary files
#8 1.361     --ignore-submodules[=<when>]
#8 1.361                           ignore changes to submodules in the diff generation
#8 1.361     --submodule[=<format>]
#8 1.361                           specify how differences in submodules are shown
#8 1.361     --ita-invisible-in-index
#8 1.361                           hide 'git add -N' entries from the index
#8 1.361     --ita-visible-in-index
#8 1.361                           treat 'git add -N' entries as real in the index
#8 1.361     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.361     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.361     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.361     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.361     -O <file>             control the order in which files appear in the output
#8 1.361     --rotate-to <path>    show the change in the specified path first
#8 1.361     --skip-to <path>      skip the output to the specified path
#8 1.361     --find-object <object-id>
#8 1.362                           look for differences that change the number of occurrences of the specified object
#8 1.362     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.362                           select files by diff type
#8 1.362     --output <file>       output to a specific file
#8 1.362 
#8 1.366 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0'
#8 1.366 To add an exception for this directory, call:
#8 1.366 
#8 1.366 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0
#8 1.372 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0'
#8 1.372 To add an exception for this directory, call:
#8 1.372 
#8 1.372 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0
#8 1.376 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.376 usage: git diff --no-index [<options>] <path> <path>
#8 1.376 
#8 1.376 Diff output format options
#8 1.376     -p, --patch           generate patch
#8 1.376     -s, --no-patch        suppress diff output
#8 1.376     -u                    generate patch
#8 1.376     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.376     -W, --function-context
#8 1.376                           generate diffs with <n> lines context
#8 1.376     --raw                 generate the diff in raw format
#8 1.376     --patch-with-raw      synonym for '-p --raw'
#8 1.376     --patch-with-stat     synonym for '-p --stat'
#8 1.376     --numstat             machine friendly --stat
#8 1.376     --shortstat           output only the last line of --stat
#8 1.376     -X, --dirstat[=<param1,param2>...]
#8 1.376                           output the distribution of relative amount of changes for each sub-directory
#8 1.376     --cumulative          synonym for --dirstat=cumulative
#8 1.376     --dirstat-by-file[=<param1,param2>...]
#8 1.376                           synonym for --dirstat=files,param1,param2...
#8 1.376     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.376     --summary             condensed summary such as creations, renames and mode changes
#8 1.376     --name-only           show only names of changed files
#8 1.376     --name-status         show only names and status of changed files
#8 1.376     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.376                           generate diffstat
#8 1.376     --stat-width <width>  generate diffstat with a given width
#8 1.376     --stat-name-width <width>
#8 1.376                           generate diffstat with a given name width
#8 1.376     --stat-graph-width <width>
#8 1.376                           generate diffstat with a given graph width
#8 1.376     --stat-count <count>  generate diffstat with limited lines
#8 1.376     --compact-summary     generate compact summary in diffstat
#8 1.376     --binary              output a binary diff that can be applied
#8 1.376     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.376     --color[=<when>]      show colored diff
#8 1.376     --ws-error-highlight <kind>
#8 1.376                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.376     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.376     --abbrev[=<n>]        use <n> digits to display object names
#8 1.376     --src-prefix <prefix>
#8 1.376                           show the given source prefix instead of "a/"
#8 1.376     --dst-prefix <prefix>
#8 1.376                           show the given destination prefix instead of "b/"
#8 1.376     --line-prefix <prefix>
#8 1.376                           prepend an additional prefix to every line of output
#8 1.376     --no-prefix           do not show any source or destination prefix
#8 1.376     --inter-hunk-context <n>
#8 1.376                           show context between diff hunks up to the specified number of lines
#8 1.376     --output-indicator-new <char>
#8 1.376                           specify the character to indicate a new line instead of '+'
#8 1.376     --output-indicator-old <char>
#8 1.376                           specify the character to indicate an old line instead of '-'
#8 1.376     --output-indicator-context <char>
#8 1.376                           specify the character to indicate a context instead of ' '
#8 1.376 
#8 1.376 Diff rename options
#8 1.376     -B, --break-rewrites[=<n>[/<m>]]
#8 1.376                           break complete rewrite changes into pairs of delete and create
#8 1.376     -M, --find-renames[=<n>]
#8 1.376                           detect renames
#8 1.376     -D, --irreversible-delete
#8 1.376                           omit the preimage for deletes
#8 1.376     -C, --find-copies[=<n>]
#8 1.376                           detect copies
#8 1.376     --find-copies-harder  use unmodified files as source to find copies
#8 1.376     --no-renames          disable rename detection
#8 1.376     --rename-empty        use empty blobs as rename source
#8 1.376     --follow              continue listing the history of a file beyond renames
#8 1.376     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.376 
#8 1.376 Diff algorithm options
#8 1.376     --minimal             produce the smallest possible diff
#8 1.376     -w, --ignore-all-space
#8 1.376                           ignore whitespace when comparing lines
#8 1.376     -b, --ignore-space-change
#8 1.376                           ignore changes in amount of whitespace
#8 1.376     --ignore-space-at-eol
#8 1.376                           ignore changes in whitespace at EOL
#8 1.376     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.376     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.376     -I, --ignore-matching-lines <regex>
#8 1.376                           ignore changes whose all lines match <regex>
#8 1.376     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.376     --patience            generate diff using the "patience diff" algorithm
#8 1.376     --histogram           generate diff using the "histogram diff" algorithm
#8 1.376     --diff-algorithm <algorithm>
#8 1.376                           choose a diff algorithm
#8 1.376     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.376     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.376     --word-diff-regex <regex>
#8 1.376                           use <regex> to decide what a word is
#8 1.376     --color-words[=<regex>]
#8 1.376                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.376     --color-moved[=<mode>]
#8 1.376                           moved lines of code are colored differently
#8 1.376     --color-moved-ws <mode>
#8 1.376                           how white spaces are ignored in --color-moved
#8 1.376 
#8 1.376 Other diff options
#8 1.376     --relative[=<prefix>]
#8 1.376                           when run from subdir, exclude changes outside and show relative paths
#8 1.376     -a, --text            treat all files as text
#8 1.376     -R                    swap two inputs, reverse the diff
#8 1.376     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.376     --quiet               disable all output of the program
#8 1.376     --ext-diff            allow an external diff helper to be executed
#8 1.376     --textconv            run external text conversion filters when comparing binary files
#8 1.376     --ignore-submodules[=<when>]
#8 1.376                           ignore changes to submodules in the diff generation
#8 1.376     --submodule[=<format>]
#8 1.376                           specify how differences in submodules are shown
#8 1.376     --ita-invisible-in-index
#8 1.376                           hide 'git add -N' entries from the index
#8 1.376     --ita-visible-in-index
#8 1.376                           treat 'git add -N' entries as real in the index
#8 1.376     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.376     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.376     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.376     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.376     -O <file>             control the order in which files appear in the output
#8 1.376     --rotate-to <path>    show the change in the specified path first
#8 1.376     --skip-to <path>      skip the output to the specified path
#8 1.376     --find-object <object-id>
#8 1.376                           look for differences that change the number of occurrences of the specified object
#8 1.376     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.376                           select files by diff type
#8 1.376     --output <file>       output to a specific file
#8 1.376 
#8 1.380 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/osmo-uecups'
#8 1.380 To add an exception for this directory, call:
#8 1.380 
#8 1.380 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/osmo-uecups
#8 1.385 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/osmo-uecups'
#8 1.385 To add an exception for this directory, call:
#8 1.385 
#8 1.385 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/osmo-uecups
#8 1.388 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.388 usage: git diff --no-index [<options>] <path> <path>
#8 1.388 
#8 1.388 Diff output format options
#8 1.388     -p, --patch           generate patch
#8 1.388     -s, --no-patch        suppress diff output
#8 1.388     -u                    generate patch
#8 1.388     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.388     -W, --function-context
#8 1.388                           generate diffs with <n> lines context
#8 1.388     --raw                 generate the diff in raw format
#8 1.388     --patch-with-raw      synonym for '-p --raw'
#8 1.388     --patch-with-stat     synonym for '-p --stat'
#8 1.388     --numstat             machine friendly --stat
#8 1.388     --shortstat           output only the last line of --stat
#8 1.388     -X, --dirstat[=<param1,param2>...]
#8 1.388                           output the distribution of relative amount of changes for each sub-directory
#8 1.388     --cumulative          synonym for --dirstat=cumulative
#8 1.388     --dirstat-by-file[=<param1,param2>...]
#8 1.388                           synonym for --dirstat=files,param1,param2...
#8 1.388     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.388     --summary             condensed summary such as creations, renames and mode changes
#8 1.388     --name-only           show only names of changed files
#8 1.388     --name-status         show only names and status of changed files
#8 1.388     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.388                           generate diffstat
#8 1.388     --stat-width <width>  generate diffstat with a given width
#8 1.388     --stat-name-width <width>
#8 1.388                           generate diffstat with a given name width
#8 1.388     --stat-graph-width <width>
#8 1.388                           generate diffstat with a given graph width
#8 1.388     --stat-count <count>  generate diffstat with limited lines
#8 1.388     --compact-summary     generate compact summary in diffstat
#8 1.388     --binary              output a binary diff that can be applied
#8 1.388     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.388     --color[=<when>]      show colored diff
#8 1.388     --ws-error-highlight <kind>
#8 1.388                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.388     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.388     --abbrev[=<n>]        use <n> digits to display object names
#8 1.388     --src-prefix <prefix>
#8 1.388                           show the given source prefix instead of "a/"
#8 1.388     --dst-prefix <prefix>
#8 1.388                           show the given destination prefix instead of "b/"
#8 1.388     --line-prefix <prefix>
#8 1.388                           prepend an additional prefix to every line of output
#8 1.388     --no-prefix           do not show any source or destination prefix
#8 1.388     --inter-hunk-context <n>
#8 1.389                           show context between diff hunks up to the specified number of lines
#8 1.389     --output-indicator-new <char>
#8 1.389                           specify the character to indicate a new line instead of '+'
#8 1.389     --output-indicator-old <char>
#8 1.389                           specify the character to indicate an old line instead of '-'
#8 1.389     --output-indicator-context <char>
#8 1.389                           specify the character to indicate a context instead of ' '
#8 1.389 
#8 1.389 Diff rename options
#8 1.389     -B, --break-rewrites[=<n>[/<m>]]
#8 1.389                           break complete rewrite changes into pairs of delete and create
#8 1.389     -M, --find-renames[=<n>]
#8 1.389                           detect renames
#8 1.389     -D, --irreversible-delete
#8 1.389                           omit the preimage for deletes
#8 1.389     -C, --find-copies[=<n>]
#8 1.389                           detect copies
#8 1.389     --find-copies-harder  use unmodified files as source to find copies
#8 1.389     --no-renames          disable rename detection
#8 1.389     --rename-empty        use empty blobs as rename source
#8 1.389     --follow              continue listing the history of a file beyond renames
#8 1.389     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.389 
#8 1.389 Diff algorithm options
#8 1.389     --minimal             produce the smallest possible diff
#8 1.389     -w, --ignore-all-space
#8 1.389                           ignore whitespace when comparing lines
#8 1.389     -b, --ignore-space-change
#8 1.389                           ignore changes in amount of whitespace
#8 1.389     --ignore-space-at-eol
#8 1.389                           ignore changes in whitespace at EOL
#8 1.389     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.389     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.389     -I, --ignore-matching-lines <regex>
#8 1.389                           ignore changes whose all lines match <regex>
#8 1.389     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.389     --patience            generate diff using the "patience diff" algorithm
#8 1.389     --histogram           generate diff using the "histogram diff" algorithm
#8 1.389     --diff-algorithm <algorithm>
#8 1.389                           choose a diff algorithm
#8 1.389     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.389     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.389     --word-diff-regex <regex>
#8 1.389                           use <regex> to decide what a word is
#8 1.389     --color-words[=<regex>]
#8 1.389                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.389     --color-moved[=<mode>]
#8 1.389                           moved lines of code are colored differently
#8 1.389     --color-moved-ws <mode>
#8 1.389                           how white spaces are ignored in --color-moved
#8 1.389 
#8 1.389 Other diff options
#8 1.389     --relative[=<prefix>]
#8 1.389                           when run from subdir, exclude changes outside and show relative paths
#8 1.389     -a, --text            treat all files as text
#8 1.389     -R                    swap two inputs, reverse the diff
#8 1.389     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.389     --quiet               disable all output of the program
#8 1.389     --ext-diff            allow an external diff helper to be executed
#8 1.389     --textconv            run external text conversion filters when comparing binary files
#8 1.389     --ignore-submodules[=<when>]
#8 1.389                           ignore changes to submodules in the diff generation
#8 1.389     --submodule[=<format>]
#8 1.389                           specify how differences in submodules are shown
#8 1.389     --ita-invisible-in-index
#8 1.389                           hide 'git add -N' entries from the index
#8 1.389     --ita-visible-in-index
#8 1.389                           treat 'git add -N' entries as real in the index
#8 1.389     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.389     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.389     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.389     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.389     -O <file>             control the order in which files appear in the output
#8 1.389     --rotate-to <path>    show the change in the specified path first
#8 1.389     --skip-to <path>      skip the output to the specified path
#8 1.389     --find-object <object-id>
#8 1.389                           look for differences that change the number of occurrences of the specified object
#8 1.389     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.389                           select files by diff type
#8 1.389     --output <file>       output to a specific file
#8 1.389 
#8 1.393 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/nas'
#8 1.393 To add an exception for this directory, call:
#8 1.393 
#8 1.393 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/nas
#8 1.399 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/nas'
#8 1.399 To add an exception for this directory, call:
#8 1.399 
#8 1.399 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/nas
#8 1.402 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.402 usage: git diff --no-index [<options>] <path> <path>
#8 1.402 
#8 1.402 Diff output format options
#8 1.402     -p, --patch           generate patch
#8 1.402     -s, --no-patch        suppress diff output
#8 1.402     -u                    generate patch
#8 1.402     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.402     -W, --function-context
#8 1.402                           generate diffs with <n> lines context
#8 1.402     --raw                 generate the diff in raw format
#8 1.402     --patch-with-raw      synonym for '-p --raw'
#8 1.402     --patch-with-stat     synonym for '-p --stat'
#8 1.402     --numstat             machine friendly --stat
#8 1.402     --shortstat           output only the last line of --stat
#8 1.402     -X, --dirstat[=<param1,param2>...]
#8 1.402                           output the distribution of relative amount of changes for each sub-directory
#8 1.402     --cumulative          synonym for --dirstat=cumulative
#8 1.402     --dirstat-by-file[=<param1,param2>...]
#8 1.402                           synonym for --dirstat=files,param1,param2...
#8 1.402     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.402     --summary             condensed summary such as creations, renames and mode changes
#8 1.402     --name-only           show only names of changed files
#8 1.402     --name-status         show only names and status of changed files
#8 1.402     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.402                           generate diffstat
#8 1.402     --stat-width <width>  generate diffstat with a given width
#8 1.402     --stat-name-width <width>
#8 1.402                           generate diffstat with a given name width
#8 1.402     --stat-graph-width <width>
#8 1.402                           generate diffstat with a given graph width
#8 1.402     --stat-count <count>  generate diffstat with limited lines
#8 1.402     --compact-summary     generate compact summary in diffstat
#8 1.402     --binary              output a binary diff that can be applied
#8 1.402     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.402     --color[=<when>]      show colored diff
#8 1.402     --ws-error-highlight <kind>
#8 1.402                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.402     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.402     --abbrev[=<n>]        use <n> digits to display object names
#8 1.403     --src-prefix <prefix>
#8 1.403                           show the given source prefix instead of "a/"
#8 1.403     --dst-prefix <prefix>
#8 1.403                           show the given destination prefix instead of "b/"
#8 1.403     --line-prefix <prefix>
#8 1.403                           prepend an additional prefix to every line of output
#8 1.403     --no-prefix           do not show any source or destination prefix
#8 1.403     --inter-hunk-context <n>
#8 1.403                           show context between diff hunks up to the specified number of lines
#8 1.403     --output-indicator-new <char>
#8 1.403                           specify the character to indicate a new line instead of '+'
#8 1.403     --output-indicator-old <char>
#8 1.403                           specify the character to indicate an old line instead of '-'
#8 1.403     --output-indicator-context <char>
#8 1.403                           specify the character to indicate a context instead of ' '
#8 1.403 
#8 1.403 Diff rename options
#8 1.403     -B, --break-rewrites[=<n>[/<m>]]
#8 1.403                           break complete rewrite changes into pairs of delete and create
#8 1.403     -M, --find-renames[=<n>]
#8 1.403                           detect renames
#8 1.403     -D, --irreversible-delete
#8 1.403                           omit the preimage for deletes
#8 1.403     -C, --find-copies[=<n>]
#8 1.403                           detect copies
#8 1.403     --find-copies-harder  use unmodified files as source to find copies
#8 1.403     --no-renames          disable rename detection
#8 1.403     --rename-empty        use empty blobs as rename source
#8 1.403     --follow              continue listing the history of a file beyond renames
#8 1.403     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.403 
#8 1.403 Diff algorithm options
#8 1.403     --minimal             produce the smallest possible diff
#8 1.403     -w, --ignore-all-space
#8 1.403                           ignore whitespace when comparing lines
#8 1.403     -b, --ignore-space-change
#8 1.403                           ignore changes in amount of whitespace
#8 1.403     --ignore-space-at-eol
#8 1.403                           ignore changes in whitespace at EOL
#8 1.403     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.403     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.403     -I, --ignore-matching-lines <regex>
#8 1.403                           ignore changes whose all lines match <regex>
#8 1.403     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.403     --patience            generate diff using the "patience diff" algorithm
#8 1.403     --histogram           generate diff using the "histogram diff" algorithm
#8 1.403     --diff-algorithm <algorithm>
#8 1.403                           choose a diff algorithm
#8 1.403     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.403     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.403     --word-diff-regex <regex>
#8 1.403                           use <regex> to decide what a word is
#8 1.403     --color-words[=<regex>]
#8 1.403                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.403     --color-moved[=<mode>]
#8 1.403                           moved lines of code are colored differently
#8 1.403     --color-moved-ws <mode>
#8 1.403                           how white spaces are ignored in --color-moved
#8 1.403 
#8 1.403 Other diff options
#8 1.403     --relative[=<prefix>]
#8 1.403                           when run from subdir, exclude changes outside and show relative paths
#8 1.403     -a, --text            treat all files as text
#8 1.403     -R                    swap two inputs, reverse the diff
#8 1.403     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.403     --quiet               disable all output of the program
#8 1.403     --ext-diff            allow an external diff helper to be executed
#8 1.403     --textconv            run external text conversion filters when comparing binary files
#8 1.403     --ignore-submodules[=<when>]
#8 1.403                           ignore changes to submodules in the diff generation
#8 1.403     --submodule[=<format>]
#8 1.403                           specify how differences in submodules are shown
#8 1.403     --ita-invisible-in-index
#8 1.403                           hide 'git add -N' entries from the index
#8 1.403     --ita-visible-in-index
#8 1.403                           treat 'git add -N' entries as real in the index
#8 1.403     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.403     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.403     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.403     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.403     -O <file>             control the order in which files appear in the output
#8 1.403     --rotate-to <path>    show the change in the specified path first
#8 1.403     --skip-to <path>      skip the output to the specified path
#8 1.403     --find-object <object-id>
#8 1.403                           look for differences that change the number of occurrences of the specified object
#8 1.403     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.403                           select files by diff type
#8 1.403     --output <file>       output to a specific file
#8 1.403 
#8 1.407 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.407 To add an exception for this directory, call:
#8 1.407 
#8 1.407 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.413 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.413 To add an exception for this directory, call:
#8 1.413 
#8 1.413 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.416 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.416 usage: git diff --no-index [<options>] <path> <path>
#8 1.416 
#8 1.416 Diff output format options
#8 1.416     -p, --patch           generate patch
#8 1.416     -s, --no-patch        suppress diff output
#8 1.416     -u                    generate patch
#8 1.416     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.416     -W, --function-context
#8 1.416                           generate diffs with <n> lines context
#8 1.416     --raw                 generate the diff in raw format
#8 1.416     --patch-with-raw      synonym for '-p --raw'
#8 1.416     --patch-with-stat     synonym for '-p --stat'
#8 1.416     --numstat             machine friendly --stat
#8 1.416     --shortstat           output only the last line of --stat
#8 1.416     -X, --dirstat[=<param1,param2>...]
#8 1.416                           output the distribution of relative amount of changes for each sub-directory
#8 1.416     --cumulative          synonym for --dirstat=cumulative
#8 1.416     --dirstat-by-file[=<param1,param2>...]
#8 1.416                           synonym for --dirstat=files,param1,param2...
#8 1.416     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.416     --summary             condensed summary such as creations, renames and mode changes
#8 1.416     --name-only           show only names of changed files
#8 1.416     --name-status         show only names and status of changed files
#8 1.416     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.416                           generate diffstat
#8 1.416     --stat-width <width>  generate diffstat with a given width
#8 1.416     --stat-name-width <width>
#8 1.416                           generate diffstat with a given name width
#8 1.416     --stat-graph-width <width>
#8 1.416                           generate diffstat with a given graph width
#8 1.416     --stat-count <count>  generate diffstat with limited lines
#8 1.416     --compact-summary     generate compact summary in diffstat
#8 1.416     --binary              output a binary diff that can be applied
#8 1.417     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.417     --color[=<when>]      show colored diff
#8 1.417     --ws-error-highlight <kind>
#8 1.417                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.417     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.417     --abbrev[=<n>]        use <n> digits to display object names
#8 1.417     --src-prefix <prefix>
#8 1.417                           show the given source prefix instead of "a/"
#8 1.417     --dst-prefix <prefix>
#8 1.417                           show the given destination prefix instead of "b/"
#8 1.417     --line-prefix <prefix>
#8 1.417                           prepend an additional prefix to every line of output
#8 1.417     --no-prefix           do not show any source or destination prefix
#8 1.417     --inter-hunk-context <n>
#8 1.417                           show context between diff hunks up to the specified number of lines
#8 1.417     --output-indicator-new <char>
#8 1.417                           specify the character to indicate a new line instead of '+'
#8 1.417     --output-indicator-old <char>
#8 1.417                           specify the character to indicate an old line instead of '-'
#8 1.417     --output-indicator-context <char>
#8 1.417                           specify the character to indicate a context instead of ' '
#8 1.417 
#8 1.417 Diff rename options
#8 1.417     -B, --break-rewrites[=<n>[/<m>]]
#8 1.417                           break complete rewrite changes into pairs of delete and create
#8 1.417     -M, --find-renames[=<n>]
#8 1.417                           detect renames
#8 1.417     -D, --irreversible-delete
#8 1.417                           omit the preimage for deletes
#8 1.417     -C, --find-copies[=<n>]
#8 1.417                           detect copies
#8 1.417     --find-copies-harder  use unmodified files as source to find copies
#8 1.417     --no-renames          disable rename detection
#8 1.417     --rename-empty        use empty blobs as rename source
#8 1.417     --follow              continue listing the history of a file beyond renames
#8 1.417     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.417 
#8 1.417 Diff algorithm options
#8 1.417     --minimal             produce the smallest possible diff
#8 1.417     -w, --ignore-all-space
#8 1.417                           ignore whitespace when comparing lines
#8 1.417     -b, --ignore-space-change
#8 1.417                           ignore changes in amount of whitespace
#8 1.417     --ignore-space-at-eol
#8 1.417                           ignore changes in whitespace at EOL
#8 1.417     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.417     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.417     -I, --ignore-matching-lines <regex>
#8 1.417                           ignore changes whose all lines match <regex>
#8 1.417     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.417     --patience            generate diff using the "patience diff" algorithm
#8 1.417     --histogram           generate diff using the "histogram diff" algorithm
#8 1.417     --diff-algorithm <algorithm>
#8 1.417                           choose a diff algorithm
#8 1.417     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.417     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.417     --word-diff-regex <regex>
#8 1.417                           use <regex> to decide what a word is
#8 1.417     --color-words[=<regex>]
#8 1.417                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.417     --color-moved[=<mode>]
#8 1.417                           moved lines of code are colored differently
#8 1.417     --color-moved-ws <mode>
#8 1.417                           how white spaces are ignored in --color-moved
#8 1.417 
#8 1.417 Other diff options
#8 1.417     --relative[=<prefix>]
#8 1.417                           when run from subdir, exclude changes outside and show relative paths
#8 1.417     -a, --text            treat all files as text
#8 1.417     -R                    swap two inputs, reverse the diff
#8 1.417     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.417     --quiet               disable all output of the program
#8 1.417     --ext-diff            allow an external diff helper to be executed
#8 1.417     --textconv            run external text conversion filters when comparing binary files
#8 1.417     --ignore-submodules[=<when>]
#8 1.417                           ignore changes to submodules in the diff generation
#8 1.417     --submodule[=<format>]
#8 1.417                           specify how differences in submodules are shown
#8 1.417     --ita-invisible-in-index
#8 1.417                           hide 'git add -N' entries from the index
#8 1.417     --ita-visible-in-index
#8 1.417                           treat 'git add -N' entries as real in the index
#8 1.417     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.417     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.417     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.417     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.417     -O <file>             control the order in which files appear in the output
#8 1.417     --rotate-to <path>    show the change in the specified path first
#8 1.417     --skip-to <path>      skip the output to the specified path
#8 1.417     --find-object <object-id>
#8 1.417                           look for differences that change the number of occurrences of the specified object
#8 1.417     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.417                           select files by diff type
#8 1.417     --output <file>       output to a specific file
#8 1.417 
#8 1.421 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP'
#8 1.421 To add an exception for this directory, call:
#8 1.421 
#8 1.421 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP
#8 1.427 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP'
#8 1.427 To add an exception for this directory, call:
#8 1.427 
#8 1.427 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP
#8 1.430 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.430 usage: git diff --no-index [<options>] <path> <path>
#8 1.430 
#8 1.430 Diff output format options
#8 1.430     -p, --patch           generate patch
#8 1.430     -s, --no-patch        suppress diff output
#8 1.430     -u                    generate patch
#8 1.430     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.430     -W, --function-context
#8 1.430                           generate diffs with <n> lines context
#8 1.430     --raw                 generate the diff in raw format
#8 1.430     --patch-with-raw      synonym for '-p --raw'
#8 1.430     --patch-with-stat     synonym for '-p --stat'
#8 1.430     --numstat             machine friendly --stat
#8 1.430     --shortstat           output only the last line of --stat
#8 1.430     -X, --dirstat[=<param1,param2>...]
#8 1.430                           output the distribution of relative amount of changes for each sub-directory
#8 1.430     --cumulative          synonym for --dirstat=cumulative
#8 1.430     --dirstat-by-file[=<param1,param2>...]
#8 1.430                           synonym for --dirstat=files,param1,param2...
#8 1.430     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.430     --summary             condensed summary such as creations, renames and mode changes
#8 1.430     --name-only           show only names of changed files
#8 1.430     --name-status         show only names and status of changed files
#8 1.430     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.430                           generate diffstat
#8 1.430     --stat-width <width>  generate diffstat with a given width
#8 1.430     --stat-name-width <width>
#8 1.430                           generate diffstat with a given name width
#8 1.430     --stat-graph-width <width>
#8 1.431                           generate diffstat with a given graph width
#8 1.431     --stat-count <count>  generate diffstat with limited lines
#8 1.431     --compact-summary     generate compact summary in diffstat
#8 1.431     --binary              output a binary diff that can be applied
#8 1.431     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.431     --color[=<when>]      show colored diff
#8 1.431     --ws-error-highlight <kind>
#8 1.431                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.431     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.431     --abbrev[=<n>]        use <n> digits to display object names
#8 1.431     --src-prefix <prefix>
#8 1.431                           show the given source prefix instead of "a/"
#8 1.431     --dst-prefix <prefix>
#8 1.431                           show the given destination prefix instead of "b/"
#8 1.431     --line-prefix <prefix>
#8 1.431                           prepend an additional prefix to every line of output
#8 1.431     --no-prefix           do not show any source or destination prefix
#8 1.431     --inter-hunk-context <n>
#8 1.431                           show context between diff hunks up to the specified number of lines
#8 1.431     --output-indicator-new <char>
#8 1.431                           specify the character to indicate a new line instead of '+'
#8 1.431     --output-indicator-old <char>
#8 1.431                           specify the character to indicate an old line instead of '-'
#8 1.431     --output-indicator-context <char>
#8 1.431                           specify the character to indicate a context instead of ' '
#8 1.431 
#8 1.431 Diff rename options
#8 1.431     -B, --break-rewrites[=<n>[/<m>]]
#8 1.431                           break complete rewrite changes into pairs of delete and create
#8 1.431     -M, --find-renames[=<n>]
#8 1.431                           detect renames
#8 1.431     -D, --irreversible-delete
#8 1.431                           omit the preimage for deletes
#8 1.431     -C, --find-copies[=<n>]
#8 1.431                           detect copies
#8 1.431     --find-copies-harder  use unmodified files as source to find copies
#8 1.431     --no-renames          disable rename detection
#8 1.431     --rename-empty        use empty blobs as rename source
#8 1.431     --follow              continue listing the history of a file beyond renames
#8 1.431     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.431 
#8 1.431 Diff algorithm options
#8 1.431     --minimal             produce the smallest possible diff
#8 1.431     -w, --ignore-all-space
#8 1.431                           ignore whitespace when comparing lines
#8 1.431     -b, --ignore-space-change
#8 1.431                           ignore changes in amount of whitespace
#8 1.431     --ignore-space-at-eol
#8 1.431                           ignore changes in whitespace at EOL
#8 1.431     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.431     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.431     -I, --ignore-matching-lines <regex>
#8 1.431                           ignore changes whose all lines match <regex>
#8 1.431     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.431     --patience            generate diff using the "patience diff" algorithm
#8 1.431     --histogram           generate diff using the "histogram diff" algorithm
#8 1.431     --diff-algorithm <algorithm>
#8 1.431                           choose a diff algorithm
#8 1.431     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.431     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.431     --word-diff-regex <regex>
#8 1.431                           use <regex> to decide what a word is
#8 1.431     --color-words[=<regex>]
#8 1.431                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.431     --color-moved[=<mode>]
#8 1.431                           moved lines of code are colored differently
#8 1.431     --color-moved-ws <mode>
#8 1.431                           how white spaces are ignored in --color-moved
#8 1.431 
#8 1.431 Other diff options
#8 1.431     --relative[=<prefix>]
#8 1.431                           when run from subdir, exclude changes outside and show relative paths
#8 1.431     -a, --text            treat all files as text
#8 1.431     -R                    swap two inputs, reverse the diff
#8 1.431     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.431     --quiet               disable all output of the program
#8 1.431     --ext-diff            allow an external diff helper to be executed
#8 1.431     --textconv            run external text conversion filters when comparing binary files
#8 1.431     --ignore-submodules[=<when>]
#8 1.431                           ignore changes to submodules in the diff generation
#8 1.431     --submodule[=<format>]
#8 1.431                           specify how differences in submodules are shown
#8 1.431     --ita-invisible-in-index
#8 1.431                           hide 'git add -N' entries from the index
#8 1.431     --ita-visible-in-index
#8 1.431                           treat 'git add -N' entries as real in the index
#8 1.431     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.431     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.431     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.431     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.431     -O <file>             control the order in which files appear in the output
#8 1.431     --rotate-to <path>    show the change in the specified path first
#8 1.431     --skip-to <path>      skip the output to the specified path
#8 1.431     --find-object <object-id>
#8 1.431                           look for differences that change the number of occurrences of the specified object
#8 1.431     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.431                           select files by diff type
#8 1.431     --output <file>       output to a specific file
#8 1.431 
#8 1.435 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET'
#8 1.435 To add an exception for this directory, call:
#8 1.435 
#8 1.435 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET
#8 1.441 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET'
#8 1.441 To add an exception for this directory, call:
#8 1.441 
#8 1.441 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET
#8 1.445 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.445 usage: git diff --no-index [<options>] <path> <path>
#8 1.445 
#8 1.445 Diff output format options
#8 1.445     -p, --patch           generate patch
#8 1.445     -s, --no-patch        suppress diff output
#8 1.445     -u                    generate patch
#8 1.445     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.445     -W, --function-context
#8 1.445                           generate diffs with <n> lines context
#8 1.445     --raw                 generate the diff in raw format
#8 1.445     --patch-with-raw      synonym for '-p --raw'
#8 1.445     --patch-with-stat     synonym for '-p --stat'
#8 1.445     --numstat             machine friendly --stat
#8 1.445     --shortstat           output only the last line of --stat
#8 1.445     -X, --dirstat[=<param1,param2>...]
#8 1.445                           output the distribution of relative amount of changes for each sub-directory
#8 1.445     --cumulative          synonym for --dirstat=cumulative
#8 1.445     --dirstat-by-file[=<param1,param2>...]
#8 1.445                           synonym for --dirstat=files,param1,param2...
#8 1.445     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.445     --summary             condensed summary such as creations, renames and mode changes
#8 1.445     --name-only           show only names of changed files
#8 1.445     --name-status         show only names and status of changed files
#8 1.445     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.445                           generate diffstat
#8 1.445     --stat-width <width>  generate diffstat with a given width
#8 1.445     --stat-name-width <width>
#8 1.445                           generate diffstat with a given name width
#8 1.445     --stat-graph-width <width>
#8 1.445                           generate diffstat with a given graph width
#8 1.445     --stat-count <count>  generate diffstat with limited lines
#8 1.445     --compact-summary     generate compact summary in diffstat
#8 1.445     --binary              output a binary diff that can be applied
#8 1.445     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.445     --color[=<when>]      show colored diff
#8 1.445     --ws-error-highlight <kind>
#8 1.445                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.445     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.445     --abbrev[=<n>]        use <n> digits to display object names
#8 1.445     --src-prefix <prefix>
#8 1.445                           show the given source prefix instead of "a/"
#8 1.445     --dst-prefix <prefix>
#8 1.445                           show the given destination prefix instead of "b/"
#8 1.445     --line-prefix <prefix>
#8 1.445                           prepend an additional prefix to every line of output
#8 1.445     --no-prefix           do not show any source or destination prefix
#8 1.445     --inter-hunk-context <n>
#8 1.445                           show context between diff hunks up to the specified number of lines
#8 1.445     --output-indicator-new <char>
#8 1.445                           specify the character to indicate a new line instead of '+'
#8 1.445     --output-indicator-old <char>
#8 1.445                           specify the character to indicate an old line instead of '-'
#8 1.445     --output-indicator-context <char>
#8 1.445                           specify the character to indicate a context instead of ' '
#8 1.445 
#8 1.445 Diff rename options
#8 1.445     -B, --break-rewrites[=<n>[/<m>]]
#8 1.445                           break complete rewrite changes into pairs of delete and create
#8 1.445     -M, --find-renames[=<n>]
#8 1.445                           detect renames
#8 1.445     -D, --irreversible-delete
#8 1.445                           omit the preimage for deletes
#8 1.445     -C, --find-copies[=<n>]
#8 1.445                           detect copies
#8 1.445     --find-copies-harder  use unmodified files as source to find copies
#8 1.445     --no-renames          disable rename detection
#8 1.445     --rename-empty        use empty blobs as rename source
#8 1.445     --follow              continue listing the history of a file beyond renames
#8 1.445     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.445 
#8 1.445 Diff algorithm options
#8 1.445     --minimal             produce the smallest possible diff
#8 1.445     -w, --ignore-all-space
#8 1.445                           ignore whitespace when comparing lines
#8 1.445     -b, --ignore-space-change
#8 1.445                           ignore changes in amount of whitespace
#8 1.445     --ignore-space-at-eol
#8 1.445                           ignore changes in whitespace at EOL
#8 1.445     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.445     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.445     -I, --ignore-matching-lines <regex>
#8 1.445                           ignore changes whose all lines match <regex>
#8 1.445     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.445     --patience            generate diff using the "patience diff" algorithm
#8 1.445     --histogram           generate diff using the "histogram diff" algorithm
#8 1.445     --diff-algorithm <algorithm>
#8 1.445                           choose a diff algorithm
#8 1.445     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.445     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 1.445     --word-diff-regex <regex>
#8 1.445                           use <regex> to decide what a word is
#8 1.445     --color-words[=<regex>]
#8 1.445                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.445     --color-moved[=<mode>]
#8 1.445                           moved lines of code are colored differently
#8 1.445     --color-moved-ws <mode>
#8 1.445                           how white spaces are ignored in --color-moved
#8 1.445 
#8 1.445 Other diff options
#8 1.445     --relative[=<prefix>]
#8 1.445                           when run from subdir, exclude changes outside and show relative paths
#8 1.445     -a, --text            treat all files as text
#8 1.445     -R                    swap two inputs, reverse the diff
#8 1.445     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 1.445     --quiet               disable all output of the program
#8 1.445     --ext-diff            allow an external diff helper to be executed
#8 1.445     --textconv            run external text conversion filters when comparing binary files
#8 1.445     --ignore-submodules[=<when>]
#8 1.445                           ignore changes to submodules in the diff generation
#8 1.445     --submodule[=<format>]
#8 1.445                           specify how differences in submodules are shown
#8 1.445     --ita-invisible-in-index
#8 1.445                           hide 'git add -N' entries from the index
#8 1.445     --ita-visible-in-index
#8 1.445                           treat 'git add -N' entries as real in the index
#8 1.445     -S <string>           look for differences that change the number of occurrences of the specified string
#8 1.445     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 1.445     --pickaxe-all         show all changes in the changeset with -S or -G
#8 1.445     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 1.445     -O <file>             control the order in which files appear in the output
#8 1.445     --rotate-to <path>    show the change in the specified path first
#8 1.445     --skip-to <path>      skip the output to the specified path
#8 1.445     --find-object <object-id>
#8 1.445                           look for differences that change the number of occurrences of the specified object
#8 1.445     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.445                           select files by diff type
#8 1.445     --output <file>       output to a specific file
#8 1.445 
#8 1.450 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.USB'
#8 1.450 To add an exception for this directory, call:
#8 1.450 
#8 1.450 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.USB
#8 1.456 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.USB'
#8 1.456 To add an exception for this directory, call:
#8 1.456 
#8 1.456 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.USB
#8 1.459 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.459 usage: git diff --no-index [<options>] <path> <path>
#8 1.459 
#8 1.459 Diff output format options
#8 1.459     -p, --patch           generate patch
#8 1.459     -s, --no-patch        suppress diff output
#8 1.459     -u                    generate patch
#8 1.459     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 1.459     -W, --function-context
#8 1.459                           generate diffs with <n> lines context
#8 1.459     --raw                 generate the diff in raw format
#8 1.459     --patch-with-raw      synonym for '-p --raw'
#8 1.459     --patch-with-stat     synonym for '-p --stat'
#8 1.459     --numstat             machine friendly --stat
#8 1.459     --shortstat           output only the last line of --stat
#8 1.459     -X, --dirstat[=<param1,param2>...]
#8 1.459                           output the distribution of relative amount of changes for each sub-directory
#8 1.459     --cumulative          synonym for --dirstat=cumulative
#8 1.459     --dirstat-by-file[=<param1,param2>...]
#8 1.459                           synonym for --dirstat=files,param1,param2...
#8 1.459     --check               warn if changes introduce conflict markers or whitespace errors
#8 1.459     --summary             condensed summary such as creations, renames and mode changes
#8 1.459     --name-only           show only names of changed files
#8 1.459     --name-status         show only names and status of changed files
#8 1.460     --stat[=<width>[,<name-width>[,<count>]]]
#8 1.460                           generate diffstat
#8 1.460     --stat-width <width>  generate diffstat with a given width
#8 1.460     --stat-name-width <width>
#8 1.460                           generate diffstat with a given name width
#8 1.460     --stat-graph-width <width>
#8 1.460                           generate diffstat with a given graph width
#8 1.460     --stat-count <count>  generate diffstat with limited lines
#8 1.460     --compact-summary     generate compact summary in diffstat
#8 1.460     --binary              output a binary diff that can be applied
#8 1.460     --full-index          show full pre- and post-image object names on the "index" lines
#8 1.460     --color[=<when>]      show colored diff
#8 1.460     --ws-error-highlight <kind>
#8 1.460                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.460     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.460     --abbrev[=<n>]        use <n> digits to display object names
#8 1.460     --src-prefix <prefix>
#8 1.460                           show the given source prefix instead of "a/"
#8 1.460     --dst-prefix <prefix>
#8 1.460                           show the given destination prefix instead of "b/"
#8 1.460     --line-prefix <prefix>
#8 1.460                           prepend an additional prefix to every line of output
#8 1.460     --no-prefix           do not show any source or destination prefix
#8 1.460     --inter-hunk-context <n>
#8 1.460                           show context between diff hunks up to the specified number of lines
#8 1.460     --output-indicator-new <char>
#8 1.460                           specify the character to indicate a new line instead of '+'
#8 1.460     --output-indicator-old <char>
#8 1.460                           specify the character to indicate an old line instead of '-'
#8 1.460     --output-indicator-context <char>
#8 1.460                           specify the character to indicate a context instead of ' '
#8 1.460 
#8 1.460 Diff rename options
#8 1.460     -B, --break-rewrites[=<n>[/<m>]]
#8 1.460                           break complete rewrite changes into pairs of delete and create
#8 1.460     -M, --find-renames[=<n>]
#8 1.460                           detect renames
#8 1.460     -D, --irreversible-delete
#8 1.460                           omit the preimage for deletes
#8 1.460     -C, --find-copies[=<n>]
#8 1.460                           detect copies
#8 1.460     --find-copies-harder  use unmodified files as source to find copies
#8 1.460     --no-renames          disable rename detection
#8 1.460     --rename-empty        use empty blobs as rename source
#8 1.460     --follow              continue listing the history of a file beyond renames
#8 1.460     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.460 
#8 1.460 Diff algorithm options
#8 1.460     --minimal             produce the smallest possible diff
#8 1.460     -w, --ignore-all-space
#8 1.460                           ignore whitespace when comparing lines
#8 1.460     -b, --ignore-space-change
#8 1.460                           ignore changes in amount of whitespace
#8 1.460     --ignore-space-at-eol
#8 1.460                           ignore changes in whitespace at EOL
#8 1.460     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 1.460     --ignore-blank-lines  ignore changes whose lines are all blank
#8 1.460     -I, --ignore-matching-lines <regex>
#8 1.460                           ignore changes whose all lines match <regex>
#8 1.460     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 1.460     --patience            generate diff using the "patience diff" algorithm
#8 1.460     --histogram           generate diff using the "histogram diff" algorithm
#8 1.460     --diff-algorithm <algorithm>
#8 1.460                           choose a diff algorithm
#8 1.460     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 1.460     --word-diff[=<mode>]  show word diff, using <mode> to delimit c
#8 1.460 [output clipped, log limit 200KiB/s reached]
#8 1.463 WARNING: titan.Libraries.TCCUsefulFunctions skipped because it contains uncommitted modifications!
#8 1.464 WARNING: titan.ProtocolEmulations.M3UA skipped because it contains uncommitted modifications!
#8 1.464 WARNING: titan.ProtocolEmulations.SCCP skipped because it contains uncommitted modifications!
#8 1.464 WARNING: titan.ProtocolModules.BSSAPP_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.465 WARNING: titan.ProtocolModules.DIAMETER_ProtocolModule_Generator skipped because it contains uncommitted modifications!
#8 1.466 WARNING: titan.ProtocolModules.DNS skipped because it contains uncommitted modifications!
#8 1.467 WARNING: titan.ProtocolModules.GRE skipped because it contains uncommitted modifications!
#8 1.467 WARNING: titan.ProtocolModules.GTP_v13.5.0 skipped because it contains uncommitted modifications!
#8 1.468 WARNING: titan.ProtocolModules.GTPv2_v13.7.0 skipped because it contains uncommitted modifications!
#8 1.468 WARNING: titan.ProtocolModules.ICMP skipped because it contains uncommitted modifications!
#8 1.469 WARNING: titan.ProtocolModules.ICMPv6 skipped because it contains uncommitted modifications!
#8 1.469 WARNING: titan.ProtocolModules.IP skipped because it contains uncommitted modifications!
#8 1.469 WARNING: titan.ProtocolModules.ISUP_Q.762 skipped because it contains uncommitted modifications!
#8 1.470 WARNING: titan.ProtocolModules.JSON_v07_2006 skipped because it contains uncommitted modifications!
#8 1.471 WARNING: titan.ProtocolModules.L2TP skipped because it contains uncommitted modifications!
#8 1.471 WARNING: titan.ProtocolModules.LLC_v7.1.0 skipped because it contains uncommitted modifications!
#8 1.472 WARNING: titan.ProtocolModules.M3UA skipped because it contains uncommitted modifications!
#8 1.472 WARNING: titan.ProtocolModules.MobileL3_v13.4.0 skipped because it contains uncommitted modifications!
#8 1.472 WARNING: titan.ProtocolModules.SMPP skipped because it contains uncommitted modifications!
#8 1.473 WARNING: titan.ProtocolModules.TCP skipped because it contains uncommitted modifications!
#8 1.473 WARNING: titan.ProtocolModules.UDP skipped because it contains uncommitted modifications!
#8 1.473 WARNING: titan.ProtocolModules.RTP skipped because it contains uncommitted modifications!
#8 1.474 WARNING: titan.ProtocolModules.M2PA skipped because it contains uncommitted modifications!
#8 1.474 WARNING: titan.ProtocolModules.ROSE skipped because it contains uncommitted modifications!
#8 1.475 WARNING: titan.ProtocolModules.SCTP skipped because it contains uncommitted modifications!
#8 1.475 WARNING: titan.ProtocolModules.SDP skipped because it contains uncommitted modifications!
#8 1.476 WARNING: titan.ProtocolModules.SUA skipped because it contains uncommitted modifications!
#8 1.476 WARNING: titan.ProtocolModules.NAS_EPS_15.2.0.1 skipped because it contains uncommitted modifications!
#8 1.477 WARNING: titan.ProtocolModules.SGsAP_13.2.0 skipped because it contains uncommitted modifications!
#8 1.477 WARNING: titan.ProtocolModules.NS_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.477 WARNING: titan.ProtocolModules.SNDCP_v7.0.0 skipped because it contains uncommitted modifications!
#8 1.478 WARNING: titan.ProtocolModules.PFCP_v15.1.0 skipped because it contains uncommitted modifications!
#8 1.479 WARNING: titan.TestPorts.Common_Components.Socket-API skipped because it contains uncommitted modifications!
#8 1.479 WARNING: titan.TestPorts.Common_Components.Abstract_Socket skipped because it contains uncommitted modifications!
#8 1.479 WARNING: titan.TestPorts.HTTPmsg skipped because it contains uncommitted modifications!
#8 1.479 WARNING: titan.TestPorts.IPL4asp skipped because it contains uncommitted modifications!
#8 1.480 WARNING: titan.TestPorts.LANL2asp skipped because it contains uncommitted modifications!
#8 1.480 WARNING: titan.TestPorts.PCAPasp skipped because it contains uncommitted modifications!
#8 1.480 WARNING: titan.TestPorts.PIPEasp skipped because it contains uncommitted modifications!
#8 1.481 WARNING: titan.TestPorts.SIPmsg skipped because it contains uncommitted modifications!
#8 1.481 WARNING: titan.TestPorts.TELNETasp skipped because it contains uncommitted modifications!
#8 1.481 WARNING: titan.TestPorts.TCPasp skipped because it contains uncommitted modifications!
#8 1.482 WARNING: titan.TestPorts.UDPasp skipped because it contains uncommitted modifications!
#8 1.482 WARNING: titan.TestPorts.UNIX_DOMAIN_SOCKETasp skipped because it contains uncommitted modifications!
#8 1.482 WARNING: titan.TestPorts.SCTPasp skipped because it contains uncommitted modifications!
#8 1.483 WARNING: titan.TestPorts.MTP3asp skipped because it contains uncommitted modifications!
#8 1.483 WARNING: titan.ProtocolModules.BSSGP_v13.0.0 skipped because it contains uncommitted modifications!
#8 1.484 WARNING: osmo-uecups skipped because it contains uncommitted modifications!
#8 1.484 WARNING: nas skipped because it contains uncommitted modifications!
#8 1.484 WARNING: titan.ProtocolModules.BSSMAP skipped because it contains uncommitted modifications!
#8 1.484 WARNING: titan.ProtocolModules.MAP skipped because it contains uncommitted modifications!
#8 1.485 WARNING: titan.TestPorts.AF_PACKET skipped because it contains uncommitted modifications!
#8 1.486 WARNING: titan.TestPorts.USB skipped because it contains uncommitted modifications!
#8 1.486 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps'
#8 1.487 touch .make.deps
#8 1.491 '/ttcn3-dumpcap-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh'
#8 1.493 '/ttcn3-tcpdump-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh'
#8 1.494 '/ttcn3-dumpcap-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh'
#8 1.495 '/ttcn3-tcpdump-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh'
#8 1.497 '/_scripts' -> '/osmo-ttcn3-hacks/_scripts'
#8 1.615 (cd bts && ./gen_links.sh && ./regen_makefile.sh)
#8 1.737 make -C _build/bts compile
#8 1.747 make[1]: Entering directory '/osmo-ttcn3-hacks/_build/bts'
#8 1.748   PP       IPA_Emulation.ttcn
#8 1.770   TTCN     *.ttcn *.asn
#8 2.241 touch compile
#8 2.241 make[1]: Leaving directory '/osmo-ttcn3-hacks/_build/bts'
#8 2.241 make -j20 -C _build/bts
#8 2.258 make[1]: Entering directory '/osmo-ttcn3-hacks/_build/bts'
#8 2.298   DEP      UD_PT.cc
#8 2.298   DEP      TRXC_CodecPort_CtrlFunctDef.cc
#8 2.298   DEP      TELNETasp_PT.cc
#8 2.298   DEP      TCCInterface.cc
#8 2.298   DEP      TCCConversion.cc
#8 2.298   DEP      RTP_EncDec.cc
#8 2.298   DEP      RTP_CodecPort_CtrlFunctDef.cc
#8 2.299   DEP      RLCMAC_EncDec.cc
#8 2.299   DEP      OSMUX_CodecPort_CtrlFunctDef.cc
#8 2.299   DEP      Native_FunctionDefs.cc
#8 2.299   DEP      L1CTL_PortType_CtrlFunctDef.cc
#8 2.299   DEP      IuUP_EncDec.cc
#8 2.299   DEP      IPL4asp_discovery.cc
#8 2.300   DEP      IPL4asp_PT.cc
#8 2.300   DEP      IPA_CodecPort_CtrlFunctDef.cc
#8 2.317   DEP      IPA_Emulation_part_7.cc
#8 2.318   DEP      IPA_Emulation_part_6.cc
#8 2.318   DEP      IPA_Emulation_part_5.cc
#8 2.318   DEP      IPA_Emulation_part_4.cc
#8 2.318   DEP      IPA_Emulation_part_3.cc
#8 2.326   DEP      IPA_Emulation_part_2.cc
#8 2.326   DEP      IPA_Emulation_part_1.cc
#8 2.327   DEP      IPA_Emulation.cc
#8 2.327   DEP      UD_Types_part_7.cc
#8 2.342   DEP      UD_Types_part_6.cc
#8 2.343   DEP      UD_Types_part_5.cc
#8 2.343   DEP      UD_Types_part_4.cc
#8 2.354   DEP      UD_Types_part_3.cc
#8 2.354   DEP      UD_Types_part_2.cc
#8 2.354   DEP      UD_Types_part_1.cc
#8 2.354   DEP      UD_PortType_part_7.cc
#8 2.354   DEP      UD_PortType_part_6.cc
#8 2.355   DEP      UD_PortType_part_5.cc
#8 2.355   DEP      UD_PortType_part_4.cc
#8 2.355   DEP      UD_PortType_part_3.cc
#8 2.357   DEP      UD_PortType_part_2.cc
#8 2.358   DEP      UD_PortType_part_1.cc
#8 2.359   DEP      TRXC_Types_part_7.cc
#8 2.360   DEP      TRXC_Types_part_6.cc
#8 2.360   DEP      TRXC_Types_part_5.cc
#8 2.360   DEP      TRXC_Types_part_4.cc
#8 2.361   DEP      TRXC_Types_part_3.cc
#8 2.361   DEP      TRXC_Types_part_2.cc
#8 2.364   DEP      TRXC_Types_part_1.cc
#8 2.364   DEP      TRXC_CodecPort_CtrlFunct_part_7.cc
#8 2.365   DEP      TRXC_CodecPort_CtrlFunct_part_6.cc
#8 2.366   DEP      TRXC_CodecPort_CtrlFunct_part_5.cc
#8 2.366   DEP      TRXC_CodecPort_CtrlFunct_part_4.cc
#8 2.367   DEP      TRXC_CodecPort_CtrlFunct_part_3.cc
#8 2.367   DEP      TRXC_CodecPort_CtrlFunct_part_2.cc
#8 2.367   DEP      TRXC_CodecPort_CtrlFunct_part_1.cc
#8 2.368   DEP      TRXC_CodecPort_part_7.cc
#8 2.368   DEP      TRXC_CodecPort_part_6.cc
#8 2.368   DEP      TRXC_CodecPort_part_5.cc
#8 2.371   DEP      TRXC_CodecPort_part_4.cc
#8 2.371   DEP      TRXC_CodecPort_part_3.cc
#8 2.374   DEP      TRXC_CodecPort_part_2.cc
#8 2.374   DEP      TRXC_CodecPort_part_1.cc
#8 2.375   DEP      TELNETasp_PortType_part_7.cc
#8 2.375   DEP      TELNETasp_PortType_part_6.cc
#8 2.375   DEP      TELNETasp_PortType_part_5.cc
#8 2.375   DEP      TELNETasp_PortType_part_4.cc
#8 2.375   DEP      TELNETasp_PortType_part_3.cc
#8 2.376   DEP      TELNETasp_PortType_part_2.cc
#8 2.378   DEP      TELNETasp_PortType_part_1.cc
#8 2.378   DEP      TCCInterface_Functions_part_7.cc
#8 2.378   DEP      TCCInterface_Functions_part_6.cc
#8 2.379   DEP      TCCInterface_Functions_part_5.cc
#8 2.379   DEP      TCCInterface_Functions_part_3.cc
#8 2.379   DEP      TCCInterface_Functions_part_4.cc
#8 2.382   DEP      TCCInterface_Functions_part_2.cc
#8 2.382   DEP      TCCInterface_Functions_part_1.cc
#8 2.382   DEP      TCCConversion_Functions_part_7.cc
#8 2.382   DEP      TCCConversion_Functions_part_6.cc
#8 2.383   DEP      TCCConversion_Functions_part_5.cc
#8 2.383   DEP      TCCConversion_Functions_part_4.cc
#8 2.383   DEP      TCCConversion_Functions_part_3.cc
#8 2.383   DEP      TCCConversion_Functions_part_2.cc
#8 2.383   DEP      TCCConversion_Functions_part_1.cc
#8 2.384   DEP      Socket_API_Definitions_part_7.cc
#8 2.384   DEP      Socket_API_Definitions_part_6.cc
#8 2.385   DEP      Socket_API_Definitions_part_5.cc
#8 2.385   DEP      Socket_API_Definitions_part_4.cc
#8 2.385   DEP      Socket_API_Definitions_part_3.cc
#8 2.385   DEP      Socket_API_Definitions_part_2.cc
#8 2.386   DEP      Socket_API_Definitions_part_1.cc
#8 2.387   DEP      RTP_Types_part_7.cc
#8 2.388   DEP      RTP_Types_part_6.cc
#8 2.389   DEP      RTP_Types_part_5.cc
#8 2.390   DEP      RTP_Types_part_4.cc
#8 2.390   DEP      RTP_Types_part_3.cc
#8 2.390   DEP      RTP_Types_part_2.cc
#8 2.390   DEP      RTP_Types_part_1.cc
#8 2.392   DEP      RTP_Emulation_part_6.cc
#8 2.392   DEP      RTP_Emulation_part_7.cc
#8 2.393   DEP      RTP_Emulation_part_5.cc
#8 2.393   DEP      RTP_Emulation_part_4.cc
#8 2.393   DEP      RTP_Emulation_part_2.cc
#8 2.393   DEP      RTP_Emulation_part_3.cc
#8 2.394   DEP      RTP_Emulation_part_1.cc
#8 2.394   DEP      RTP_CodecPort_CtrlFunct_part_7.cc
#8 2.397   DEP      RTP_CodecPort_CtrlFunct_part_6.cc
#8 2.398   DEP      RTP_CodecPort_CtrlFunct_part_5.cc
#8 2.398   DEP      RTP_CodecPort_CtrlFunct_part_4.cc
#8 2.398   DEP      RTP_CodecPort_CtrlFunct_part_3.cc
#8 2.399   DEP      RTP_CodecPort_CtrlFunct_part_2.cc
#8 2.399   DEP      RTP_CodecPort_CtrlFunct_part_1.cc
#8 2.399   DEP      RTP_CodecPort_part_7.cc
#8 2.399   DEP      RTP_CodecPort_part_6.cc
#8 2.399   DEP      RTP_CodecPort_part_5.cc
#8 2.400   DEP      RTP_CodecPort_part_4.cc
#8 2.400   DEP      RTP_CodecPort_part_3.cc
#8 2.405   DEP      RTP_CodecPort_part_2.cc
#8 2.405   DEP      RTP_CodecPort_part_1.cc
#8 2.405   DEP      RSL_Types_part_7.cc
#8 2.406   DEP      RSL_Types_part_6.cc
#8 2.406   DEP      RSL_Types_part_5.cc
#8 2.406   DEP      RSL_Types_part_4.cc
#8 2.406   DEP      RSL_Types_part_3.cc
#8 2.407   DEP      RSL_Types_part_1.cc
#8 2.407   DEP      RSL_Emulation_part_7.cc
#8 2.407   DEP      RSL_Types_part_2.cc
#8 2.407   DEP      RSL_Emulation_part_6.cc
#8 2.408   DEP      RSL_Emulation_part_5.cc
#8 2.408   DEP      RSL_Emulation_part_4.cc
#8 2.409   DEP      RSL_Emulation_part_3.cc
#8 2.409   DEP      RSL_Emulation_part_2.cc
#8 2.412   DEP      RSL_Emulation_part_1.cc
#8 2.413   DEP      RLCMAC_Types_part_7.cc
#8 2.413   DEP      RLCMAC_Types_part_6.cc
#8 2.413   DEP      RLCMAC_Types_part_5.cc
#8 2.413   DEP      RLCMAC_Types_part_4.cc
#8 2.414   DEP      RLCMAC_Types_part_3.cc
#8 2.414   DEP      RLCMAC_Types_part_2.cc
#8 2.414   DEP      RLCMAC_Types_part_1.cc
#8 2.415   DEP      RLCMAC_Templates_part_7.cc
#8 2.415   DEP      RLCMAC_Templates_part_6.cc
#8 2.417   DEP      RLCMAC_Templates_part_5.cc
#8 2.417   DEP      RLCMAC_Templates_part_4.cc
#8 2.419   DEP      RLCMAC_Templates_part_3.cc
#8 2.419   DEP      RLCMAC_Templates_part_2.cc
#8 2.420   DEP      RLCMAC_Templates_part_1.cc
#8 2.420   DEP      RLCMAC_CSN1_Types_part_6.cc
#8 2.420   DEP      RLCMAC_CSN1_Types_part_7.cc
#8 2.421   DEP      RLCMAC_CSN1_Types_part_5.cc
#8 2.421   DEP      RLCMAC_CSN1_Types_part_4.cc
#8 2.423   DEP      RLCMAC_CSN1_Types_part_3.cc
#8 2.423   DEP      RLCMAC_CSN1_Types_part_2.cc
#8 2.423   DEP      RLCMAC_CSN1_Types_part_1.cc
#8 2.424   DEP      RLCMAC_CSN1_Templates_part_7.cc
#8 2.426   DEP      RLCMAC_CSN1_Templates_part_6.cc
#8 2.426   DEP      RLCMAC_CSN1_Templates_part_5.cc
#8 2.426   DEP      RLCMAC_CSN1_Templates_part_4.cc
#8 2.431   DEP      RLCMAC_CSN1_Templates_part_3.cc
#8 2.431   DEP      RLCMAC_CSN1_Templates_part_1.cc
#8 2.431   DEP      RLCMAC_CSN1_Templates_part_2.cc
#8 2.431   DEP      PCUIF_Types_part_7.cc
#8 2.431   DEP      PCUIF_Types_part_6.cc
#8 2.432   DEP      PCUIF_Types_part_5.cc
#8 2.432   DEP      PCUIF_Types_part_4.cc
#8 2.437   DEP      PCUIF_Types_part_3.cc
#8 2.437   DEP      PCUIF_Types_part_2.cc
#8 2.438   DEP      PCUIF_Types_part_1.cc
#8 2.438   DEP      PCUIF_CodecPort_part_7.cc
#8 2.438   DEP      PCUIF_CodecPort_part_6.cc
#8 2.439   DEP      PCUIF_CodecPort_part_5.cc
#8 2.439   DEP      PCUIF_CodecPort_part_4.cc
#8 2.444   DEP      PCUIF_CodecPort_part_3.cc
#8 2.444   DEP      PCUIF_CodecPort_part_2.cc
#8 2.444   DEP      PCUIF_CodecPort_part_1.cc
#8 2.444   DEP      Osmocom_VTY_Functions_part_7.cc
#8 2.445   DEP      Osmocom_VTY_Functions_part_6.cc
#8 2.446   DEP      Osmocom_VTY_Functions_part_5.cc
#8 2.447   DEP      Osmocom_VTY_Functions_part_4.cc
#8 2.451   DEP      Osmocom_VTY_Functions_part_3.cc
#8 2.451   DEP      Osmocom_VTY_Functions_part_2.cc
#8 2.466   DEP      Osmocom_VTY_Functions_part_1.cc
#8 2.467   DEP      Osmocom_Types_part_7.cc
#8 2.467   DEP      Osmocom_Types_part_6.cc
#8 2.467   DEP      Osmocom_Types_part_5.cc
#8 2.467   DEP      Osmocom_Types_part_4.cc
#8 2.468   DEP      Osmocom_Types_part_3.cc
#8 2.468   DEP      Osmocom_Types_part_2.cc
#8 2.468   DEP      Osmocom_Types_part_1.cc
#8 2.471   DEP      Osmocom_CTRL_Types_part_7.cc
#8 2.474   DEP      Osmocom_CTRL_Types_part_6.cc
#8 2.474   DEP      Osmocom_CTRL_Types_part_5.cc
#8 2.474   DEP      Osmocom_CTRL_Types_part_4.cc
#8 2.475   DEP      Osmocom_CTRL_Types_part_3.cc
#8 2.478   DEP      Osmocom_CTRL_Types_part_2.cc
#8 2.478   DEP      Osmocom_CTRL_Types_part_1.cc
#8 2.480   DEP      Osmocom_CTRL_Functions_part_7.cc
#8 2.481   DEP      Osmocom_CTRL_Functions_part_6.cc
#8 2.481   DEP      Osmocom_CTRL_Functions_part_5.cc
#8 2.481   DEP      Osmocom_CTRL_Functions_part_4.cc
#8 2.484   DEP      Osmocom_CTRL_Functions_part_3.cc
#8 2.484   DEP      Osmocom_CTRL_Functions_part_2.cc
#8 2.484   DEP      Osmocom_CTRL_Functions_part_1.cc
#8 2.485   DEP      Osmocom_CTRL_Adapter_part_7.cc
#8 2.488   DEP      Osmocom_CTRL_Adapter_part_6.cc
#8 2.488   DEP      Osmocom_CTRL_Adapter_part_4.cc
#8 2.489   DEP      Osmocom_CTRL_Adapter_part_5.cc
#8 2.489   DEP      Osmocom_CTRL_Adapter_part_3.cc
#8 2.492   DEP      Osmocom_CTRL_Adapter_part_1.cc
#8 2.492   DEP      Osmocom_CTRL_Adapter_part_2.cc
#8 2.492   DEP      OSMUX_Types_part_7.cc
#8 2.493   DEP      OSMUX_Types_part_6.cc
#8 2.495   DEP      OSMUX_Types_part_5.cc
#8 2.495   DEP      OSMUX_Types_part_4.cc
#8 2.496   DEP      OSMUX_Types_part_3.cc
#8 2.497   DEP      OSMUX_Types_part_2.cc
#8 2.498   DEP      OSMUX_Types_part_1.cc
#8 2.499   DEP      OSMUX_Emulation_part_7.cc
#8 2.500   DEP      OSMUX_Emulation_part_6.cc
#8 2.500   DEP      OSMUX_Emulation_part_5.cc
#8 2.500   DEP      OSMUX_Emulation_part_4.cc
#8 2.503   DEP      OSMUX_Emulation_part_3.cc
#8 2.505   DEP      OSMUX_Emulation_part_2.cc
#8 2.505   DEP      OSMUX_Emulation_part_1.cc
#8 2.505   DEP      OSMUX_CodecPort_CtrlFunct_part_7.cc
#8 2.508   DEP      OSMUX_CodecPort_CtrlFunct_part_6.cc
#8 2.508   DEP      OSMUX_CodecPort_CtrlFunct_part_5.cc
#8 2.508   DEP      OSMUX_CodecPort_CtrlFunct_part_4.cc
#8 2.508   DEP      OSMUX_CodecPort_CtrlFunct_part_3.cc
#8 2.509   DEP      OSMUX_CodecPort_CtrlFunct_part_2.cc
#8 2.509   DEP      OSMUX_CodecPort_CtrlFunct_part_1.cc
#8 2.512   DEP      OSMUX_CodecPort_part_6.cc
#8 2.512   DEP      OSMUX_CodecPort_part_7.cc
#8 2.513   DEP      OSMUX_CodecPort_part_5.cc
#8 2.513   DEP      OSMUX_CodecPort_part_3.cc
#8 2.513   DEP      OSMUX_CodecPort_part_4.cc
#8 2.516   DEP      OSMUX_CodecPort_part_2.cc
#8 2.516   DEP      OSMUX_CodecPort_part_1.cc
#8 2.516   DEP      Native_Functions_part_7.cc
#8 2.518   DEP      Native_Functions_part_6.cc
#8 2.520   DEP      Native_Functions_part_5.cc
#8 2.520   DEP      Native_Functions_part_4.cc
#8 2.520   DEP      Native_Functions_part_3.cc
#8 2.521   DEP      Native_Functions_part_2.cc
#8 2.522   DEP      Native_Functions_part_1.cc
#8 2.522   DEP      MobileL3_Types_part_7.cc
#8 2.523   DEP      MobileL3_Types_part_6.cc
#8 2.524   DEP      MobileL3_Types_part_5.cc
#8 2.524   DEP      MobileL3_Types_part_4.cc
#8 2.525   DEP      MobileL3_Types_part_3.cc
#8 2.527   DEP      MobileL3_Types_part_2.cc
#8 2.528   DEP      MobileL3_Types_part_1.cc
#8 2.528   DEP      MobileL3_SS_Types_part_7.cc
#8 2.529   DEP      MobileL3_SS_Types_part_6.cc
#8 2.530   DEP      MobileL3_SS_Types_part_5.cc
#8 2.530   DEP      MobileL3_SS_Types_part_4.cc
#8 2.531   DEP      MobileL3_SS_Types_part_3.cc
#8 2.531   DEP      MobileL3_SS_Types_part_2.cc
#8 2.532   DEP      MobileL3_SS_Types_part_1.cc
#8 2.532   DEP      MobileL3_SMS_Types_part_7.cc
#8 2.532   DEP      MobileL3_SMS_Types_part_6.cc
#8 2.535   DEP      MobileL3_SMS_Types_part_5.cc
#8 2.536   DEP      MobileL3_SMS_Types_part_4.cc
#8 2.536   DEP      MobileL3_SMS_Types_part_3.cc
#8 2.536   DEP      MobileL3_SMS_Types_part_2.cc
#8 2.537   DEP      MobileL3_SMS_Types_part_1.cc
#8 2.543   DEP      MobileL3_RRM_Types_part_7.cc
#8 2.543   DEP      MobileL3_RRM_Types_part_6.cc
#8 2.543   DEP      MobileL3_RRM_Types_part_5.cc
#8 2.543   DEP      MobileL3_RRM_Types_part_4.cc
#8 2.543   DEP      MobileL3_RRM_Types_part_3.cc
#8 2.543   DEP      MobileL3_RRM_Types_part_2.cc
#8 2.544   DEP      MobileL3_RRM_Types_part_1.cc
#8 2.544   DEP      MobileL3_MM_Types_part_7.cc
#8 2.545   DEP      MobileL3_MM_Types_part_6.cc
#8 2.545   DEP      MobileL3_MM_Types_part_5.cc
#8 2.546   DEP      MobileL3_MM_Types_part_4.cc
#8 2.551   DEP      MobileL3_MM_Types_part_3.cc
#8 2.551   DEP      MobileL3_MM_Types_part_2.cc
#8 2.552   DEP      MobileL3_MM_Types_part_1.cc
#8 2.552   DEP      MobileL3_GMM_SM_Types_part_7.cc
#8 2.554   DEP      MobileL3_GMM_SM_Types_part_6.cc
#8 2.554   DEP      MobileL3_GMM_SM_Types_part_5.cc
#8 2.558   DEP      MobileL3_GMM_SM_Types_part_4.cc
#8 2.571   DEP      MobileL3_GMM_SM_Types_part_3.cc
#8 2.571   DEP      MobileL3_GMM_SM_Types_part_2.cc
#8 2.571   DEP      MobileL3_GMM_SM_Types_part_1.cc
#8 2.582   DEP      MobileL3_CommonIE_Types_part_7.cc
#8 2.583   DEP      MobileL3_CommonIE_Types_part_6.cc
#8 2.583   DEP      MobileL3_CommonIE_Types_part_5.cc
#8 2.591   DEP      MobileL3_CommonIE_Types_part_4.cc
#8 2.591   DEP      MobileL3_CommonIE_Types_part_3.cc
#8 2.596   DEP      MobileL3_CommonIE_Types_part_2.cc
#8 2.598   DEP      MobileL3_CommonIE_Types_part_1.cc
#8 2.600   DEP      MobileL3_CC_Types_part_7.cc
#8 2.602   DEP      MobileL3_CC_Types_part_6.cc
#8 2.604   DEP      MobileL3_CC_Types_part_5.cc
#8 2.607   DEP      MobileL3_CC_Types_part_4.cc
#8 2.608   DEP      MobileL3_CC_Types_part_3.cc
#8 2.611   DEP      MobileL3_CC_Types_part_2.cc
#8 2.620   DEP      MobileL3_CC_Types_part_1.cc
#8 2.631   DEP      Misc_Helpers_part_7.cc
#8 2.633   DEP      Misc_Helpers_part_6.cc
#8 2.640   DEP      Misc_Helpers_part_5.cc
#8 2.643   DEP      Misc_Helpers_part_4.cc
#8 2.659   DEP      Misc_Helpers_part_3.cc
#8 2.662   DEP      Misc_Helpers_part_2.cc
#8 2.668   DEP      Misc_Helpers_part_1.cc
#8 2.668   DEP      LAPDm_Types_part_7.cc
#8 2.670   DEP      LAPDm_Types_part_6.cc
#8 2.672   DEP      LAPDm_Types_part_5.cc
#8 2.673   DEP      LAPDm_Types_part_4.cc
#8 2.673   DEP      LAPDm_Types_part_3.cc
#8 2.674   DEP      LAPDm_Types_part_2.cc
#8 2.674   DEP      LAPDm_Types_part_1.cc
#8 2.674   DEP      LAPDm_RAW_PT_part_7.cc
#8 2.678   DEP      LAPDm_RAW_PT_part_6.cc
#8 2.679   DEP      LAPDm_RAW_PT_part_5.cc
#8 2.680   DEP      LAPDm_RAW_PT_part_4.cc
#8 2.680   DEP      LAPDm_RAW_PT_part_3.cc
#8 2.681   DEP      LAPDm_RAW_PT_part_2.cc
#8 2.682   DEP      LAPDm_RAW_PT_part_1.cc
#8 2.685   DEP      L3_Templates_part_7.cc
#8 2.686   DEP      L3_Templates_part_6.cc
#8 2.686   DEP      L3_Templates_part_5.cc
#8 2.686   DEP      L3_Templates_part_4.cc
#8 2.687   DEP      L3_Templates_part_3.cc
#8 2.688   DEP      L3_Templates_part_2.cc
#8 2.688   DEP      L3_Templates_part_1.cc
#8 2.688   DEP      L3_Common_part_7.cc
#8 2.692   DEP      L3_Common_part_6.cc
#8 2.693   DEP      L3_Common_part_5.cc
#8 2.693   DEP      L3_Common_part_4.cc
#8 2.694   DEP      L3_Common_part_3.cc
#8 2.694   DEP      L3_Common_part_2.cc
#8 2.695   DEP      L1CTL_Types_part_7.cc
#8 2.695   DEP      L1CTL_Types_part_6.cc
#8 2.695   DEP      L3_Common_part_1.cc
#8 2.696   DEP      L1CTL_Types_part_4.cc
#8 2.696   DEP      L1CTL_Types_part_5.cc
#8 2.697   DEP      L1CTL_Types_part_2.cc
#8 2.697   DEP      L1CTL_Types_part_3.cc
#8 2.698   DEP      L1CTL_Types_part_1.cc
#8 2.701   DEP      L1CTL_PortType_CtrlFunct_part_6.cc
#8 2.701   DEP      L1CTL_PortType_CtrlFunct_part_7.cc
#8 2.701   DEP      L1CTL_PortType_CtrlFunct_part_5.cc
#8 2.701   DEP      L1CTL_PortType_CtrlFunct_part_4.cc
#8 2.701   DEP      L1CTL_PortType_CtrlFunct_part_3.cc
#8 2.702   DEP      L1CTL_PortType_CtrlFunct_part_2.cc
#8 2.702   DEP      L1CTL_PortType_CtrlFunct_part_1.cc
#8 2.703   DEP      L1CTL_PortType_part_7.cc
#8 2.703   DEP      L1CTL_PortType_part_6.cc
#8 2.704   DEP      L1CTL_PortType_part_4.cc
#8 2.704   DEP      L1CTL_PortType_part_5.cc
#8 2.705   DEP      L1CTL_PortType_part_3.cc
#8 2.707   DEP      L1CTL_PortType_part_2.cc
#8 2.707   DEP      L1CTL_PortType_part_1.cc
#8 2.708   DEP      IuUP_Types_part_7.cc
#8 2.709   DEP      IuUP_Types_part_6.cc
#8 2.709   DEP      IuUP_Types_part_5.cc
#8 2.710   DEP      IuUP_Types_part_4.cc
#8 2.710   DEP      IuUP_Types_part_3.cc
#8 2.713   DEP      IuUP_Types_part_2.cc
#8 2.714   DEP      IuUP_Types_part_1.cc
#8 2.714   DEP      IuUP_Emulation_part_7.cc
#8 2.714   DEP      IuUP_Emulation_part_6.cc
#8 2.715   DEP      IuUP_Emulation_part_4.cc
#8 2.715   DEP      IuUP_Emulation_part_5.cc
#8 2.716   DEP      IuUP_Emulation_part_2.cc
#8 2.716   DEP      IuUP_Emulation_part_3.cc
#8 2.716   DEP      IuUP_Emulation_part_1.cc
#8 2.717   DEP      IPL4asp_Types_part_7.cc
#8 2.717   DEP      IPL4asp_Types_part_6.cc
#8 2.717   DEP      IPL4asp_Types_part_5.cc
#8 2.718   DEP      IPL4asp_Types_part_4.cc
#8 2.718   DEP      IPL4asp_Types_part_2.cc
#8 2.718   DEP      IPL4asp_Types_part_3.cc
#8 2.718   DEP      IPL4asp_Types_part_1.cc
#8 2.719   DEP      IPL4asp_PortType_part_7.cc
#8 2.720   DEP      IPL4asp_PortType_part_6.cc
#8 2.721   DEP      IPL4asp_PortType_part_5.cc
#8 2.724   DEP      IPL4asp_PortType_part_4.cc
#8 2.724   DEP      IPL4asp_PortType_part_3.cc
#8 2.724   DEP      IPL4asp_PortType_part_2.cc
#8 2.725   DEP      IPL4asp_PortType_part_1.cc
#8 2.725   DEP      IPL4asp_Functions_part_7.cc
#8 2.725   DEP      IPL4asp_Functions_part_6.cc
#8 2.725   DEP      IPL4asp_Functions_part_4.cc
#8 2.725   DEP      IPL4asp_Functions_part_5.cc
#8 2.726   DEP      IPL4asp_Functions_part_3.cc
#8 2.726   DEP      IPL4asp_Functions_part_2.cc
#8 2.726   DEP      IPL4asp_Functions_part_1.cc
#8 2.727   DEP      IPA_Types_part_7.cc
#8 2.728   DEP      IPA_Types_part_6.cc
#8 2.729   DEP      IPA_Types_part_4.cc
#8 2.729   DEP      IPA_Types_part_5.cc
#8 2.729   DEP      IPA_Types_part_3.cc
#8 2.731   DEP      IPA_Types_part_2.cc
#8 2.732   DEP      IPA_Types_part_1.cc
#8 2.732   DEP      IPA_Testing_part_7.cc
#8 2.732   DEP      IPA_Testing_part_6.cc
#8 2.733   DEP      IPA_Testing_part_5.cc
#8 2.733   DEP      IPA_Testing_part_4.cc
#8 2.733   DEP      IPA_Testing_part_3.cc
#8 2.734   DEP      IPA_Testing_part_2.cc
#8 2.734   DEP      IPA_Testing_part_1.cc
#8 2.736   DEP      IPA_CodecPort_CtrlFunct_part_7.cc
#8 2.736   DEP      IPA_CodecPort_CtrlFunct_part_6.cc
#8 2.736   DEP      IPA_CodecPort_CtrlFunct_part_4.cc
#8 2.736   DEP      IPA_CodecPort_CtrlFunct_part_3.cc
#8 2.737   DEP      IPA_CodecPort_CtrlFunct_part_5.cc
#8 2.737   DEP      IPA_CodecPort_CtrlFunct_part_2.cc
#8 2.737   DEP      IPA_CodecPort_CtrlFunct_part_1.cc
#8 2.738   DEP      IPA_CodecPort_part_7.cc
#8 2.739   DEP      IPA_CodecPort_part_6.cc
#8 2.739   DEP      IPA_CodecPort_part_5.cc
#8 2.739   DEP      IPA_CodecPort_part_4.cc
#8 2.740   DEP      IPA_CodecPort_part_3.cc
#8 2.740   DEP      IPA_CodecPort_part_2.cc
#8 2.740   DEP      IPA_CodecPort_part_1.cc
#8 2.743   DEP      General_Types_part_7.cc
#8 2.743   DEP      General_Types_part_6.cc
#8 2.744   DEP      General_Types_part_4.cc
#8 2.744   DEP      General_Types_part_5.cc
#8 2.744   DEP      General_Types_part_2.cc
#8 2.744   DEP      General_Types_part_1.cc
#8 2.744   DEP      General_Types_part_3.cc
#8 2.745   DEP      GSM_Types_part_7.cc
#8 2.745   DEP      GSM_Types_part_6.cc
#8 2.746   DEP      GSM_Types_part_5.cc
#8 2.746   DEP      GSM_Types_part_4.cc
#8 2.747   DEP      GSM_Types_part_3.cc
#8 2.747   DEP      GSM_Types_part_2.cc
#8 2.747   DEP      GSM_Types_part_1.cc
#8 2.748   DEP      GSM_SystemInformation_part_7.cc
#8 2.750   DEP      GSM_SystemInformation_part_6.cc
#8 2.750   DEP      GSM_SystemInformation_part_5.cc
#8 2.750   DEP      GSM_SystemInformation_part_4.cc
#8 2.751   DEP      GSM_SystemInformation_part_3.cc
#8 2.752   DEP      GSM_SystemInformation_part_2.cc
#8 2.752   DEP      GSM_SystemInformation_part_1.cc
#8 2.752   DEP      GSM_RestOctets_part_7.cc
#8 2.752   DEP      GSM_RestOctets_part_6.cc
#8 2.752   DEP      GSM_RestOctets_part_5.cc
#8 2.753   DEP      GSM_RestOctets_part_4.cc
#8 2.756   DEP      GSM_RestOctets_part_3.cc
#8 2.756   DEP      GSM_RestOctets_part_2.cc
#8 2.756   DEP      GSM_RestOctets_part_1.cc
#8 2.757   DEP      GSM_RR_Types_part_7.cc
#8 2.757   DEP      GSM_RR_Types_part_6.cc
#8 2.757   DEP      GSM_RR_Types_part_5.cc
#8 2.757   DEP      GSM_RR_Types_part_4.cc
#8 2.758   DEP      GSM_RR_Types_part_3.cc
#8 2.758   DEP      GSM_RR_Types_part_2.cc
#8 2.758   DEP      GSM_RR_Types_part_1.cc
#8 2.758   DEP      BTS_Tests_perf_part_7.cc
#8 2.760   DEP      BTS_Tests_perf_part_6.cc
#8 2.761   DEP      BTS_Tests_perf_part_5.cc
#8 2.761   DEP      BTS_Tests_perf_part_4.cc
#8 2.761   DEP      BTS_Tests_perf_part_3.cc
#8 2.763   DEP      BTS_Tests_perf_part_2.cc
#8 2.764   DEP      BTS_Tests_perf_part_1.cc
#8 2.764   DEP      BTS_Tests_VAMOS_part_7.cc
#8 2.764   DEP      BTS_Tests_VAMOS_part_6.cc
#8 2.764   DEP      BTS_Tests_VAMOS_part_5.cc
#8 2.765   DEP      BTS_Tests_VAMOS_part_3.cc
#8 2.765   DEP      BTS_Tests_VAMOS_part_4.cc
#8 2.765   DEP      BTS_Tests_VAMOS_part_2.cc
#8 2.767   DEP      BTS_Tests_VAMOS_part_1.cc
#8 2.768   DEP      BTS_Tests_SMSCB_part_7.cc
#8 2.768   DEP      BTS_Tests_SMSCB_part_6.cc
#8 2.768   DEP      BTS_Tests_SMSCB_part_5.cc
#8 2.770   DEP      BTS_Tests_SMSCB_part_4.cc
#8 2.771   DEP      BTS_Tests_SMSCB_part_3.cc
#8 2.771   DEP      BTS_Tests_SMSCB_part_2.cc
#8 2.777   DEP      BTS_Tests_SMSCB_part_1.cc
#8 2.777   DEP      BTS_Tests_OML_part_7.cc
#8 2.777   DEP      BTS_Tests_OML_part_6.cc
#8 2.777   DEP      BTS_Tests_OML_part_5.cc
#8 2.777   DEP      BTS_Tests_OML_part_4.cc
#8 2.778   DEP      BTS_Tests_OML_part_3.cc
#8 2.778   DEP      BTS_Tests_OML_part_2.cc
#8 2.778   DEP      BTS_Tests_OML_part_1.cc
#8 2.778   DEP      BTS_Tests_LAPDm_part_7.cc
#8 2.778   DEP      BTS_Tests_LAPDm_part_6.cc
#8 2.779   DEP      BTS_Tests_LAPDm_part_4.cc
#8 2.779   DEP      BTS_Tests_LAPDm_part_5.cc
#8 2.779   DEP      BTS_Tests_LAPDm_part_2.cc
#8 2.780   DEP      BTS_Tests_LAPDm_part_3.cc
#8 2.784   DEP      BTS_Tests_ASCI_part_7.cc
#8 2.784   DEP      BTS_Tests_ASCI_part_6.cc
#8 2.784   DEP      BTS_Tests_LAPDm_part_1.cc
#8 2.784   DEP      BTS_Tests_ASCI_part_5.cc
#8 2.784   DEP      BTS_Tests_ASCI_part_4.cc
#8 2.785   DEP      BTS_Tests_ASCI_part_3.cc
#8 2.790   DEP      BTS_Tests_ASCI_part_2.cc
#8 2.790   DEP      BTS_Tests_ASCI_part_1.cc
#8 2.790   DEP      BTS_Tests_part_7.cc
#8 2.790   DEP      BTS_Tests_part_6.cc
#8 2.791   DEP      BTS_Tests_part_5.cc
#8 2.791   DEP      BTS_Tests_part_4.cc
#8 2.791   DEP      BTS_Tests_part_3.cc
#8 2.791   DEP      BTS_Tests_part_2.cc
#8 2.791   DEP      BTS_Tests_part_1.cc
#8 2.791   DEP      AbisOML_Types_part_7.cc
#8 2.792   DEP      AbisOML_Types_part_5.cc
#8 2.792   DEP      AbisOML_Types_part_6.cc
#8 2.793   DEP      AbisOML_Types_part_4.cc
#8 2.797   DEP      AbisOML_Types_part_3.cc
#8 2.797   DEP      AbisOML_Types_part_2.cc
#8 2.797   DEP      AbisOML_Types_part_1.cc
#8 2.798   DEP      AMR_Types_part_6.cc
#8 2.798   DEP      AMR_Types_part_7.cc
#8 2.798   DEP      AMR_Types_part_5.cc
#8 2.798   DEP      AMR_Types_part_4.cc
#8 2.799   DEP      AMR_Types_part_3.cc
#8 2.799   DEP      AMR_Types_part_2.cc
#8 2.800   DEP      AMR_Types_part_1.cc
#8 2.800   DEP      UD_Types.cc
#8 2.801   DEP      UD_PortType.cc
#8 2.804   DEP      TRXC_Types.cc
#8 2.805   DEP      TRXC_CodecPort_CtrlFunct.cc
#8 2.805   DEP      TRXC_CodecPort.cc
#8 2.805   DEP      TELNETasp_PortType.cc
#8 2.806   DEP      TCCInterface_Functions.cc
#8 2.807   DEP      TCCConversion_Functions.cc
#8 2.807   DEP      Socket_API_Definitions.cc
#8 2.808   DEP      RTP_Types.cc
#8 2.810   DEP      RTP_Emulation.cc
#8 2.811   DEP      RTP_CodecPort_CtrlFunct.cc
#8 2.860   DEP      RTP_CodecPort.cc
#8 2.863   DEP      RSL_Types.cc
#8 2.865   DEP      RSL_Emulation.cc
#8 2.868   DEP      RLCMAC_Types.cc
#8 2.868   DEP      RLCMAC_Templates.cc
#8 2.870   DEP      RLCMAC_CSN1_Types.cc
#8 2.873   DEP      RLCMAC_CSN1_Templates.cc
#8 2.874   DEP      PCUIF_Types.cc
#8 2.878   DEP      PCUIF_CodecPort.cc
#8 2.883   DEP      Osmocom_VTY_Functions.cc
#8 2.886   DEP      Osmocom_Types.cc
#8 2.886   DEP      Osmocom_CTRL_Types.cc
#8 2.896   DEP      Osmocom_CTRL_Functions.cc
#8 2.903   DEP      Osmocom_CTRL_Adapter.cc
#8 2.904   DEP      OSMUX_Types.cc
#8 2.931   DEP      OSMUX_Emulation.cc
#8 2.938   DEP      OSMUX_CodecPort.cc
#8 2.938   DEP      OSMUX_CodecPort_CtrlFunct.cc
#8 2.938   DEP      Native_Functions.cc
#8 2.950   DEP      MobileL3_Types.cc
#8 2.959   DEP      MobileL3_SS_Types.cc
#8 2.960   DEP      MobileL3_SMS_Types.cc
#8 2.969   DEP      MobileL3_RRM_Types.cc
#8 2.969   DEP      MobileL3_MM_Types.cc
#8 2.979   DEP      MobileL3_GMM_SM_Types.cc
#8 2.985   DEP      MobileL3_CommonIE_Types.cc
#8 3.002   DEP      MobileL3_CC_Types.cc
#8 3.011   DEP      Misc_Helpers.cc
#8 3.012   DEP      LAPDm_Types.cc
#8 3.016   DEP      LAPDm_RAW_PT.cc
#8 3.019   DEP      L3_Templates.cc
#8 3.020   DEP      L3_Common.cc
#8 3.025   DEP      L1CTL_Types.cc
#8 3.033   DEP      L1CTL_PortType_CtrlFunct.cc
#8 3.038   DEP      L1CTL_PortType.cc
#8 3.047   DEP      IuUP_Types.cc
#8 3.057   DEP      IuUP_Emulation.cc
#8 3.071   DEP      IPL4asp_Types.cc
#8 3.072   DEP      IPL4asp_PortType.cc
#8 3.092   DEP      IPL4asp_Functions.cc
#8 3.100   DEP      IPA_Types.cc
#8 3.105   DEP      IPA_Testing.cc
#8 3.109   DEP      IPA_CodecPort_CtrlFunct.cc
#8 3.124   DEP      IPA_CodecPort.cc
#8 3.124   DEP      General_Types.cc
#8 3.140   DEP      GSM_Types.cc
#8 3.142   DEP      GSM_SystemInformation.cc
#8 3.144   DEP      GSM_RestOctets.cc
#8 3.156   DEP      GSM_RR_Types.cc
#8 3.168   DEP      BTS_Tests_perf.cc
#8 3.168   DEP      BTS_Tests_VAMOS.cc
#8 3.181   DEP      BTS_Tests_SMSCB.cc
#8 3.181   DEP      BTS_Tests_OML.cc
#8 3.199   DEP      BTS_Tests_LAPDm.cc
#8 3.204   DEP      BTS_Tests_ASCI.cc
#8 3.215   DEP      BTS_Tests.cc
#8 3.237   DEP      AbisOML_Types.cc
#8 3.279   DEP      AMR_Types.cc
#8 3.967   CC       AMR_Types.o
#8 3.967   CC       AbisOML_Types.o
#8 3.967   CC       BTS_Tests.o
#8 3.967   CC       BTS_Tests_ASCI.o
#8 3.967   CC       BTS_Tests_LAPDm.o
#8 3.968   CC       BTS_Tests_OML.o
#8 3.968   CC       BTS_Tests_SMSCB.o
#8 3.968   CC       BTS_Tests_VAMOS.o
#8 3.969   CC       BTS_Tests_perf.o
#8 3.969   CC       GSM_RR_Types.o
#8 3.969   CC       GSM_RestOctets.o
#8 3.970   CC       GSM_SystemInformation.o
#8 3.970   CC       GSM_Types.o
#8 3.970   CC       General_Types.o
#8 3.971   CC       IPA_CodecPort.o
#8 3.971   CC       IPA_CodecPort_CtrlFunct.o
#8 3.972   CC       IPA_Testing.o
#8 3.972   CC       IPA_Types.o
#8 3.973   CC       IPL4asp_Functions.o
#8 3.973   CC       IPL4asp_PortType.o
#8 4.704   CC       IPL4asp_Types.o
#8 4.733   CC       IuUP_Emulation.o
#8 4.827   CC       IuUP_Types.o
#8 4.829   CC       L1CTL_PortType.o
#8 5.055   CC       L1CTL_PortType_CtrlFunct.o
#8 5.066   CC       L1CTL_Types.o
#8 5.942   CC       L3_Common.o
#8 6.283   CC       L3_Templates.o
#8 6.419   CC       LAPDm_RAW_PT.o
#8 7.258   CC       LAPDm_Types.o
#8 7.432   CC       Misc_Helpers.o
#8 7.791   CC       MobileL3_CC_Types.o
#8 8.014   CC       MobileL3_CommonIE_Types.o
#8 8.017   CC       MobileL3_GMM_SM_Types.o
#8 8.076   CC       MobileL3_MM_Types.o
#8 9.182   CC       MobileL3_RRM_Types.o
#8 9.232   CC       MobileL3_SMS_Types.o
#8 9.517   CC       MobileL3_SS_Types.o
#8 9.564   CC       MobileL3_Types.o
#8 9.569   CC       Native_Functions.o
#8 9.756   CC       OSMUX_CodecPort.o
#8 9.791   CC       OSMUX_CodecPort_CtrlFunct.o
#8 10.02 BTS_Tests_SMSCB.cc: In function 'INTEGER BTS__Tests__SMSCB::f__cbch__block__nr2rsl(const INTEGER&)':
#8 10.02 BTS_Tests_SMSCB.cc:6168:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 10.02  6168 | }
#8 10.02       | ^
#8 10.22   CC       OSMUX_Emulation.o
#8 10.35   CC       OSMUX_Types.o
#8 10.53   CC       Osmocom_CTRL_Adapter.o
#8 10.65   CC       Osmocom_CTRL_Functions.o
#8 11.09   CC       Osmocom_CTRL_Types.o
#8 11.24   CC       Osmocom_Types.o
#8 11.27   CC       Osmocom_VTY_Functions.o
#8 11.44   CC       PCUIF_CodecPort.o
#8 11.58 BTS_Tests.cc: In function 'INTEGER BTS__Tests::f__alg__id__to__l1ctl(const RSL__Types::RSL__AlgId&)':
#8 11.58 BTS_Tests.cc:39292:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 11.58 39292 | }
#8 11.58       | ^
#8 11.58 BTS_Tests.cc: In function 'BITSTRING BTS__Tests::f__alg__id__to__l3(const RSL__Types::RSL__AlgId&)':
#8 11.58 BTS_Tests.cc:39373:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 11.58 39373 | }
#8 11.58       | ^
#8 11.71   CC       PCUIF_Types.o
#8 12.18   CC       RLCMAC_CSN1_Templates.o
#8 12.59   CC       RLCMAC_CSN1_Types.o
#8 12.60   CC       RLCMAC_Templates.o
#8 12.69   CC       RLCMAC_Types.o
#8 12.72   CC       RSL_Emulation.o
#8 12.90   CC       RSL_Types.o
#8 12.99   CC       RTP_CodecPort.o
#8 13.62   CC       RTP_CodecPort_CtrlFunct.o
#8 14.10   CC       RTP_Emulation.o
#8 14.22   CC       RTP_Types.o
#8 14.25   CC       Socket_API_Definitions.o
#8 14.32   CC       TCCConversion_Functions.o
#8 14.54   CC       TCCInterface_Functions.o
#8 14.57   CC       TELNETasp_PortType.o
#8 14.72   CC       TRXC_CodecPort.o
#8 14.80   CC       TRXC_CodecPort_CtrlFunct.o
#8 14.82   CC       TRXC_Types.o
#8 15.06   CC       UD_PortType.o
#8 15.17   CC       UD_Types.o
#8 15.45   CC       AMR_Types_part_1.o
#8 15.46   CC       AMR_Types_part_2.o
#8 15.48   CC       AMR_Types_part_3.o
#8 15.48   CC       AMR_Types_part_4.o
#8 15.50   CC       AMR_Types_part_5.o
#8 15.50   CC       AMR_Types_part_6.o
#8 15.52   CC       AMR_Types_part_7.o
#8 15.52   CC       AbisOML_Types_part_1.o
#8 15.54   CC       AbisOML_Types_part_2.o
#8 15.58   CC       AbisOML_Types_part_3.o
#8 15.61   CC       AbisOML_Types_part_4.o
#8 15.64   CC       AbisOML_Types_part_5.o
#8 15.64   CC       AbisOML_Types_part_6.o
#8 15.66   CC       AbisOML_Types_part_7.o
#8 15.66   CC       BTS_Tests_part_1.o
#8 15.69   CC       BTS_Tests_part_2.o
#8 15.73   CC       BTS_Tests_part_3.o
#8 15.75   CC       BTS_Tests_part_4.o
#8 15.76   CC       BTS_Tests_part_5.o
#8 15.77   CC       BTS_Tests_part_6.o
#8 15.79   CC       BTS_Tests_part_7.o
#8 15.81   CC       BTS_Tests_ASCI_part_1.o
#8 15.82   CC       BTS_Tests_ASCI_part_2.o
#8 15.83   CC       BTS_Tests_ASCI_part_3.o
#8 15.84   CC       BTS_Tests_ASCI_part_4.o
#8 15.85   CC       BTS_Tests_ASCI_part_5.o
#8 15.86   CC       BTS_Tests_ASCI_part_6.o
#8 15.87   CC       BTS_Tests_ASCI_part_7.o
#8 15.88   CC       BTS_Tests_LAPDm_part_1.o
#8 15.89   CC       BTS_Tests_LAPDm_part_2.o
#8 15.90   CC       BTS_Tests_LAPDm_part_3.o
#8 15.91   CC       BTS_Tests_LAPDm_part_4.o
#8 15.92   CC       BTS_Tests_LAPDm_part_5.o
#8 15.94   CC       BTS_Tests_LAPDm_part_6.o
#8 15.94   CC       BTS_Tests_LAPDm_part_7.o
#8 15.96   CC       BTS_Tests_OML_part_1.o
#8 15.96   CC       BTS_Tests_OML_part_2.o
#8 15.98   CC       BTS_Tests_OML_part_3.o
#8 15.98   CC       BTS_Tests_OML_part_4.o
#8 15.98   CC       BTS_Tests_OML_part_5.o
#8 16.00   CC       BTS_Tests_OML_part_6.o
#8 16.00   CC       BTS_Tests_OML_part_7.o
#8 16.00   CC       BTS_Tests_SMSCB_part_1.o
#8 16.02   CC       BTS_Tests_SMSCB_part_2.o
#8 16.02   CC       BTS_Tests_SMSCB_part_3.o
#8 16.03   CC       BTS_Tests_SMSCB_part_4.o
#8 16.04   CC       BTS_Tests_SMSCB_part_5.o
#8 16.04   CC       BTS_Tests_SMSCB_part_6.o
#8 16.05   CC       BTS_Tests_SMSCB_part_7.o
#8 16.06   CC       BTS_Tests_VAMOS_part_1.o
#8 16.06   CC       BTS_Tests_VAMOS_part_2.o
#8 16.07   CC       BTS_Tests_VAMOS_part_3.o
#8 16.08   CC       BTS_Tests_VAMOS_part_4.o
#8 16.09   CC       BTS_Tests_VAMOS_part_5.o
#8 16.10   CC       BTS_Tests_VAMOS_part_6.o
#8 16.11   CC       BTS_Tests_VAMOS_part_7.o
#8 16.11   CC       BTS_Tests_perf_part_1.o
#8 16.12   CC       BTS_Tests_perf_part_2.o
#8 16.12   CC       BTS_Tests_perf_part_3.o
#8 16.13   CC       BTS_Tests_perf_part_4.o
#8 16.14   CC       BTS_Tests_perf_part_5.o
#8 16.14   CC       BTS_Tests_perf_part_6.o
#8 16.14   CC       BTS_Tests_perf_part_7.o
#8 16.15   CC       GSM_RR_Types_part_1.o
#8 16.16   CC       GSM_RR_Types_part_2.o
#8 16.16   CC       GSM_RR_Types_part_3.o
#8 16.16   CC       GSM_RR_Types_part_4.o
#8 16.19   CC       GSM_RR_Types_part_5.o
#8 16.19   CC       GSM_RR_Types_part_6.o
#8 16.21   CC       GSM_RR_Types_part_7.o
#8 16.21   CC       GSM_RestOctets_part_1.o
#8 16.22   CC       GSM_RestOctets_part_2.o
#8 16.23   CC       GSM_RestOctets_part_3.o
#8 16.48   CC       GSM_RestOctets_part_4.o
#8 16.51   CC       GSM_RestOctets_part_5.o
#8 16.53   CC       GSM_RestOctets_part_6.o
#8 16.55   CC       GSM_RestOctets_part_7.o
#8 16.58   CC       GSM_SystemInformation_part_1.o
#8 16.60   CC       GSM_SystemInformation_part_2.o
#8 16.62   CC       GSM_SystemInformation_part_3.o
#8 16.64   CC       GSM_SystemInformation_part_4.o
#8 16.66   CC       GSM_SystemInformation_part_5.o
#8 16.69   CC       GSM_SystemInformation_part_6.o
#8 16.71   CC       GSM_SystemInformation_part_7.o
#8 16.73   CC       GSM_Types_part_1.o
#8 16.75   CC       GSM_Types_part_2.o
#8 16.77   CC       GSM_Types_part_3.o
#8 16.80   CC       GSM_Types_part_4.o
#8 16.82   CC       GSM_Types_part_5.o
#8 16.84   CC       GSM_Types_part_6.o
#8 16.86   CC       GSM_Types_part_7.o
#8 16.86   CC       General_Types_part_1.o
#8 16.87   CC       General_Types_part_2.o
#8 16.88   CC       General_Types_part_3.o
#8 16.88   CC       General_Types_part_4.o
#8 16.89   CC       General_Types_part_5.o
#8 16.90   CC       General_Types_part_6.o
#8 16.90   CC       General_Types_part_7.o
#8 16.92   CC       IPA_CodecPort_part_1.o
#8 16.92   CC       IPA_CodecPort_part_2.o
#8 16.93   CC       IPA_CodecPort_part_3.o
#8 16.93   CC       IPA_CodecPort_part_4.o
#8 16.94   CC       IPA_CodecPort_part_5.o
#8 16.94   CC       IPA_CodecPort_part_6.o
#8 16.95   CC       IPA_CodecPort_part_7.o
#8 16.96   CC       IPA_CodecPort_CtrlFunct_part_1.o
#8 16.96   CC       IPA_CodecPort_CtrlFunct_part_2.o
#8 16.96   CC       IPA_CodecPort_CtrlFunct_part_3.o
#8 16.97   CC       IPA_CodecPort_CtrlFunct_part_4.o
#8 16.98   CC       IPA_CodecPort_CtrlFunct_part_5.o
#8 16.99   CC       IPA_CodecPort_CtrlFunct_part_6.o
#8 16.99   CC       IPA_CodecPort_CtrlFunct_part_7.o
#8 16.99   CC       IPA_Testing_part_1.o
#8 17.00   CC       IPA_Testing_part_2.o
#8 17.01   CC       IPA_Testing_part_3.o
#8 17.01   CC       IPA_Testing_part_4.o
#8 17.01   CC       IPA_Testing_part_5.o
#8 17.02   CC       IPA_Testing_part_6.o
#8 17.03   CC       IPA_Testing_part_7.o
#8 17.03   CC       IPA_Types_part_1.o
#8 17.03   CC       IPA_Types_part_2.o
#8 17.03   CC       IPA_Types_part_3.o
#8 17.04   CC       IPA_Types_part_4.o
#8 17.05   CC       IPA_Types_part_5.o
#8 17.05   CC       IPA_Types_part_6.o
#8 17.06   CC       IPA_Types_part_7.o
#8 17.06   CC       IPL4asp_Functions_part_1.o
#8 17.07   CC       IPL4asp_Functions_part_2.o
#8 17.07   CC       IPL4asp_Functions_part_3.o
#8 17.07   CC       IPL4asp_Functions_part_4.o
#8 17.08   CC       IPL4asp_Functions_part_5.o
#8 17.08   CC       IPL4asp_Functions_part_6.o
#8 17.08   CC       IPL4asp_Functions_part_7.o
#8 17.09   CC       IPL4asp_PortType_part_1.o
#8 17.09   CC       IPL4asp_PortType_part_2.o
#8 17.10   CC       IPL4asp_PortType_part_3.o
#8 17.10   CC       IPL4asp_PortType_part_4.o
#8 17.10   CC       IPL4asp_PortType_part_5.o
#8 17.10   CC       IPL4asp_PortType_part_6.o
#8 17.11   CC       IPL4asp_PortType_part_7.o
#8 17.12   CC       IPL4asp_Types_part_1.o
#8 17.12   CC       IPL4asp_Types_part_2.o
#8 17.12   CC       IPL4asp_Types_part_4.o
#8 17.12   CC       IPL4asp_Types_part_3.o
#8 17.12   CC       IPL4asp_Types_part_5.o
#8 17.12 RSL_Emulation.cc: In function 'IPA__Types::IpaStreamId RSL__Emulation::f__streamId__by__trx(const INTEGER&)':
#8 17.12 RSL_Emulation.cc:11507:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 17.12 11507 | }
#8 17.12       | ^
#8 17.13   CC       IPL4asp_Types_part_6.o
#8 17.14   CC       IPL4asp_Types_part_7.o
#8 17.14   CC       IuUP_Emulation_part_1.o
#8 17.14   CC       IuUP_Emulation_part_2.o
#8 17.14   CC       IuUP_Emulation_part_3.o
#8 17.14   CC       IuUP_Emulation_part_4.o
#8 17.16   CC       IuUP_Emulation_part_5.o
#8 17.16   CC       IuUP_Emulation_part_6.o
#8 17.16   CC       IuUP_Emulation_part_7.o
#8 17.16   CC       IuUP_Types_part_1.o
#8 17.16   CC       IuUP_Types_part_2.o
#8 17.16   CC       IuUP_Types_part_3.o
#8 17.18   CC       IuUP_Types_part_4.o
#8 17.18   CC       IuUP_Types_part_5.o
#8 17.18   CC       IuUP_Types_part_6.o
#8 17.18   CC       IuUP_Types_part_7.o
#8 17.18   CC       L1CTL_PortType_part_1.o
#8 17.18   CC       L1CTL_PortType_part_2.o
#8 17.20   CC       L1CTL_PortType_part_3.o
#8 17.20   CC       L1CTL_PortType_part_4.o
#8 17.20   CC       L1CTL_PortType_part_5.o
#8 17.20   CC       L1CTL_PortType_part_6.o
#8 17.20   CC       L1CTL_PortType_part_7.o
#8 17.21   CC       L1CTL_PortType_CtrlFunct_part_1.o
#8 17.22   CC       L1CTL_PortType_CtrlFunct_part_2.o
#8 17.22   CC       L1CTL_PortType_CtrlFunct_part_4.o
#8 17.22   CC       L1CTL_PortType_CtrlFunct_part_3.o
#8 17.22   CC       L1CTL_PortType_CtrlFunct_part_5.o
#8 17.23   CC       L1CTL_PortType_CtrlFunct_part_6.o
#8 17.23   CC       L1CTL_PortType_CtrlFunct_part_7.o
#8 17.24   CC       L1CTL_Types_part_1.o
#8 17.24   CC       L1CTL_Types_part_2.o
#8 17.24   CC       L1CTL_Types_part_3.o
#8 17.24   CC       L1CTL_Types_part_4.o
#8 17.24   CC       L1CTL_Types_part_5.o
#8 17.25   CC       L1CTL_Types_part_6.o
#8 17.25   CC       L1CTL_Types_part_7.o
#8 17.26   CC       L3_Common_part_1.o
#8 17.26   CC       L3_Common_part_2.o
#8 17.26   CC       L3_Common_part_3.o
#8 17.26   CC       L3_Common_part_4.o
#8 17.27   CC       L3_Common_part_5.o
#8 17.27   CC       L3_Common_part_6.o
#8 17.28   CC       L3_Common_part_7.o
#8 17.28   CC       L3_Templates_part_1.o
#8 17.28   CC       L3_Templates_part_2.o
#8 17.28   CC       L3_Templates_part_3.o
#8 17.29   CC       L3_Templates_part_4.o
#8 17.29   CC       L3_Templates_part_5.o
#8 17.30   CC       L3_Templates_part_6.o
#8 17.30   CC       L3_Templates_part_7.o
#8 17.31   CC       LAPDm_RAW_PT_part_1.o
#8 17.31   CC       LAPDm_RAW_PT_part_2.o
#8 17.31   CC       LAPDm_RAW_PT_part_3.o
#8 17.32   CC       LAPDm_RAW_PT_part_4.o
#8 17.32   CC       LAPDm_RAW_PT_part_5.o
#8 17.32   CC       LAPDm_RAW_PT_part_6.o
#8 17.33   CC       LAPDm_RAW_PT_part_7.o
#8 17.33   CC       LAPDm_Types_part_1.o
#8 17.33   CC       LAPDm_Types_part_2.o
#8 17.34   CC       LAPDm_Types_part_3.o
#8 17.34   CC       LAPDm_Types_part_4.o
#8 17.35   CC       LAPDm_Types_part_5.o
#8 17.35   CC       LAPDm_Types_part_6.o
#8 17.36   CC       LAPDm_Types_part_7.o
#8 17.36   CC       Misc_Helpers_part_1.o
#8 17.37   CC       Misc_Helpers_part_2.o
#8 17.37   CC       Misc_Helpers_part_3.o
#8 17.37   CC       Misc_Helpers_part_4.o
#8 17.37   CC       Misc_Helpers_part_5.o
#8 17.38   CC       Misc_Helpers_part_6.o
#8 17.38   CC       Misc_Helpers_part_7.o
#8 17.39   CC       MobileL3_CC_Types_part_1.o
#8 17.39   CC       MobileL3_CC_Types_part_2.o
#8 17.39   CC       MobileL3_CC_Types_part_3.o
#8 17.40   CC       MobileL3_CC_Types_part_4.o
#8 17.40   CC       MobileL3_CC_Types_part_5.o
#8 17.40   CC       MobileL3_CC_Types_part_6.o
#8 17.42   CC       MobileL3_CC_Types_part_7.o
#8 17.43   CC       MobileL3_CommonIE_Types_part_1.o
#8 17.43   CC       MobileL3_CommonIE_Types_part_2.o
#8 17.45   CC       MobileL3_CommonIE_Types_part_3.o
#8 17.45   CC       MobileL3_CommonIE_Types_part_4.o
#8 17.47   CC       MobileL3_CommonIE_Types_part_5.o
#8 17.47   CC       MobileL3_CommonIE_Types_part_6.o
#8 17.49   CC       MobileL3_CommonIE_Types_part_7.o
#8 17.49   CC       MobileL3_GMM_SM_Types_part_1.o
#8 17.54   CC       MobileL3_GMM_SM_Types_part_2.o
#8 18.06   CC       MobileL3_GMM_SM_Types_part_3.o
#8 18.96   CC       MobileL3_GMM_SM_Types_part_4.o
#8 19.31   CC       MobileL3_GMM_SM_Types_part_5.o
#8 20.41   CC       MobileL3_GMM_SM_Types_part_6.o
#8 20.62   CC       MobileL3_GMM_SM_Types_part_7.o
#8 21.44   CC       MobileL3_MM_Types_part_1.o
#8 21.55   CC       MobileL3_MM_Types_part_2.o
#8 21.58   CC       MobileL3_MM_Types_part_3.o
#8 21.62   CC       MobileL3_MM_Types_part_4.o
#8 21.64   CC       MobileL3_MM_Types_part_5.o
#8 21.67   CC       MobileL3_MM_Types_part_6.o
#8 21.71   CC       MobileL3_MM_Types_part_7.o
#8 21.75   CC       MobileL3_RRM_Types_part_1.o
#8 21.87   CC       MobileL3_RRM_Types_part_2.o
#8 21.94   CC       MobileL3_RRM_Types_part_3.o
#8 23.15   CC       MobileL3_RRM_Types_part_4.o
#8 23.31   CC       MobileL3_RRM_Types_part_5.o
#8 23.35   CC       MobileL3_RRM_Types_part_6.o
#8 23.38   CC       MobileL3_RRM_Types_part_7.o
#8 23.43   CC       MobileL3_SMS_Types_part_1.o
#8 23.67   CC       MobileL3_SMS_Types_part_2.o
#8 23.69   CC       MobileL3_SMS_Types_part_3.o
#8 23.73   CC       MobileL3_SMS_Types_part_4.o
#8 23.76   CC       MobileL3_SMS_Types_part_5.o
#8 23.79   CC       MobileL3_SMS_Types_part_6.o
#8 23.83   CC       MobileL3_SMS_Types_part_7.o
#8 23.86   CC       MobileL3_SS_Types_part_1.o
#8 23.90   CC       MobileL3_SS_Types_part_2.o
#8 23.93   CC       MobileL3_SS_Types_part_3.o
#8 23.97   CC       MobileL3_SS_Types_part_4.o
#8 24.01   CC       MobileL3_SS_Types_part_5.o
#8 24.04   CC       MobileL3_SS_Types_part_6.o
#8 24.08   CC       MobileL3_SS_Types_part_7.o
#8 24.11   CC       MobileL3_Types_part_1.o
#8 24.15   CC       MobileL3_Types_part_2.o
#8 24.17   CC       MobileL3_Types_part_3.o
#8 24.21   CC       MobileL3_Types_part_4.o
#8 24.25   CC       MobileL3_Types_part_5.o
#8 24.29   CC       MobileL3_Types_part_6.o
#8 24.32   CC       MobileL3_Types_part_7.o
#8 24.36   CC       Native_Functions_part_1.o
#8 24.39   CC       Native_Functions_part_2.o
#8 24.43   CC       Native_Functions_part_3.o
#8 24.47   CC       Native_Functions_part_4.o
#8 24.50   CC       Native_Functions_part_5.o
#8 24.54   CC       Native_Functions_part_6.o
#8 24.57   CC       Native_Functions_part_7.o
#8 24.61   CC       OSMUX_CodecPort_part_1.o
#8 24.65   CC       OSMUX_CodecPort_part_2.o
#8 24.69   CC       OSMUX_CodecPort_part_3.o
#8 24.73   CC       OSMUX_CodecPort_part_4.o
#8 24.77   CC       OSMUX_CodecPort_part_5.o
#8 24.81   CC       OSMUX_CodecPort_part_6.o
#8 24.84   CC       OSMUX_CodecPort_part_7.o
#8 24.86   CC       OSMUX_CodecPort_CtrlFunct_part_1.o
#8 24.88   CC       OSMUX_CodecPort_CtrlFunct_part_2.o
#8 24.92   CC       OSMUX_CodecPort_CtrlFunct_part_3.o
#8 24.95   CC       OSMUX_CodecPort_CtrlFunct_part_4.o
#8 24.99   CC       OSMUX_CodecPort_CtrlFunct_part_5.o
#8 25.03   CC       OSMUX_CodecPort_CtrlFunct_part_6.o
#8 25.06   CC       OSMUX_CodecPort_CtrlFunct_part_7.o
#8 25.10   CC       OSMUX_Emulation_part_1.o
#8 25.12   CC       OSMUX_Emulation_part_2.o
#8 25.15   CC       OSMUX_Emulation_part_3.o
#8 25.19   CC       OSMUX_Emulation_part_4.o
#8 25.21   CC       OSMUX_Emulation_part_5.o
#8 25.23   CC       OSMUX_Emulation_part_6.o
#8 25.27   CC       OSMUX_Emulation_part_7.o
#8 25.31   CC       OSMUX_Types_part_1.o
#8 25.34   CC       OSMUX_Types_part_2.o
#8 25.35   CC       OSMUX_Types_part_3.o
#8 25.37   CC       OSMUX_Types_part_4.o
#8 25.37   CC       OSMUX_Types_part_5.o
#8 25.39   CC       OSMUX_Types_part_6.o
#8 25.39   CC       OSMUX_Types_part_7.o
#8 25.43   CC       Osmocom_CTRL_Adapter_part_1.o
#8 25.43   CC       Osmocom_CTRL_Adapter_part_2.o
#8 25.45   CC       Osmocom_CTRL_Adapter_part_3.o
#8 25.46   CC       Osmocom_CTRL_Adapter_part_4.o
#8 25.47   CC       Osmocom_CTRL_Adapter_part_5.o
#8 25.49   CC       Osmocom_CTRL_Adapter_part_6.o
#8 25.50   CC       Osmocom_CTRL_Adapter_part_7.o
#8 25.51   CC       Osmocom_CTRL_Functions_part_1.o
#8 25.53   CC       Osmocom_CTRL_Functions_part_2.o
#8 25.53   CC       Osmocom_CTRL_Functions_part_3.o
#8 25.55   CC       Osmocom_CTRL_Functions_part_4.o
#8 25.56   CC       Osmocom_CTRL_Functions_part_5.o
#8 25.58   CC       Osmocom_CTRL_Functions_part_6.o
#8 25.58   CC       Osmocom_CTRL_Functions_part_7.o
#8 25.60   CC       Osmocom_CTRL_Types_part_1.o
#8 25.60   CC       Osmocom_CTRL_Types_part_2.o
#8 25.60   CC       Osmocom_CTRL_Types_part_3.o
#8 25.62   CC       Osmocom_CTRL_Types_part_4.o
#8 25.62   CC       Osmocom_CTRL_Types_part_5.o
#8 25.62   CC       Osmocom_CTRL_Types_part_6.o
#8 25.62   CC       Osmocom_CTRL_Types_part_7.o
#8 25.64   CC       Osmocom_Types_part_1.o
#8 25.64   CC       Osmocom_Types_part_2.o
#8 25.65   CC       Osmocom_Types_part_3.o
#8 25.66   CC       Osmocom_Types_part_4.o
#8 25.66   CC       Osmocom_Types_part_5.o
#8 25.66   CC       Osmocom_Types_part_6.o
#8 25.66   CC       Osmocom_Types_part_7.o
#8 25.68   CC       Osmocom_VTY_Functions_part_1.o
#8 25.68   CC       Osmocom_VTY_Functions_part_2.o
#8 25.68   CC       Osmocom_VTY_Functions_part_3.o
#8 25.68   CC       Osmocom_VTY_Functions_part_4.o
#8 25.70   CC       Osmocom_VTY_Functions_part_5.o
#8 25.70   CC       Osmocom_VTY_Functions_part_6.o
#8 25.70   CC       Osmocom_VTY_Functions_part_7.o
#8 25.70   CC       PCUIF_CodecPort_part_1.o
#8 25.71   CC       PCUIF_CodecPort_part_2.o
#8 25.71   CC       PCUIF_CodecPort_part_3.o
#8 25.72   CC       PCUIF_CodecPort_part_4.o
#8 25.72   CC       PCUIF_CodecPort_part_5.o
#8 25.72   CC       PCUIF_CodecPort_part_6.o
#8 25.72   CC       PCUIF_CodecPort_part_7.o
#8 25.73   CC       PCUIF_Types_part_1.o
#8 25.73   CC       PCUIF_Types_part_2.o
#8 25.74   CC       PCUIF_Types_part_4.o
#8 25.74   CC       PCUIF_Types_part_5.o
#8 25.74   CC       PCUIF_Types_part_3.o
#8 25.75   CC       PCUIF_Types_part_6.o
#8 25.75   CC       PCUIF_Types_part_7.o
#8 25.76   CC       RLCMAC_CSN1_Templates_part_1.o
#8 25.76   CC       RLCMAC_CSN1_Templates_part_2.o
#8 25.77   CC       RLCMAC_CSN1_Templates_part_3.o
#8 25.77   CC       RLCMAC_CSN1_Templates_part_4.o
#8 25.77   CC       RLCMAC_CSN1_Templates_part_5.o
#8 25.78   CC       RLCMAC_CSN1_Templates_part_6.o
#8 25.79   CC       RLCMAC_CSN1_Templates_part_7.o
#8 25.79   CC       RLCMAC_CSN1_Types_part_1.o
#8 25.79   CC       RLCMAC_CSN1_Types_part_2.o
#8 25.79   CC       RLCMAC_CSN1_Types_part_3.o
#8 25.79   CC       RLCMAC_CSN1_Types_part_4.o
#8 25.80   CC       RLCMAC_CSN1_Types_part_5.o
#8 25.81   CC       RLCMAC_CSN1_Types_part_6.o
#8 25.82   CC       RLCMAC_CSN1_Types_part_7.o
#8 25.83   CC       RLCMAC_Templates_part_1.o
#8 25.84   CC       RLCMAC_Templates_part_2.o
#8 25.86   CC       RLCMAC_Templates_part_3.o
#8 25.88   CC       RLCMAC_Templates_part_4.o
#8 25.88   CC       RLCMAC_Templates_part_5.o
#8 25.90   CC       RLCMAC_Templates_part_6.o
#8 25.90   CC       RLCMAC_Templates_part_7.o
#8 25.92   CC       RLCMAC_Types_part_1.o
#8 25.93   CC       RLCMAC_Types_part_2.o
#8 25.97   CC       RLCMAC_Types_part_3.o
#8 26.01   CC       RLCMAC_Types_part_4.o
#8 26.03   CC       RLCMAC_Types_part_5.o
#8 26.05   CC       RLCMAC_Types_part_6.o
#8 26.09   CC       RLCMAC_Types_part_7.o
#8 26.12   CC       RSL_Emulation_part_1.o
#8 26.13   CC       RSL_Emulation_part_2.o
#8 26.14   CC       RSL_Emulation_part_3.o
#8 26.15   CC       RSL_Emulation_part_4.o
#8 26.17   CC       RSL_Emulation_part_5.o
#8 26.18   CC       RSL_Emulation_part_6.o
#8 26.19   CC       RSL_Emulation_part_7.o
#8 26.21   CC       RSL_Types_part_1.o
#8 26.21   CC       RSL_Types_part_2.o
#8 26.24   CC       RSL_Types_part_3.o
#8 26.28   CC       RSL_Types_part_4.o
#8 26.31   CC       RSL_Types_part_5.o
#8 26.35   CC       RSL_Types_part_6.o
#8 26.39   CC       RSL_Types_part_7.o
#8 26.42   CC       RTP_CodecPort_part_1.o
#8 26.44   CC       RTP_CodecPort_part_2.o
#8 26.44   CC       RTP_CodecPort_part_3.o
#8 26.46   CC       RTP_CodecPort_part_4.o
#8 26.46   CC       RTP_CodecPort_part_5.o
#8 26.48   CC       RTP_CodecPort_part_6.o
#8 26.48   CC       RTP_CodecPort_part_7.o
#8 26.51   CC       RTP_CodecPort_CtrlFunct_part_1.o
#8 26.51   CC       RTP_CodecPort_CtrlFunct_part_2.o
#8 26.53   CC       RTP_CodecPort_CtrlFunct_part_3.o
#8 26.53   CC       RTP_CodecPort_CtrlFunct_part_4.o
#8 26.55   CC       RTP_CodecPort_CtrlFunct_part_5.o
#8 26.55   CC       RTP_CodecPort_CtrlFunct_part_6.o
#8 26.57   CC       RTP_CodecPort_CtrlFunct_part_7.o
#8 26.57   CC       RTP_Emulation_part_1.o
#8 26.59   CC       RTP_Emulation_part_2.o
#8 26.59   CC       RTP_Emulation_part_3.o
#8 26.61   CC       RTP_Emulation_part_4.o
#8 26.62   CC       RTP_Emulation_part_5.o
#8 26.64   CC       RTP_Emulation_part_6.o
#8 26.65   CC       RTP_Emulation_part_7.o
#8 26.66   CC       RTP_Types_part_1.o
#8 26.67   CC       RTP_Types_part_2.o
#8 26.70   CC       RTP_Types_part_3.o
#8 26.74   CC       RTP_Types_part_4.o
#8 26.77   CC       RTP_Types_part_5.o
#8 26.81   CC       RTP_Types_part_6.o
#8 26.85   CC       RTP_Types_part_7.o
#8 26.88   CC       Socket_API_Definitions_part_1.o
#8 26.90   CC       Socket_API_Definitions_part_2.o
#8 26.92   CC       Socket_API_Definitions_part_3.o
#8 26.93   CC       Socket_API_Definitions_part_4.o
#8 26.95   CC       Socket_API_Definitions_part_5.o
#8 26.95   CC       Socket_API_Definitions_part_6.o
#8 26.98   CC       Socket_API_Definitions_part_7.o
#8 26.98   CC       TCCConversion_Functions_part_1.o
#8 27.00   CC       TCCConversion_Functions_part_2.o
#8 27.01   CC       TCCConversion_Functions_part_3.o
#8 27.03   CC       TCCConversion_Functions_part_4.o
#8 27.04   CC       TCCConversion_Functions_part_5.o
#8 27.06   CC       TCCConversion_Functions_part_6.o
#8 27.07   CC       TCCConversion_Functions_part_7.o
#8 27.08   CC       TCCInterface_Functions_part_1.o
#8 27.09   CC       TCCInterface_Functions_part_2.o
#8 27.11   CC       TCCInterface_Functions_part_3.o
#8 27.12   CC       TCCInterface_Functions_part_4.o
#8 27.13   CC       TCCInterface_Functions_part_5.o
#8 27.14   CC       TCCInterface_Functions_part_6.o
#8 27.15   CC       TCCInterface_Functions_part_7.o
#8 27.16   CC       TELNETasp_PortType_part_1.o
#8 27.18   CC       TELNETasp_PortType_part_2.o
#8 27.19   CC       TELNETasp_PortType_part_3.o
#8 27.21   CC       TELNETasp_PortType_part_4.o
#8 27.21   CC       TELNETasp_PortType_part_5.o
#8 27.23   CC       TELNETasp_PortType_part_6.o
#8 27.24   CC       TELNETasp_PortType_part_7.o
#8 27.26   CC       TRXC_CodecPort_part_1.o
#8 27.27   CC       TRXC_CodecPort_part_2.o
#8 27.29   CC       TRXC_CodecPort_part_3.o
#8 27.30   CC       TRXC_CodecPort_part_4.o
#8 27.32   CC       TRXC_CodecPort_part_5.o
#8 27.32   CC       TRXC_CodecPort_part_6.o
#8 27.33   CC       TRXC_CodecPort_part_7.o
#8 27.34   CC       TRXC_CodecPort_CtrlFunct_part_1.o
#8 27.35   CC       TRXC_CodecPort_CtrlFunct_part_2.o
#8 27.35   CC       TRXC_CodecPort_CtrlFunct_part_3.o
#8 27.37   CC       TRXC_CodecPort_CtrlFunct_part_4.o
#8 27.37   CC       TRXC_CodecPort_CtrlFunct_part_5.o
#8 27.37   CC       TRXC_CodecPort_CtrlFunct_part_6.o
#8 27.39   CC       TRXC_CodecPort_CtrlFunct_part_7.o
#8 27.39   CC       TRXC_Types_part_1.o
#8 27.40   CC       TRXC_Types_part_2.o
#8 27.41   CC       TRXC_Types_part_3.o
#8 27.42   CC       TRXC_Types_part_4.o
#8 27.43   CC       TRXC_Types_part_5.o
#8 27.43   CC       TRXC_Types_part_6.o
#8 27.44   CC       TRXC_Types_part_7.o
#8 27.45   CC       UD_PortType_part_1.o
#8 27.46   CC       UD_PortType_part_2.o
#8 27.47   CC       UD_PortType_part_3.o
#8 27.47   CC       UD_PortType_part_4.o
#8 27.48   CC       UD_PortType_part_5.o
#8 27.49   CC       UD_PortType_part_6.o
#8 27.49   CC       UD_PortType_part_7.o
#8 27.50   CC       UD_Types_part_1.o
#8 27.51   CC       UD_Types_part_2.o
#8 27.51   CC       UD_Types_part_3.o
#8 27.52   CC       UD_Types_part_4.o
#8 27.53   CC       UD_Types_part_5.o
#8 27.53   CC       UD_Types_part_6.o
#8 27.55   CC       UD_Types_part_7.o
#8 27.55   CC       IPA_Emulation.o
#8 27.55   CC       IPA_Emulation_part_1.o
#8 27.57   CC       IPA_Emulation_part_2.o
#8 27.58   CC       IPA_Emulation_part_3.o
#8 27.59   CC       IPA_Emulation_part_4.o
#8 27.60   CC       IPA_Emulation_part_5.o
#8 27.62   CC       IPA_Emulation_part_6.o
#8 27.63   CC       IPA_Emulation_part_7.o
#8 27.64   CC       IPA_CodecPort_CtrlFunctDef.o
#8 27.65   CC       IPL4asp_PT.o
#8 28.50   CC       IPL4asp_discovery.o
#8 28.53   CC       IuUP_EncDec.o
#8 28.76   CC       L1CTL_PortType_CtrlFunctDef.o
#8 28.82   CC       Native_FunctionDefs.o
#8 28.94   CC       OSMUX_CodecPort_CtrlFunctDef.o
#8 29.16   CC       RLCMAC_EncDec.o
#8 29.19   CC       RTP_CodecPort_CtrlFunctDef.o
#8 29.31   CC       RTP_EncDec.o
#8 29.33   CC       TCCConversion.o
#8 29.41   CC       TCCInterface.o
#8 29.51   CC       TELNETasp_PT.o
#8 29.83   CC       TRXC_CodecPort_CtrlFunctDef.o
#8 30.03   CC       UD_PT.o
#8 30.11   CCLD     AMR_Types.so
#8 30.12   CCLD     AbisOML_Types.so
#8 30.20   CCLD     BTS_Tests.so
#8 30.20   CCLD     BTS_Tests_ASCI.so
#8 30.24   CCLD     BTS_Tests_LAPDm.so
#8 30.29   CCLD     BTS_Tests_OML.so
#8 30.32   CCLD     BTS_Tests_SMSCB.so
#8 30.34   CCLD     BTS_Tests_VAMOS.so
#8 30.37   CCLD     BTS_Tests_perf.so
#8 30.41   CCLD     GSM_RR_Types.so
#8 30.43   CCLD     GSM_RestOctets.so
#8 30.46   CCLD     GSM_SystemInformation.so
#8 30.47   CCLD     GSM_Types.so
#8 30.49   CCLD     General_Types.so
#8 30.55   CCLD     IPA_CodecPort.so
#8 30.56   CCLD     IPA_CodecPort_CtrlFunct.so
#8 30.58   CCLD     IPA_Testing.so
#8 30.59   CCLD     IPA_Types.so
#8 30.59   CCLD     IPL4asp_Functions.so
#8 30.60   CCLD     IPL4asp_PortType.so
#8 30.65   CCLD     IuUP_Emulation.so
#8 30.65   CCLD     IPL4asp_Types.so
#8 30.67   CCLD     IuUP_Types.so
#8 30.68   CCLD     L1CTL_PortType.so
#8 30.70   CCLD     L1CTL_PortType_CtrlFunct.so
#8 30.73   CCLD     L1CTL_Types.so
#8 30.75   CCLD     L3_Common.so
#8 30.76   CCLD     L3_Templates.so
#8 30.77   CCLD     LAPDm_RAW_PT.so
#8 30.78   CCLD     LAPDm_Types.so
#8 30.79   CCLD     Misc_Helpers.so
#8 30.79   CCLD     MobileL3_CC_Types.so
#8 30.85   CCLD     MobileL3_CommonIE_Types.so
#8 30.88   CCLD     MobileL3_GMM_SM_Types.so
#8 30.89   CCLD     MobileL3_MM_Types.so
#8 30.89   CCLD     MobileL3_RRM_Types.so
#8 30.90   CCLD     MobileL3_SMS_Types.so
#8 30.93   CCLD     MobileL3_SS_Types.so
#8 30.94   CCLD     MobileL3_Types.so
#8 30.99   CCLD     Native_Functions.so
#8 31.03   CCLD     OSMUX_CodecPort.so
#8 31.04   CCLD     OSMUX_CodecPort_CtrlFunct.so
#8 31.04   CCLD     OSMUX_Emulation.so
#8 31.04   CCLD     OSMUX_Types.so
#8 31.05   CCLD     Osmocom_CTRL_Adapter.so
#8 31.08   CCLD     Osmocom_CTRL_Functions.so
#8 31.12   CCLD     Osmocom_CTRL_Types.so
#8 31.13   CCLD     Osmocom_Types.so
#8 31.14   CCLD     Osmocom_VTY_Functions.so
#8 31.14   CCLD     PCUIF_CodecPort.so
#8 31.15   CCLD     PCUIF_Types.so
#8 31.15   CCLD     RLCMAC_CSN1_Templates.so
#8 31.15   CCLD     RLCMAC_CSN1_Types.so
#8 31.18   CCLD     RLCMAC_Templates.so
#8 31.24   CCLD     RLCMAC_Types.so
#8 31.25   CCLD     RSL_Emulation.so
#8 31.26   CCLD     RSL_Types.so
#8 31.26   CCLD     RTP_CodecPort.so
#8 31.29   CCLD     RTP_CodecPort_CtrlFunct.so
#8 31.29   CCLD     RTP_Emulation.so
#8 31.30   CCLD     RTP_Types.so
#8 31.33   CCLD     Socket_API_Definitions.so
#8 31.37   CCLD     TCCConversion_Functions.so
#8 31.38   CCLD     TCCInterface_Functions.so
#8 31.38   CCLD     TELNETasp_PortType.so
#8 31.40   CCLD     TRXC_CodecPort.so
#8 31.42   CCLD     TRXC_CodecPort_CtrlFunct.so
#8 31.42   CCLD     TRXC_Types.so
#8 31.46   CCLD     UD_PortType.so
#8 31.46   CCLD     UD_Types.so
#8 31.48   CCLD     AMR_Types_part_1.so
#8 31.49   CCLD     AMR_Types_part_2.so
#8 31.50   CCLD     AMR_Types_part_3.so
#8 31.51   CCLD     AMR_Types_part_4.so
#8 31.51   CCLD     AMR_Types_part_5.so
#8 31.51   CCLD     AMR_Types_part_6.so
#8 31.52   CCLD     AMR_Types_part_7.so
#8 31.52   CCLD     AbisOML_Types_part_1.so
#8 31.53   CCLD     AbisOML_Types_part_2.so
#8 31.53   CCLD     AbisOML_Types_part_3.so
#8 31.53   CCLD     AbisOML_Types_part_4.so
#8 31.53   CCLD     AbisOML_Types_part_5.so
#8 31.54   CCLD     AbisOML_Types_part_6.so
#8 31.54   CCLD     AbisOML_Types_part_7.so
#8 31.55   CCLD     BTS_Tests_part_1.so
#8 31.55   CCLD     BTS_Tests_part_2.so
#8 31.55   CCLD     BTS_Tests_part_4.so
#8 31.55   CCLD     BTS_Tests_part_3.so
#8 31.56   CCLD     BTS_Tests_part_5.so
#8 31.57   CCLD     BTS_Tests_part_6.so
#8 31.57   CCLD     BTS_Tests_part_7.so
#8 31.57   CCLD     BTS_Tests_ASCI_part_1.so
#8 31.58   CCLD     BTS_Tests_ASCI_part_2.so
#8 31.58   CCLD     BTS_Tests_ASCI_part_3.so
#8 31.58   CCLD     BTS_Tests_ASCI_part_4.so
#8 31.58   CCLD     BTS_Tests_ASCI_part_5.so
#8 31.59   CCLD     BTS_Tests_ASCI_part_6.so
#8 31.59   CCLD     BTS_Tests_ASCI_part_7.so
#8 31.59   CCLD     BTS_Tests_LAPDm_part_1.so
#8 31.60   CCLD     BTS_Tests_LAPDm_part_2.so
#8 31.61   CCLD     BTS_Tests_LAPDm_part_3.so
#8 31.61   CCLD     BTS_Tests_LAPDm_part_4.so
#8 31.62   CCLD     BTS_Tests_LAPDm_part_5.so
#8 31.62   CCLD     BTS_Tests_LAPDm_part_6.so
#8 31.62   CCLD     BTS_Tests_LAPDm_part_7.so
#8 31.62   CCLD     BTS_Tests_OML_part_1.so
#8 31.62   CCLD     BTS_Tests_OML_part_2.so
#8 31.63   CCLD     BTS_Tests_OML_part_3.so
#8 31.63   CCLD     BTS_Tests_OML_part_4.so
#8 31.63   CCLD     BTS_Tests_OML_part_5.so
#8 31.65   CCLD     BTS_Tests_OML_part_6.so
#8 31.65   CCLD     BTS_Tests_OML_part_7.so
#8 31.65   CCLD     BTS_Tests_SMSCB_part_1.so
#8 31.65   CCLD     BTS_Tests_SMSCB_part_2.so
#8 31.65   CCLD     BTS_Tests_SMSCB_part_3.so
#8 31.66   CCLD     BTS_Tests_SMSCB_part_5.so
#8 31.66   CCLD     BTS_Tests_SMSCB_part_4.so
#8 31.66   CCLD     BTS_Tests_SMSCB_part_6.so
#8 31.67   CCLD     BTS_Tests_SMSCB_part_7.so
#8 31.67   CCLD     BTS_Tests_VAMOS_part_1.so
#8 31.67   CCLD     BTS_Tests_VAMOS_part_2.so
#8 31.67   CCLD     BTS_Tests_VAMOS_part_3.so
#8 31.67   CCLD     BTS_Tests_VAMOS_part_4.so
#8 31.68   CCLD     BTS_Tests_VAMOS_part_5.so
#8 31.68   CCLD     BTS_Tests_VAMOS_part_6.so
#8 31.68   CCLD     BTS_Tests_VAMOS_part_7.so
#8 31.68   CCLD     BTS_Tests_perf_part_1.so
#8 31.68   CCLD     BTS_Tests_perf_part_2.so
#8 31.69   CCLD     BTS_Tests_perf_part_3.so
#8 31.70   CCLD     BTS_Tests_perf_part_4.so
#8 31.70   CCLD     BTS_Tests_perf_part_5.so
#8 31.70   CCLD     BTS_Tests_perf_part_6.so
#8 31.70   CCLD     BTS_Tests_perf_part_7.so
#8 31.70   CCLD     GSM_RR_Types_part_1.so
#8 31.70   CCLD     GSM_RR_Types_part_2.so
#8 31.71   CCLD     GSM_RR_Types_part_3.so
#8 31.71   CCLD     GSM_RR_Types_part_4.so
#8 31.72   CCLD     GSM_RR_Types_part_5.so
#8 31.72   CCLD     GSM_RR_Types_part_6.so
#8 31.73   CCLD     GSM_RR_Types_part_7.so
#8 31.73   CCLD     GSM_RestOctets_part_1.so
#8 31.74   CCLD     GSM_RestOctets_part_2.so
#8 31.74   CCLD     GSM_RestOctets_part_3.so
#8 31.74   CCLD     GSM_RestOctets_part_4.so
#8 31.74   CCLD     GSM_RestOctets_part_5.so
#8 31.75   CCLD     GSM_RestOctets_part_6.so
#8 31.75   CCLD     GSM_RestOctets_part_7.so
#8 31.76   CCLD     GSM_SystemInformation_part_1.so
#8 31.77   CCLD     GSM_SystemInformation_part_2.so
#8 31.77   CCLD     GSM_SystemInformation_part_3.so
#8 31.78   CCLD     GSM_SystemInformation_part_4.so
#8 31.78   CCLD     GSM_SystemInformation_part_5.so
#8 31.80   CCLD     GSM_SystemInformation_part_6.so
#8 31.80   CCLD     GSM_SystemInformation_part_7.so
#8 31.80   CCLD     GSM_Types_part_1.so
#8 31.81   CCLD     GSM_Types_part_2.so
#8 31.81   CCLD     GSM_Types_part_3.so
#8 31.82   CCLD     GSM_Types_part_4.so
#8 31.83   CCLD     GSM_Types_part_5.so
#8 31.83   CCLD     GSM_Types_part_6.so
#8 31.83   CCLD     GSM_Types_part_7.so
#8 31.83   CCLD     General_Types_part_1.so
#8 31.83   CCLD     General_Types_part_2.so
#8 31.84   CCLD     General_Types_part_3.so
#8 31.85   CCLD     General_Types_part_4.so
#8 31.85   CCLD     General_Types_part_5.so
#8 31.85   CCLD     General_Types_part_6.so
#8 31.86   CCLD     General_Types_part_7.so
#8 31.86   CCLD     IPA_CodecPort_part_1.so
#8 31.86   CCLD     IPA_CodecPort_part_2.so
#8 31.86   CCLD     IPA_CodecPort_part_3.so
#8 31.87   CCLD     IPA_CodecPort_part_4.so
#8 31.88   CCLD     IPA_CodecPort_part_5.so
#8 31.88   CCLD     IPA_CodecPort_part_6.so
#8 31.88   CCLD     IPA_CodecPort_part_7.so
#8 31.88   CCLD     IPA_CodecPort_CtrlFunct_part_2.so
#8 31.88   CCLD     IPA_CodecPort_CtrlFunct_part_1.so
#8 31.88   CCLD     IPA_CodecPort_CtrlFunct_part_3.so
#8 31.88   CCLD     IPA_CodecPort_CtrlFunct_part_4.so
#8 31.89   CCLD     IPA_CodecPort_CtrlFunct_part_5.so
#8 31.90   CCLD     IPA_CodecPort_CtrlFunct_part_6.so
#8 31.91   CCLD     IPA_CodecPort_CtrlFunct_part_7.so
#8 31.91   CCLD     IPA_Testing_part_1.so
#8 31.91   CCLD     IPA_Testing_part_3.so
#8 31.91   CCLD     IPA_Testing_part_4.so
#8 31.91   CCLD     IPA_Testing_part_2.so
#8 31.91   CCLD     IPA_Testing_part_5.so
#8 31.92   CCLD     IPA_Testing_part_6.so
#8 31.92   CCLD     IPA_Testing_part_7.so
#8 31.92   CCLD     IPA_Types_part_1.so
#8 31.92   CCLD     IPA_Types_part_2.so
#8 31.93   CCLD     IPA_Types_part_3.so
#8 31.93   CCLD     IPA_Types_part_4.so
#8 31.93   CCLD     IPA_Types_part_5.so
#8 31.94   CCLD     IPA_Types_part_6.so
#8 31.94   CCLD     IPA_Types_part_7.so
#8 31.94   CCLD     IPL4asp_Functions_part_1.so
#8 31.94   CCLD     IPL4asp_Functions_part_2.so
#8 31.94   CCLD     IPL4asp_Functions_part_3.so
#8 31.94   CCLD     IPL4asp_Functions_part_4.so
#8 31.95   CCLD     IPL4asp_Functions_part_5.so
#8 31.95   CCLD     IPL4asp_Functions_part_6.so
#8 31.95   CCLD     IPL4asp_Functions_part_7.so
#8 31.96   CCLD     IPL4asp_PortType_part_1.so
#8 31.96   CCLD     IPL4asp_PortType_part_2.so
#8 31.96   CCLD     IPL4asp_PortType_part_3.so
#8 31.96   CCLD     IPL4asp_PortType_part_4.so
#8 31.96   CCLD     IPL4asp_PortType_part_5.so
#8 31.96   CCLD     IPL4asp_PortType_part_6.so
#8 31.97   CCLD     IPL4asp_PortType_part_7.so
#8 31.97   CCLD     IPL4asp_Types_part_1.so
#8 31.97   CCLD     IPL4asp_Types_part_2.so
#8 31.98   CCLD     IPL4asp_Types_part_3.so
#8 31.98   CCLD     IPL4asp_Types_part_4.so
#8 31.98   CCLD     IPL4asp_Types_part_5.so
#8 31.98   CCLD     IPL4asp_Types_part_6.so
#8 31.98   CCLD     IPL4asp_Types_part_7.so
#8 31.99   CCLD     IuUP_Emulation_part_1.so
#8 31.99   CCLD     IuUP_Emulation_part_2.so
#8 31.99   CCLD     IuUP_Emulation_part_3.so
#8 31.99   CCLD     IuUP_Emulation_part_4.so
#8 32.00   CCLD     IuUP_Emulation_part_5.so
#8 32.00   CCLD     IuUP_Emulation_part_6.so
#8 32.00   CCLD     IuUP_Emulation_part_7.so
#8 32.01   CCLD     IuUP_Types_part_1.so
#8 32.01   CCLD     IuUP_Types_part_2.so
#8 32.01   CCLD     IuUP_Types_part_3.so
#8 32.01   CCLD     IuUP_Types_part_4.so
#8 32.01   CCLD     IuUP_Types_part_5.so
#8 32.01   CCLD     IuUP_Types_part_6.so
#8 32.01   CCLD     IuUP_Types_part_7.so
#8 32.03   CCLD     L1CTL_PortType_part_1.so
#8 32.03   CCLD     L1CTL_PortType_part_2.so
#8 32.03   CCLD     L1CTL_PortType_part_3.so
#8 32.03   CCLD     L1CTL_PortType_part_4.so
#8 32.03   CCLD     L1CTL_PortType_part_5.so
#8 32.03   CCLD     L1CTL_PortType_part_6.so
#8 32.03   CCLD     L1CTL_PortType_part_7.so
#8 32.03   CCLD     L1CTL_PortType_CtrlFunct_part_1.so
#8 32.04   CCLD     L1CTL_PortType_CtrlFunct_part_2.so
#8 32.04   CCLD     L1CTL_PortType_CtrlFunct_part_3.so
#8 32.05   CCLD     L1CTL_PortType_CtrlFunct_part_4.so
#8 32.06   CCLD     L1CTL_PortType_CtrlFunct_part_5.so
#8 32.06   CCLD     L1CTL_PortType_CtrlFunct_part_6.so
#8 32.06   CCLD     L1CTL_PortType_CtrlFunct_part_7.so
#8 32.06   CCLD     L1CTL_Types_part_1.so
#8 32.06   CCLD     L1CTL_Types_part_2.so
#8 32.06   CCLD     L1CTL_Types_part_3.so
#8 32.07   CCLD     L1CTL_Types_part_4.so
#8 32.07   CCLD     L1CTL_Types_part_5.so
#8 32.07   CCLD     L1CTL_Types_part_6.so
#8 32.07   CCLD     L1CTL_Types_part_7.so
#8 32.09   CCLD     L3_Common_part_1.so
#8 32.09   CCLD     L3_Common_part_2.so
#8 32.09   CCLD     L3_Common_part_3.so
#8 32.09   CCLD     L3_Common_part_4.so
#8 32.09   CCLD     L3_Common_part_5.so
#8 32.09   CCLD     L3_Common_part_7.so
#8 32.09   CCLD     L3_Common_part_6.so
#8 32.09   CCLD     L3_Templates_part_1.so
#8 32.09   CCLD     L3_Templates_part_2.so
#8 32.09   CCLD     L3_Templates_part_3.so
#8 32.11   CCLD     L3_Templates_part_4.so
#8 32.12   CCLD     L3_Templates_part_5.so
#8 32.12   CCLD     L3_Templates_part_6.so
#8 32.12   CCLD     L3_Templates_part_7.so
#8 32.12   CCLD     LAPDm_RAW_PT_part_1.so
#8 32.12   CCLD     LAPDm_RAW_PT_part_2.so
#8 32.12   CCLD     LAPDm_RAW_PT_part_3.so
#8 32.12   CCLD     LAPDm_RAW_PT_part_4.so
#8 32.12   CCLD     LAPDm_RAW_PT_part_5.so
#8 32.12   CCLD     LAPDm_RAW_PT_part_6.so
#8 32.14   CCLD     LAPDm_RAW_PT_part_7.so
#8 32.15   CCLD     LAPDm_Types_part_1.so
#8 32.15   CCLD     LAPDm_Types_part_2.so
#8 32.15   CCLD     LAPDm_Types_part_3.so
#8 32.15   CCLD     LAPDm_Types_part_4.so
#8 32.15   CCLD     LAPDm_Types_part_5.so
#8 32.15   CCLD     LAPDm_Types_part_6.so
#8 32.15   CCLD     LAPDm_Types_part_7.so
#8 32.15   CCLD     Misc_Helpers_part_1.so
#8 32.15   CCLD     Misc_Helpers_part_2.so
#8 32.15   CCLD     Misc_Helpers_part_3.so
#8 32.17   CCLD     Misc_Helpers_part_4.so
#8 32.18   CCLD     Misc_Helpers_part_5.so
#8 32.18   CCLD     Misc_Helpers_part_6.so
#8 32.18   CCLD     Misc_Helpers_part_7.so
#8 32.18   CCLD     MobileL3_CC_Types_part_1.so
#8 32.18   CCLD     MobileL3_CC_Types_part_2.so
#8 32.18   CCLD     MobileL3_CC_Types_part_3.so
#8 32.18   CCLD     MobileL3_CC_Types_part_4.so
#8 32.20   CCLD     MobileL3_CC_Types_part_5.so
#8 32.20   CCLD     MobileL3_CC_Types_part_6.so
#8 32.20   CCLD     MobileL3_CC_Types_part_7.so
#8 32.20   CCLD     MobileL3_CommonIE_Types_part_1.so
#8 32.21   CCLD     MobileL3_CommonIE_Types_part_2.so
#8 32.21   CCLD     MobileL3_CommonIE_Types_part_3.so
#8 32.21   CCLD     MobileL3_CommonIE_Types_part_4.so
#8 32.21   CCLD     MobileL3_CommonIE_Types_part_5.so
#8 32.23   CCLD     MobileL3_CommonIE_Types_part_6.so
#8 32.23   CCLD     MobileL3_CommonIE_Types_part_7.so
#8 32.23   CCLD     MobileL3_GMM_SM_Types_part_1.so
#8 32.23   CCLD     MobileL3_GMM_SM_Types_part_2.so
#8 32.24   CCLD     MobileL3_GMM_SM_Types_part_3.so
#8 32.24   CCLD     MobileL3_GMM_SM_Types_part_4.so
#8 32.25   CCLD     MobileL3_GMM_SM_Types_part_5.so
#8 32.26   CCLD     MobileL3_GMM_SM_Types_part_6.so
#8 32.26   CCLD     MobileL3_GMM_SM_Types_part_7.so
#8 32.26   CCLD     MobileL3_MM_Types_part_1.so
#8 32.33   CCLD     MobileL3_MM_Types_part_2.so
#8 32.36   CCLD     MobileL3_MM_Types_part_3.so
#8 32.39   CCLD     MobileL3_MM_Types_part_4.so
#8 32.40   CCLD     MobileL3_MM_Types_part_5.so
#8 32.41   CCLD     MobileL3_MM_Types_part_6.so
#8 32.41   CCLD     MobileL3_MM_Types_part_7.so
#8 32.41   CCLD     MobileL3_RRM_Types_part_1.so
#8 32.42   CCLD     MobileL3_RRM_Types_part_2.so
#8 32.42   CCLD     MobileL3_RRM_Types_part_3.so
#8 32.42   CCLD     MobileL3_RRM_Types_part_4.so
#8 32.43   CCLD     MobileL3_RRM_Types_part_5.so
#8 32.43   CCLD     MobileL3_RRM_Types_part_6.so
#8 32.44   CCLD     MobileL3_RRM_Types_part_7.so
#8 32.44   CCLD     MobileL3_SMS_Types_part_1.so
#8 32.45   CCLD     MobileL3_SMS_Types_part_2.so
#8 32.46   CCLD     MobileL3_SMS_Types_part_3.so
#8 32.46   CCLD     MobileL3_SMS_Types_part_4.so
#8 32.46   CCLD     MobileL3_SMS_Types_part_5.so
#8 32.46   CCLD     MobileL3_SMS_Types_part_6.so
#8 32.47   CCLD     MobileL3_SMS_Types_part_7.so
#8 32.48   CCLD     MobileL3_SS_Types_part_1.so
#8 32.49   CCLD     MobileL3_SS_Types_part_3.so
#8 32.49   CCLD     MobileL3_SS_Types_part_2.so
#8 32.49   CCLD     MobileL3_SS_Types_part_4.so
#8 32.51   CCLD     MobileL3_SS_Types_part_5.so
#8 32.53   CCLD     MobileL3_SS_Types_part_6.so
#8 32.53   CCLD     MobileL3_SS_Types_part_7.so
#8 32.53   CCLD     MobileL3_Types_part_1.so
#8 32.53   CCLD     MobileL3_Types_part_2.so
#8 32.54   CCLD     MobileL3_Types_part_3.so
#8 32.54   CCLD     MobileL3_Types_part_4.so
#8 32.55   CCLD     MobileL3_Types_part_5.so
#8 32.55   CCLD     MobileL3_Types_part_7.so
#8 32.55   CCLD     MobileL3_Types_part_6.so
#8 32.56   CCLD     Native_Functions_part_1.so
#8 32.56   CCLD     Native_Functions_part_2.so
#8 32.57   CCLD     Native_Functions_part_3.so
#8 32.57   CCLD     Native_Functions_part_4.so
#8 32.58   CCLD     Native_Functions_part_5.so
#8 32.58   CCLD     Native_Functions_part_6.so
#8 32.58   CCLD     Native_Functions_part_7.so
#8 32.59   CCLD     OSMUX_CodecPort_part_1.so
#8 32.59   CCLD     OSMUX_CodecPort_part_2.so
#8 32.59   CCLD     OSMUX_CodecPort_part_3.so
#8 32.59   CCLD     OSMUX_CodecPort_part_4.so
#8 32.60   CCLD     OSMUX_CodecPort_part_5.so
#8 32.60   CCLD     OSMUX_CodecPort_part_6.so
#8 32.60   CCLD     OSMUX_CodecPort_part_7.so
#8 32.60   CCLD     OSMUX_CodecPort_CtrlFunct_part_1.so
#8 32.61   CCLD     OSMUX_CodecPort_CtrlFunct_part_2.so
#8 32.61   CCLD     OSMUX_CodecPort_CtrlFunct_part_3.so
#8 32.61   CCLD     OSMUX_CodecPort_CtrlFunct_part_4.so
#8 32.61   CCLD     OSMUX_CodecPort_CtrlFunct_part_5.so
#8 32.62   CCLD     OSMUX_CodecPort_CtrlFunct_part_6.so
#8 32.62   CCLD     OSMUX_CodecPort_CtrlFunct_part_7.so
#8 32.62   CCLD     OSMUX_Emulation_part_1.so
#8 32.62   CCLD     OSMUX_Emulation_part_2.so
#8 32.63   CCLD     OSMUX_Emulation_part_3.so
#8 32.63   CCLD     OSMUX_Emulation_part_4.so
#8 32.63   CCLD     OSMUX_Emulation_part_5.so
#8 32.63   CCLD     OSMUX_Emulation_part_6.so
#8 32.63   CCLD     OSMUX_Emulation_part_7.so
#8 32.64   CCLD     OSMUX_Types_part_1.so
#8 32.64   CCLD     OSMUX_Types_part_2.so
#8 32.64   CCLD     OSMUX_Types_part_3.so
#8 32.64   CCLD     OSMUX_Types_part_4.so
#8 32.65   CCLD     OSMUX_Types_part_5.so
#8 32.65   CCLD     OSMUX_Types_part_6.so
#8 32.65   CCLD     OSMUX_Types_part_7.so
#8 32.65   CCLD     Osmocom_CTRL_Adapter_part_1.so
#8 32.65   CCLD     Osmocom_CTRL_Adapter_part_2.so
#8 32.66   CCLD     Osmocom_CTRL_Adapter_part_3.so
#8 32.66   CCLD     Osmocom_CTRL_Adapter_part_4.so
#8 32.66   CCLD     Osmocom_CTRL_Adapter_part_5.so
#8 32.66   CCLD     Osmocom_CTRL_Adapter_part_6.so
#8 32.67   CCLD     Osmocom_CTRL_Adapter_part_7.so
#8 32.67   CCLD     Osmocom_CTRL_Functions_part_1.so
#8 32.67   CCLD     Osmocom_CTRL_Functions_part_2.so
#8 32.67   CCLD     Osmocom_CTRL_Functions_part_3.so
#8 32.67   CCLD     Osmocom_CTRL_Functions_part_4.so
#8 32.67   CCLD     Osmocom_CTRL_Functions_part_6.so
#8 32.67   CCLD     Osmocom_CTRL_Functions_part_5.so
#8 32.68   CCLD     Osmocom_CTRL_Functions_part_7.so
#8 32.68   CCLD     Osmocom_CTRL_Types_part_1.so
#8 32.69   CCLD     Osmocom_CTRL_Types_part_2.so
#8 32.69   CCLD     Osmocom_CTRL_Types_part_3.so
#8 32.69   CCLD     Osmocom_CTRL_Types_part_4.so
#8 32.70   CCLD     Osmocom_CTRL_Types_part_5.so
#8 32.70   CCLD     Osmocom_CTRL_Types_part_6.so
#8 32.70   CCLD     Osmocom_CTRL_Types_part_7.so
#8 32.70   CCLD     Osmocom_Types_part_1.so
#8 32.70   CCLD     Osmocom_Types_part_2.so
#8 32.70   CCLD     Osmocom_Types_part_3.so
#8 32.70   CCLD     Osmocom_Types_part_4.so
#8 32.70   CCLD     Osmocom_Types_part_5.so
#8 32.71   CCLD     Osmocom_Types_part_6.so
#8 32.71   CCLD     Osmocom_VTY_Functions_part_1.so
#8 32.71   CCLD     Osmocom_Types_part_7.so
#8 32.71   CCLD     Osmocom_VTY_Functions_part_2.so
#8 32.72   CCLD     Osmocom_VTY_Functions_part_3.so
#8 32.73   CCLD     Osmocom_VTY_Functions_part_4.so
#8 32.73   CCLD     Osmocom_VTY_Functions_part_5.so
#8 32.73   CCLD     Osmocom_VTY_Functions_part_6.so
#8 32.73   CCLD     Osmocom_VTY_Functions_part_7.so
#8 32.73   CCLD     PCUIF_CodecPort_part_1.so
#8 32.74   CCLD     PCUIF_CodecPort_part_2.so
#8 32.74   CCLD     PCUIF_CodecPort_part_3.so
#8 32.74   CCLD     PCUIF_CodecPort_part_4.so
#8 32.74   CCLD     PCUIF_CodecPort_part_5.so
#8 32.74   CCLD     PCUIF_CodecPort_part_6.so
#8 32.74   CCLD     PCUIF_CodecPort_part_7.so
#8 32.75   CCLD     PCUIF_Types_part_1.so
#8 32.75   CCLD     PCUIF_Types_part_2.so
#8 32.76   CCLD     PCUIF_Types_part_3.so
#8 32.76   CCLD     PCUIF_Types_part_4.so
#8 32.76   CCLD     PCUIF_Types_part_5.so
#8 32.77   CCLD     PCUIF_Types_part_6.so
#8 32.77   CCLD     PCUIF_Types_part_7.so
#8 32.77   CCLD     RLCMAC_CSN1_Templates_part_1.so
#8 32.77   CCLD     RLCMAC_CSN1_Templates_part_2.so
#8 32.77   CCLD     RLCMAC_CSN1_Templates_part_3.so
#8 32.77   CCLD     RLCMAC_CSN1_Templates_part_4.so
#8 32.78   CCLD     RLCMAC_CSN1_Templates_part_5.so
#8 32.78   CCLD     RLCMAC_CSN1_Templates_part_6.so
#8 32.78   CCLD     RLCMAC_CSN1_Templates_part_7.so
#8 32.78   CCLD     RLCMAC_CSN1_Types_part_5.so
#8 32.78   CCLD     RLCMAC_CSN1_Types_part_6.so
#8 32.79   CCLD     RLCMAC_CSN1_Types_part_7.so
#8 32.79   CCLD     RLCMAC_Templates_part_1.so
#8 32.81   CCLD     RLCMAC_Templates_part_2.so
#8 32.82   CCLD     RLCMAC_Templates_part_3.so
#8 32.82   CCLD     RLCMAC_Templates_part_4.so
#8 32.82   CCLD     RLCMAC_Templates_part_5.so
#8 32.82   CCLD     RLCMAC_Templates_part_6.so
#8 32.82   CCLD     RLCMAC_Templates_part_7.so
#8 32.82   CCLD     RLCMAC_Types_part_1.so
#8 32.82   CCLD     RLCMAC_Types_part_3.so
#8 32.82   CCLD     RLCMAC_Types_part_2.so
#8 32.82   CCLD     RLCMAC_Types_part_4.so
#8 32.83   CCLD     RLCMAC_Types_part_5.so
#8 32.84   CCLD     RLCMAC_Types_part_6.so
#8 32.84   CCLD     RLCMAC_Types_part_7.so
#8 32.84   CCLD     RSL_Emulation_part_1.so
#8 32.84   CCLD     RSL_Emulation_part_3.so
#8 32.84   CCLD     RSL_Emulation_part_4.so
#8 32.84   CCLD     RSL_Emulation_part_2.so
#8 32.84   CCLD     RSL_Emulation_part_5.so
#8 32.85   CCLD     RSL_Emulation_part_6.so
#8 32.86   CCLD     RSL_Emulation_part_7.so
#8 32.86   CCLD     RSL_Types_part_2.so
#8 32.86   CCLD     RSL_Types_part_3.so
#8 32.87   CCLD     RSL_Types_part_4.so
#8 32.87   CCLD     RSL_Types_part_5.so
#8 32.87   CCLD     RSL_Types_part_6.so
#8 32.87   CCLD     RSL_Types_part_7.so
#8 32.87   CCLD     RTP_CodecPort_part_1.so
#8 32.87   CCLD     RTP_CodecPort_part_2.so
#8 32.87   CCLD     RTP_CodecPort_part_3.so
#8 32.88   CCLD     RTP_CodecPort_part_4.so
#8 32.88   CCLD     RTP_CodecPort_part_5.so
#8 32.89   CCLD     RTP_CodecPort_part_6.so
#8 32.89   CCLD     RTP_CodecPort_part_7.so
#8 32.90   CCLD     RTP_CodecPort_CtrlFunct_part_1.so
#8 32.90   CCLD     RTP_CodecPort_CtrlFunct_part_2.so
#8 32.90   CCLD     RTP_CodecPort_CtrlFunct_part_3.so
#8 32.90   CCLD     RTP_CodecPort_CtrlFunct_part_4.so
#8 32.90   CCLD     RTP_CodecPort_CtrlFunct_part_5.so
#8 32.90   CCLD     RTP_CodecPort_CtrlFunct_part_6.so
#8 32.90   CCLD     RTP_CodecPort_CtrlFunct_part_7.so
#8 32.91   CCLD     RTP_Emulation_part_1.so
#8 32.91   CCLD     RTP_Emulation_part_2.so
#8 32.91   CCLD     RTP_Emulation_part_3.so
#8 32.92   CCLD     RTP_Emulation_part_4.so
#8 32.93   CCLD     RTP_Emulation_part_5.so
#8 32.93   CCLD     RTP_Emulation_part_6.so
#8 32.93   CCLD     RTP_Emulation_part_7.so
#8 32.93   CCLD     RTP_Types_part_1.so
#8 32.93   CCLD     RTP_Types_part_2.so
#8 32.93   CCLD     RTP_Types_part_3.so
#8 32.93   CCLD     RTP_Types_part_4.so
#8 32.93   CCLD     RTP_Types_part_5.so
#8 32.93   CCLD     RTP_Types_part_6.so
#8 32.94   CCLD     RTP_Types_part_7.so
#8 32.94   CCLD     Socket_API_Definitions_part_1.so
#8 32.94   CCLD     Socket_API_Definitions_part_2.so
#8 32.95   CCLD     Socket_API_Definitions_part_3.so
#8 32.95   CCLD     Socket_API_Definitions_part_4.so
#8 32.96   CCLD     Socket_API_Definitions_part_5.so
#8 32.96   CCLD     Socket_API_Definitions_part_6.so
#8 32.96   CCLD     Socket_API_Definitions_part_7.so
#8 32.96   CCLD     TCCConversion_Functions_part_1.so
#8 32.96   CCLD     TCCConversion_Functions_part_2.so
#8 32.96   CCLD     TCCConversion_Functions_part_3.so
#8 32.96   CCLD     TCCConversion_Functions_part_4.so
#8 32.97   CCLD     TCCConversion_Functions_part_5.so
#8 32.98   CCLD     TCCConversion_Functions_part_6.so
#8 32.98   CCLD     TCCConversion_Functions_part_7.so
#8 32.98   CCLD     TCCInterface_Functions_part_1.so
#8 32.99   CCLD     TCCInterface_Functions_part_2.so
#8 32.99   CCLD     TCCInterface_Functions_part_3.so
#8 32.99   CCLD     TCCInterface_Functions_part_4.so
#8 32.99   CCLD     TCCInterface_Functions_part_5.so
#8 32.99   CCLD     TCCInterface_Functions_part_6.so
#8 32.99   CCLD     TCCInterface_Functions_part_7.so
#8 32.99   CCLD     TELNETasp_PortType_part_1.so
#8 32.99   CCLD     TELNETasp_PortType_part_2.so
#8 33.00   CCLD     TELNETasp_PortType_part_3.so
#8 33.00   CCLD     TELNETasp_PortType_part_4.so
#8 33.00   CCLD     TELNETasp_PortType_part_5.so
#8 33.01   CCLD     TELNETasp_PortType_part_6.so
#8 33.01   CCLD     TELNETasp_PortType_part_7.so
#8 33.02   CCLD     TRXC_CodecPort_part_1.so
#8 33.02   CCLD     TRXC_CodecPort_part_2.so
#8 33.02   CCLD     TRXC_CodecPort_part_3.so
#8 33.02   CCLD     TRXC_CodecPort_part_4.so
#8 33.02   CCLD     TRXC_CodecPort_part_5.so
#8 33.02   CCLD     TRXC_CodecPort_part_6.so
#8 33.02   CCLD     TRXC_CodecPort_part_7.so
#8 33.03   CCLD     TRXC_CodecPort_CtrlFunct_part_1.so
#8 33.03   CCLD     TRXC_CodecPort_CtrlFunct_part_2.so
#8 33.03   CCLD     TRXC_CodecPort_CtrlFunct_part_3.so
#8 33.03   CCLD     TRXC_CodecPort_CtrlFunct_part_4.so
#8 33.04   CCLD     TRXC_CodecPort_CtrlFunct_part_5.so
#8 33.04   CCLD     TRXC_CodecPort_CtrlFunct_part_6.so
#8 33.04   CCLD     TRXC_CodecPort_CtrlFunct_part_7.so
#8 33.04   CCLD     TRXC_Types_part_1.so
#8 33.04   CCLD     TRXC_Types_part_2.so
#8 33.05   CCLD     TRXC_Types_part_3.so
#8 33.06   CCLD     TRXC_Types_part_4.so
#8 33.06   CCLD     TRXC_Types_part_5.so
#8 33.06   CCLD     TRXC_Types_part_6.so
#8 33.06   CCLD     TRXC_Types_part_7.so
#8 33.06   CCLD     UD_PortType_part_2.so
#8 33.06   CCLD     UD_PortType_part_1.so
#8 33.06   CCLD     UD_PortType_part_3.so
#8 33.07   CCLD     UD_PortType_part_4.so
#8 33.07   CCLD     UD_PortType_part_5.so
#8 33.07   CCLD     UD_PortType_part_6.so
#8 33.07   CCLD     UD_PortType_part_7.so
#8 33.07   CCLD     UD_Types_part_1.so
#8 33.07   CCLD     UD_Types_part_2.so
#8 33.08   CCLD     UD_Types_part_3.so
#8 33.09   CCLD     UD_Types_part_4.so
#8 33.09   CCLD     UD_Types_part_5.so
#8 33.09   CCLD     UD_Types_part_6.so
#8 33.09   CCLD     UD_Types_part_7.so
#8 33.09   CCLD     IPA_Emulation_part_1.so
#8 33.09   CCLD     IPA_Emulation_part_2.so
#8 33.09   CCLD     IPA_Emulation_part_3.so
#8 33.09   CCLD     IPA_Emulation_part_4.so
#8 33.10   CCLD     IPA_Emulation_part_6.so
#8 33.10   CCLD     IPA_Emulation_part_5.so
#8 33.10   CCLD     IPA_Emulation_part_7.so
#8 33.10   CCLD     IPA_CodecPort_CtrlFunctDef.so
#8 33.11   CCLD     IPL4asp_PT.so
#8 33.12   CCLD     IPL4asp_discovery.so
#8 33.12   CCLD     IuUP_EncDec.so
#8 33.12   CCLD     L1CTL_PortType_CtrlFunctDef.so
#8 33.12   CCLD     Native_FunctionDefs.so
#8 33.12   CCLD     OSMUX_CodecPort_CtrlFunctDef.so
#8 33.12   CCLD     RLCMAC_EncDec.so
#8 33.12   CCLD     RTP_CodecPort_CtrlFunctDef.so
#8 33.12   CCLD     RTP_EncDec.so
#8 33.12   CCLD     TCCConversion.so
#8 33.13   CCLD     TCCInterface.so
#8 33.13   CCLD     TELNETasp_PT.so
#8 33.13   CCLD     TRXC_CodecPort_CtrlFunctDef.so
#8 33.14   CCLD     UD_PT.so
#8 33.59   CCLD     IPA_Emulation.so
#8 33.86   CCLD     RLCMAC_CSN1_Types_part_4.so
#8 34.02   CCLD     RLCMAC_CSN1_Types_part_2.so
#8 34.21   CCLD     RLCMAC_CSN1_Types_part_3.so
#8 34.31   CCLD     RLCMAC_CSN1_Types_part_1.so
#8 34.79   CCLD     RSL_Types_part_1.so
#8 34.83   CCLD     BTS_Tests
#8 35.15 make[1]: Leaving directory '/osmo-ttcn3-hacks/_build/bts'
#8 DONE 35.6s

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

#10 exporting to image
#10 exporting layers
#10 exporting layers 1.6s done
#10 writing image sha256:94c96ca2903a3e78b583ed6fbb79c6d026d1f8ccfad0dee95f9658309ed9edbf 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):
 - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 13)
 - InvalidDefaultArgInFrom: Default value for ARG $REGISTRY/$USER/debian-bookworm-titan results in empty or invalid base image name (line 3)
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]
bb85500eaa6b: Preparing
fdb198b4f6ea: Preparing
ba98d55fd7d9: Preparing
0130fcd10c09: Preparing
87793f03a795: Preparing
159a4598d269: Preparing
40794e426cea: Preparing
b3af051b3104: Preparing
2ed1b8b97cae: Preparing
34acd357e607: Preparing
46b09e1ff7f6: Preparing
739464d261f5: Preparing
07dcb5e16006: Preparing
29efadc38869: Preparing
6115eb01e609: Preparing
d7e26f5303d5: Preparing
554d809c94d7: Preparing
9ef16902ff00: Preparing
175a19836175: Preparing
b3af051b3104: Waiting
2ed1b8b97cae: Waiting
34acd357e607: Waiting
46b09e1ff7f6: Waiting
739464d261f5: Waiting
07dcb5e16006: Waiting
29efadc38869: Waiting
6115eb01e609: Waiting
d7e26f5303d5: Waiting
554d809c94d7: Waiting
9ef16902ff00: Waiting
175a19836175: Waiting
159a4598d269: Waiting
40794e426cea: Waiting
0130fcd10c09: Layer already exists
87793f03a795: Layer already exists
159a4598d269: Layer already exists
40794e426cea: Layer already exists
b3af051b3104: Layer already exists
2ed1b8b97cae: Layer already exists
34acd357e607: Layer already exists
46b09e1ff7f6: Layer already exists
739464d261f5: Layer already exists
07dcb5e16006: Layer already exists
29efadc38869: Layer already exists
6115eb01e609: Layer already exists
d7e26f5303d5: Layer already exists
ba98d55fd7d9: Pushed
bb85500eaa6b: Pushed
554d809c94d7: Layer already exists
9ef16902ff00: Layer already exists
175a19836175: Layer already exists
fdb198b4f6ea: Pushed
latest: digest: sha256:b286788a1b6c766ac4bb77f67bd587618cb8000d8c696b946d1ccb59101242f5 size: 4289
Finished: SUCCESS