Skip to content
Success

Console Output

Skipping 175 KB.. Full Log
#8 0.876 To add an exception for this directory, call:
#8 0.876 
#8 0.876 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.TCP
#8 0.876 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 0.876 usage: git diff --no-index [<options>] <path> <path>
#8 0.876 
#8 0.876 Diff output format options
#8 0.876     -p, --patch           generate patch
#8 0.876     -s, --no-patch        suppress diff output
#8 0.876     -u                    generate patch
#8 0.876     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 0.876     -W, --function-context
#8 0.876                           generate diffs with <n> lines context
#8 0.876     --raw                 generate the diff in raw format
#8 0.876     --patch-with-raw      synonym for '-p --raw'
#8 0.876     --patch-with-stat     synonym for '-p --stat'
#8 0.876     --numstat             machine friendly --stat
#8 0.876     --shortstat           output only the last line of --stat
#8 0.876     -X, --dirstat[=<param1,param2>...]
#8 0.876                           output the distribution of relative amount of changes for each sub-directory
#8 0.876     --cumulative          synonym for --dirstat=cumulative
#8 0.876     --dirstat-by-file[=<param1,param2>...]
#8 0.876                           synonym for --dirstat=files,param1,param2...
#8 0.876     --check               warn if changes introduce conflict markers or whitespace errors
#8 0.876     --summary             condensed summary such as creations, renames and mode changes
#8 0.876     --name-only           show only names of changed files
#8 0.876     --name-status         show only names and status of changed files
#8 0.876     --stat[=<width>[,<name-width>[,<count>]]]
#8 0.876                           generate diffstat
#8 0.876     --stat-width <width>  generate diffstat with a given width
#8 0.876     --stat-name-width <width>
#8 0.876                           generate diffstat with a given name width
#8 0.876     --stat-graph-width <width>
#8 0.876                           generate diffstat with a given graph width
#8 0.876     --stat-count <count>  generate diffstat with limited lines
#8 0.876     --compact-summary     generate compact summary in diffstat
#8 0.876     --binary              output a binary diff that can be applied
#8 0.876     --full-index          show full pre- and post-image object names on the "index" lines
#8 0.876     --color[=<when>]      show colored diff
#8 0.876     --ws-error-highlight <kind>
#8 0.876                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 0.876     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 0.876     --abbrev[=<n>]        use <n> digits to display object names
#8 0.876     --src-prefix <prefix>
#8 0.876                           show the given source prefix instead of "a/"
#8 0.876     --dst-prefix <prefix>
#8 0.876                           show the given destination prefix instead of "b/"
#8 0.876     --line-prefix <prefix>
#8 0.876                           prepend an additional prefix to every line of output
#8 0.876     --no-prefix           do not show any source or destination prefix
#8 0.876     --inter-hunk-context <n>
#8 0.876                           show context between diff hunks up to the specified number of lines
#8 0.876     --output-indicator-new <char>
#8 0.876                           specify the character to indicate a new line instead of '+'
#8 0.876     --output-indicator-old <char>
#8 0.876                           specify the character to indicate an old line instead of '-'
#8 0.876     --output-indicator-context <char>
#8 0.876                           specify the character to indicate a context instead of ' '
#8 0.876 
#8 0.876 Diff rename options
#8 0.876     -B, --break-rewrites[=<n>[/<m>]]
#8 0.876                           break complete rewrite changes into pairs of delete and create
#8 0.876     -M, --find-renames[=<n>]
#8 0.876                           detect renames
#8 0.876     -D, --irreversible-delete
#8 0.876                           omit the preimage for deletes
#8 0.876     -C, --find-copies[=<n>]
#8 0.876                           detect copies
#8 0.876     --find-copies-harder  use unmodified files as source to find copies
#8 0.876     --no-renames          disable rename detection
#8 0.876     --rename-empty        use empty blobs as rename source
#8 0.876     --follow              continue listing the history of a file beyond renames
#8 0.876     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 0.876 
#8 0.876 Diff algorithm options
#8 0.876     --minimal             produce the smallest possible diff
#8 0.876     -w, --ignore-all-space
#8 0.876                           ignore whitespace when comparing lines
#8 0.876     -b, --ignore-space-change
#8 0.876                           ignore changes in amount of whitespace
#8 0.876     --ignore-space-at-eol
#8 0.876                           ignore changes in whitespace at EOL
#8 0.876     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 0.876     --ignore-blank-lines  ignore changes whose lines are all blank
#8 0.876     -I, --ignore-matching-lines <regex>
#8 0.876                           ignore changes whose all lines match <regex>
#8 0.876     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 0.876     --patience            generate diff using the "patience diff" algorithm
#8 0.876     --histogram           generate diff using the "histogram diff" algorithm
#8 0.876     --diff-algorithm <algorithm>
#8 0.876                           choose a diff algorithm
#8 0.876     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 0.876     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 0.876     --word-diff-regex <regex>
#8 0.876                           use <regex> to decide what a word is
#8 0.876     --color-words[=<regex>]
#8 0.876                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 0.876     --color-moved[=<mode>]
#8 0.876                           moved lines of code are colored differently
#8 0.876     --color-moved-ws <mode>
#8 0.876                           how white spaces are ignored in --color-moved
#8 0.876 
#8 0.876 Other diff options
#8 0.876     --relative[=<prefix>]
#8 0.876                           when run from subdir, exclude changes outside and show relative paths
#8 0.876     -a, --text            treat all files as text
#8 0.876     -R                    swap two inputs, reverse the diff
#8 0.876     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 0.876     --quiet               disable all output of the program
#8 0.876     --ext-diff            allow an external diff helper to be executed
#8 0.876     --textconv            run external text conversion filters when comparing binary files
#8 0.876     --ignore-submodules[=<when>]
#8 0.876                           ignore changes to submodules in the diff generation
#8 0.876     --submodule[=<format>]
#8 0.876                           specify how differences in submodules are shown
#8 0.876     --ita-invisible-in-index
#8 0.876                           hide 'git add -N' entries from the index
#8 0.876     --ita-visible-in-index
#8 0.876                           treat 'git add -N' entries as real in the index
#8 0.876     -S <string>           look for differences that change the number of occurrences of the specified string
#8 0.876     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 0.876     --pickaxe-all         show all changes in the changeset with -S or -G
#8 0.876     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 0.876     -O <file>             control the order in which files appear in the output
#8 0.876     --rotate-to <path>    show the change in the specified path first
#8 0.876     --skip-to <path>      skip the output to the specified path
#8 0.876     --find-object <object-id>
#8 0.876                           look for differences that change the number of occurrences of the specified object
#8 0.876     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 0.876                           select files by diff type
#8 0.876     --output <file>       output to a specific file
#8 0.876 
#8 0.878 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.UDP'
#8 0.878 To add an exception for this directory, call:
#8 0.878 
#8 0.878 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.UDP
#8 0.879 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.UDP'
#8 0.879 To add an exception for this directory, call:
#8 0.879 
#8 0.879 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.UDP
#8 0.879 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 0.879 usage: git diff --no-index [<options>] <path> <path>
#8 0.879 
#8 0.879 Diff output format options
#8 0.879     -p, --patch           generate patch
#8 0.879     -s, --no-patch        suppress diff output
#8 0.879     -u                    generate patch
#8 0.879     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 0.879     -W, --function-context
#8 0.879                           generate diffs with <n> lines context
#8 0.879     --raw                 generate the diff in raw format
#8 0.879     --patch-with-raw      synonym for '-p --raw'
#8 0.879     --patch-with-stat     synonym for '-p --stat'
#8 0.879     --numstat             machine friendly --stat
#8 0.879     --shortstat           output only the last line of --stat
#8 0.879     -X, --dirstat[=<param1,param2>...]
#8 0.879                           output the distribution of relative amount of changes for each sub-directory
#8 0.879     --cumulative          synonym for --dirstat=cumulative
#8 0.879     --dirstat-by-file[=<param1,param2>...]
#8 0.879                           synonym for --dirstat=files,param1,param2...
#8 0.879     --check               warn if changes introduce conflict markers or whitespace errors
#8 0.879     --summary             condensed summary such as creations, renames and mode changes
#8 0.879     --name-only           show only names of changed files
#8 0.879     --name-status         show only names and status of changed files
#8 0.879     --stat[=<width>[,<name-width>[,<count>]]]
#8 0.879                           generate diffstat
#8 0.879     --stat-width <width>  generate diffstat with a given width
#8 0.879     --stat-name-width <width>
#8 0.879                           generate diffstat with a given name width
#8 0.879     --stat-graph-width <width>
#8 0.879                           generate diffstat with a given graph width
#8 0.879     --stat-count <count>  generate diffstat with limited lines
#8 0.879     --compact-summary     generate compact summary in diffstat
#8 0.879     --binary              output a binary diff that can be applied
#8 0.879     --full-index          show full pre- and post-image object names on the "index" lines
#8 0.879     --color[=<when>]      show colored diff
#8 0.879     --ws-error-highlight <kind>
#8 0.879                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 0.879     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 0.879     --abbrev[=<n>]        use <n> digits to display object names
#8 0.879     --src-prefix <prefix>
#8 0.879                           show the given source prefix instead of "a/"
#8 0.879     --dst-prefix <prefix>
#8 0.879                           show the given destination prefix instead of "b/"
#8 0.879     --line-prefix <prefix>
#8 0.879                           prepend an additional prefix to every line of output
#8 0.879     --no-prefix           do not show any source or destination prefix
#8 0.879     --inter-hunk-context <n>
#8 0.879                           show context between diff hunks up to the specified number of lines
#8 0.879     --output-indicator-new <char>
#8 0.879                           specify the character to indicate a new line instead of '+'
#8 0.879     --output-indicator-old <char>
#8 0.879                           specify the character to indicate an old line instead of '-'
#8 0.879     --output-indicator-context <char>
#8 0.879                           specify the character to indicate a context instead of ' '
#8 0.879 
#8 0.879 Diff rename options
#8 0.879     -B, --break-rewrites[=<n>[/<m>]]
#8 0.879                           break complete rewrite changes into pairs of delete and create
#8 0.879     -M, --find-renames[=<n>]
#8 0.879                           detect renames
#8 0.879     -D, --irreversible-delete
#8 0.879                           omit the preimage for deletes
#8 0.879     -C, --find-copies[=<n>]
#8 0.879                           detect copies
#8 0.879     --find-copies-harder  use unmodified files as source to find copies
#8 0.879     --no-renames          disable rename detection
#8 0.879     --rename-empty        use empty blobs as rename source
#8 0.879     --follow              continue listing the history of a file beyond renames
#8 0.879     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 0.879 
#8 0.879 Diff algorithm options
#8 0.879     --minimal             produce the smallest possible diff
#8 0.879     -w, --ignore-all-space
#8 0.879                           ignore whitespace when comparing lines
#8 0.879     -b, --ignore-space-change
#8 0.879                           ignore changes in amount of whitespace
#8 0.879     --ignore-space-at-eol
#8 0.879                           ignore changes in whitespace at EOL
#8 0.879     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 0.879     --ignore-blank-lines  ignore changes whose lines are all blank
#8 0.879     -I, --ignore-matching-lines <regex>
#8 0.879                           ignore changes whose all lines match <regex>
#8 0.879     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 0.879     --patience            generate diff using the "patience diff" algorithm
#8 0.879     --histogram           generate diff using the "histogram diff" algorithm
#8 0.879     --diff-algorithm <algorithm>
#8 0.879                           choose a diff algorithm
#8 0.879     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 0.879     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 0.879     --word-diff-regex <regex>
#8 0.879                           use <regex> to decide what a word is
#8 0.879     --color-words[=<regex>]
#8 0.879                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 0.879     --color-moved[=<mode>]
#8 0.880                           moved lines of code are colored differently
#8 0.880     --color-moved-ws <mode>
#8 0.880                           how white spaces are ignored in --color-moved
#8 0.880 
#8 0.880 Other diff options
#8 0.880     --relative[=<prefix>]
#8 0.880                           when run from subdir, exclude changes outside and show relative paths
#8 0.880     -a, --text            treat all files as text
#8 0.880     -R                    swap two inputs, reverse the diff
#8 0.880     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 0.880     --quiet               disable all output of the program
#8 0.880     --ext-diff            allow an external diff helper to be executed
#8 0.880     --textconv            run external text conversion filters when comparing binary files
#8 0.880     --ignore-submodules[=<when>]
#8 0.880                           ignore changes to submodules in the diff generation
#8 0.880     --submodule[=<format>]
#8 0.880                           specify how differences in submodules are shown
#8 0.880     --ita-invisible-in-index
#8 0.880                           hide 'git add -N' entries from the index
#8 0.880     --ita-visible-in-index
#8 0.880                           treat 'git add -N' entries as real in the index
#8 0.880     -S <string>           look for differences that change the number of occurrences of the specified string
#8 0.880     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 0.880     --pickaxe-all         show all changes in the changeset with -S or -G
#8 0.880     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 0.880     -O <file>             control the order in which files appear in the output
#8 0.880     --rotate-to <path>    show the change in the specified path first
#8 0.880     --skip-to <path>      skip the output to the specified path
#8 0.880     --find-object <object-id>
#8 0.880                           look for differences that change the number of occurrences of the specified object
#8 0.880     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 0.880                           select files by diff type
#8 0.880     --output <file>       output to a specific file
#8 0.880 
#8 0.881 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.RTP'
#8 0.881 To add an exception for this directory, call:
#8 0.881 
#8 0.881 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.RTP
#8 0.882 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.RTP'
#8 0.882 To add an exception for this directory, call:
#8 0.882 
#8 0.882 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.RTP
#8 0.882 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 0.882 usage: git diff --no-index [<options>] <path> <path>
#8 0.882 
#8 0.882 Diff output format options
#8 0.882     -p, --patch           generate patch
#8 0.882     -s, --no-patch        suppress diff output
#8 0.882     -u                    generate patch
#8 0.882     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 0.882     -W, --function-context
#8 0.882                           generate diffs with <n> lines context
#8 0.882     --raw                 generate the diff in raw format
#8 0.882     --patch-with-raw      synonym for '-p --raw'
#8 0.882     --patch-with-stat     synonym for '-p --stat'
#8 0.882     --numstat             machine friendly --stat
#8 0.882     --shortstat           output only the last line of --stat
#8 0.882     -X, --dirstat[=<param1,param2>...]
#8 0.882                           output the distribution of relative amount of changes for each sub-directory
#8 0.882     --cumulative          synonym for --dirstat=cumulative
#8 0.882     --dirstat-by-file[=<param1,param2>...]
#8 0.882                           synonym for --dirstat=files,param1,param2...
#8 0.882     --check               warn if changes introduce conflict markers or whitespace errors
#8 0.882     --summary             condensed summary such as creations, renames and mode changes
#8 0.882     --name-only           show only names of changed files
#8 0.882     --name-status         show only names and status of changed files
#8 0.882     --stat[=<width>[,<name-width>[,<count>]]]
#8 0.882                           generate diffstat
#8 0.882     --stat-width <width>  generate diffstat with a given width
#8 0.882     --stat-name-width <width>
#8 0.882                           generate diffstat with a given name width
#8 0.882     --stat-graph-width <width>
#8 0.882                           generate diffstat with a given graph width
#8 0.882     --stat-count <count>  generate diffstat with limited lines
#8 0.882     --compact-summary     generate compact summary in diffstat
#8 0.882     --binary              output a binary diff that can be applied
#8 0.882     --full-index          show full pre- and post-image object names on the "index" lines
#8 0.882     --color[=<when>]      show colored diff
#8 0.882     --ws-error-highlight <kind>
#8 0.882                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 0.882     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 0.882     --abbrev[=<n>]        use <n> digits to display object names
#8 0.882     --src-prefix <prefix>
#8 0.882                           show the given source prefix instead of "a/"
#8 0.882     --dst-prefix <prefix>
#8 0.882                           show the given destination prefix instead of "b/"
#8 0.882     --line-prefix <prefix>
#8 0.882                           prepend an additional prefix to every line of output
#8 0.882     --no-prefix           do not show any source or destination prefix
#8 0.882     --inter-hunk-context <n>
#8 0.882                           show context between diff hunks up to the specified number of lines
#8 0.882     --output-indicator-new <char>
#8 0.882                           specify the character to indicate a new line instead of '+'
#8 0.882     --output-indicator-old <char>
#8 0.882                           specify the character to indicate an old line instead of '-'
#8 0.882     --output-indicator-context <char>
#8 0.882                           specify the character to indicate a context instead of ' '
#8 0.882 
#8 0.882 Diff rename options
#8 0.882     -B, --break-rewrites[=<n>[/<m>]]
#8 0.882                           break complete rewrite changes into pairs of delete and create
#8 0.882     -M, --find-renames[=<n>]
#8 0.882                           detect renames
#8 0.882     -D, --irreversible-delete
#8 0.882                           omit the preimage for deletes
#8 0.882     -C, --find-copies[=<n>]
#8 0.882                           detect copies
#8 0.882     --find-copies-harder  use unmodified files as source to find copies
#8 0.882     --no-renames          disable rename detection
#8 0.882     --rename-empty        use empty blobs as rename source
#8 0.882     --follow              continue listing the history of a file beyond renames
#8 0.882     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 0.882 
#8 0.882 Diff algorithm options
#8 0.882     --minimal             produce the smallest possible diff
#8 0.882     -w, --ignore-all-space
#8 0.882                           ignore whitespace when comparing lines
#8 0.882     -b, --ignore-space-change
#8 0.882                           ignore changes in amount of whitespace
#8 0.882     --ignore-space-at-eol
#8 0.882                           ignore changes in whitespace at EOL
#8 0.882     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 0.882     --ignore-blank-lines  ignore changes whose lines are all blank
#8 0.882     -I, --ignore-matching-lines <regex>
#8 0.882                           ignore changes whose all lines match <regex>
#8 0.882     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 0.882     --patience            generate diff using the "patience diff" algorithm
#8 0.882     --histogram           generate diff using the "histogram diff" algorithm
#8 0.882     --diff-algorithm <algorithm>
#8 0.882                           choose a diff algorithm
#8 0.882     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 0.882     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 0.882     --word-diff-regex <regex>
#8 0.882                           use <regex> to decide what a word is
#8 0.882     --color-words[=<regex>]
#8 0.882                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 0.882     --color-moved[=<mode>]
#8 0.882                           moved lines of code are colored differently
#8 0.882     --color-moved-ws <mode>
#8 0.882                           how white spaces are ignored in --color-moved
#8 0.882 
#8 0.882 Other diff options
#8 0.882     --relative[=<prefix>]
#8 0.882                           when run from subdir, exclude changes outside and show relative paths
#8 0.882     -a, --text            treat all files as text
#8 0.882     -R                    swap two inputs, reverse the diff
#8 0.882     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 0.882     --quiet               disable all output of the program
#8 0.882     --ext-diff            allow an external diff helper to be executed
#8 0.882     --textconv            run external text conversion filters when comparing binary files
#8 0.882     --ignore-submodules[=<when>]
#8 0.882                           ignore changes to submodules in the diff generation
#8 0.882     --submodule[=<format>]
#8 0.882                           specify how differences in submodules are shown
#8 0.882     --ita-invisible-in-index
#8 0.882                           hide 'git add -N' entries from the index
#8 0.882     --ita-visible-in-index
#8 0.882                           treat 'git add -N' entries as real in the index
#8 0.882     -S <string>           look for differences that change the number of occurrences of the specified string
#8 0.882     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 0.882     --pickaxe-all         show all changes in the changeset with -S or -G
#8 0.882     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 0.882     -O <file>             control the order in which files appear in the output
#8 0.882     --rotate-to <path>    show the change in the specified path first
#8 0.882     --skip-to <path>      skip the output to the specified path
#8 0.882     --find-object <object-id>
#8 0.882                           look for differences that change the number of occurrences of the specified object
#8 0.882     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 0.882                           select files by diff type
#8 0.882     --output <file>       output to a specific file
#8 0.882 
#8 0.883 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.M2PA'
#8 0.883 To add an exception for this directory, call:
#8 0.883 
#8 0.883 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.M2PA
#8 0.885 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.M2PA'
#8 0.885 To add an exception for this directory, call:
#8 0.885 
#8 0.885 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.M2PA
#8 0.885 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 0.885 usage: git diff --no-index [<options>] <path> <path>
#8 0.885 
#8 0.885 Diff output format options
#8 0.885     -p, --patch           generate patch
#8 0.885     -s, --no-patch        suppress diff output
#8 0.885     -u                    generate patch
#8 0.885     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 0.885     -W, --function-context
#8 0.885                           generate diffs with <n> lines context
#8 0.885     --raw                 generate the diff in raw format
#8 0.885     --patch-with-raw      synonym for '-p --raw'
#8 0.885     --patch-with-stat     synonym for '-p --stat'
#8 0.885     --numstat             machine friendly --stat
#8 0.885     --shortstat           output only the last line of --stat
#8 0.885     -X, --dirstat[=<param1,param2>...]
#8 0.885                           output the distribution of relative amount of changes for each sub-directory
#8 0.885     --cumulative          synonym for --dirstat=cumulative
#8 0.885     --dirstat-by-file[=<param1,param2>...]
#8 0.885                           synonym for --dirstat=files,param1,param2...
#8 0.885     --check               warn if changes introduce conflict markers or whitespace errors
#8 0.885     --summary             condensed summary such as creations, renames and mode changes
#8 0.885     --name-only           show only names of changed files
#8 0.885     --name-status         show only names and status of changed files
#8 0.885     --stat[=<width>[,<name-width>[,<count>]]]
#8 0.885                           generate diffstat
#8 0.885     --stat-width <width>  generate diffstat with a given width
#8 0.885     --stat-name-width <width>
#8 0.885                           generate diffstat with a given name width
#8 0.885     --stat-graph-width <width>
#8 0.885                           generate diffstat with a given graph width
#8 0.885     --stat-count <count>  generate diffstat with limited lines
#8 0.885     --compact-summary     generate compact summary in diffstat
#8 0.885     --binary              output a binary diff that can be applied
#8 0.885     --full-index          show full pre- and post-image object names on the "index" lines
#8 0.885     --color[=<when>]      show colored diff
#8 0.885     --ws-error-highlight <kind>
#8 0.885                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 0.885     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 0.885     --abbrev[=<n>]        use <n> digits to display object names
#8 0.885     --src-prefix <prefix>
#8 0.885                           show the given source prefix instead of "a/"
#8 0.885     --dst-prefix <prefix>
#8 0.885                           show the given destination prefix instead of "b/"
#8 0.885     --line-prefix <prefix>
#8 0.885                           prepend an additional prefix to every line of output
#8 0.885     --no-prefix           do not show any source or destination prefix
#8 0.885     --inter-hunk-context <n>
#8 0.885                           show context between diff hunks up to the specified number of lines
#8 0.885     --output-indicator-new <char>
#8 0.885                           specify the character to indicate a new line instead of '+'
#8 0.885     --output-indicator-old <char>
#8 0.885                           specify the character to indicate an old line instead of '-'
#8 0.885     --output-indicator-context <char>
#8 0.885                           specify the character to indicate a context instead of ' '
#8 0.885 
#8 0.885 Diff rename options
#8 0.885     -B, --break-rewrites[=<n>[/<m>]]
#8 0.885                           break complete rewrite changes into pairs of delete and create
#8 0.885     -M, --find-renames[=<n>]
#8 0.885                           detect renames
#8 0.885     -D, --irreversible-delete
#8 0.885                           omit the preimage for deletes
#8 0.885     -C, --find-copies[=<n>]
#8 0.885                           detect copies
#8 0.885     --find-copies-harder  use unmodified files as source to find copies
#8 0.885     --no-renames          disable rename detection
#8 0.885     --rename-empty        use empty blobs as rename source
#8 0.885     --follow              continue listing the history of a file beyond renames
#8 0.885     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 0.885 
#8 0.885 Diff algorithm options
#8 0.885     --minimal             produce the smallest possible diff
#8 0.885     -w, --ignore-all-space
#8 0.885                           ignore whitespace when comparing lines
#8 0.885     -b, --ignore-space-change
#8 0.885                           ignore changes in amount of whitespace
#8 0.885     --ignore-space-at-eol
#8 0.885                           ignore changes in whitespace at EOL
#8 0.885     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 0.885     --ignore-blank-lines  ignore changes whose lines are all blank
#8 0.885     -I, --ignore-matching-lines <regex>
#8 0.885                           ignore changes whose all lines match <regex>
#8 0.885     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 0.885     --patience            generate diff using the "patience diff" algorithm
#8 0.885     --histogram           generate diff using the "histogram diff" algorithm
#8 0.885     --diff-algorithm <algorithm>
#8 0.885                           choose a diff algorithm
#8 0.885     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 0.885     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 0.885     --word-diff-regex <regex>
#8 0.885                           use <regex> to decide what a word is
#8 0.885     --color-words[=<regex>]
#8 0.885                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 0.885     --color-moved[=<mode>]
#8 0.885                           moved lines of code are colored differently
#8 0.885     --color-moved-ws <mode>
#8 0.885                           how white spaces are ignored in --color-moved
#8 0.885 
#8 0.885 Other diff options
#8 0.885     --relative[=<prefix>]
#8 0.885                           when run from subdir, exclude changes outside and show relative paths
#8 0.885     -a, --text            treat all files as text
#8 0.885     -R                    swap two inputs, reverse the diff
#8 0.885     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 0.885     --quiet               disable all output of the program
#8 0.885     --ext-diff            allow an external diff helper to be executed
#8 0.885     --textconv            run external text conversion filters when comparing binary files
#8 0.885     --ignore-submodules[=<when>]
#8 0.885                           ignore changes to submodules in the diff generation
#8 0.885     --submodule[=<format>]
#8 0.885                           specify how differences in submodules are shown
#8 0.885     --ita-invisible-in-index
#8 0.885                           hide 'git add -N' entries from the index
#8 0.885     --ita-visible-in-index
#8 0.885                           treat 'git add -N' entries as real in the index
#8 0.885     -S <string>           look for differences that change the number of occurrences of the specified string
#8 0.885     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 0.885     --pickaxe-all         show all changes in the changeset with -S or -G
#8 0.885     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 0.885     -O <file>             control the order in which files appear in the output
#8 0.885     --rotate-to <path>    show the change in the specified path first
#8 0.885     --skip-to <path>      skip the output to the specified path
#8 0.885     --find-object <object-id>
#8 0.885                           look for differences that change the number of occurrences of the specified object
#8 0.885     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 0.885                           select files by diff type
#8 0.885     --output <file>       output to a specific file
#8 0.885 
#8 0.887 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.ROSE'
#8 0.887 To add an exception for this directory, call:
#8 0.887 
#8 0.887 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.ROSE
#8 0.888 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.ROSE'
#8 0.888 To add an exception for this directory, call:
#8 0.888 
#8 0.888 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.ROSE
#8 0.889 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 0.889 usage: git diff --no-index [<options>] <path> <path>
#8 0.889 
#8 0.889 Diff output format options
#8 0.889     -p, --patch           generate patch
#8 0.889     -s, --no-patch        suppress diff output
#8 0.889     -u                    generate patch
#8 0.889     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 0.889     -W, --function-context
#8 0.889                           generate diffs with <n> lines context
#8 0.889     --raw                 generate the diff in raw format
#8 0.889     --patch-with-raw      synonym for '-p --raw'
#8 0.889     --patch-with-stat     synonym for '-p --stat'
#8 0.889     --numstat             machine friendly --stat
#8 0.889     --shortstat           output only the last line of --stat
#8 0.889     -X, --dirstat[=<param1,param2>...]
#8 0.889                           output the distribution of relative amount of changes for each sub-directory
#8 0.889     --cumulative          synonym for --dirstat=cumulative
#8 0.889     --dirstat-by-file[=<param1,param2>...]
#8 0.889                           synonym for --dirstat=files,param1,param2...
#8 0.889     --check               warn if changes introduce conflict markers or whitespace errors
#8 0.889     --summary             condensed summary such as creations, renames and mode changes
#8 0.889     --name-only           show only names of changed files
#8 0.889     --name-status         show only names and status of changed files
#8 0.889     --stat[=<width>[,<name-width>[,<count>]]]
#8 0.889                           generate diffstat
#8 0.889     --stat-width <width>  generate diffstat with a given width
#8 0.889     --stat-name-width <width>
#8 0.889                           generate diffstat with a given name width
#8 0.889     --stat-graph-width <width>
#8 0.889                           generate diffstat with a given graph width
#8 0.889     --stat-count <count>  generate diffstat with limited lines
#8 0.889     --compact-summary     generate compact summary in diffstat
#8 0.889     --binary              output a binary diff that can be applied
#8 0.889     --full-index          show full pre- and post-image object names on the "index" lines
#8 0.889     --color[=<when>]      show colored diff
#8 0.889     --ws-error-highlight <kind>
#8 0.889                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 0.889     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 0.889     --abbrev[=<n>]        use <n> digits to display object names
#8 0.889     --src-prefix <prefix>
#8 0.889                           show the given source prefix instead of "a/"
#8 0.889     --dst-prefix <prefix>
#8 0.889                           show the given destination prefix instead of "b/"
#8 0.889     --line-prefix <prefix>
#8 0.889                           prepend an additional prefix to every line of output
#8 0.889     --no-prefix           do not show any source or destination prefix
#8 0.889     --inter-hunk-context <n>
#8 0.889                           show context between diff hunks up to the specified number of lines
#8 0.889     --output-indicator-new <char>
#8 0.889                           specify the character to indicate a new line instead of '+'
#8 0.889     --output-indicator-old <char>
#8 0.889                           specify the character to indicate an old line instead of '-'
#8 0.889     --output-indicator-context <char>
#8 0.889                           specify the character to indicate a context instead of ' '
#8 0.889 
#8 0.889 Diff rename options
#8 0.889     -B, --break-rewrites[=<n>[/<m>]]
#8 0.889                           break complete rewrite changes into pairs of delete and create
#8 0.889     -M, --find-renames[=<n>]
#8 0.889                           detect renames
#8 0.889     -D, --irreversible-delete
#8 0.889                           omit the preimage for deletes
#8 0.889     -C, --find-copies[=<n>]
#8 0.889                           detect copies
#8 0.889     --find-copies-harder  use unmodified files as source to find copies
#8 0.889     --no-renames          disable rename detection
#8 0.889     --rename-empty        use empty blobs as rename source
#8 0.889     --follow              continue listing the history of a file beyond renames
#8 0.889     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 0.889 
#8 0.889 Diff algorithm options
#8 0.889     --minimal             produce the smallest possible diff
#8 0.889     -w, --ignore-all-space
#8 0.889                           ignore whitespace when comparing lines
#8 0.889     -b, --ignore-space-change
#8 0.889                           ignore changes in amount of whitespace
#8 0.889     --ignore-space-at-eol
#8 0.889                           ignore changes in whitespace at EOL
#8 0.889     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 0.889     --ignore-blank-lines  ignore changes whose lines are all blank
#8 0.889     -I, --ignore-matching-lines <regex>
#8 0.889                           ignore changes whose all lines match <regex>
#8 0.889     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 0.889     --patience            generate diff using the "patience diff" algorithm
#8 0.889     --histogram           generate diff using the "histogram diff" algorithm
#8 0.889     --diff-algorithm <algorithm>
#8 0.889                           choose a diff algorithm
#8 0.889     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 0.889     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 0.889     --word-diff-regex <regex>
#8 0.889                           use <regex> to decide what a word is
#8 0.889     --color-words[=<regex>]
#8 0.889                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 0.889     --color-moved[=<mode>]
#8 0.889                           moved lines of code are colored differently
#8 0.889     --color-moved-ws <mode>
#8 0.889                           how white spaces are ignored in --color-moved
#8 0.889 
#8 0.889 Other diff options
#8 0.889     --relative[=<prefix>]
#8 0.889                           when run from subdir, exclude changes outside and show relative paths
#8 0.889     -a, --text            treat all files as text
#8 0.889     -R                    swap two inputs, reverse the diff
#8 0.889     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 0.889     --quiet               disable all output of the program
#8 0.889     --ext-diff            allow an external diff helper to be executed
#8 0.889     --textconv            run external text conversion filters when comparing binary files
#8 0.889     --ignore-submodules[=<when>]
#8 0.889                           ignore changes to submodules in the diff generation
#8 0.889     --submodule[=<format>]
#8 0.889                           specify how differences in submodules are shown
#8 0.889     --ita-invisible-in-index
#8 0.889                           hide 'git add -N' entries from the index
#8 0.889     --ita-visible-in-index
#8 0.889                           treat 'git add -N' entries as real in the index
#8 0.889     -S <string>           look for differences that change the number of occurrences of the specified string
#8 0.889     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 0.889     --pickaxe-all         show all changes in the changeset with -S or -G
#8 0.889     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 0.889     -O <file>             control the order in which files appear in the output
#8 0.889     --rotate-to <path>    show the change in the specified path first
#8 0.889     --skip-to <path>      skip the output to the specified path
#8 0.889     --find-object <object-id>
#8 0.889                           look for differences that change the number of occurrences of the specified object
#8 0.889     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 0.889                           select files by diff type
#8 0.889     --output <file>       output to a specific file
#8 0.889 
#8 0.890 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.SCTP'
#8 0.890 To add an exception for this directory, call:
#8 0.890 
#8 0.890 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.SCTP
#8 0.891 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.SCTP'
#8 0.891 To add an exception for this directory, call:
#8 0.891 
#8 0.891 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.SCTP
#8 0.891 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 0.891 usage: git diff --no-index [<options>] <path> <path>
#8 0.891 
#8 0.891 Diff output format options
#8 0.891     -p, --patch           generate patch
#8 0.891     -s, --no-patch        suppress diff output
#8 0.891     -u                    generate patch
#8 0.891     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 0.891     -W, --function-context
#8 0.891                           generate diffs with <n> lines context
#8 0.891     --raw                 generate the diff in raw format
#8 0.891     --patch-with-raw      synonym for '-p --raw'
#8 0.891     --patch-with-stat     synonym for '-p --stat'
#8 0.891     --numstat             machine friendly --stat
#8 0.891     --shortstat           output only the last line of --stat
#8 0.891     -X, --dirstat[=<param1,param2>...]
#8 0.891                           output the distribution of relative amount of changes for each sub-directory
#8 0.891     --cumulative          synonym for --dirstat=cumulative
#8 0.891     --dirstat-by-file[=<param1,param2>...]
#8 0.891                           synonym for --dirstat=files,param1,param2...
#8 0.891     --check               warn if changes introduce conflict markers or whitespace errors
#8 0.891     --summary             condensed summary such as creations, renames and mode changes
#8 0.891     --name-only           show only names of changed files
#8 0.891     --name-status         show only names and status of changed files
#8 0.891     --stat[=<width>[,<name-width>[,<count>]]]
#8 0.891                           generate diffstat
#8 0.891     --stat-width <width>  generate diffstat with a given width
#8 0.891     --stat-name-width <width>
#8 0.891                           generate diffstat with a given name width
#8 0.891     --stat-graph-width <width>
#8 0.891                           generate diffstat with a given graph width
#8 0.891     --stat-count <count>  generate diffstat with limited lines
#8 0.891     --compact-summary     generate compact summary in diffstat
#8 0.891     --binary              output a binary diff that can be applied
#8 0.891     --full-index          show full pre- and post-image object names on the "index" lines
#8 0.891     --color[=<when>]      show colored diff
#8 0.891     --ws-error-highlight <kind>
#8 0.891                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 0.891     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 0.891     --abbrev[=<n>]        use <n> digits to display object names
#8 0.891     --src-prefix <prefix>
#8 0.891                           show the given source prefix instead of "a/"
#8 0.891     --dst-prefix <prefix>
#8 0.891                           show the given destination prefix instead of "b/"
#8 0.891     --line-prefix <prefix>
#8 0.891                           prepend an additional prefix to every line of output
#8 0.891     --no-prefix           do not show any source or destination prefix
#8 0.891     --inter-hunk-context <n>
#8 0.891                           show context between diff hunks up to the specified number of lines
#8 0.891     --output-indicator-new <char>
#8 0.891                           specify the character to indicate a new line instead of '+'
#8 0.891     --output-indicator-old <char>
#8 0.891                           specify the character to indicate an old line instead of '-'
#8 0.891     --output-indicator-context <char>
#8 0.891                           specify the character to indicate a context instead of ' '
#8 0.891 
#8 0.891 Diff rename options
#8 0.891     -B, --break-rewrites[=<n>[/<m>]]
#8 0.891                           break complete rewrite changes into pairs of delete and create
#8 0.891     -M, --find-renames[=<n>]
#8 0.891                           detect renames
#8 0.891     -D, --irreversible-delete
#8 0.891                           omit the preimage for deletes
#8 0.891     -C, --find-copies[=<n>]
#8 0.891                           detect copies
#8 0.891     --find-copies-harder  use unmodified files as source to find copies
#8 0.891     --no-renames          disable rename detection
#8 0.891     --rename-empty        use empty blobs as rename source
#8 0.891     --follow              continue listing the history of a file beyond renames
#8 0.891     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 0.891 
#8 0.891 Diff algorithm options
#8 0.891     --minimal             produce the smallest possible diff
#8 0.891     -w, --ignore-all-space
#8 0.891                           ignore whitespace when comparing lines
#8 0.891     -b, --ignore-space-change
#8 0.891                           ignore changes in amount of whitespace
#8 0.891     --ignore-space-at-eol
#8 0.891                           ignore changes in whitespace at EOL
#8 0.891     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 0.891     --ignore-blank-lines  ignore changes whose lines are all blank
#8 0.891     -I, --ignore-matching-lines <regex>
#8 0.891                           ignore changes whose all lines match <regex>
#8 0.891     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 0.891     --patience            generate diff using the "patience diff" algorithm
#8 0.891     --histogram           generate diff using the "histogram diff" algorithm
#8 0.891     --diff-algorithm <algorithm>
#8 0.891                           choose a diff algorithm
#8 0.891     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 0.891     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 0.891     --word-diff-regex <regex>
#8 0.891                           use <regex> to decide what a word is
#8 0.891     --color-words[=<regex>]
#8 0.891                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 0.891     --color-moved[=<mode>]
#8 0.891                           moved lines of code are colored differently
#8 0.891     --color-moved-ws <mode>
#8 0.891                           how white spaces are ignored in --color-moved
#8 0.891 
#8 0.891 Other diff options
#8 0.891     --relative[=<prefix>]
#8 0.891                           when run from subdir, exclude changes outside and show relative paths
#8 0.891     -a, --text            treat all files as text
#8 0.891     -R                    swap two inputs, reverse the diff
#8 0.891     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 0.891     --quiet               disable all output of the program
#8 0.891     --ext-diff            allow an external diff helper to be executed
#8 0.891     --textconv            run external text conversion filters when comparing binary files
#8 0.891     --ignore-submodules[=<when>]
#8 0.891                           ignore changes to submodules in the diff generation
#8 0.891     --submodule[=<format>]
#8 0.891                           specify how differences in submodules are shown
#8 0.891     --ita-invisible-in-index
#8 0.891                           hide 'git add -N' entries from the index
#8 0.891     --ita-visible-in-index
#8 0.891                           treat 'git add -N' entries as real in the index
#8 0.891     -S <string>           look for differences that change the number of occurrences of the specified string
#8 0.891     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 0.891     --pickaxe-all         show all changes in the changeset with -S or -G
#8 0.891     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 0.891     -O <file>             control the order in which files appear in the output
#8 0.891     --rotate-to <path>    show the change in the specified path first
#8 0.891     --skip-to <path>      skip the output to the specified path
#8 0.891     --find-object <object-id>
#8 0.891                           look for differences that change the number of occurrences of the specified object
#8 0.891     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 0.891                           select files by diff type
#8 0.891     --output <file>       output to a specific file
#8 0.892 
#8 0.893 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.SDP'
#8 0.893 To add an exception for this directory, call:
#8 0.893 
#8 0.893 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.SDP
#8 0.894 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.SDP'
#8 0.894 To add an exception for this directory, call:
#8 0.894 
#8 0.894 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.SDP
#8 0.895 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 0.895 usage: git diff --no-index [<options>] <path> <path>
#8 0.895 
#8 0.895 Diff output format options
#8 0.895     -p, --patch           generate patch
#8 0.895     -s, --no-patch        suppress diff output
#8 0.895     -u                    generate patch
#8 0.895     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 0.895     -W, --function-context
#8 0.895                           generate diffs with <n> lines context
#8 0.895     --raw                 generate the diff in raw format
#8 0.895     --patch-with-raw      synonym for '-p --raw'
#8 0.895     --patch-with-stat     synonym for '-p --stat'
#8 0.895     --numstat             machine friendly --stat
#8 0.895     --shortstat           output only the last line of --stat
#8 0.895     -X, --dirstat[=<param1,param2>...]
#8 0.895                           output the distribution of relative amount of changes for each sub-directory
#8 0.895     --cumulative          synonym for --dirstat=cumulative
#8 0.895     --dirstat-by-file[=<param1,param2>...]
#8 0.895                           synonym for --dirstat=files,param1,param2...
#8 0.895     --check               warn if changes introduce conflict markers or whitespace errors
#8 0.895     --summary             condensed summary such as creations, renames and mode changes
#8 0.895     --name-only           show only names of changed files
#8 0.895     --name-status         show only names and status of changed files
#8 0.895     --stat[=<width>[,<name-width>[,<count>]]]
#8 0.895                           generate diffstat
#8 0.895     --stat-width <width>  generate diffstat with a given width
#8 0.895     --stat-name-width <width>
#8 0.895                           generate diffstat with a given name width
#8 0.895     --stat-graph-width <width>
#8 0.895                           generate diffstat with a given graph width
#8 0.895     --stat-count <count>  generate diffstat with limited lines
#8 0.895     --compact-summary     generate compact summary in diffstat
#8 0.895     --binary              output a binary diff that can be applied
#8 0.895     --full-index          show full pre- and post-image object names on the "index" lines
#8 0.895     --color[=<when>]      show colored diff
#8 0.895     --ws-error-highlight <kind>
#8 0.895                           highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 0.895     -z                    do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 0.895     --abbrev[=<n>]        use <n> digits to display object names
#8 0.895     --src-prefix <prefix>
#8 0.895                           show the given source prefix instead of "a/"
#8 0.895     --dst-prefix <prefix>
#8 0.895                           show the given destination prefix instead of "b/"
#8 0.895     --line-prefix <prefix>
#8 0.895                           prepend an additional prefix to every line of output
#8 0.895     --no-prefix           do not show any source or destination prefix
#8 0.895     --inter-hunk-context <n>
#8 0.895                           show context between diff hunks up to the specified number of lines
#8 0.895     --output-indicator-new <char>
#8 0.895                           specify the character to indicate a new line instead of '+'
#8 0.895     --output-indicator-old <char>
#8 0.895                           specify the character to indicate an old line instead of '-'
#8 0.895     --output-indicator-context <char>
#8 0.895                           specify the character to indicate a context instead of ' '
#8 0.895 
#8 0.895 Diff rename options
#8 0.895     -B, --break-rewrites[=<n>[/<m>]]
#8 0.895                           break complete rewrite changes into pairs of delete and create
#8 0.895     -M, --find-renames[=<n>]
#8 0.895                           detect renames
#8 0.895     -D, --irreversible-delete
#8 0.895                           omit the preimage for deletes
#8 0.895     -C, --find-copies[=<n>]
#8 0.895                           detect copies
#8 0.895     --find-copies-harder  use unmodified files as source to find copies
#8 0.895     --no-renames          disable rename detection
#8 0.895     --rename-empty        use empty blobs as rename source
#8 0.895     --follow              continue listing the history of a file beyond renames
#8 0.895     -l <n>                prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 0.895 
#8 0.895 Diff algorithm options
#8 0.895     --minimal             produce the smallest possible diff
#8 0.895     -w, --ignore-all-space
#8 0.895                           ignore whitespace when comparing lines
#8 0.895     -b, --ignore-space-change
#8 0.895                           ignore changes in amount of whitespace
#8 0.895     --ignore-space-at-eol
#8 0.895                           ignore changes in whitespace at EOL
#8 0.895     --ignore-cr-at-eol    ignore carrier-return at the end of line
#8 0.895     --ignore-blank-lines  ignore changes whose lines are all blank
#8 0.895     -I, --ignore-matching-lines <regex>
#8 0.895                           ignore changes whose all lines match <regex>
#8 0.895     --indent-heuristic    heuristic to shift diff hunk boundaries for easy reading
#8 0.895     --patience            generate diff using the "patience diff" algorithm
#8 0.895     --histogram           generate diff using the "histogram diff" algorithm
#8 0.895     --diff-algorithm <algorithm>
#8 0.895                           choose a diff algorithm
#8 0.895     --anchored <text>     generate diff using the "anchored diff" algorithm
#8 0.895     --word-diff[=<mode>]  show word diff, using <mode> to delimit changed words
#8 0.895     --word-diff-regex <regex>
#8 0.895                           use <regex> to decide what a word is
#8 0.895     --color-words[=<regex>]
#8 0.895                           equivalent to --word-diff=color --word-diff-regex=<regex>
#8 0.895     --color-moved[=<mode>]
#8 0.895                           moved lines of code are colored differently
#8 0.895     --color-moved-ws <mode>
#8 0.895                           how white spaces are ignored in --color-moved
#8 0.895 
#8 0.895 Other diff options
#8 0.895     --relative[=<prefix>]
#8 0.895                           when run from subdir, exclude changes outside and show relative paths
#8 0.895     -a, --text            treat all files as text
#8 0.895     -R                    swap two inputs, reverse the diff
#8 0.895     --exit-code           exit with 1 if there were differences, 0 otherwise
#8 0.895     --quiet               disable all output of the program
#8 0.895     --ext-diff            allow an external diff helper to be executed
#8 0.895     --textconv            run external text conversion filters when comparing binary files
#8 0.895     --ignore-submodules[=<when>]
#8 0.895                           ignore changes to submodules in the diff generation
#8 0.895     --submodule[=<format>]
#8 0.895                           specify how differences in submodules are shown
#8 0.895     --ita-invisible-in-index
#8 0.895                           hide 'git add -N' entries from the index
#8 0.895     --ita-visible-in-index
#8 0.895                           treat 'git add -N' entries as real in the index
#8 0.895     -S <string>           look for differences that change the number of occurrences of the specified string
#8 0.895     -G <regex>            look for differences that change the number of occurrences of the specified regex
#8 0.895     --pickaxe-all         show all changes in the changeset with -S or -G
#8 0.895     --pickaxe-regex       treat <string> in -S as extended POSIX regular expression
#8 0.895     -O <file>             control the order in which files appear in the output
#8 0.895     --rotate-to <path>    show the change in the specified path first
#8 0.895     --skip-to <path>      skip the output to the specified path
#8 0.895     --find-object <object-id>
#8 0.895                           look for differences that change the number of occurrences of the specified object
#8 0.895     --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 0.895                           select files by diff type
#8 0.895     --output <file>       output to a specific file
#8 0.895 
#8 0.896 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.SUA'
#8 0.896 To add an exception for this directory, call:
#8 0.896 
#8 0.896 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.SUA
#8 0.897 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.SUA'
#8 0.897 To add an exception for this directory, call:
#8 0.897 
#8 0.897 	git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.SUA
#8 0.898 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 0.898 usage: git diff --no-index [<options>] <path> <path>
#8 0.898 
#8 0.898 Diff output format options
#8 0.898     -p, --patch           generate patch
#8 0.898     -s, --no-patch        suppress diff output
#8 0.898     -u                    generate patch
#8 0.898     -U, --unified[=<n>]   generate diffs with <n> lines context
#8 0.898     -W, --function-context
#8 0.898                           generate diffs with <n> lines context
#8 0.898     --raw                 generate the diff in raw format
#8 0.898     --patch-with-raw      synonym for '-p --raw'
#8 0.898     --patch-with-stat     synonym for '-p --stat'
#8 0.898     --numstat             machine friendly --stat
#8 0.898     --shortstat           output only the last line of --stat
#8 0.898     -X, --dirstat[=<param1,param2>...]
#8 0.898                           output the distribution of relative amount of changes for each sub-directory
#8 0.898     --cumulative          synonym for --dirstat=cumulative
#8 0.898     --dirstat-by-file[=<param1,param2>...]
#8 0.898                           synonym for --dirstat=files,param1,param2...
#8 0.898     --check               warn if changes introduce conflict markers or whitespace errors
#8 0.898     --summary             condensed summary such as creations, renames and mode changes
#8 0.898     --name-only           show only names of changed files
#8 0.898     --name-status         show only names and status of changed files
#8 0.898     --stat[=<width>[,<name-width>[,<count>]]]
#8 0.898                           generate diffstat
#8 0.898     --stat-width <width>  generate diffstat with a given width
#8 0.898     --stat-name-width <width>
#8 0.898                           generate diffstat with a given name width
#8 0.898     --stat-graph-width <width>
#8 0.898                           generate diffstat with a given graph width
#8 0.898     --stat-count <count>  generate diffstat with limited lines
#8 0.898     --compact-summary     generate compact summary in diffstat
#8 0.898     --binary              output a bina
#8 0.898 [output clipped, log limit 200KiB/s reached]
#8 0.979 WARNING: titan.Libraries.TCCUsefulFunctions skipped because it contains uncommitted modifications!
#8 0.979 WARNING: titan.ProtocolEmulations.M3UA skipped because it contains uncommitted modifications!
#8 0.979 WARNING: titan.ProtocolEmulations.SCCP skipped because it contains uncommitted modifications!
#8 0.979 WARNING: titan.ProtocolModules.BSSAPP_v7.3.0 skipped because it contains uncommitted modifications!
#8 0.979 WARNING: titan.ProtocolModules.DIAMETER_ProtocolModule_Generator skipped because it contains uncommitted modifications!
#8 0.979 WARNING: titan.ProtocolModules.DNS skipped because it contains uncommitted modifications!
#8 0.979 WARNING: titan.ProtocolModules.GRE skipped because it contains uncommitted modifications!
#8 0.980 WARNING: titan.ProtocolModules.GTP_v13.5.0 skipped because it contains uncommitted modifications!
#8 0.980 WARNING: titan.ProtocolModules.GTPv2_v13.7.0 skipped because it contains uncommitted modifications!
#8 0.980 WARNING: titan.ProtocolModules.ICMP skipped because it contains uncommitted modifications!
#8 0.980 WARNING: titan.ProtocolModules.ICMPv6 skipped because it contains uncommitted modifications!
#8 0.980 WARNING: titan.ProtocolModules.IP skipped because it contains uncommitted modifications!
#8 0.980 WARNING: titan.ProtocolModules.ISUP_Q.762 skipped because it contains uncommitted modifications!
#8 0.981 WARNING: titan.ProtocolModules.JSON_v07_2006 skipped because it contains uncommitted modifications!
#8 0.981 WARNING: titan.ProtocolModules.L2TP skipped because it contains uncommitted modifications!
#8 0.981 WARNING: titan.ProtocolModules.LLC_v7.1.0 skipped because it contains uncommitted modifications!
#8 0.981 WARNING: titan.ProtocolModules.M3UA skipped because it contains uncommitted modifications!
#8 0.981 WARNING: titan.ProtocolModules.MobileL3_v13.4.0 skipped because it contains uncommitted modifications!
#8 0.981 WARNING: titan.ProtocolModules.SMPP skipped because it contains uncommitted modifications!
#8 0.981 WARNING: titan.ProtocolModules.TCP skipped because it contains uncommitted modifications!
#8 0.982 WARNING: titan.ProtocolModules.UDP skipped because it contains uncommitted modifications!
#8 0.982 WARNING: titan.ProtocolModules.RTP skipped because it contains uncommitted modifications!
#8 0.982 WARNING: titan.ProtocolModules.M2PA skipped because it contains uncommitted modifications!
#8 0.982 WARNING: titan.ProtocolModules.ROSE skipped because it contains uncommitted modifications!
#8 0.982 WARNING: titan.ProtocolModules.SCTP skipped because it contains uncommitted modifications!
#8 0.982 WARNING: titan.ProtocolModules.SDP skipped because it contains uncommitted modifications!
#8 0.983 WARNING: titan.ProtocolModules.SUA skipped because it contains uncommitted modifications!
#8 0.983 WARNING: titan.ProtocolModules.NAS_EPS_15.2.0.1 skipped because it contains uncommitted modifications!
#8 0.983 WARNING: titan.ProtocolModules.NS_v7.3.0 skipped because it contains uncommitted modifications!
#8 0.983 WARNING: titan.ProtocolModules.SGsAP_13.2.0 skipped because it contains uncommitted modifications!
#8 0.983 WARNING: titan.ProtocolModules.SNDCP_v7.0.0 skipped because it contains uncommitted modifications!
#8 0.983 WARNING: titan.ProtocolModules.PFCP_v15.1.0 skipped because it contains uncommitted modifications!
#8 0.983 WARNING: titan.TestPorts.Common_Components.Socket-API skipped because it contains uncommitted modifications!
#8 0.984 WARNING: titan.TestPorts.Common_Components.Abstract_Socket skipped because it contains uncommitted modifications!
#8 0.984 WARNING: titan.TestPorts.HTTPmsg skipped because it contains uncommitted modifications!
#8 0.984 WARNING: titan.TestPorts.IPL4asp skipped because it contains uncommitted modifications!
#8 0.984 WARNING: titan.TestPorts.LANL2asp skipped because it contains uncommitted modifications!
#8 0.984 WARNING: titan.TestPorts.PCAPasp skipped because it contains uncommitted modifications!
#8 0.984 WARNING: titan.TestPorts.PIPEasp skipped because it contains uncommitted modifications!
#8 0.984 WARNING: titan.TestPorts.SIPmsg skipped because it contains uncommitted modifications!
#8 0.984 WARNING: titan.TestPorts.TELNETasp skipped because it contains uncommitted modifications!
#8 0.985 WARNING: titan.TestPorts.TCPasp skipped because it contains uncommitted modifications!
#8 0.985 WARNING: titan.TestPorts.UDPasp skipped because it contains uncommitted modifications!
#8 0.985 WARNING: titan.TestPorts.UNIX_DOMAIN_SOCKETasp skipped because it contains uncommitted modifications!
#8 0.985 WARNING: titan.TestPorts.SCTPasp skipped because it contains uncommitted modifications!
#8 0.985 WARNING: titan.TestPorts.MTP3asp skipped because it contains uncommitted modifications!
#8 0.985 WARNING: titan.ProtocolModules.BSSGP_v13.0.0 skipped because it contains uncommitted modifications!
#8 0.985 WARNING: osmo-uecups skipped because it contains uncommitted modifications!
#8 0.986 WARNING: nas skipped because it contains uncommitted modifications!
#8 0.986 WARNING: titan.ProtocolModules.BSSMAP skipped because it contains uncommitted modifications!
#8 0.986 WARNING: titan.ProtocolModules.MAP skipped because it contains uncommitted modifications!
#8 0.986 WARNING: titan.TestPorts.AF_PACKET skipped because it contains uncommitted modifications!
#8 0.986 WARNING: titan.TestPorts.USB skipped because it contains uncommitted modifications!
#8 0.986 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps'
#8 0.987 touch .make.deps
#8 0.988 '/ttcn3-dumpcap-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh'
#8 0.989 '/ttcn3-tcpdump-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh'
#8 0.989 '/ttcn3-dumpcap-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh'
#8 0.989 '/ttcn3-tcpdump-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh'
#8 0.989 '/_scripts' -> '/osmo-ttcn3-hacks/_scripts'
#8 1.011 (cd bts && ./gen_links.sh && ./regen_makefile.sh)
#8 1.040 make -C _build/bts compile
#8 1.043 make[1]: Entering directory '/osmo-ttcn3-hacks/_build/bts'
#8 1.043   PP       IPA_Emulation.ttcn
#8 1.056   TTCN     *.ttcn *.asn
#8 1.537 touch compile
#8 1.537 make[1]: Leaving directory '/osmo-ttcn3-hacks/_build/bts'
#8 1.537 make -j20 -C _build/bts
#8 1.547 make[1]: Entering directory '/osmo-ttcn3-hacks/_build/bts'
#8 1.587   DEP      UD_PT.cc
#8 1.587   DEP      TRXC_CodecPort_CtrlFunctDef.cc
#8 1.587   DEP      TELNETasp_PT.cc
#8 1.588   DEP      TCCInterface.cc
#8 1.588   DEP      TCCConversion.cc
#8 1.588   DEP      RTP_EncDec.cc
#8 1.588   DEP      RTP_CodecPort_CtrlFunctDef.cc
#8 1.588   DEP      RLCMAC_EncDec.cc
#8 1.588   DEP      OSMUX_CodecPort_CtrlFunctDef.cc
#8 1.589   DEP      Native_FunctionDefs.cc
#8 1.589   DEP      L1CTL_PortType_CtrlFunctDef.cc
#8 1.589   DEP      IuUP_EncDec.cc
#8 1.589   DEP      IPL4asp_discovery.cc
#8 1.590   DEP      IPL4asp_PT.cc
#8 1.590   DEP      IPA_CodecPort_CtrlFunctDef.cc
#8 1.642   DEP      IPA_Emulation_part_7.cc
#8 1.642   DEP      IPA_Emulation_part_6.cc
#8 1.642   DEP      IPA_Emulation_part_5.cc
#8 1.642   DEP      IPA_Emulation_part_4.cc
#8 1.642   DEP      IPA_Emulation_part_3.cc
#8 1.643   DEP      IPA_Emulation_part_2.cc
#8 1.650   DEP      IPA_Emulation.cc
#8 1.650   DEP      UD_Types_part_7.cc
#8 1.650   DEP      UD_Types_part_6.cc
#8 1.650   DEP      IPA_Emulation_part_1.cc
#8 1.651   DEP      UD_Types_part_5.cc
#8 1.651   DEP      UD_Types_part_4.cc
#8 1.657   DEP      UD_Types_part_3.cc
#8 1.658   DEP      UD_Types_part_2.cc
#8 1.664   DEP      UD_Types_part_1.cc
#8 1.664   DEP      UD_PortType_part_7.cc
#8 1.670   DEP      UD_PortType_part_6.cc
#8 1.671   DEP      UD_PortType_part_5.cc
#8 1.673   DEP      UD_PortType_part_4.cc
#8 1.673   DEP      UD_PortType_part_3.cc
#8 1.674   DEP      UD_PortType_part_2.cc
#8 1.679   DEP      UD_PortType_part_1.cc
#8 1.681   DEP      TRXC_Types_part_7.cc
#8 1.681   DEP      TRXC_Types_part_6.cc
#8 1.683   DEP      TRXC_Types_part_5.cc
#8 1.692   DEP      TRXC_Types_part_3.cc
#8 1.692   DEP      TRXC_Types_part_2.cc
#8 1.692   DEP      TRXC_Types_part_4.cc
#8 1.694   DEP      TRXC_Types_part_1.cc
#8 1.694   DEP      TRXC_CodecPort_CtrlFunct_part_6.cc
#8 1.694   DEP      TRXC_CodecPort_CtrlFunct_part_7.cc
#8 1.695   DEP      TRXC_CodecPort_CtrlFunct_part_5.cc
#8 1.696   DEP      TRXC_CodecPort_CtrlFunct_part_4.cc
#8 1.696   DEP      TRXC_CodecPort_CtrlFunct_part_3.cc
#8 1.700   DEP      TRXC_CodecPort_CtrlFunct_part_2.cc
#8 1.700   DEP      TRXC_CodecPort_CtrlFunct_part_1.cc
#8 1.700   DEP      TRXC_CodecPort_part_7.cc
#8 1.701   DEP      TRXC_CodecPort_part_6.cc
#8 1.702   DEP      TRXC_CodecPort_part_5.cc
#8 1.703   DEP      TRXC_CodecPort_part_4.cc
#8 1.704   DEP      TRXC_CodecPort_part_3.cc
#8 1.705   DEP      TRXC_CodecPort_part_2.cc
#8 1.706   DEP      TELNETasp_PortType_part_7.cc
#8 1.707   DEP      TELNETasp_PortType_part_5.cc
#8 1.707   DEP      TELNETasp_PortType_part_6.cc
#8 1.707   DEP      TELNETasp_PortType_part_4.cc
#8 1.708   DEP      TELNETasp_PortType_part_3.cc
#8 1.708   DEP      TRXC_CodecPort_part_1.cc
#8 1.708   DEP      TELNETasp_PortType_part_2.cc
#8 1.715   DEP      TELNETasp_PortType_part_1.cc
#8 1.715   DEP      TCCInterface_Functions_part_7.cc
#8 1.715   DEP      TCCInterface_Functions_part_6.cc
#8 1.715   DEP      TCCInterface_Functions_part_5.cc
#8 1.715   DEP      TCCInterface_Functions_part_4.cc
#8 1.716   DEP      TCCInterface_Functions_part_3.cc
#8 1.716   DEP      TCCInterface_Functions_part_2.cc
#8 1.718   DEP      TCCInterface_Functions_part_1.cc
#8 1.718   DEP      TCCConversion_Functions_part_7.cc
#8 1.718   DEP      TCCConversion_Functions_part_6.cc
#8 1.719   DEP      TCCConversion_Functions_part_5.cc
#8 1.720   DEP      TCCConversion_Functions_part_4.cc
#8 1.720   DEP      TCCConversion_Functions_part_3.cc
#8 1.720   DEP      TCCConversion_Functions_part_2.cc
#8 1.720   DEP      TCCConversion_Functions_part_1.cc
#8 1.722   DEP      Socket_API_Definitions_part_7.cc
#8 1.722   DEP      Socket_API_Definitions_part_5.cc
#8 1.722   DEP      Socket_API_Definitions_part_4.cc
#8 1.723   DEP      Socket_API_Definitions_part_2.cc
#8 1.723   DEP      Socket_API_Definitions_part_3.cc
#8 1.723   DEP      Socket_API_Definitions_part_6.cc
#8 1.729   DEP      Socket_API_Definitions_part_1.cc
#8 1.729   DEP      RTP_Types_part_6.cc
#8 1.729   DEP      RTP_Types_part_7.cc
#8 1.729   DEP      RTP_Types_part_5.cc
#8 1.729   DEP      RTP_Types_part_4.cc
#8 1.730   DEP      RTP_Types_part_3.cc
#8 1.730   DEP      RTP_Types_part_2.cc
#8 1.731   DEP      RTP_Types_part_1.cc
#8 1.731   DEP      RTP_Emulation_part_7.cc
#8 1.731   DEP      RTP_Emulation_part_6.cc
#8 1.731   DEP      RTP_Emulation_part_5.cc
#8 1.731   DEP      RTP_Emulation_part_4.cc
#8 1.732   DEP      RTP_Emulation_part_3.cc
#8 1.733   DEP      RTP_Emulation_part_2.cc
#8 1.736   DEP      RTP_Emulation_part_1.cc
#8 1.736   DEP      RTP_CodecPort_CtrlFunct_part_7.cc
#8 1.737   DEP      RTP_CodecPort_CtrlFunct_part_6.cc
#8 1.738   DEP      RTP_CodecPort_CtrlFunct_part_4.cc
#8 1.738   DEP      RTP_CodecPort_CtrlFunct_part_5.cc
#8 1.738   DEP      RTP_CodecPort_CtrlFunct_part_3.cc
#8 1.739   DEP      RTP_CodecPort_CtrlFunct_part_2.cc
#8 1.739   DEP      RTP_CodecPort_CtrlFunct_part_1.cc
#8 1.740   DEP      RTP_CodecPort_part_7.cc
#8 1.740   DEP      RTP_CodecPort_part_6.cc
#8 1.740   DEP      RTP_CodecPort_part_5.cc
#8 1.744   DEP      RTP_CodecPort_part_4.cc
#8 1.745   DEP      RTP_CodecPort_part_2.cc
#8 1.745   DEP      RTP_CodecPort_part_1.cc
#8 1.745   DEP      RSL_Types_part_7.cc
#8 1.745   DEP      RTP_CodecPort_part_3.cc
#8 1.745   DEP      RSL_Types_part_6.cc
#8 1.745   DEP      RSL_Types_part_5.cc
#8 1.746   DEP      RSL_Types_part_3.cc
#8 1.746   DEP      RSL_Types_part_2.cc
#8 1.746   DEP      RSL_Types_part_4.cc
#8 1.746   DEP      RSL_Types_part_1.cc
#8 1.748   DEP      RSL_Emulation_part_7.cc
#8 1.751   DEP      RSL_Emulation_part_5.cc
#8 1.751   DEP      RSL_Emulation_part_6.cc
#8 1.752   DEP      RSL_Emulation_part_2.cc
#8 1.752   DEP      RSL_Emulation_part_3.cc
#8 1.752   DEP      RSL_Emulation_part_1.cc
#8 1.753   DEP      RSL_Emulation_part_4.cc
#8 1.753   DEP      RLCMAC_Types_part_7.cc
#8 1.755   DEP      RLCMAC_Types_part_5.cc
#8 1.755   DEP      RLCMAC_Types_part_6.cc
#8 1.755   DEP      RLCMAC_Types_part_4.cc
#8 1.756   DEP      RLCMAC_Types_part_3.cc
#8 1.757   DEP      RLCMAC_Types_part_2.cc
#8 1.758   DEP      RLCMAC_Types_part_1.cc
#8 1.759   DEP      RLCMAC_Templates_part_7.cc
#8 1.760   DEP      RLCMAC_Templates_part_6.cc
#8 1.760   DEP      RLCMAC_Templates_part_5.cc
#8 1.761   DEP      RLCMAC_Templates_part_4.cc
#8 1.763   DEP      RLCMAC_Templates_part_3.cc
#8 1.765   DEP      RLCMAC_Templates_part_2.cc
#8 1.766   DEP      RLCMAC_Templates_part_1.cc
#8 1.766   DEP      RLCMAC_CSN1_Types_part_7.cc
#8 1.767   DEP      RLCMAC_CSN1_Types_part_6.cc
#8 1.767   DEP      RLCMAC_CSN1_Types_part_5.cc
#8 1.768   DEP      RLCMAC_CSN1_Types_part_4.cc
#8 1.768   DEP      RLCMAC_CSN1_Types_part_3.cc
#8 1.771   DEP      RLCMAC_CSN1_Types_part_2.cc
#8 1.772   DEP      RLCMAC_CSN1_Types_part_1.cc
#8 1.772   DEP      RLCMAC_CSN1_Templates_part_7.cc
#8 1.772   DEP      RLCMAC_CSN1_Templates_part_6.cc
#8 1.774   DEP      RLCMAC_CSN1_Templates_part_5.cc
#8 1.776   DEP      RLCMAC_CSN1_Templates_part_4.cc
#8 1.776   DEP      RLCMAC_CSN1_Templates_part_3.cc
#8 1.784   DEP      RLCMAC_CSN1_Templates_part_2.cc
#8 1.784   DEP      RLCMAC_CSN1_Templates_part_1.cc
#8 1.785   DEP      PCUIF_Types_part_7.cc
#8 1.785   DEP      PCUIF_Types_part_6.cc
#8 1.785   DEP      PCUIF_Types_part_5.cc
#8 1.785   DEP      PCUIF_Types_part_4.cc
#8 1.790   DEP      PCUIF_Types_part_3.cc
#8 1.792   DEP      PCUIF_Types_part_2.cc
#8 1.797   DEP      PCUIF_Types_part_1.cc
#8 1.798   DEP      PCUIF_CodecPort_part_6.cc
#8 1.799   DEP      PCUIF_CodecPort_part_5.cc
#8 1.799   DEP      PCUIF_CodecPort_part_4.cc
#8 1.800   DEP      PCUIF_CodecPort_part_7.cc
#8 1.800   DEP      PCUIF_CodecPort_part_3.cc
#8 1.808   DEP      PCUIF_CodecPort_part_2.cc
#8 1.808   DEP      PCUIF_CodecPort_part_1.cc
#8 1.808   DEP      Osmocom_VTY_Functions_part_7.cc
#8 1.815   DEP      Osmocom_VTY_Functions_part_6.cc
#8 1.816   DEP      Osmocom_VTY_Functions_part_5.cc
#8 1.821   DEP      Osmocom_VTY_Functions_part_4.cc
#8 1.821   DEP      Osmocom_VTY_Functions_part_3.cc
#8 1.822   DEP      Osmocom_VTY_Functions_part_2.cc
#8 1.822   DEP      Osmocom_VTY_Functions_part_1.cc
#8 1.822   DEP      Osmocom_Types_part_7.cc
#8 1.823   DEP      Osmocom_Types_part_6.cc
#8 1.824   DEP      Osmocom_Types_part_5.cc
#8 1.825   DEP      Osmocom_Types_part_4.cc
#8 1.829   DEP      Osmocom_Types_part_3.cc
#8 1.830   DEP      Osmocom_Types_part_2.cc
#8 1.830   DEP      Osmocom_Types_part_1.cc
#8 1.837   DEP      Osmocom_CTRL_Types_part_7.cc
#8 1.837   DEP      Osmocom_CTRL_Types_part_6.cc
#8 1.837   DEP      Osmocom_CTRL_Types_part_5.cc
#8 1.839   DEP      Osmocom_CTRL_Types_part_4.cc
#8 1.839   DEP      Osmocom_CTRL_Types_part_2.cc
#8 1.839   DEP      Osmocom_CTRL_Types_part_3.cc
#8 1.841   DEP      Osmocom_CTRL_Types_part_1.cc
#8 1.844   DEP      Osmocom_CTRL_Functions_part_7.cc
#8 1.847   DEP      Osmocom_CTRL_Functions_part_6.cc
#8 1.847   DEP      Osmocom_CTRL_Functions_part_5.cc
#8 1.847   DEP      Osmocom_CTRL_Functions_part_4.cc
#8 1.848   DEP      Osmocom_CTRL_Functions_part_3.cc
#8 1.849   DEP      Osmocom_CTRL_Functions_part_2.cc
#8 1.855   DEP      Osmocom_CTRL_Functions_part_1.cc
#8 1.856   DEP      Osmocom_CTRL_Adapter_part_7.cc
#8 1.856   DEP      Osmocom_CTRL_Adapter_part_5.cc
#8 1.856   DEP      Osmocom_CTRL_Adapter_part_4.cc
#8 1.856   DEP      Osmocom_CTRL_Adapter_part_6.cc
#8 1.856   DEP      Osmocom_CTRL_Adapter_part_3.cc
#8 1.859   DEP      Osmocom_CTRL_Adapter_part_2.cc
#8 1.859   DEP      Osmocom_CTRL_Adapter_part_1.cc
#8 1.863   DEP      OSMUX_Types_part_7.cc
#8 1.864   DEP      OSMUX_Types_part_6.cc
#8 1.864   DEP      OSMUX_Types_part_5.cc
#8 1.865   DEP      OSMUX_Types_part_4.cc
#8 1.866   DEP      OSMUX_Types_part_3.cc
#8 1.867   DEP      OSMUX_Types_part_2.cc
#8 1.868   DEP      OSMUX_Types_part_1.cc
#8 1.869   DEP      OSMUX_Emulation_part_7.cc
#8 1.871   DEP      OSMUX_Emulation_part_6.cc
#8 1.872   DEP      OSMUX_Emulation_part_5.cc
#8 1.873   DEP      OSMUX_Emulation_part_3.cc
#8 1.873   DEP      OSMUX_Emulation_part_4.cc
#8 1.873   DEP      OSMUX_Emulation_part_2.cc
#8 1.875   DEP      OSMUX_Emulation_part_1.cc
#8 1.877   DEP      OSMUX_CodecPort_CtrlFunct_part_7.cc
#8 1.878   DEP      OSMUX_CodecPort_CtrlFunct_part_6.cc
#8 1.883   DEP      OSMUX_CodecPort_CtrlFunct_part_5.cc
#8 1.883   DEP      OSMUX_CodecPort_CtrlFunct_part_3.cc
#8 1.883   DEP      OSMUX_CodecPort_CtrlFunct_part_4.cc
#8 1.885   DEP      OSMUX_CodecPort_CtrlFunct_part_1.cc
#8 1.885   DEP      OSMUX_CodecPort_part_7.cc
#8 1.885   DEP      OSMUX_CodecPort_part_6.cc
#8 1.885   DEP      OSMUX_CodecPort_CtrlFunct_part_2.cc
#8 1.886   DEP      OSMUX_CodecPort_part_5.cc
#8 1.886   DEP      OSMUX_CodecPort_part_4.cc
#8 1.887   DEP      OSMUX_CodecPort_part_3.cc
#8 1.891   DEP      OSMUX_CodecPort_part_1.cc
#8 1.891   DEP      OSMUX_CodecPort_part_2.cc
#8 1.897   DEP      Native_Functions_part_7.cc
#8 1.897   DEP      Native_Functions_part_6.cc
#8 1.898   DEP      Native_Functions_part_5.cc
#8 1.898   DEP      Native_Functions_part_4.cc
#8 1.898   DEP      Native_Functions_part_3.cc
#8 1.899   DEP      Native_Functions_part_2.cc
#8 1.899   DEP      Native_Functions_part_1.cc
#8 1.899   DEP      MobileL3_Types_part_7.cc
#8 1.902   DEP      MobileL3_Types_part_6.cc
#8 1.904   DEP      MobileL3_Types_part_5.cc
#8 1.908   DEP      MobileL3_Types_part_4.cc
#8 1.908   DEP      MobileL3_Types_part_3.cc
#8 1.909   DEP      MobileL3_Types_part_2.cc
#8 1.909   DEP      MobileL3_Types_part_1.cc
#8 1.909   DEP      MobileL3_SS_Types_part_6.cc
#8 1.909   DEP      MobileL3_SS_Types_part_7.cc
#8 1.911   DEP      MobileL3_SS_Types_part_4.cc
#8 1.911   DEP      MobileL3_SS_Types_part_5.cc
#8 1.911   DEP      MobileL3_SS_Types_part_2.cc
#8 1.912   DEP      MobileL3_SS_Types_part_3.cc
#8 1.912   DEP      MobileL3_SS_Types_part_1.cc
#8 1.912   DEP      MobileL3_SMS_Types_part_7.cc
#8 1.913   DEP      MobileL3_SMS_Types_part_6.cc
#8 1.916   DEP      MobileL3_SMS_Types_part_5.cc
#8 1.917   DEP      MobileL3_SMS_Types_part_4.cc
#8 1.918   DEP      MobileL3_SMS_Types_part_3.cc
#8 1.918   DEP      MobileL3_SMS_Types_part_2.cc
#8 1.920   DEP      MobileL3_RRM_Types_part_7.cc
#8 1.920   DEP      MobileL3_SMS_Types_part_1.cc
#8 1.921   DEP      MobileL3_RRM_Types_part_6.cc
#8 1.925   DEP      MobileL3_RRM_Types_part_5.cc
#8 1.925   DEP      MobileL3_RRM_Types_part_4.cc
#8 1.926   DEP      MobileL3_RRM_Types_part_2.cc
#8 1.926   DEP      MobileL3_RRM_Types_part_3.cc
#8 1.927   DEP      MobileL3_RRM_Types_part_1.cc
#8 1.927   DEP      MobileL3_MM_Types_part_7.cc
#8 1.927   DEP      MobileL3_MM_Types_part_6.cc
#8 1.927   DEP      MobileL3_MM_Types_part_5.cc
#8 1.927   DEP      MobileL3_MM_Types_part_4.cc
#8 1.928   DEP      MobileL3_MM_Types_part_3.cc
#8 1.928   DEP      MobileL3_MM_Types_part_2.cc
#8 1.932   DEP      MobileL3_MM_Types_part_1.cc
#8 1.934   DEP      MobileL3_GMM_SM_Types_part_7.cc
#8 1.935   DEP      MobileL3_GMM_SM_Types_part_6.cc
#8 1.935   DEP      MobileL3_GMM_SM_Types_part_5.cc
#8 1.935   DEP      MobileL3_GMM_SM_Types_part_4.cc
#8 1.941   DEP      MobileL3_GMM_SM_Types_part_3.cc
#8 1.941   DEP      MobileL3_GMM_SM_Types_part_2.cc
#8 1.942   DEP      MobileL3_GMM_SM_Types_part_1.cc
#8 1.943   DEP      MobileL3_CommonIE_Types_part_7.cc
#8 1.943   DEP      MobileL3_CommonIE_Types_part_6.cc
#8 1.943   DEP      MobileL3_CommonIE_Types_part_5.cc
#8 1.944   DEP      MobileL3_CommonIE_Types_part_4.cc
#8 1.950   DEP      MobileL3_CommonIE_Types_part_3.cc
#8 1.950   DEP      MobileL3_CommonIE_Types_part_2.cc
#8 1.953   DEP      MobileL3_CommonIE_Types_part_1.cc
#8 1.967   DEP      MobileL3_CC_Types_part_7.cc
#8 1.967   DEP      MobileL3_CC_Types_part_6.cc
#8 1.979   DEP      MobileL3_CC_Types_part_5.cc
#8 1.980   DEP      MobileL3_CC_Types_part_4.cc
#8 1.983   DEP      MobileL3_CC_Types_part_3.cc
#8 1.995   DEP      MobileL3_CC_Types_part_2.cc
#8 2.009   DEP      MobileL3_CC_Types_part_1.cc
#8 2.012   DEP      Misc_Helpers_part_7.cc
#8 2.030   DEP      Misc_Helpers_part_6.cc
#8 2.042   DEP      Misc_Helpers_part_5.cc
#8 2.054   DEP      Misc_Helpers_part_4.cc
#8 2.054   DEP      Misc_Helpers_part_3.cc
#8 2.057   DEP      Misc_Helpers_part_2.cc
#8 2.058   DEP      Misc_Helpers_part_1.cc
#8 2.063   DEP      LAPDm_Types_part_7.cc
#8 2.065   DEP      LAPDm_Types_part_6.cc
#8 2.073   DEP      LAPDm_Types_part_5.cc
#8 2.074   DEP      LAPDm_Types_part_4.cc
#8 2.075   DEP      LAPDm_Types_part_3.cc
#8 2.075   DEP      LAPDm_Types_part_2.cc
#8 2.076   DEP      LAPDm_Types_part_1.cc
#8 2.076   DEP      LAPDm_RAW_PT_part_7.cc
#8 2.077   DEP      LAPDm_RAW_PT_part_6.cc
#8 2.078   DEP      LAPDm_RAW_PT_part_5.cc
#8 2.079   DEP      LAPDm_RAW_PT_part_4.cc
#8 2.079   DEP      LAPDm_RAW_PT_part_3.cc
#8 2.083   DEP      LAPDm_RAW_PT_part_2.cc
#8 2.089   DEP      L3_Templates_part_7.cc
#8 2.090   DEP      L3_Templates_part_5.cc
#8 2.090   DEP      L3_Templates_part_4.cc
#8 2.090   DEP      L3_Templates_part_6.cc
#8 2.090   DEP      LAPDm_RAW_PT_part_1.cc
#8 2.090   DEP      L3_Templates_part_3.cc
#8 2.091   DEP      L3_Templates_part_2.cc
#8 2.091   DEP      L3_Templates_part_1.cc
#8 2.092   DEP      L3_Common_part_7.cc
#8 2.092   DEP      L3_Common_part_6.cc
#8 2.092   DEP      L3_Common_part_5.cc
#8 2.092   DEP      L3_Common_part_3.cc
#8 2.092   DEP      L3_Common_part_4.cc
#8 2.096   DEP      L3_Common_part_2.cc
#8 2.102   DEP      L3_Common_part_1.cc
#8 2.102   DEP      L1CTL_Types_part_7.cc
#8 2.103   DEP      L1CTL_Types_part_6.cc
#8 2.103   DEP      L1CTL_Types_part_5.cc
#8 2.103   DEP      L1CTL_Types_part_4.cc
#8 2.103   DEP      L1CTL_Types_part_3.cc
#8 2.103   DEP      L1CTL_Types_part_2.cc
#8 2.103   DEP      L1CTL_Types_part_1.cc
#8 2.104   DEP      L1CTL_PortType_CtrlFunct_part_7.cc
#8 2.105   DEP      L1CTL_PortType_CtrlFunct_part_6.cc
#8 2.105   DEP      L1CTL_PortType_CtrlFunct_part_5.cc
#8 2.105   DEP      L1CTL_PortType_CtrlFunct_part_4.cc
#8 2.105   DEP      L1CTL_PortType_CtrlFunct_part_3.cc
#8 2.106   DEP      L1CTL_PortType_CtrlFunct_part_2.cc
#8 2.111   DEP      L1CTL_PortType_CtrlFunct_part_1.cc
#8 2.111   DEP      L1CTL_PortType_part_7.cc
#8 2.112   DEP      L1CTL_PortType_part_6.cc
#8 2.112   DEP      L1CTL_PortType_part_5.cc
#8 2.112   DEP      L1CTL_PortType_part_3.cc
#8 2.113   DEP      L1CTL_PortType_part_4.cc
#8 2.113   DEP      L1CTL_PortType_part_2.cc
#8 2.114   DEP      L1CTL_PortType_part_1.cc
#8 2.114   DEP      IuUP_Types_part_7.cc
#8 2.114   DEP      IuUP_Types_part_6.cc
#8 2.116   DEP      IuUP_Types_part_4.cc
#8 2.116   DEP      IuUP_Types_part_5.cc
#8 2.117   DEP      IuUP_Types_part_3.cc
#8 2.120   DEP      IuUP_Emulation_part_7.cc
#8 2.120   DEP      IuUP_Emulation_part_6.cc
#8 2.120   DEP      IuUP_Types_part_2.cc
#8 2.120   DEP      IuUP_Emulation_part_5.cc
#8 2.120   DEP      IuUP_Types_part_1.cc
#8 2.121   DEP      IuUP_Emulation_part_4.cc
#8 2.123   DEP      IuUP_Emulation_part_3.cc
#8 2.123   DEP      IuUP_Emulation_part_1.cc
#8 2.123   DEP      IuUP_Emulation_part_2.cc
#8 2.126   DEP      IPL4asp_Types_part_7.cc
#8 2.126   DEP      IPL4asp_Types_part_6.cc
#8 2.127   DEP      IPL4asp_Types_part_5.cc
#8 2.127   DEP      IPL4asp_Types_part_4.cc
#8 2.128   DEP      IPL4asp_Types_part_2.cc
#8 2.128   DEP      IPL4asp_Types_part_3.cc
#8 2.128   DEP      IPL4asp_Types_part_1.cc
#8 2.128   DEP      IPL4asp_PortType_part_7.cc
#8 2.129   DEP      IPL4asp_PortType_part_6.cc
#8 2.129   DEP      IPL4asp_PortType_part_5.cc
#8 2.129   DEP      IPL4asp_PortType_part_4.cc
#8 2.130   DEP      IPL4asp_PortType_part_3.cc
#8 2.131   DEP      IPL4asp_PortType_part_2.cc
#8 2.132   DEP      IPL4asp_PortType_part_1.cc
#8 2.132   DEP      IPL4asp_Functions_part_6.cc
#8 2.132   DEP      IPL4asp_Functions_part_7.cc
#8 2.133   DEP      IPL4asp_Functions_part_5.cc
#8 2.136   DEP      IPL4asp_Functions_part_4.cc
#8 2.137   DEP      IPL4asp_Functions_part_3.cc
#8 2.137   DEP      IPL4asp_Functions_part_2.cc
#8 2.138   DEP      IPL4asp_Functions_part_1.cc
#8 2.139   DEP      IPA_Types_part_7.cc
#8 2.139   DEP      IPA_Types_part_6.cc
#8 2.139   DEP      IPA_Types_part_5.cc
#8 2.140   DEP      IPA_Types_part_4.cc
#8 2.142   DEP      IPA_Types_part_3.cc
#8 2.143   DEP      IPA_Types_part_2.cc
#8 2.143   DEP      IPA_Types_part_1.cc
#8 2.143   DEP      IPA_Testing_part_7.cc
#8 2.143   DEP      IPA_Testing_part_6.cc
#8 2.144   DEP      IPA_Testing_part_5.cc
#8 2.144   DEP      IPA_Testing_part_4.cc
#8 2.145   DEP      IPA_Testing_part_2.cc
#8 2.145   DEP      IPA_Testing_part_1.cc
#8 2.145   DEP      IPA_Testing_part_3.cc
#8 2.147   DEP      IPA_CodecPort_CtrlFunct_part_7.cc
#8 2.147   DEP      IPA_CodecPort_CtrlFunct_part_6.cc
#8 2.147   DEP      IPA_CodecPort_CtrlFunct_part_5.cc
#8 2.148   DEP      IPA_CodecPort_CtrlFunct_part_3.cc
#8 2.148   DEP      IPA_CodecPort_CtrlFunct_part_4.cc
#8 2.148   DEP      IPA_CodecPort_CtrlFunct_part_2.cc
#8 2.149   DEP      IPA_CodecPort_CtrlFunct_part_1.cc
#8 2.151   DEP      IPA_CodecPort_part_7.cc
#8 2.151   DEP      IPA_CodecPort_part_6.cc
#8 2.152   DEP      IPA_CodecPort_part_4.cc
#8 2.152   DEP      IPA_CodecPort_part_5.cc
#8 2.152   DEP      IPA_CodecPort_part_3.cc
#8 2.152   DEP      IPA_CodecPort_part_2.cc
#8 2.153   DEP      IPA_CodecPort_part_1.cc
#8 2.153   DEP      General_Types_part_7.cc
#8 2.154   DEP      General_Types_part_6.cc
#8 2.157   DEP      General_Types_part_5.cc
#8 2.158   DEP      General_Types_part_4.cc
#8 2.158   DEP      General_Types_part_2.cc
#8 2.158   DEP      General_Types_part_1.cc
#8 2.158   DEP      GSM_Types_part_7.cc
#8 2.158   DEP      General_Types_part_3.cc
#8 2.159   DEP      GSM_Types_part_6.cc
#8 2.162   DEP      GSM_Types_part_3.cc
#8 2.162   DEP      GSM_Types_part_4.cc
#8 2.162   DEP      GSM_Types_part_5.cc
#8 2.162   DEP      GSM_Types_part_2.cc
#8 2.162   DEP      GSM_Types_part_1.cc
#8 2.163   DEP      GSM_SystemInformation_part_7.cc
#8 2.163   DEP      GSM_SystemInformation_part_5.cc
#8 2.163   DEP      GSM_SystemInformation_part_4.cc
#8 2.163   DEP      GSM_SystemInformation_part_6.cc
#8 2.163   DEP      GSM_SystemInformation_part_3.cc
#8 2.165   DEP      GSM_SystemInformation_part_2.cc
#8 2.165   DEP      GSM_SystemInformation_part_1.cc
#8 2.165   DEP      GSM_RestOctets_part_7.cc
#8 2.166   DEP      GSM_RestOctets_part_6.cc
#8 2.166   DEP      GSM_RestOctets_part_5.cc
#8 2.167   DEP      GSM_RestOctets_part_4.cc
#8 2.167   DEP      GSM_RestOctets_part_3.cc
#8 2.171   DEP      GSM_RestOctets_part_2.cc
#8 2.172   DEP      GSM_RestOctets_part_1.cc
#8 2.172   DEP      GSM_RR_Types_part_7.cc
#8 2.172   DEP      GSM_RR_Types_part_6.cc
#8 2.172   DEP      GSM_RR_Types_part_5.cc
#8 2.172   DEP      GSM_RR_Types_part_4.cc
#8 2.173   DEP      GSM_RR_Types_part_3.cc
#8 2.173   DEP      GSM_RR_Types_part_2.cc
#8 2.173   DEP      GSM_RR_Types_part_1.cc
#8 2.173   DEP      BTS_Tests_perf_part_7.cc
#8 2.174   DEP      BTS_Tests_perf_part_6.cc
#8 2.175   DEP      BTS_Tests_perf_part_5.cc
#8 2.182   DEP      BTS_Tests_perf_part_4.cc
#8 2.182   DEP      BTS_Tests_perf_part_3.cc
#8 2.182   DEP      BTS_Tests_perf_part_2.cc
#8 2.182   DEP      BTS_Tests_perf_part_1.cc
#8 2.183   DEP      BTS_Tests_VAMOS_part_7.cc
#8 2.183   DEP      BTS_Tests_VAMOS_part_5.cc
#8 2.183   DEP      BTS_Tests_VAMOS_part_6.cc
#8 2.184   DEP      BTS_Tests_VAMOS_part_4.cc
#8 2.184   DEP      BTS_Tests_VAMOS_part_3.cc
#8 2.185   DEP      BTS_Tests_VAMOS_part_2.cc
#8 2.186   DEP      BTS_Tests_SMSCB_part_7.cc
#8 2.186   DEP      BTS_Tests_VAMOS_part_1.cc
#8 2.186   DEP      BTS_Tests_SMSCB_part_6.cc
#8 2.187   DEP      BTS_Tests_SMSCB_part_5.cc
#8 2.189   DEP      BTS_Tests_SMSCB_part_4.cc
#8 2.189   DEP      BTS_Tests_SMSCB_part_3.cc
#8 2.190   DEP      BTS_Tests_SMSCB_part_2.cc
#8 2.191   DEP      BTS_Tests_SMSCB_part_1.cc
#8 2.192   DEP      BTS_Tests_OML_part_7.cc
#8 2.192   DEP      BTS_Tests_OML_part_6.cc
#8 2.192   DEP      BTS_Tests_OML_part_5.cc
#8 2.193   DEP      BTS_Tests_OML_part_4.cc
#8 2.195   DEP      BTS_Tests_OML_part_3.cc
#8 2.195   DEP      BTS_Tests_OML_part_2.cc
#8 2.195   DEP      BTS_Tests_OML_part_1.cc
#8 2.195   DEP      BTS_Tests_LAPDm_part_7.cc
#8 2.196   DEP      BTS_Tests_LAPDm_part_6.cc
#8 2.197   DEP      BTS_Tests_LAPDm_part_5.cc
#8 2.197   DEP      BTS_Tests_LAPDm_part_4.cc
#8 2.199   DEP      BTS_Tests_LAPDm_part_3.cc
#8 2.199   DEP      BTS_Tests_LAPDm_part_2.cc
#8 2.200   DEP      BTS_Tests_LAPDm_part_1.cc
#8 2.203   DEP      BTS_Tests_ASCI_part_7.cc
#8 2.204   DEP      BTS_Tests_ASCI_part_5.cc
#8 2.204   DEP      BTS_Tests_ASCI_part_4.cc
#8 2.204   DEP      BTS_Tests_ASCI_part_6.cc
#8 2.205   DEP      BTS_Tests_ASCI_part_3.cc
#8 2.206   DEP      BTS_Tests_ASCI_part_2.cc
#8 2.206   DEP      BTS_Tests_ASCI_part_1.cc
#8 2.206   DEP      BTS_Tests_part_7.cc
#8 2.207   DEP      BTS_Tests_part_6.cc
#8 2.208   DEP      BTS_Tests_part_5.cc
#8 2.208   DEP      BTS_Tests_part_4.cc
#8 2.212   DEP      BTS_Tests_part_3.cc
#8 2.212   DEP      BTS_Tests_part_2.cc
#8 2.213   DEP      BTS_Tests_part_1.cc
#8 2.213   DEP      AbisOML_Types_part_7.cc
#8 2.214   DEP      AbisOML_Types_part_6.cc
#8 2.226   DEP      AbisOML_Types_part_5.cc
#8 2.226   DEP      AbisOML_Types_part_4.cc
#8 2.227   DEP      AbisOML_Types_part_3.cc
#8 2.227   DEP      AbisOML_Types_part_2.cc
#8 2.227   DEP      AbisOML_Types_part_1.cc
#8 2.227   DEP      AMR_Types_part_7.cc
#8 2.227   DEP      AMR_Types_part_6.cc
#8 2.228   DEP      AMR_Types_part_5.cc
#8 2.228   DEP      AMR_Types_part_4.cc
#8 2.228   DEP      AMR_Types_part_3.cc
#8 2.228   DEP      AMR_Types_part_2.cc
#8 2.231   DEP      AMR_Types_part_1.cc
#8 2.232   DEP      UD_Types.cc
#8 2.234   DEP      UD_PortType.cc
#8 2.235   DEP      TRXC_Types.cc
#8 2.236   DEP      TRXC_CodecPort_CtrlFunct.cc
#8 2.236   DEP      TRXC_CodecPort.cc
#8 2.237   DEP      TELNETasp_PortType.cc
#8 2.237   DEP      TCCConversion_Functions.cc
#8 2.237   DEP      TCCInterface_Functions.cc
#8 2.237   DEP      Socket_API_Definitions.cc
#8 2.239   DEP      RTP_Types.cc
#8 2.244   DEP      RTP_Emulation.cc
#8 2.244   DEP      RTP_CodecPort_CtrlFunct.cc
#8 2.298   DEP      RTP_CodecPort.cc
#8 2.302   DEP      RSL_Types.cc
#8 2.305   DEP      RSL_Emulation.cc
#8 2.319   DEP      RLCMAC_Types.cc
#8 2.322   DEP      RLCMAC_Templates.cc
#8 2.322   DEP      RLCMAC_CSN1_Types.cc
#8 2.324   DEP      RLCMAC_CSN1_Templates.cc
#8 2.326   DEP      PCUIF_Types.cc
#8 2.330   DEP      PCUIF_CodecPort.cc
#8 2.347   DEP      Osmocom_VTY_Functions.cc
#8 2.347   DEP      Osmocom_Types.cc
#8 2.347   DEP      Osmocom_CTRL_Types.cc
#8 2.348   DEP      Osmocom_CTRL_Functions.cc
#8 2.355   DEP      Osmocom_CTRL_Adapter.cc
#8 2.356   DEP      OSMUX_Types.cc
#8 2.360   DEP      OSMUX_Emulation.cc
#8 2.371   DEP      OSMUX_CodecPort_CtrlFunct.cc
#8 2.402   DEP      OSMUX_CodecPort.cc
#8 2.405   DEP      Native_Functions.cc
#8 2.414   DEP      MobileL3_Types.cc
#8 2.417   DEP      MobileL3_SS_Types.cc
#8 2.419   DEP      MobileL3_SMS_Types.cc
#8 2.442   DEP      MobileL3_RRM_Types.cc
#8 2.454   DEP      MobileL3_MM_Types.cc
#8 2.470   DEP      MobileL3_GMM_SM_Types.cc
#8 2.471   DEP      MobileL3_CommonIE_Types.cc
#8 2.473   DEP      MobileL3_CC_Types.cc
#8 2.473   DEP      Misc_Helpers.cc
#8 2.473   DEP      LAPDm_Types.cc
#8 2.476   DEP      LAPDm_RAW_PT.cc
#8 2.497   DEP      L3_Templates.cc
#8 2.497   DEP      L3_Common.cc
#8 2.498   DEP      L1CTL_Types.cc
#8 2.498   DEP      L1CTL_PortType_CtrlFunct.cc
#8 2.508   DEP      L1CTL_PortType.cc
#8 2.514   DEP      IuUP_Types.cc
#8 2.538   DEP      IuUP_Emulation.cc
#8 2.548   DEP      IPL4asp_Types.cc
#8 2.603   DEP      IPL4asp_PortType.cc
#8 2.606   DEP      IPL4asp_Functions.cc
#8 2.611   DEP      IPA_Types.cc
#8 2.617   DEP      IPA_Testing.cc
#8 2.617   DEP      IPA_CodecPort_CtrlFunct.cc
#8 2.629   DEP      IPA_CodecPort.cc
#8 2.630   DEP      General_Types.cc
#8 2.639   DEP      GSM_Types.cc
#8 2.650   DEP      GSM_SystemInformation.cc
#8 2.662   DEP      GSM_RestOctets.cc
#8 2.680   DEP      GSM_RR_Types.cc
#8 2.686   DEP      BTS_Tests_perf.cc
#8 2.695   DEP      BTS_Tests_VAMOS.cc
#8 2.702   DEP      BTS_Tests_SMSCB.cc
#8 2.711   DEP      BTS_Tests_OML.cc
#8 2.735   DEP      BTS_Tests_LAPDm.cc
#8 2.736   DEP      BTS_Tests_ASCI.cc
#8 2.746   DEP      BTS_Tests.cc
#8 2.768   DEP      AbisOML_Types.cc
#8 2.792   DEP      AMR_Types.cc
#8 3.567   CC       AMR_Types.o
#8 3.567   CC       AbisOML_Types.o
#8 3.567   CC       BTS_Tests.o
#8 3.567   CC       BTS_Tests_ASCI.o
#8 3.568   CC       BTS_Tests_LAPDm.o
#8 3.568   CC       BTS_Tests_OML.o
#8 3.568   CC       BTS_Tests_SMSCB.o
#8 3.568   CC       BTS_Tests_VAMOS.o
#8 3.569   CC       BTS_Tests_perf.o
#8 3.569   CC       GSM_RR_Types.o
#8 3.569   CC       GSM_RestOctets.o
#8 3.570   CC       GSM_SystemInformation.o
#8 3.570   CC       GSM_Types.o
#8 3.571   CC       IPA_CodecPort.o
#8 3.571   CC       General_Types.o
#8 3.571   CC       IPA_CodecPort_CtrlFunct.o
#8 3.571   CC       IPA_Testing.o
#8 3.572   CC       IPA_Types.o
#8 3.586   CC       IPL4asp_Functions.o
#8 3.597   CC       IPL4asp_PortType.o
#8 4.406   CC       IPL4asp_Types.o
#8 4.546   CC       IuUP_Emulation.o
#8 4.724   CC       IuUP_Types.o
#8 4.882   CC       L1CTL_PortType.o
#8 5.002   CC       L1CTL_PortType_CtrlFunct.o
#8 5.100   CC       L1CTL_Types.o
#8 6.498   CC       L3_Common.o
#8 6.748   CC       L3_Templates.o
#8 6.777   CC       LAPDm_RAW_PT.o
#8 8.382   CC       LAPDm_Types.o
#8 8.524   CC       Misc_Helpers.o
#8 9.081   CC       MobileL3_CC_Types.o
#8 9.333   CC       MobileL3_CommonIE_Types.o
#8 9.649   CC       MobileL3_GMM_SM_Types.o
#8 9.950   CC       MobileL3_MM_Types.o
#8 10.21   CC       MobileL3_RRM_Types.o
#8 10.35 BTS_Tests_SMSCB.cc: In function 'INTEGER BTS__Tests__SMSCB::f__cbch__block__nr2rsl(const INTEGER&)':
#8 10.35 BTS_Tests_SMSCB.cc:6168:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 10.35  6168 | }
#8 10.35       | ^
#8 11.24   CC       MobileL3_SMS_Types.o
#8 11.25   CC       MobileL3_SS_Types.o
#8 11.26   CC       MobileL3_Types.o
#8 11.45   CC       Native_Functions.o
#8 11.62   CC       OSMUX_CodecPort.o
#8 11.92   CC       OSMUX_CodecPort_CtrlFunct.o
#8 11.96   CC       OSMUX_Emulation.o
#8 12.11   CC       OSMUX_Types.o
#8 12.21   CC       Osmocom_CTRL_Adapter.o
#8 12.32   CC       Osmocom_CTRL_Functions.o
#8 12.72   CC       Osmocom_CTRL_Types.o
#8 12.74 BTS_Tests.cc: In function 'INTEGER BTS__Tests::f__alg__id__to__l1ctl(const RSL__Types::RSL__AlgId&)':
#8 12.74 BTS_Tests.cc:39292:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 12.74 39292 | }
#8 12.74       | ^
#8 12.74 BTS_Tests.cc: In function 'BITSTRING BTS__Tests::f__alg__id__to__l3(const RSL__Types::RSL__AlgId&)':
#8 12.74 BTS_Tests.cc:39373:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 12.74 39373 | }
#8 12.74       | ^
#8 13.02   CC       Osmocom_Types.o
#8 13.32   CC       Osmocom_VTY_Functions.o
#8 13.97   CC       PCUIF_CodecPort.o
#8 14.13   CC       PCUIF_Types.o
#8 14.22   CC       RLCMAC_CSN1_Templates.o
#8 14.98   CC       RLCMAC_CSN1_Types.o
#8 15.01   CC       RLCMAC_Templates.o
#8 15.04   CC       RLCMAC_Types.o
#8 15.15   CC       RSL_Emulation.o
#8 15.32   CC       RSL_Types.o
#8 15.40   CC       RTP_CodecPort.o
#8 15.70   CC       RTP_CodecPort_CtrlFunct.o
#8 16.85   CC       RTP_Emulation.o
#8 16.88   CC       RTP_Types.o
#8 17.00   CC       Socket_API_Definitions.o
#8 17.04   CC       TCCConversion_Functions.o
#8 17.20   CC       TCCInterface_Functions.o
#8 17.45   CC       TELNETasp_PortType.o
#8 17.63   CC       TRXC_CodecPort.o
#8 17.71   CC       TRXC_CodecPort_CtrlFunct.o
#8 17.77   CC       TRXC_Types.o
#8 17.89   CC       UD_PortType.o
#8 18.04   CC       UD_Types.o
#8 18.22   CC       AMR_Types_part_1.o
#8 18.26   CC       AMR_Types_part_2.o
#8 18.31   CC       AMR_Types_part_3.o
#8 18.37   CC       AMR_Types_part_4.o
#8 18.40   CC       AMR_Types_part_5.o
#8 18.43   CC       AMR_Types_part_6.o
#8 18.46   CC       AMR_Types_part_7.o
#8 18.48   CC       AbisOML_Types_part_1.o
#8 18.51   CC       AbisOML_Types_part_2.o
#8 18.51   CC       AbisOML_Types_part_3.o
#8 18.56   CC       AbisOML_Types_part_4.o
#8 18.58   CC       AbisOML_Types_part_5.o
#8 18.62   CC       AbisOML_Types_part_6.o
#8 18.65   CC       AbisOML_Types_part_7.o
#8 18.68   CC       BTS_Tests_part_1.o
#8 18.69   CC       BTS_Tests_part_2.o
#8 18.69   CC       BTS_Tests_part_3.o
#8 18.73   CC       BTS_Tests_part_4.o
#8 18.75   CC       BTS_Tests_part_5.o
#8 18.78   CC       BTS_Tests_part_6.o
#8 18.80   CC       BTS_Tests_part_7.o
#8 18.82   CC       BTS_Tests_ASCI_part_1.o
#8 18.84   CC       BTS_Tests_ASCI_part_2.o
#8 18.88   CC       BTS_Tests_ASCI_part_3.o
#8 18.88   CC       BTS_Tests_ASCI_part_4.o
#8 18.91   CC       BTS_Tests_ASCI_part_5.o
#8 18.94   CC       BTS_Tests_ASCI_part_6.o
#8 18.94   CC       BTS_Tests_ASCI_part_7.o
#8 18.96   CC       BTS_Tests_LAPDm_part_1.o
#8 18.98   CC       BTS_Tests_LAPDm_part_2.o
#8 18.99   CC       BTS_Tests_LAPDm_part_3.o
#8 19.01   CC       BTS_Tests_LAPDm_part_4.o
#8 19.02   CC       BTS_Tests_LAPDm_part_5.o
#8 19.04   CC       BTS_Tests_LAPDm_part_6.o
#8 19.06   CC       BTS_Tests_LAPDm_part_7.o
#8 19.06   CC       BTS_Tests_OML_part_1.o
#8 19.07   CC       BTS_Tests_OML_part_2.o
#8 19.08   CC       BTS_Tests_OML_part_3.o
#8 19.10   CC       BTS_Tests_OML_part_4.o
#8 19.11   CC       BTS_Tests_OML_part_5.o
#8 19.11   CC       BTS_Tests_OML_part_6.o
#8 19.11   CC       BTS_Tests_OML_part_7.o
#8 19.14   CC       BTS_Tests_SMSCB_part_1.o
#8 19.16   CC       BTS_Tests_SMSCB_part_2.o
#8 19.17   CC       BTS_Tests_SMSCB_part_3.o
#8 19.17   CC       BTS_Tests_SMSCB_part_4.o
#8 19.20   CC       BTS_Tests_SMSCB_part_5.o
#8 19.24   CC       BTS_Tests_SMSCB_part_6.o
#8 19.25   CC       BTS_Tests_SMSCB_part_7.o
#8 19.27   CC       BTS_Tests_VAMOS_part_1.o
#8 19.28   CC       BTS_Tests_VAMOS_part_2.o
#8 19.29   CC       BTS_Tests_VAMOS_part_3.o
#8 19.29   CC       BTS_Tests_VAMOS_part_4.o
#8 19.33   CC       BTS_Tests_VAMOS_part_5.o
#8 19.33   CC       BTS_Tests_VAMOS_part_6.o
#8 19.34   CC       BTS_Tests_VAMOS_part_7.o
#8 19.36   CC       BTS_Tests_perf_part_1.o
#8 19.40   CC       BTS_Tests_perf_part_2.o
#8 19.40   CC       BTS_Tests_perf_part_3.o
#8 19.40   CC       BTS_Tests_perf_part_4.o
#8 19.43   CC       BTS_Tests_perf_part_5.o
#8 19.44   CC       BTS_Tests_perf_part_6.o
#8 19.45   CC       BTS_Tests_perf_part_7.o
#8 19.45   CC       GSM_RR_Types_part_1.o
#8 19.46   CC       GSM_RR_Types_part_2.o
#8 19.47   CC       GSM_RR_Types_part_3.o
#8 19.49   CC       GSM_RR_Types_part_4.o
#8 19.50   CC       GSM_RR_Types_part_5.o
#8 19.50   CC       GSM_RR_Types_part_6.o
#8 19.51   CC       GSM_RR_Types_part_7.o
#8 19.55   CC       GSM_RestOctets_part_1.o
#8 19.55   CC       GSM_RestOctets_part_3.o
#8 19.55   CC       GSM_RestOctets_part_2.o
#8 19.55   CC       GSM_RestOctets_part_4.o
#8 19.56   CC       GSM_RestOctets_part_5.o
#8 19.57   CC       GSM_RestOctets_part_6.o
#8 19.63   CC       GSM_RestOctets_part_7.o
#8 19.63   CC       GSM_SystemInformation_part_1.o
#8 19.65   CC       GSM_SystemInformation_part_2.o
#8 19.66   CC       GSM_SystemInformation_part_3.o
#8 19.70   CC       GSM_SystemInformation_part_4.o
#8 19.74   CC       GSM_SystemInformation_part_5.o
#8 19.77   CC       GSM_SystemInformation_part_6.o
#8 19.81   CC       GSM_SystemInformation_part_7.o
#8 19.86   CC       GSM_Types_part_1.o
#8 19.86   CC       GSM_Types_part_2.o
#8 19.90   CC       GSM_Types_part_3.o
#8 19.94   CC       GSM_Types_part_4.o
#8 19.96   CC       GSM_Types_part_5.o
#8 19.99   CC       GSM_Types_part_6.o
#8 20.01   CC       GSM_Types_part_7.o
#8 20.01   CC       General_Types_part_1.o
#8 20.05   CC       General_Types_part_2.o
#8 20.05   CC       General_Types_part_3.o
#8 20.11   CC       General_Types_part_4.o
#8 20.12   CC       General_Types_part_5.o
#8 20.15   CC       General_Types_part_6.o
#8 20.16   CC       General_Types_part_7.o
#8 20.17   CC       IPA_CodecPort_part_1.o
#8 20.17   CC       IPA_CodecPort_part_2.o
#8 20.19   CC       IPA_CodecPort_part_3.o
#8 20.19   CC       IPA_CodecPort_part_4.o
#8 20.20   CC       IPA_CodecPort_part_5.o
#8 20.21   CC       IPA_CodecPort_part_6.o
#8 20.21   CC       IPA_CodecPort_part_7.o
#8 20.23   CC       IPA_CodecPort_CtrlFunct_part_1.o
#8 20.23   CC       IPA_CodecPort_CtrlFunct_part_2.o
#8 20.23   CC       IPA_CodecPort_CtrlFunct_part_3.o
#8 20.23   CC       IPA_CodecPort_CtrlFunct_part_4.o
#8 20.24   CC       IPA_CodecPort_CtrlFunct_part_5.o
#8 20.24   CC       IPA_CodecPort_CtrlFunct_part_6.o
#8 20.25   CC       IPA_CodecPort_CtrlFunct_part_7.o
#8 20.26   CC       IPA_Testing_part_1.o
#8 20.26   CC       IPA_Testing_part_2.o
#8 20.26   CC       IPA_Testing_part_3.o
#8 20.26   CC       IPA_Testing_part_4.o
#8 20.26   CC       IPA_Testing_part_5.o
#8 20.27 RSL_Emulation.cc: In function 'IPA__Types::IpaStreamId RSL__Emulation::f__streamId__by__trx(const INTEGER&)':
#8 20.27 RSL_Emulation.cc:11507:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 20.27 11507 | }
#8 20.27       | ^
#8 20.28   CC       IPA_Testing_part_6.o
#8 20.28   CC       IPA_Testing_part_7.o
#8 20.28   CC       IPA_Types_part_1.o
#8 20.29   CC       IPA_Types_part_2.o
#8 20.29   CC       IPA_Types_part_3.o
#8 20.30   CC       IPA_Types_part_4.o
#8 20.30   CC       IPA_Types_part_5.o
#8 20.31   CC       IPA_Types_part_6.o
#8 20.32   CC       IPA_Types_part_7.o
#8 20.32   CC       IPL4asp_Functions_part_1.o
#8 20.32   CC       IPL4asp_Functions_part_2.o
#8 20.32   CC       IPL4asp_Functions_part_3.o
#8 20.34   CC       IPL4asp_Functions_part_4.o
#8 20.34   CC       IPL4asp_Functions_part_5.o
#8 20.34   CC       IPL4asp_Functions_part_6.o
#8 20.37   CC       IPL4asp_Functions_part_7.o
#8 20.37   CC       IPL4asp_PortType_part_1.o
#8 20.37   CC       IPL4asp_PortType_part_2.o
#8 20.38   CC       IPL4asp_PortType_part_3.o
#8 20.38   CC       IPL4asp_PortType_part_4.o
#8 20.38   CC       IPL4asp_PortType_part_5.o
#8 20.40   CC       IPL4asp_PortType_part_6.o
#8 20.40   CC       IPL4asp_PortType_part_7.o
#8 20.40   CC       IPL4asp_Types_part_1.o
#8 20.45   CC       IPL4asp_Types_part_2.o
#8 20.46   CC       IPL4asp_Types_part_3.o
#8 20.46   CC       IPL4asp_Types_part_4.o
#8 20.46   CC       IPL4asp_Types_part_5.o
#8 20.46   CC       IPL4asp_Types_part_6.o
#8 20.46   CC       IPL4asp_Types_part_7.o
#8 20.48   CC       IuUP_Emulation_part_1.o
#8 20.48   CC       IuUP_Emulation_part_2.o
#8 20.48   CC       IuUP_Emulation_part_3.o
#8 20.49   CC       IuUP_Emulation_part_4.o
#8 20.49   CC       IuUP_Emulation_part_5.o
#8 20.50   CC       IuUP_Emulation_part_6.o
#8 20.50   CC       IuUP_Emulation_part_7.o
#8 20.51   CC       IuUP_Types_part_1.o
#8 20.51   CC       IuUP_Types_part_2.o
#8 20.51   CC       IuUP_Types_part_3.o
#8 20.51   CC       IuUP_Types_part_4.o
#8 20.53   CC       IuUP_Types_part_5.o
#8 20.53   CC       IuUP_Types_part_6.o
#8 20.53   CC       IuUP_Types_part_7.o
#8 20.55   CC       L1CTL_PortType_part_1.o
#8 20.55   CC       L1CTL_PortType_part_2.o
#8 20.55   CC       L1CTL_PortType_part_3.o
#8 20.55   CC       L1CTL_PortType_part_4.o
#8 20.55   CC       L1CTL_PortType_part_5.o
#8 20.56   CC       L1CTL_PortType_part_6.o
#8 20.56   CC       L1CTL_PortType_part_7.o
#8 20.58   CC       L1CTL_PortType_CtrlFunct_part_1.o
#8 20.59   CC       L1CTL_PortType_CtrlFunct_part_2.o
#8 20.59   CC       L1CTL_PortType_CtrlFunct_part_3.o
#8 20.60   CC       L1CTL_PortType_CtrlFunct_part_4.o
#8 20.60   CC       L1CTL_PortType_CtrlFunct_part_5.o
#8 20.60   CC       L1CTL_PortType_CtrlFunct_part_6.o
#8 20.61   CC       L1CTL_PortType_CtrlFunct_part_7.o
#8 20.62   CC       L1CTL_Types_part_1.o
#8 20.63   CC       L1CTL_Types_part_2.o
#8 20.63   CC       L1CTL_Types_part_3.o
#8 20.63   CC       L1CTL_Types_part_4.o
#8 20.66   CC       L1CTL_Types_part_5.o
#8 20.67   CC       L1CTL_Types_part_6.o
#8 20.67   CC       L1CTL_Types_part_7.o
#8 20.68   CC       L3_Common_part_1.o
#8 20.70   CC       L3_Common_part_2.o
#8 20.70   CC       L3_Common_part_3.o
#8 20.74   CC       L3_Common_part_4.o
#8 20.74   CC       L3_Common_part_5.o
#8 20.75   CC       L3_Common_part_6.o
#8 20.75   CC       L3_Common_part_7.o
#8 20.77   CC       L3_Templates_part_1.o
#8 20.77   CC       L3_Templates_part_2.o
#8 20.80   CC       L3_Templates_part_3.o
#8 20.81   CC       L3_Templates_part_4.o
#8 20.81   CC       L3_Templates_part_5.o
#8 20.83   CC       L3_Templates_part_6.o
#8 20.85   CC       L3_Templates_part_7.o
#8 20.85   CC       LAPDm_RAW_PT_part_1.o
#8 20.85   CC       LAPDm_RAW_PT_part_2.o
#8 20.86   CC       LAPDm_RAW_PT_part_3.o
#8 20.89   CC       LAPDm_RAW_PT_part_4.o
#8 20.90   CC       LAPDm_RAW_PT_part_5.o
#8 20.90   CC       LAPDm_RAW_PT_part_6.o
#8 20.91   CC       LAPDm_RAW_PT_part_7.o
#8 20.92   CC       LAPDm_Types_part_1.o
#8 20.94   CC       LAPDm_Types_part_2.o
#8 20.94   CC       LAPDm_Types_part_3.o
#8 20.94   CC       LAPDm_Types_part_4.o
#8 20.95   CC       LAPDm_Types_part_5.o
#8 20.95   CC       LAPDm_Types_part_6.o
#8 20.96   CC       LAPDm_Types_part_7.o
#8 21.00   CC       Misc_Helpers_part_1.o
#8 21.00   CC       Misc_Helpers_part_2.o
#8 21.01   CC       Misc_Helpers_part_3.o
#8 21.01   CC       Misc_Helpers_part_4.o
#8 21.05   CC       Misc_Helpers_part_5.o
#8 21.06   CC       Misc_Helpers_part_6.o
#8 21.08   CC       Misc_Helpers_part_7.o
#8 21.08   CC       MobileL3_CC_Types_part_1.o
#8 21.08   CC       MobileL3_CC_Types_part_2.o
#8 21.10   CC       MobileL3_CC_Types_part_4.o
#8 21.10   CC       MobileL3_CC_Types_part_3.o
#8 21.13   CC       MobileL3_CC_Types_part_5.o
#8 21.17   CC       MobileL3_CC_Types_part_6.o
#8 21.18   CC       MobileL3_CC_Types_part_7.o
#8 21.22   CC       MobileL3_CommonIE_Types_part_1.o
#8 21.22   CC       MobileL3_CommonIE_Types_part_2.o
#8 21.26   CC       MobileL3_CommonIE_Types_part_3.o
#8 21.26   CC       MobileL3_CommonIE_Types_part_4.o
#8 21.32   CC       MobileL3_CommonIE_Types_part_5.o
#8 21.33   CC       MobileL3_CommonIE_Types_part_6.o
#8 21.39   CC       MobileL3_CommonIE_Types_part_7.o
#8 21.39   CC       MobileL3_GMM_SM_Types_part_1.o
#8 21.42   CC       MobileL3_GMM_SM_Types_part_2.o
#8 21.87   CC       MobileL3_GMM_SM_Types_part_3.o
#8 22.32   CC       MobileL3_GMM_SM_Types_part_4.o
#8 23.44   CC       MobileL3_GMM_SM_Types_part_5.o
#8 23.59   CC       MobileL3_GMM_SM_Types_part_6.o
#8 24.81   CC       MobileL3_GMM_SM_Types_part_7.o
#8 24.97   CC       MobileL3_MM_Types_part_1.o
#8 25.34   CC       MobileL3_MM_Types_part_2.o
#8 25.38   CC       MobileL3_MM_Types_part_3.o
#8 25.41   CC       MobileL3_MM_Types_part_4.o
#8 25.43   CC       MobileL3_MM_Types_part_5.o
#8 25.46   CC       MobileL3_MM_Types_part_6.o
#8 25.50   CC       MobileL3_MM_Types_part_7.o
#8 25.53   CC       MobileL3_RRM_Types_part_1.o
#8 25.67   CC       MobileL3_RRM_Types_part_2.o
#8 26.06   CC       MobileL3_RRM_Types_part_3.o
#8 27.29   CC       MobileL3_RRM_Types_part_4.o
#8 27.35   CC       MobileL3_RRM_Types_part_5.o
#8 27.55   CC       MobileL3_RRM_Types_part_6.o
#8 27.62   CC       MobileL3_RRM_Types_part_7.o
#8 27.66   CC       MobileL3_SMS_Types_part_1.o
#8 28.39   CC       MobileL3_SMS_Types_part_2.o
#8 28.42   CC       MobileL3_SMS_Types_part_3.o
#8 28.47   CC       MobileL3_SMS_Types_part_4.o
#8 28.51   CC       MobileL3_SMS_Types_part_5.o
#8 28.58   CC       MobileL3_SMS_Types_part_6.o
#8 28.63   CC       MobileL3_SMS_Types_part_7.o
#8 28.70   CC       MobileL3_SS_Types_part_1.o
#8 28.85   CC       MobileL3_SS_Types_part_2.o
#8 28.90   CC       MobileL3_SS_Types_part_3.o
#8 28.96   CC       MobileL3_SS_Types_part_4.o
#8 28.98   CC       MobileL3_SS_Types_part_5.o
#8 29.00   CC       MobileL3_SS_Types_part_6.o
#8 29.07   CC       MobileL3_SS_Types_part_7.o
#8 29.12   CC       MobileL3_Types_part_1.o
#8 29.18   CC       MobileL3_Types_part_2.o
#8 29.25   CC       MobileL3_Types_part_3.o
#8 29.29   CC       MobileL3_Types_part_4.o
#8 29.35   CC       MobileL3_Types_part_5.o
#8 29.35   CC       MobileL3_Types_part_6.o
#8 29.40   CC       MobileL3_Types_part_7.o
#8 29.40   CC       Native_Functions_part_1.o
#8 29.45   CC       Native_Functions_part_2.o
#8 29.49   CC       Native_Functions_part_3.o
#8 29.51   CC       Native_Functions_part_4.o
#8 29.54   CC       Native_Functions_part_5.o
#8 29.54   CC       Native_Functions_part_6.o
#8 29.57   CC       Native_Functions_part_7.o
#8 29.57   CC       OSMUX_CodecPort_part_1.o
#8 29.60   CC       OSMUX_CodecPort_part_2.o
#8 29.60   CC       OSMUX_CodecPort_part_3.o
#8 29.61   CC       OSMUX_CodecPort_part_4.o
#8 29.62   CC       OSMUX_CodecPort_part_5.o
#8 29.63   CC       OSMUX_CodecPort_part_6.o
#8 29.63   CC       OSMUX_CodecPort_part_7.o
#8 29.65   CC       OSMUX_CodecPort_CtrlFunct_part_1.o
#8 29.65   CC       OSMUX_CodecPort_CtrlFunct_part_2.o
#8 29.68   CC       OSMUX_CodecPort_CtrlFunct_part_3.o
#8 29.68   CC       OSMUX_CodecPort_CtrlFunct_part_4.o
#8 29.68   CC       OSMUX_CodecPort_CtrlFunct_part_5.o
#8 29.70   CC       OSMUX_CodecPort_CtrlFunct_part_6.o
#8 29.72   CC       OSMUX_CodecPort_CtrlFunct_part_7.o
#8 29.72   CC       OSMUX_Emulation_part_1.o
#8 29.74   CC       OSMUX_Emulation_part_2.o
#8 29.74   CC       OSMUX_Emulation_part_3.o
#8 29.75   CC       OSMUX_Emulation_part_4.o
#8 29.78   CC       OSMUX_Emulation_part_5.o
#8 29.80   CC       OSMUX_Emulation_part_6.o
#8 29.87   CC       OSMUX_Emulation_part_7.o
#8 29.89   CC       OSMUX_Types_part_1.o
#8 29.89   CC       OSMUX_Types_part_2.o
#8 29.91   CC       OSMUX_Types_part_3.o
#8 29.96   CC       OSMUX_Types_part_4.o
#8 29.96   CC       OSMUX_Types_part_5.o
#8 29.98   CC       OSMUX_Types_part_6.o
#8 30.00   CC       OSMUX_Types_part_7.o
#8 30.00   CC       Osmocom_CTRL_Adapter_part_1.o
#8 30.02   CC       Osmocom_CTRL_Adapter_part_2.o
#8 30.04   CC       Osmocom_CTRL_Adapter_part_3.o
#8 30.05   CC       Osmocom_CTRL_Adapter_part_4.o
#8 30.07   CC       Osmocom_CTRL_Adapter_part_5.o
#8 30.11   CC       Osmocom_CTRL_Adapter_part_6.o
#8 30.11   CC       Osmocom_CTRL_Adapter_part_7.o
#8 30.11   CC       Osmocom_CTRL_Functions_part_1.o
#8 30.13   CC       Osmocom_CTRL_Functions_part_2.o
#8 30.14   CC       Osmocom_CTRL_Functions_part_3.o
#8 30.17   CC       Osmocom_CTRL_Functions_part_4.o
#8 30.18   CC       Osmocom_CTRL_Functions_part_5.o
#8 30.18   CC       Osmocom_CTRL_Functions_part_6.o
#8 30.21   CC       Osmocom_CTRL_Functions_part_7.o
#8 30.23   CC       Osmocom_CTRL_Types_part_1.o
#8 30.23   CC       Osmocom_CTRL_Types_part_2.o
#8 30.25   CC       Osmocom_CTRL_Types_part_3.o
#8 30.25   CC       Osmocom_CTRL_Types_part_4.o
#8 30.25   CC       Osmocom_CTRL_Types_part_5.o
#8 30.28   CC       Osmocom_CTRL_Types_part_6.o
#8 30.28   CC       Osmocom_CTRL_Types_part_7.o
#8 30.28   CC       Osmocom_Types_part_1.o
#8 30.28   CC       Osmocom_Types_part_2.o
#8 30.30   CC       Osmocom_Types_part_3.o
#8 30.30   CC       Osmocom_Types_part_4.o
#8 30.31   CC       Osmocom_Types_part_5.o
#8 30.31   CC       Osmocom_Types_part_6.o
#8 30.32   CC       Osmocom_Types_part_7.o
#8 30.33   CC       Osmocom_VTY_Functions_part_1.o
#8 30.33   CC       Osmocom_VTY_Functions_part_2.o
#8 30.33   CC       Osmocom_VTY_Functions_part_3.o
#8 30.35   CC       Osmocom_VTY_Functions_part_4.o
#8 30.36   CC       Osmocom_VTY_Functions_part_5.o
#8 30.36   CC       Osmocom_VTY_Functions_part_6.o
#8 30.38   CC       Osmocom_VTY_Functions_part_7.o
#8 30.38   CC       PCUIF_CodecPort_part_1.o
#8 30.40   CC       PCUIF_CodecPort_part_2.o
#8 30.40   CC       PCUIF_CodecPort_part_3.o
#8 30.44   CC       PCUIF_CodecPort_part_4.o
#8 30.44   CC       PCUIF_CodecPort_part_5.o
#8 30.44   CC       PCUIF_CodecPort_part_6.o
#8 30.46   CC       PCUIF_CodecPort_part_7.o
#8 30.46   CC       PCUIF_Types_part_1.o
#8 30.47   CC       PCUIF_Types_part_2.o
#8 30.47   CC       PCUIF_Types_part_3.o
#8 30.48   CC       PCUIF_Types_part_4.o
#8 30.49   CC       PCUIF_Types_part_5.o
#8 30.51   CC       PCUIF_Types_part_6.o
#8 30.51   CC       PCUIF_Types_part_7.o
#8 30.51   CC       RLCMAC_CSN1_Templates_part_1.o
#8 30.53   CC       RLCMAC_CSN1_Templates_part_2.o
#8 30.53   CC       RLCMAC_CSN1_Templates_part_3.o
#8 30.53   CC       RLCMAC_CSN1_Templates_part_4.o
#8 30.54   CC       RLCMAC_CSN1_Templates_part_5.o
#8 30.55   CC       RLCMAC_CSN1_Templates_part_6.o
#8 30.55   CC       RLCMAC_CSN1_Templates_part_7.o
#8 30.55   CC       RLCMAC_CSN1_Types_part_1.o
#8 30.57   CC       RLCMAC_CSN1_Types_part_2.o
#8 30.57   CC       RLCMAC_CSN1_Types_part_3.o
#8 30.58   CC       RLCMAC_CSN1_Types_part_4.o
#8 30.67   CC       RLCMAC_CSN1_Types_part_5.o
#8 30.73   CC       RLCMAC_CSN1_Types_part_6.o
#8 30.77   CC       RLCMAC_CSN1_Types_part_7.o
#8 30.79   CC       RLCMAC_Templates_part_1.o
#8 30.86   CC       RLCMAC_Templates_part_2.o
#8 30.87   CC       RLCMAC_Templates_part_3.o
#8 30.94   CC       RLCMAC_Templates_part_4.o
#8 30.95   CC       RLCMAC_Templates_part_5.o
#8 30.96   CC       RLCMAC_Templates_part_6.o
#8 30.98   CC       RLCMAC_Templates_part_7.o
#8 31.01   CC       RLCMAC_Types_part_1.o
#8 31.02   CC       RLCMAC_Types_part_2.o
#8 31.03   CC       RLCMAC_Types_part_3.o
#8 31.07   CC       RLCMAC_Types_part_4.o
#8 31.07   CC       RLCMAC_Types_part_5.o
#8 31.08   CC       RLCMAC_Types_part_6.o
#8 31.12   CC       RLCMAC_Types_part_7.o
#8 31.12   CC       RSL_Emulation_part_1.o
#8 31.13   CC       RSL_Emulation_part_2.o
#8 31.15   CC       RSL_Emulation_part_3.o
#8 31.16   CC       RSL_Emulation_part_4.o
#8 31.17   CC       RSL_Emulation_part_5.o
#8 31.17   CC       RSL_Emulation_part_6.o
#8 31.17   CC       RSL_Emulation_part_7.o
#8 31.19   CC       RSL_Types_part_1.o
#8 31.19   CC       RSL_Types_part_2.o
#8 31.22   CC       RSL_Types_part_3.o
#8 31.26   CC       RSL_Types_part_4.o
#8 31.27   CC       RSL_Types_part_5.o
#8 31.29   CC       RSL_Types_part_6.o
#8 31.35   CC       RSL_Types_part_7.o
#8 31.37   CC       RTP_CodecPort_part_1.o
#8 31.39   CC       RTP_CodecPort_part_2.o
#8 31.39   CC       RTP_CodecPort_part_3.o
#8 31.41   CC       RTP_CodecPort_part_4.o
#8 31.43   CC       RTP_CodecPort_part_5.o
#8 31.43   CC       RTP_CodecPort_part_6.o
#8 31.45   CC       RTP_CodecPort_part_7.o
#8 31.46   CC       RTP_CodecPort_CtrlFunct_part_1.o
#8 31.47   CC       RTP_CodecPort_CtrlFunct_part_2.o
#8 31.48   CC       RTP_CodecPort_CtrlFunct_part_3.o
#8 31.50   CC       RTP_CodecPort_CtrlFunct_part_4.o
#8 31.52   CC       RTP_CodecPort_CtrlFunct_part_5.o
#8 31.52   CC       RTP_CodecPort_CtrlFunct_part_6.o
#8 31.54   CC       RTP_CodecPort_CtrlFunct_part_7.o
#8 31.56   CC       RTP_Emulation_part_1.o
#8 31.58   CC       RTP_Emulation_part_2.o
#8 31.60   CC       RTP_Emulation_part_3.o
#8 31.61   CC       RTP_Emulation_part_4.o
#8 31.62   CC       RTP_Emulation_part_5.o
#8 31.66   CC       RTP_Emulation_part_6.o
#8 31.66   CC       RTP_Emulation_part_7.o
#8 31.70   CC       RTP_Types_part_1.o
#8 31.71   CC       RTP_Types_part_2.o
#8 31.75   CC       RTP_Types_part_3.o
#8 31.76   CC       RTP_Types_part_4.o
#8 31.78   CC       RTP_Types_part_5.o
#8 31.81   CC       RTP_Types_part_6.o
#8 31.81   CC       RTP_Types_part_7.o
#8 31.85   CC       Socket_API_Definitions_part_1.o
#8 31.87   CC       Socket_API_Definitions_part_2.o
#8 31.88   CC       Socket_API_Definitions_part_3.o
#8 31.90   CC       Socket_API_Definitions_part_4.o
#8 31.93   CC       Socket_API_Definitions_part_5.o
#8 31.94   CC       Socket_API_Definitions_part_6.o
#8 31.97   CC       Socket_API_Definitions_part_7.o
#8 31.99   CC       TCCConversion_Functions_part_1.o
#8 31.99   CC       TCCConversion_Functions_part_2.o
#8 32.04   CC       TCCConversion_Functions_part_3.o
#8 32.06   CC       TCCConversion_Functions_part_4.o
#8 32.10   CC       TCCConversion_Functions_part_5.o
#8 32.11   CC       TCCConversion_Functions_part_6.o
#8 32.13   CC       TCCConversion_Functions_part_7.o
#8 32.14   CC       TCCInterface_Functions_part_1.o
#8 32.15   CC       TCCInterface_Functions_part_2.o
#8 32.17   CC       TCCInterface_Functions_part_3.o
#8 32.19   CC       TCCInterface_Functions_part_4.o
#8 32.20   CC       TCCInterface_Functions_part_5.o
#8 32.22   CC       TCCInterface_Functions_part_6.o
#8 32.24   CC       TCCInterface_Functions_part_7.o
#8 32.24   CC       TELNETasp_PortType_part_1.o
#8 32.27   CC       TELNETasp_PortType_part_2.o
#8 32.30   CC       TELNETasp_PortType_part_3.o
#8 32.32   CC       TELNETasp_PortType_part_4.o
#8 32.37   CC       TELNETasp_PortType_part_5.o
#8 32.37   CC       TELNETasp_PortType_part_6.o
#8 32.41   CC       TELNETasp_PortType_part_7.o
#8 32.41   CC       TRXC_CodecPort_part_1.o
#8 32.43   CC       TRXC_CodecPort_part_2.o
#8 32.43   CC       TRXC_CodecPort_part_3.o
#8 32.44   CC       TRXC_CodecPort_part_4.o
#8 32.46   CC       TRXC_CodecPort_part_5.o
#8 32.48   CC       TRXC_CodecPort_part_6.o
#8 32.48   CC       TRXC_CodecPort_part_7.o
#8 32.50   CC       TRXC_CodecPort_CtrlFunct_part_1.o
#8 32.50   CC       TRXC_CodecPort_CtrlFunct_part_2.o
#8 32.52   CC       TRXC_CodecPort_CtrlFunct_part_3.o
#8 32.52   CC       TRXC_CodecPort_CtrlFunct_part_4.o
#8 32.55   CC       TRXC_CodecPort_CtrlFunct_part_5.o
#8 32.56   CC       TRXC_CodecPort_CtrlFunct_part_6.o
#8 32.59   CC       TRXC_CodecPort_CtrlFunct_part_7.o
#8 32.59   CC       TRXC_Types_part_1.o
#8 32.61   CC       TRXC_Types_part_2.o
#8 32.63   CC       TRXC_Types_part_3.o
#8 32.65   CC       TRXC_Types_part_4.o
#8 32.67   CC       TRXC_Types_part_5.o
#8 32.69   CC       TRXC_Types_part_6.o
#8 32.69   CC       TRXC_Types_part_7.o
#8 32.70   CC       UD_PortType_part_1.o
#8 32.72   CC       UD_PortType_part_2.o
#8 32.72   CC       UD_PortType_part_3.o
#8 32.74   CC       UD_PortType_part_4.o
#8 32.75   CC       UD_PortType_part_5.o
#8 32.75   CC       UD_PortType_part_6.o
#8 32.78   CC       UD_PortType_part_7.o
#8 32.78   CC       UD_Types_part_1.o
#8 32.79   CC       UD_Types_part_2.o
#8 32.81   CC       UD_Types_part_3.o
#8 32.83   CC       UD_Types_part_4.o
#8 32.84   CC       UD_Types_part_5.o
#8 32.86   CC       UD_Types_part_6.o
#8 32.88   CC       UD_Types_part_7.o
#8 32.89   CC       IPA_Emulation.o
#8 32.89   CC       IPA_Emulation_part_1.o
#8 32.91   CC       IPA_Emulation_part_2.o
#8 32.93   CC       IPA_Emulation_part_3.o
#8 32.96   CC       IPA_Emulation_part_4.o
#8 32.97   CC       IPA_Emulation_part_5.o
#8 33.01   CC       IPA_Emulation_part_6.o
#8 33.05   CC       IPA_Emulation_part_7.o
#8 33.05   CC       IPA_CodecPort_CtrlFunctDef.o
#8 33.09   CC       IPL4asp_PT.o
#8 33.15   CC       IPL4asp_discovery.o
#8 33.34   CC       IuUP_EncDec.o
#8 33.51   CC       L1CTL_PortType_CtrlFunctDef.o
#8 33.71   CC       Native_FunctionDefs.o
#8 33.77   CC       OSMUX_CodecPort_CtrlFunctDef.o
#8 33.85   CC       RLCMAC_EncDec.o
#8 33.98   CC       RTP_CodecPort_CtrlFunctDef.o
#8 34.26   CC       RTP_EncDec.o
#8 34.31   CC       TCCConversion.o
#8 34.36   CC       TCCInterface.o
#8 34.86   CC       TELNETasp_PT.o
#8 34.93   CC       TRXC_CodecPort_CtrlFunctDef.o
#8 34.93   CC       UD_PT.o
#8 35.18   CCLD     AMR_Types.so
#8 35.19   CCLD     AbisOML_Types.so
#8 35.22   CCLD     BTS_Tests.so
#8 35.33   CCLD     BTS_Tests_ASCI.so
#8 35.34   CCLD     BTS_Tests_LAPDm.so
#8 35.37   CCLD     BTS_Tests_OML.so
#8 35.43   CCLD     BTS_Tests_SMSCB.so
#8 35.45   CCLD     BTS_Tests_VAMOS.so
#8 35.50   CCLD     BTS_Tests_perf.so
#8 35.52   CCLD     GSM_RR_Types.so
#8 35.58   CCLD     GSM_RestOctets.so
#8 35.59   CCLD     GSM_SystemInformation.so
#8 35.66   CCLD     GSM_Types.so
#8 35.77   CCLD     General_Types.so
#8 35.79   CCLD     IPA_CodecPort.so
#8 35.84   CCLD     IPA_CodecPort_CtrlFunct.so
#8 35.85   CCLD     IPA_Testing.so
#8 35.94   CCLD     IPA_Types.so
#8 35.97   CCLD     IPL4asp_Functions.so
#8 36.00   CCLD     IPL4asp_PortType.so
#8 36.00   CCLD     IPL4asp_Types.so
#8 36.01   CCLD     IuUP_Emulation.so
#8 36.02   CCLD     IuUP_Types.so
#8 36.06   CCLD     L1CTL_PortType.so
#8 36.10   CCLD     L1CTL_PortType_CtrlFunct.so
#8 36.13   CCLD     L1CTL_Types.so
#8 36.20   CCLD     L3_Common.so
#8 36.20   CCLD     L3_Templates.so
#8 36.22   CCLD     LAPDm_RAW_PT.so
#8 36.22   CCLD     LAPDm_Types.so
#8 36.27   CCLD     Misc_Helpers.so
#8 36.28   CCLD     MobileL3_CC_Types.so
#8 36.29   CCLD     MobileL3_CommonIE_Types.so
#8 36.30   CCLD     MobileL3_GMM_SM_Types.so
#8 36.31   CCLD     MobileL3_MM_Types.so
#8 36.42   CCLD     MobileL3_RRM_Types.so
#8 36.44   CCLD     MobileL3_SMS_Types.so
#8 36.47   CCLD     MobileL3_SS_Types.so
#8 36.47   CCLD     MobileL3_Types.so
#8 36.47   CCLD     Native_Functions.so
#8 36.50   CCLD     OSMUX_CodecPort.so
#8 36.51   CCLD     OSMUX_CodecPort_CtrlFunct.so
#8 36.53   CCLD     OSMUX_Emulation.so
#8 36.55   CCLD     OSMUX_Types.so
#8 36.58   CCLD     Osmocom_CTRL_Adapter.so
#8 36.58   CCLD     Osmocom_CTRL_Functions.so
#8 36.63   CCLD     Osmocom_CTRL_Types.so
#8 36.64   CCLD     Osmocom_Types.so
#8 36.70   CCLD     Osmocom_VTY_Functions.so
#8 36.72   CCLD     PCUIF_CodecPort.so
#8 36.72   CCLD     PCUIF_Types.so
#8 36.72   CCLD     RLCMAC_CSN1_Templates.so
#8 36.73   CCLD     RLCMAC_CSN1_Types.so
#8 36.75   CCLD     RLCMAC_Templates.so
#8 36.75   CCLD     RLCMAC_Types.so
#8 36.77   CCLD     RSL_Emulation.so
#8 36.80   CCLD     RSL_Types.so
#8 36.83   CCLD     RTP_CodecPort.so
#8 36.88   CCLD     RTP_CodecPort_CtrlFunct.so
#8 36.88   CCLD     RTP_Emulation.so
#8 36.89   CCLD     RTP_Types.so
#8 36.89   CCLD     Socket_API_Definitions.so
#8 36.90   CCLD     TCCConversion_Functions.so
#8 36.92   CCLD     TCCInterface_Functions.so
#8 36.94   CCLD     TELNETasp_PortType.so
#8 36.96   CCLD     TRXC_CodecPort.so
#8 36.99   CCLD     TRXC_CodecPort_CtrlFunct.so
#8 37.01   CCLD     TRXC_Types.so
#8 37.02   CCLD     UD_PortType.so
#8 37.05   CCLD     UD_Types.so
#8 37.05   CCLD     AMR_Types_part_1.so
#8 37.08   CCLD     AMR_Types_part_2.so
#8 37.08   CCLD     AMR_Types_part_3.so
#8 37.08   CCLD     AMR_Types_part_4.so
#8 37.08   CCLD     AMR_Types_part_5.so
#8 37.10   CCLD     AMR_Types_part_6.so
#8 37.11   CCLD     AMR_Types_part_7.so
#8 37.12   CCLD     AbisOML_Types_part_1.so
#8 37.12   CCLD     AbisOML_Types_part_2.so
#8 37.12   CCLD     AbisOML_Types_part_3.so
#8 37.14   CCLD     AbisOML_Types_part_4.so
#8 37.14   CCLD     AbisOML_Types_part_5.so
#8 37.17   CCLD     AbisOML_Types_part_6.so
#8 37.17   CCLD     AbisOML_Types_part_7.so
#8 37.17   CCLD     BTS_Tests_part_1.so
#8 37.17   CCLD     BTS_Tests_part_2.so
#8 37.17   CCLD     BTS_Tests_part_3.so
#8 37.17   CCLD     BTS_Tests_part_4.so
#8 37.18   CCLD     BTS_Tests_part_5.so
#8 37.19   CCLD     BTS_Tests_part_6.so
#8 37.19   CCLD     BTS_Tests_part_7.so
#8 37.22   CCLD     BTS_Tests_ASCI_part_1.so
#8 37.22   CCLD     BTS_Tests_ASCI_part_2.so
#8 37.22   CCLD     BTS_Tests_ASCI_part_3.so
#8 37.22   CCLD     BTS_Tests_ASCI_part_4.so
#8 37.22   CCLD     BTS_Tests_ASCI_part_5.so
#8 37.22   CCLD     BTS_Tests_ASCI_part_6.so
#8 37.24   CCLD     BTS_Tests_ASCI_part_7.so
#8 37.24   CCLD     BTS_Tests_LAPDm_part_1.so
#8 37.25   CCLD     BTS_Tests_LAPDm_part_3.so
#8 37.25   CCLD     BTS_Tests_LAPDm_part_2.so
#8 37.25   CCLD     BTS_Tests_LAPDm_part_4.so
#8 37.25   CCLD     BTS_Tests_LAPDm_part_5.so
#8 37.25   CCLD     BTS_Tests_LAPDm_part_6.so
#8 37.26   CCLD     BTS_Tests_LAPDm_part_7.so
#8 37.26   CCLD     BTS_Tests_OML_part_1.so
#8 37.27   CCLD     BTS_Tests_OML_part_2.so
#8 37.27   CCLD     BTS_Tests_OML_part_3.so
#8 37.28   CCLD     BTS_Tests_OML_part_4.so
#8 37.29   CCLD     BTS_Tests_OML_part_5.so
#8 37.29   CCLD     BTS_Tests_OML_part_6.so
#8 37.29   CCLD     BTS_Tests_OML_part_7.so
#8 37.29   CCLD     BTS_Tests_SMSCB_part_1.so
#8 37.29   CCLD     BTS_Tests_SMSCB_part_2.so
#8 37.30   CCLD     BTS_Tests_SMSCB_part_3.so
#8 37.30   CCLD     BTS_Tests_SMSCB_part_4.so
#8 37.30   CCLD     BTS_Tests_SMSCB_part_5.so
#8 37.30   CCLD     BTS_Tests_SMSCB_part_6.so
#8 37.30   CCLD     BTS_Tests_SMSCB_part_7.so
#8 37.32   CCLD     BTS_Tests_VAMOS_part_1.so
#8 37.32   CCLD     BTS_Tests_VAMOS_part_2.so
#8 37.33   CCLD     BTS_Tests_VAMOS_part_3.so
#8 37.33   CCLD     BTS_Tests_VAMOS_part_4.so
#8 37.33   CCLD     BTS_Tests_VAMOS_part_5.so
#8 37.33   CCLD     BTS_Tests_VAMOS_part_6.so
#8 37.33   CCLD     BTS_Tests_VAMOS_part_7.so
#8 37.33   CCLD     BTS_Tests_perf_part_1.so
#8 37.34   CCLD     BTS_Tests_perf_part_2.so
#8 37.34   CCLD     BTS_Tests_perf_part_3.so
#8 37.35   CCLD     BTS_Tests_perf_part_4.so
#8 37.36   CCLD     BTS_Tests_perf_part_5.so
#8 37.36   CCLD     BTS_Tests_perf_part_6.so
#8 37.36   CCLD     BTS_Tests_perf_part_7.so
#8 37.36   CCLD     GSM_RR_Types_part_1.so
#8 37.36   CCLD     GSM_RR_Types_part_2.so
#8 37.36   CCLD     GSM_RR_Types_part_3.so
#8 37.36   CCLD     GSM_RR_Types_part_4.so
#8 37.36   CCLD     GSM_RR_Types_part_5.so
#8 37.38   CCLD     GSM_RR_Types_part_6.so
#8 37.38   CCLD     GSM_RR_Types_part_7.so
#8 37.38   CCLD     GSM_RestOctets_part_1.so
#8 37.38   CCLD     GSM_RestOctets_part_2.so
#8 37.38   CCLD     GSM_RestOctets_part_3.so
#8 37.39   CCLD     GSM_RestOctets_part_4.so
#8 37.39   CCLD     GSM_RestOctets_part_5.so
#8 37.41   CCLD     GSM_RestOctets_part_6.so
#8 37.41   CCLD     GSM_RestOctets_part_7.so
#8 37.41   CCLD     GSM_SystemInformation_part_1.so
#8 37.42   CCLD     GSM_SystemInformation_part_2.so
#8 37.42   CCLD     GSM_SystemInformation_part_3.so
#8 37.44   CCLD     GSM_SystemInformation_part_4.so
#8 37.44   CCLD     GSM_SystemInformation_part_5.so
#8 37.44   CCLD     GSM_SystemInformation_part_6.so
#8 37.44   CCLD     GSM_SystemInformation_part_7.so
#8 37.47   CCLD     GSM_Types_part_1.so
#8 37.49   CCLD     GSM_Types_part_2.so
#8 37.49   CCLD     GSM_Types_part_3.so
#8 37.49   CCLD     GSM_Types_part_4.so
#8 37.49   CCLD     GSM_Types_part_5.so
#8 37.49   CCLD     GSM_Types_part_6.so
#8 37.49   CCLD     GSM_Types_part_7.so
#8 37.52   CCLD     General_Types_part_1.so
#8 37.52   CCLD     General_Types_part_2.so
#8 37.52   CCLD     General_Types_part_3.so
#8 37.52   CCLD     General_Types_part_4.so
#8 37.52   CCLD     General_Types_part_5.so
#8 37.53   CCLD     General_Types_part_6.so
#8 37.53   CCLD     General_Types_part_7.so
#8 37.54   CCLD     IPA_CodecPort_part_1.so
#8 37.55   CCLD     IPA_CodecPort_part_2.so
#8 37.55   CCLD     IPA_CodecPort_part_3.so
#8 37.55   CCLD     IPA_CodecPort_part_4.so
#8 37.55   CCLD     IPA_CodecPort_part_5.so
#8 37.55   CCLD     IPA_CodecPort_part_6.so
#8 37.56   CCLD     IPA_CodecPort_part_7.so
#8 37.58   CCLD     IPA_CodecPort_CtrlFunct_part_1.so
#8 37.58   CCLD     IPA_CodecPort_CtrlFunct_part_2.so
#8 37.58   CCLD     IPA_CodecPort_CtrlFunct_part_3.so
#8 37.58   CCLD     IPA_CodecPort_CtrlFunct_part_4.so
#8 37.58   CCLD     IPA_CodecPort_CtrlFunct_part_5.so
#8 37.58   CCLD     IPA_CodecPort_CtrlFunct_part_6.so
#8 37.58   CCLD     IPA_CodecPort_CtrlFunct_part_7.so
#8 37.58   CCLD     IPA_Testing_part_1.so
#8 37.58   CCLD     IPA_Testing_part_2.so
#8 37.59   CCLD     IPA_Testing_part_3.so
#8 37.59   CCLD     IPA_Testing_part_4.so
#8 37.61   CCLD     IPA_Testing_part_6.so
#8 37.61   CCLD     IPA_Testing_part_7.so
#8 37.61   CCLD     IPA_Types_part_1.so
#8 37.61   CCLD     IPA_Testing_part_5.so
#8 37.61   CCLD     IPA_Types_part_2.so
#8 37.61   CCLD     IPA_Types_part_3.so
#8 37.63   CCLD     IPA_Types_part_5.so
#8 37.63   CCLD     IPA_Types_part_6.so
#8 37.63   CCLD     IPA_Types_part_7.so
#8 37.63   CCLD     IPA_Types_part_4.so
#8 37.63   CCLD     IPL4asp_Functions_part_1.so
#8 37.64   CCLD     IPL4asp_Functions_part_2.so
#8 37.64   CCLD     IPL4asp_Functions_part_3.so
#8 37.64   CCLD     IPL4asp_Functions_part_4.so
#8 37.64   CCLD     IPL4asp_Functions_part_5.so
#8 37.64   CCLD     IPL4asp_Functions_part_6.so
#8 37.65   CCLD     IPL4asp_Functions_part_7.so
#8 37.65   CCLD     IPL4asp_PortType_part_1.so
#8 37.66   CCLD     IPL4asp_PortType_part_2.so
#8 37.66   CCLD     IPL4asp_PortType_part_3.so
#8 37.66   CCLD     IPL4asp_PortType_part_4.so
#8 37.67   CCLD     IPL4asp_PortType_part_5.so
#8 37.68   CCLD     IPL4asp_PortType_part_6.so
#8 37.68   CCLD     IPL4asp_Types_part_1.so
#8 37.68   CCLD     IPL4asp_PortType_part_7.so
#8 37.68   CCLD     IPL4asp_Types_part_2.so
#8 37.69   CCLD     IPL4asp_Types_part_4.so
#8 37.69   CCLD     IPL4asp_Types_part_5.so
#8 37.69   CCLD     IPL4asp_Types_part_3.so
#8 37.69   CCLD     IPL4asp_Types_part_6.so
#8 37.69   CCLD     IPL4asp_Types_part_7.so
#8 37.69   CCLD     IuUP_Emulation_part_1.so
#8 37.69   CCLD     IuUP_Emulation_part_2.so
#8 37.70   CCLD     IuUP_Emulation_part_3.so
#8 37.71   CCLD     IuUP_Emulation_part_4.so
#8 37.71   CCLD     IuUP_Emulation_part_5.so
#8 37.73   CCLD     IuUP_Emulation_part_6.so
#8 37.73   CCLD     IuUP_Emulation_part_7.so
#8 37.73   CCLD     IuUP_Types_part_1.so
#8 37.73   CCLD     IuUP_Types_part_2.so
#8 37.73   CCLD     IuUP_Types_part_3.so
#8 37.73   CCLD     IuUP_Types_part_4.so
#8 37.73   CCLD     IuUP_Types_part_5.so
#8 37.73   CCLD     IuUP_Types_part_6.so
#8 37.73   CCLD     IuUP_Types_part_7.so
#8 37.73   CCLD     L1CTL_PortType_part_2.so
#8 37.73   CCLD     L1CTL_PortType_part_1.so
#8 37.76   CCLD     L1CTL_PortType_part_3.so
#8 37.76   CCLD     L1CTL_PortType_part_4.so
#8 37.76   CCLD     L1CTL_PortType_part_5.so
#8 37.76   CCLD     L1CTL_PortType_part_6.so
#8 37.76   CCLD     L1CTL_PortType_part_7.so
#8 37.76   CCLD     L1CTL_PortType_CtrlFunct_part_2.so
#8 37.76   CCLD     L1CTL_PortType_CtrlFunct_part_1.so
#8 37.77   CCLD     L1CTL_PortType_CtrlFunct_part_3.so
#8 37.77   CCLD     L1CTL_PortType_CtrlFunct_part_4.so
#8 37.77   CCLD     L1CTL_PortType_CtrlFunct_part_5.so
#8 37.77   CCLD     L1CTL_PortType_CtrlFunct_part_6.so
#8 37.78   CCLD     L1CTL_PortType_CtrlFunct_part_7.so
#8 37.79   CCLD     L1CTL_Types_part_1.so
#8 37.79   CCLD     L1CTL_Types_part_2.so
#8 37.79   CCLD     L1CTL_Types_part_3.so
#8 37.80   CCLD     L1CTL_Types_part_4.so
#8 37.80   CCLD     L1CTL_Types_part_5.so
#8 37.80   CCLD     L1CTL_Types_part_6.so
#8 37.80   CCLD     L1CTL_Types_part_7.so
#8 37.80   CCLD     L3_Common_part_1.so
#8 37.80   CCLD     L3_Common_part_2.so
#8 37.81   CCLD     L3_Common_part_3.so
#8 37.81   CCLD     L3_Common_part_4.so
#8 37.82   CCLD     L3_Common_part_5.so
#8 37.82   CCLD     L3_Common_part_6.so
#8 37.82   CCLD     L3_Common_part_7.so
#8 37.83   CCLD     L3_Templates_part_2.so
#8 37.83   CCLD     L3_Templates_part_1.so
#8 37.83   CCLD     L3_Templates_part_3.so
#8 37.83   CCLD     L3_Templates_part_4.so
#8 37.83   CCLD     L3_Templates_part_5.so
#8 37.83   CCLD     L3_Templates_part_6.so
#8 37.84   CCLD     L3_Templates_part_7.so
#8 37.84   CCLD     LAPDm_RAW_PT_part_1.so
#8 37.85   CCLD     LAPDm_RAW_PT_part_2.so
#8 37.86   CCLD     LAPDm_RAW_PT_part_3.so
#8 37.86   CCLD     LAPDm_RAW_PT_part_4.so
#8 37.86   CCLD     LAPDm_RAW_PT_part_5.so
#8 37.86   CCLD     LAPDm_RAW_PT_part_6.so
#8 37.86   CCLD     LAPDm_RAW_PT_part_7.so
#8 37.86   CCLD     LAPDm_Types_part_1.so
#8 37.86   CCLD     LAPDm_Types_part_2.so
#8 37.87   CCLD     LAPDm_Types_part_3.so
#8 37.88   CCLD     LAPDm_Types_part_5.so
#8 37.88   CCLD     LAPDm_Types_part_4.so
#8 37.89   CCLD     LAPDm_Types_part_6.so
#8 37.89   CCLD     LAPDm_Types_part_7.so
#8 37.89   CCLD     Misc_Helpers_part_1.so
#8 37.89   CCLD     Misc_Helpers_part_2.so
#8 37.89   CCLD     Misc_Helpers_part_3.so
#8 37.89   CCLD     Misc_Helpers_part_4.so
#8 37.90   CCLD     Misc_Helpers_part_5.so
#8 37.90   CCLD     Misc_Helpers_part_7.so
#8 37.90   CCLD     Misc_Helpers_part_6.so
#8 37.92   CCLD     MobileL3_CC_Types_part_1.so
#8 37.92   CCLD     MobileL3_CC_Types_part_2.so
#8 37.92   CCLD     MobileL3_CC_Types_part_4.so
#8 37.92   CCLD     MobileL3_CC_Types_part_5.so
#8 37.92   CCLD     MobileL3_CC_Types_part_3.so
#8 37.94   CCLD     MobileL3_CC_Types_part_6.so
#8 37.94   CCLD     MobileL3_CC_Types_part_7.so
#8 37.94   CCLD     MobileL3_CommonIE_Types_part_1.so
#8 37.94   CCLD     MobileL3_CommonIE_Types_part_2.so
#8 37.94   CCLD     MobileL3_CommonIE_Types_part_3.so
#8 37.94   CCLD     MobileL3_CommonIE_Types_part_4.so
#8 37.94   CCLD     MobileL3_CommonIE_Types_part_5.so
#8 37.95   CCLD     MobileL3_CommonIE_Types_part_6.so
#8 37.97   CCLD     MobileL3_CommonIE_Types_part_7.so
#8 37.97   CCLD     MobileL3_GMM_SM_Types_part_1.so
#8 37.97   CCLD     MobileL3_GMM_SM_Types_part_2.so
#8 37.98   CCLD     MobileL3_GMM_SM_Types_part_4.so
#8 37.98   CCLD     MobileL3_GMM_SM_Types_part_3.so
#8 37.98   CCLD     MobileL3_GMM_SM_Types_part_5.so
#8 37.98   CCLD     MobileL3_GMM_SM_Types_part_6.so
#8 37.99   CCLD     MobileL3_GMM_SM_Types_part_7.so
#8 38.00   CCLD     MobileL3_MM_Types_part_1.so
#8 38.02   CCLD     MobileL3_MM_Types_part_2.so
#8 38.11   CCLD     MobileL3_MM_Types_part_3.so
#8 38.11   CCLD     MobileL3_MM_Types_part_4.so
#8 38.13   CCLD     MobileL3_MM_Types_part_5.so
#8 38.13   CCLD     MobileL3_MM_Types_part_6.so
#8 38.15   CCLD     MobileL3_MM_Types_part_7.so
#8 38.16   CCLD     MobileL3_RRM_Types_part_1.so
#8 38.16   CCLD     MobileL3_RRM_Types_part_2.so
#8 38.17   CCLD     MobileL3_RRM_Types_part_3.so
#8 38.17   CCLD     MobileL3_RRM_Types_part_4.so
#8 38.17   CCLD     MobileL3_RRM_Types_part_5.so
#8 38.18   CCLD     MobileL3_RRM_Types_part_6.so
#8 38.18   CCLD     MobileL3_RRM_Types_part_7.so
#8 38.18   CCLD     MobileL3_SMS_Types_part_1.so
#8 38.20   CCLD     MobileL3_SMS_Types_part_2.so
#8 38.20   CCLD     MobileL3_SMS_Types_part_3.so
#8 38.20   CCLD     MobileL3_SMS_Types_part_4.so
#8 38.21   CCLD     MobileL3_SMS_Types_part_5.so
#8 38.21   CCLD     MobileL3_SMS_Types_part_6.so
#8 38.22   CCLD     MobileL3_SMS_Types_part_7.so
#8 38.22   CCLD     MobileL3_SS_Types_part_1.so
#8 38.23   CCLD     MobileL3_SS_Types_part_2.so
#8 38.24   CCLD     MobileL3_SS_Types_part_3.so
#8 38.25   CCLD     MobileL3_SS_Types_part_4.so
#8 38.25   CCLD     MobileL3_SS_Types_part_5.so
#8 38.25   CCLD     MobileL3_SS_Types_part_6.so
#8 38.25   CCLD     MobileL3_SS_Types_part_7.so
#8 38.27   CCLD     MobileL3_Types_part_1.so
#8 38.28   CCLD     MobileL3_Types_part_2.so
#8 38.28   CCLD     MobileL3_Types_part_3.so
#8 38.29   CCLD     MobileL3_Types_part_4.so
#8 38.29   CCLD     MobileL3_Types_part_5.so
#8 38.29   CCLD     MobileL3_Types_part_6.so
#8 38.29   CCLD     MobileL3_Types_part_7.so
#8 38.29   CCLD     Native_Functions_part_1.so
#8 38.31   CCLD     Native_Functions_part_2.so
#8 38.31   CCLD     Native_Functions_part_3.so
#8 38.31   CCLD     Native_Functions_part_4.so
#8 38.31   CCLD     Native_Functions_part_5.so
#8 38.31   CCLD     Native_Functions_part_6.so
#8 38.31   CCLD     Native_Functions_part_7.so
#8 38.32   CCLD     OSMUX_CodecPort_part_1.so
#8 38.32   CCLD     OSMUX_CodecPort_part_2.so
#8 38.33   CCLD     OSMUX_CodecPort_part_3.so
#8 38.33   CCLD     OSMUX_CodecPort_part_4.so
#8 38.34   CCLD     OSMUX_CodecPort_part_5.so
#8 38.35   CCLD     OSMUX_CodecPort_part_6.so
#8 38.35   CCLD     OSMUX_CodecPort_part_7.so
#8 38.35   CCLD     OSMUX_CodecPort_CtrlFunct_part_1.so
#8 38.35   CCLD     OSMUX_CodecPort_CtrlFunct_part_2.so
#8 38.35   CCLD     OSMUX_CodecPort_CtrlFunct_part_3.so
#8 38.35   CCLD     OSMUX_CodecPort_CtrlFunct_part_4.so
#8 38.35   CCLD     OSMUX_CodecPort_CtrlFunct_part_5.so
#8 38.36   CCLD     OSMUX_CodecPort_CtrlFunct_part_6.so
#8 38.36   CCLD     OSMUX_CodecPort_CtrlFunct_part_7.so
#8 38.37   CCLD     OSMUX_Emulation_part_1.so
#8 38.37   CCLD     OSMUX_Emulation_part_2.so
#8 38.39   CCLD     OSMUX_Emulation_part_3.so
#8 38.39   CCLD     OSMUX_Emulation_part_4.so
#8 38.39   CCLD     OSMUX_Emulation_part_5.so
#8 38.39   CCLD     OSMUX_Emulation_part_6.so
#8 38.39   CCLD     OSMUX_Emulation_part_7.so
#8 38.39   CCLD     OSMUX_Types_part_1.so
#8 38.39   CCLD     OSMUX_Types_part_2.so
#8 38.39   CCLD     OSMUX_Types_part_3.so
#8 38.39   CCLD     OSMUX_Types_part_4.so
#8 38.39   CCLD     OSMUX_Types_part_5.so
#8 38.40   CCLD     OSMUX_Types_part_6.so
#8 38.40   CCLD     OSMUX_Types_part_7.so
#8 38.41   CCLD     Osmocom_CTRL_Adapter_part_1.so
#8 38.41   CCLD     Osmocom_CTRL_Adapter_part_2.so
#8 38.42   CCLD     Osmocom_CTRL_Adapter_part_3.so
#8 38.42   CCLD     Osmocom_CTRL_Adapter_part_4.so
#8 38.42   CCLD     Osmocom_CTRL_Adapter_part_5.so
#8 38.42   CCLD     Osmocom_CTRL_Adapter_part_6.so
#8 38.42   CCLD     Osmocom_CTRL_Adapter_part_7.so
#8 38.42   CCLD     Osmocom_CTRL_Functions_part_1.so
#8 38.42   CCLD     Osmocom_CTRL_Functions_part_2.so
#8 38.42   CCLD     Osmocom_CTRL_Functions_part_3.so
#8 38.43   CCLD     Osmocom_CTRL_Functions_part_4.so
#8 38.43   CCLD     Osmocom_CTRL_Functions_part_5.so
#8 38.43   CCLD     Osmocom_CTRL_Functions_part_6.so
#8 38.45   CCLD     Osmocom_CTRL_Functions_part_7.so
#8 38.45   CCLD     Osmocom_CTRL_Types_part_2.so
#8 38.45   CCLD     Osmocom_CTRL_Types_part_1.so
#8 38.45   CCLD     Osmocom_CTRL_Types_part_3.so
#8 38.45   CCLD     Osmocom_CTRL_Types_part_4.so
#8 38.45   CCLD     Osmocom_CTRL_Types_part_5.so
#8 38.45   CCLD     Osmocom_CTRL_Types_part_6.so
#8 38.45   CCLD     Osmocom_CTRL_Types_part_7.so
#8 38.46   CCLD     Osmocom_Types_part_1.so
#8 38.46   CCLD     Osmocom_Types_part_2.so
#8 38.46   CCLD     Osmocom_Types_part_3.so
#8 38.46   CCLD     Osmocom_Types_part_4.so
#8 38.46   CCLD     Osmocom_Types_part_5.so
#8 38.47   CCLD     Osmocom_Types_part_6.so
#8 38.48   CCLD     Osmocom_Types_part_7.so
#8 38.48   CCLD     Osmocom_VTY_Functions_part_1.so
#8 38.48   CCLD     Osmocom_VTY_Functions_part_2.so
#8 38.48   CCLD     Osmocom_VTY_Functions_part_3.so
#8 38.48   CCLD     Osmocom_VTY_Functions_part_4.so
#8 38.48   CCLD     Osmocom_VTY_Functions_part_5.so
#8 38.48   CCLD     Osmocom_VTY_Functions_part_6.so
#8 38.51   CCLD     Osmocom_VTY_Functions_part_7.so
#8 38.51   CCLD     PCUIF_CodecPort_part_1.so
#8 38.51   CCLD     PCUIF_CodecPort_part_2.so
#8 38.51   CCLD     PCUIF_CodecPort_part_3.so
#8 38.51   CCLD     PCUIF_CodecPort_part_4.so
#8 38.51   CCLD     PCUIF_CodecPort_part_5.so
#8 38.51   CCLD     PCUIF_CodecPort_part_6.so
#8 38.51   CCLD     PCUIF_CodecPort_part_7.so
#8 38.51   CCLD     PCUIF_Types_part_1.so
#8 38.51   CCLD     PCUIF_Types_part_2.so
#8 38.51   CCLD     PCUIF_Types_part_3.so
#8 38.52   CCLD     PCUIF_Types_part_4.so
#8 38.52   CCLD     PCUIF_Types_part_5.so
#8 38.54   CCLD     PCUIF_Types_part_6.so
#8 38.54   CCLD     PCUIF_Types_part_7.so
#8 38.54   CCLD     RLCMAC_CSN1_Templates_part_1.so
#8 38.54   CCLD     RLCMAC_CSN1_Templates_part_2.so
#8 38.54   CCLD     RLCMAC_CSN1_Templates_part_3.so
#8 38.54   CCLD     RLCMAC_CSN1_Templates_part_4.so
#8 38.54   CCLD     RLCMAC_CSN1_Templates_part_5.so
#8 38.54   CCLD     RLCMAC_CSN1_Templates_part_6.so
#8 38.55   CCLD     RLCMAC_CSN1_Templates_part_7.so
#8 38.55   CCLD     RLCMAC_CSN1_Types_part_5.so
#8 38.56   CCLD     RLCMAC_CSN1_Types_part_6.so
#8 38.57   CCLD     RLCMAC_CSN1_Types_part_7.so
#8 38.57   CCLD     RLCMAC_Templates_part_1.so
#8 38.57   CCLD     RLCMAC_Templates_part_2.so
#8 38.57   CCLD     RLCMAC_Templates_part_3.so
#8 38.57   CCLD     RLCMAC_Templates_part_4.so
#8 38.57   CCLD     RLCMAC_Templates_part_5.so
#8 38.57   CCLD     RLCMAC_Templates_part_6.so
#8 38.58   CCLD     RLCMAC_Templates_part_7.so
#8 38.58   CCLD     RLCMAC_Types_part_1.so
#8 38.58   CCLD     RLCMAC_Types_part_2.so
#8 38.59   CCLD     RLCMAC_Types_part_3.so
#8 38.59   CCLD     RLCMAC_Types_part_4.so
#8 38.60   CCLD     RLCMAC_Types_part_5.so
#8 38.60   CCLD     RLCMAC_Types_part_6.so
#8 38.60   CCLD     RLCMAC_Types_part_7.so
#8 38.60   CCLD     RSL_Emulation_part_1.so
#8 38.61   CCLD     RSL_Emulation_part_2.so
#8 38.61   CCLD     RSL_Emulation_part_3.so
#8 38.61   CCLD     RSL_Emulation_part_4.so
#8 38.61   CCLD     RSL_Emulation_part_5.so
#8 38.61   CCLD     RSL_Emulation_part_6.so
#8 38.61   CCLD     RSL_Emulation_part_7.so
#8 38.63   CCLD     RSL_Types_part_2.so
#8 38.63   CCLD     RSL_Types_part_4.so
#8 38.63   CCLD     RSL_Types_part_3.so
#8 38.63   CCLD     RSL_Types_part_5.so
#8 38.64   CCLD     RSL_Types_part_6.so
#8 38.64   CCLD     RSL_Types_part_7.so
#8 38.64   CCLD     RTP_CodecPort_part_1.so
#8 38.64   CCLD     RTP_CodecPort_part_2.so
#8 38.66   CCLD     RTP_CodecPort_part_3.so
#8 38.67   CCLD     RTP_CodecPort_part_4.so
#8 38.67   CCLD     RTP_CodecPort_part_5.so
#8 38.67   CCLD     RTP_CodecPort_part_6.so
#8 38.67   CCLD     RTP_CodecPort_part_7.so
#8 38.67   CCLD     RTP_CodecPort_CtrlFunct_part_1.so
#8 38.67   CCLD     RTP_CodecPort_CtrlFunct_part_2.so
#8 38.67   CCLD     RTP_CodecPort_CtrlFunct_part_3.so
#8 38.67   CCLD     RTP_CodecPort_CtrlFunct_part_4.so
#8 38.68   CCLD     RTP_CodecPort_CtrlFunct_part_5.so
#8 38.69   CCLD     RTP_CodecPort_CtrlFunct_part_6.so
#8 38.70   CCLD     RTP_CodecPort_CtrlFunct_part_7.so
#8 38.70   CCLD     RTP_Emulation_part_1.so
#8 38.70   CCLD     RTP_Emulation_part_2.so
#8 38.71   CCLD     RTP_Emulation_part_3.so
#8 38.71   CCLD     RTP_Emulation_part_4.so
#8 38.71   CCLD     RTP_Emulation_part_5.so
#8 38.71   CCLD     RTP_Emulation_part_6.so
#8 38.72   CCLD     RTP_Emulation_part_7.so
#8 38.72   CCLD     RTP_Types_part_1.so
#8 38.73   CCLD     RTP_Types_part_2.so
#8 38.73   CCLD     RTP_Types_part_3.so
#8 38.73   CCLD     RTP_Types_part_4.so
#8 38.73   CCLD     RTP_Types_part_5.so
#8 38.73   CCLD     RTP_Types_part_6.so
#8 38.74   CCLD     RTP_Types_part_7.so
#8 38.74   CCLD     Socket_API_Definitions_part_1.so
#8 38.74   CCLD     Socket_API_Definitions_part_2.so
#8 38.74   CCLD     Socket_API_Definitions_part_3.so
#8 38.75   CCLD     Socket_API_Definitions_part_4.so
#8 38.75   CCLD     Socket_API_Definitions_part_5.so
#8 38.77   CCLD     Socket_API_Definitions_part_6.so
#8 38.77   CCLD     Socket_API_Definitions_part_7.so
#8 38.77   CCLD     TCCConversion_Functions_part_1.so
#8 38.77   CCLD     TCCConversion_Functions_part_2.so
#8 38.77   CCLD     TCCConversion_Functions_part_3.so
#8 38.77   CCLD     TCCConversion_Functions_part_4.so
#8 38.77   CCLD     TCCConversion_Functions_part_5.so
#8 38.77   CCLD     TCCConversion_Functions_part_6.so
#8 38.78   CCLD     TCCConversion_Functions_part_7.so
#8 38.78   CCLD     TCCInterface_Functions_part_1.so
#8 38.78   CCLD     TCCInterface_Functions_part_2.so
#8 38.79   CCLD     TCCInterface_Functions_part_3.so
#8 38.79   CCLD     TCCInterface_Functions_part_4.so
#8 38.79   CCLD     TCCInterface_Functions_part_5.so
#8 38.79   CCLD     TCCInterface_Functions_part_6.so
#8 38.80   CCLD     TCCInterface_Functions_part_7.so
#8 38.80   CCLD     TELNETasp_PortType_part_1.so
#8 38.80   CCLD     TELNETasp_PortType_part_2.so
#8 38.80   CCLD     TELNETasp_PortType_part_3.so
#8 38.80   CCLD     TELNETasp_PortType_part_4.so
#8 38.81   CCLD     TELNETasp_PortType_part_5.so
#8 38.82   CCLD     TELNETasp_PortType_part_6.so
#8 38.82   CCLD     TELNETasp_PortType_part_7.so
#8 38.82   CCLD     TRXC_CodecPort_part_1.so
#8 38.82   CCLD     TRXC_CodecPort_part_2.so
#8 38.82   CCLD     TRXC_CodecPort_part_3.so
#8 38.83   CCLD     TRXC_CodecPort_part_5.so
#8 38.83   CCLD     TRXC_CodecPort_part_4.so
#8 38.83   CCLD     TRXC_CodecPort_part_6.so
#8 38.83   CCLD     TRXC_CodecPort_part_7.so
#8 38.84   CCLD     TRXC_CodecPort_CtrlFunct_part_2.so
#8 38.84   CCLD     TRXC_CodecPort_CtrlFunct_part_3.so
#8 38.84   CCLD     TRXC_CodecPort_CtrlFunct_part_1.so
#8 38.84   CCLD     TRXC_CodecPort_CtrlFunct_part_4.so
#8 38.84   CCLD     TRXC_CodecPort_CtrlFunct_part_5.so
#8 38.84   CCLD     TRXC_CodecPort_CtrlFunct_part_6.so
#8 38.85   CCLD     TRXC_CodecPort_CtrlFunct_part_7.so
#8 38.85   CCLD     TRXC_Types_part_1.so
#8 38.85   CCLD     TRXC_Types_part_2.so
#8 38.86   CCLD     TRXC_Types_part_3.so
#8 38.86   CCLD     TRXC_Types_part_4.so
#8 38.87   CCLD     TRXC_Types_part_5.so
#8 38.87   CCLD     TRXC_Types_part_6.so
#8 38.88   CCLD     TRXC_Types_part_7.so
#8 38.88   CCLD     UD_PortType_part_1.so
#8 38.88   CCLD     UD_PortType_part_2.so
#8 38.88   CCLD     UD_PortType_part_3.so
#8 38.88   CCLD     UD_PortType_part_4.so
#8 38.88   CCLD     UD_PortType_part_5.so
#8 38.88   CCLD     UD_PortType_part_6.so
#8 38.88   CCLD     UD_PortType_part_7.so
#8 38.90   CCLD     UD_Types_part_1.so
#8 38.91   CCLD     UD_Types_part_2.so
#8 38.91   CCLD     UD_Types_part_3.so
#8 38.91   CCLD     UD_Types_part_4.so
#8 38.91   CCLD     UD_Types_part_5.so
#8 38.91   CCLD     UD_Types_part_6.so
#8 38.91   CCLD     UD_Types_part_7.so
#8 38.91   CCLD     IPA_Emulation_part_2.so
#8 38.91   CCLD     IPA_Emulation_part_1.so
#8 38.91   CCLD     IPA_Emulation_part_3.so
#8 38.92   CCLD     IPA_Emulation_part_4.so
#8 38.92   CCLD     IPA_Emulation_part_5.so
#8 38.92   CCLD     IPA_Emulation_part_6.so
#8 38.93   CCLD     IPA_Emulation_part_7.so
#8 38.93   CCLD     IPA_CodecPort_CtrlFunctDef.so
#8 38.94   CCLD     IPL4asp_PT.so
#8 38.94   CCLD     IPL4asp_discovery.so
#8 38.94   CCLD     IuUP_EncDec.so
#8 38.94   CCLD     L1CTL_PortType_CtrlFunctDef.so
#8 38.94   CCLD     Native_FunctionDefs.so
#8 38.94   CCLD     OSMUX_CodecPort_CtrlFunctDef.so
#8 38.95   CCLD     RLCMAC_EncDec.so
#8 38.95   CCLD     RTP_CodecPort_CtrlFunctDef.so
#8 38.95   CCLD     RTP_EncDec.so
#8 38.96   CCLD     TCCConversion.so
#8 38.96   CCLD     TCCInterface.so
#8 38.97   CCLD     TELNETasp_PT.so
#8 38.98   CCLD     UD_PT.so
#8 38.98   CCLD     TRXC_CodecPort_CtrlFunctDef.so
#8 39.66   CCLD     RLCMAC_CSN1_Types_part_4.so
#8 39.70   CCLD     RLCMAC_CSN1_Types_part_1.so
#8 39.76   CCLD     RLCMAC_CSN1_Types_part_2.so
#8 39.78   CCLD     IPA_Emulation.so
#8 40.29   CCLD     RLCMAC_CSN1_Types_part_3.so
#8 40.78   CCLD     RSL_Types_part_1.so
#8 40.83   CCLD     BTS_Tests
#8 41.24 make[1]: Leaving directory '/osmo-ttcn3-hacks/_build/bts'
#8 DONE 41.7s

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

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

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