#8 1.206 specify the character to indicate a new line instead of '+'
#8 1.206 --output-indicator-old <char>
#8 1.206 specify the character to indicate an old line instead of '-'
#8 1.206 --output-indicator-context <char>
#8 1.206 specify the character to indicate a context instead of ' '
#8 1.206
#8 1.206 Diff rename options
#8 1.206 -B, --break-rewrites[=<n>[/<m>]]
#8 1.206 break complete rewrite changes into pairs of delete and create
#8 1.206 -M, --find-renames[=<n>]
#8 1.206 detect renames
#8 1.206 -D, --irreversible-delete
#8 1.206 omit the preimage for deletes
#8 1.206 -C, --find-copies[=<n>]
#8 1.206 detect copies
#8 1.206 --find-copies-harder use unmodified files as source to find copies
#8 1.206 --no-renames disable rename detection
#8 1.206 --rename-empty use empty blobs as rename source
#8 1.206 --follow continue listing the history of a file beyond renames
#8 1.206 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.206
#8 1.206 Diff algorithm options
#8 1.206 --minimal produce the smallest possible diff
#8 1.206 -w, --ignore-all-space
#8 1.206 ignore whitespace when comparing lines
#8 1.206 -b, --ignore-space-change
#8 1.206 ignore changes in amount of whitespace
#8 1.206 --ignore-space-at-eol
#8 1.206 ignore changes in whitespace at EOL
#8 1.206 --ignore-cr-at-eol ignore carrier-return at the end of line
#8 1.206 --ignore-blank-lines ignore changes whose lines are all blank
#8 1.206 -I, --ignore-matching-lines <regex>
#8 1.206 ignore changes whose all lines match <regex>
#8 1.206 --indent-heuristic heuristic to shift diff hunk boundaries for easy reading
#8 1.206 --patience generate diff using the "patience diff" algorithm
#8 1.206 --histogram generate diff using the "histogram diff" algorithm
#8 1.206 --diff-algorithm <algorithm>
#8 1.206 choose a diff algorithm
#8 1.206 --anchored <text> generate diff using the "anchored diff" algorithm
#8 1.206 --word-diff[=<mode>] show word diff, using <mode> to delimit changed words
#8 1.206 --word-diff-regex <regex>
#8 1.206 use <regex> to decide what a word is
#8 1.206 --color-words[=<regex>]
#8 1.206 equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.206 --color-moved[=<mode>]
#8 1.206 moved lines of code are colored differently
#8 1.206 --color-moved-ws <mode>
#8 1.206 how white spaces are ignored in --color-moved
#8 1.206
#8 1.206 Other diff options
#8 1.206 --relative[=<prefix>]
#8 1.206 when run from subdir, exclude changes outside and show relative paths
#8 1.206 -a, --text treat all files as text
#8 1.206 -R swap two inputs, reverse the diff
#8 1.206 --exit-code exit with 1 if there were differences, 0 otherwise
#8 1.206 --quiet disable all output of the program
#8 1.206 --ext-diff allow an external diff helper to be executed
#8 1.206 --textconv run external text conversion filters when comparing binary files
#8 1.206 --ignore-submodules[=<when>]
#8 1.206 ignore changes to submodules in the diff generation
#8 1.206 --submodule[=<format>]
#8 1.206 specify how differences in submodules are shown
#8 1.206 --ita-invisible-in-index
#8 1.206 hide 'git add -N' entries from the index
#8 1.206 --ita-visible-in-index
#8 1.206 treat 'git add -N' entries as real in the index
#8 1.206 -S <string> look for differences that change the number of occurrences of the specified string
#8 1.206 -G <regex> look for differences that change the number of occurrences of the specified regex
#8 1.206 --pickaxe-all show all changes in the changeset with -S or -G
#8 1.206 --pickaxe-regex treat <string> in -S as extended POSIX regular expression
#8 1.206 -O <file> control the order in which files appear in the output
#8 1.206 --rotate-to <path> show the change in the specified path first
#8 1.206 --skip-to <path> skip the output to the specified path
#8 1.206 --find-object <object-id>
#8 1.206 look for differences that change the number of occurrences of the specified object
#8 1.206 --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.206 select files by diff type
#8 1.206 --output <file> output to a specific file
#8 1.206
#8 1.208 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0'
#8 1.208 To add an exception for this directory, call:
#8 1.208
#8 1.208 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0
#8 1.209 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0'
#8 1.209 To add an exception for this directory, call:
#8 1.209
#8 1.209 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSGP_v13.0.0
#8 1.209 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.209 usage: git diff --no-index [<options>] <path> <path>
#8 1.209
#8 1.209 Diff output format options
#8 1.209 -p, --patch generate patch
#8 1.209 -s, --no-patch suppress diff output
#8 1.209 -u generate patch
#8 1.209 -U, --unified[=<n>] generate diffs with <n> lines context
#8 1.209 -W, --function-context
#8 1.209 generate diffs with <n> lines context
#8 1.209 --raw generate the diff in raw format
#8 1.209 --patch-with-raw synonym for '-p --raw'
#8 1.209 --patch-with-stat synonym for '-p --stat'
#8 1.209 --numstat machine friendly --stat
#8 1.209 --shortstat output only the last line of --stat
#8 1.209 -X, --dirstat[=<param1,param2>...]
#8 1.209 output the distribution of relative amount of changes for each sub-directory
#8 1.209 --cumulative synonym for --dirstat=cumulative
#8 1.209 --dirstat-by-file[=<param1,param2>...]
#8 1.209 synonym for --dirstat=files,param1,param2...
#8 1.209 --check warn if changes introduce conflict markers or whitespace errors
#8 1.209 --summary condensed summary such as creations, renames and mode changes
#8 1.209 --name-only show only names of changed files
#8 1.209 --name-status show only names and status of changed files
#8 1.209 --stat[=<width>[,<name-width>[,<count>]]]
#8 1.209 generate diffstat
#8 1.209 --stat-width <width> generate diffstat with a given width
#8 1.209 --stat-name-width <width>
#8 1.209 generate diffstat with a given name width
#8 1.209 --stat-graph-width <width>
#8 1.209 generate diffstat with a given graph width
#8 1.209 --stat-count <count> generate diffstat with limited lines
#8 1.209 --compact-summary generate compact summary in diffstat
#8 1.209 --binary output a binary diff that can be applied
#8 1.209 --full-index show full pre- and post-image object names on the "index" lines
#8 1.209 --color[=<when>] show colored diff
#8 1.209 --ws-error-highlight <kind>
#8 1.209 highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.209 -z do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.209 --abbrev[=<n>] use <n> digits to display object names
#8 1.209 --src-prefix <prefix>
#8 1.209 show the given source prefix instead of "a/"
#8 1.209 --dst-prefix <prefix>
#8 1.209 show the given destination prefix instead of "b/"
#8 1.209 --line-prefix <prefix>
#8 1.209 prepend an additional prefix to every line of output
#8 1.209 --no-prefix do not show any source or destination prefix
#8 1.209 --inter-hunk-context <n>
#8 1.209 show context between diff hunks up to the specified number of lines
#8 1.209 --output-indicator-new <char>
#8 1.209 specify the character to indicate a new line instead of '+'
#8 1.209 --output-indicator-old <char>
#8 1.209 specify the character to indicate an old line instead of '-'
#8 1.209 --output-indicator-context <char>
#8 1.209 specify the character to indicate a context instead of ' '
#8 1.209
#8 1.209 Diff rename options
#8 1.209 -B, --break-rewrites[=<n>[/<m>]]
#8 1.209 break complete rewrite changes into pairs of delete and create
#8 1.209 -M, --find-renames[=<n>]
#8 1.209 detect renames
#8 1.209 -D, --irreversible-delete
#8 1.209 omit the preimage for deletes
#8 1.209 -C, --find-copies[=<n>]
#8 1.209 detect copies
#8 1.209 --find-copies-harder use unmodified files as source to find copies
#8 1.209 --no-renames disable rename detection
#8 1.209 --rename-empty use empty blobs as rename source
#8 1.209 --follow continue listing the history of a file beyond renames
#8 1.209 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.209
#8 1.209 Diff algorithm options
#8 1.209 --minimal produce the smallest possible diff
#8 1.209 -w, --ignore-all-space
#8 1.209 ignore whitespace when comparing lines
#8 1.209 -b, --ignore-space-change
#8 1.209 ignore changes in amount of whitespace
#8 1.209 --ignore-space-at-eol
#8 1.209 ignore changes in whitespace at EOL
#8 1.209 --ignore-cr-at-eol ignore carrier-return at the end of line
#8 1.209 --ignore-blank-lines ignore changes whose lines are all blank
#8 1.209 -I, --ignore-matching-lines <regex>
#8 1.209 ignore changes whose all lines match <regex>
#8 1.209 --indent-heuristic heuristic to shift diff hunk boundaries for easy reading
#8 1.209 --patience generate diff using the "patience diff" algorithm
#8 1.209 --histogram generate diff using the "histogram diff" algorithm
#8 1.209 --diff-algorithm <algorithm>
#8 1.209 choose a diff algorithm
#8 1.209 --anchored <text> generate diff using the "anchored diff" algorithm
#8 1.209 --word-diff[=<mode>] show word diff, using <mode> to delimit changed words
#8 1.209 --word-diff-regex <regex>
#8 1.209 use <regex> to decide what a word is
#8 1.209 --color-words[=<regex>]
#8 1.209 equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.209 --color-moved[=<mode>]
#8 1.209 moved lines of code are colored differently
#8 1.209 --color-moved-ws <mode>
#8 1.209 how white spaces are ignored in --color-moved
#8 1.209
#8 1.209 Other diff options
#8 1.209 --relative[=<prefix>]
#8 1.209 when run from subdir, exclude changes outside and show relative paths
#8 1.209 -a, --text treat all files as text
#8 1.209 -R swap two inputs, reverse the diff
#8 1.209 --exit-code exit with 1 if there were differences, 0 otherwise
#8 1.209 --quiet disable all output of the program
#8 1.209 --ext-diff allow an external diff helper to be executed
#8 1.209 --textconv run external text conversion filters when comparing binary files
#8 1.209 --ignore-submodules[=<when>]
#8 1.209 ignore changes to submodules in the diff generation
#8 1.209 --submodule[=<format>]
#8 1.209 specify how differences in submodules are shown
#8 1.209 --ita-invisible-in-index
#8 1.209 hide 'git add -N' entries from the index
#8 1.209 --ita-visible-in-index
#8 1.209 treat 'git add -N' entries as real in the index
#8 1.209 -S <string> look for differences that change the number of occurrences of the specified string
#8 1.209 -G <regex> look for differences that change the number of occurrences of the specified regex
#8 1.209 --pickaxe-all show all changes in the changeset with -S or -G
#8 1.209 --pickaxe-regex treat <string> in -S as extended POSIX regular expression
#8 1.209 -O <file> control the order in which files appear in the output
#8 1.209 --rotate-to <path> show the change in the specified path first
#8 1.209 --skip-to <path> skip the output to the specified path
#8 1.209 --find-object <object-id>
#8 1.209 look for differences that change the number of occurrences of the specified object
#8 1.209 --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.209 select files by diff type
#8 1.209 --output <file> output to a specific file
#8 1.209
#8 1.211 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/osmo-uecups'
#8 1.211 To add an exception for this directory, call:
#8 1.211
#8 1.211 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/osmo-uecups
#8 1.212 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/osmo-uecups'
#8 1.212 To add an exception for this directory, call:
#8 1.212
#8 1.212 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/osmo-uecups
#8 1.213 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.213 usage: git diff --no-index [<options>] <path> <path>
#8 1.213
#8 1.213 Diff output format options
#8 1.213 -p, --patch generate patch
#8 1.213 -s, --no-patch suppress diff output
#8 1.213 -u generate patch
#8 1.213 -U, --unified[=<n>] generate diffs with <n> lines context
#8 1.213 -W, --function-context
#8 1.213 generate diffs with <n> lines context
#8 1.213 --raw generate the diff in raw format
#8 1.213 --patch-with-raw synonym for '-p --raw'
#8 1.213 --patch-with-stat synonym for '-p --stat'
#8 1.213 --numstat machine friendly --stat
#8 1.213 --shortstat output only the last line of --stat
#8 1.213 -X, --dirstat[=<param1,param2>...]
#8 1.213 output the distribution of relative amount of changes for each sub-directory
#8 1.213 --cumulative synonym for --dirstat=cumulative
#8 1.213 --dirstat-by-file[=<param1,param2>...]
#8 1.213 synonym for --dirstat=files,param1,param2...
#8 1.213 --check warn if changes introduce conflict markers or whitespace errors
#8 1.213 --summary condensed summary such as creations, renames and mode changes
#8 1.213 --name-only show only names of changed files
#8 1.213 --name-status show only names and status of changed files
#8 1.213 --stat[=<width>[,<name-width>[,<count>]]]
#8 1.213 generate diffstat
#8 1.213 --stat-width <width> generate diffstat with a given width
#8 1.213 --stat-name-width <width>
#8 1.213 generate diffstat with a given name width
#8 1.213 --stat-graph-width <width>
#8 1.213 generate diffstat with a given graph width
#8 1.213 --stat-count <count> generate diffstat with limited lines
#8 1.213 --compact-summary generate compact summary in diffstat
#8 1.213 --binary output a binary diff that can be applied
#8 1.213 --full-index show full pre- and post-image object names on the "index" lines
#8 1.213 --color[=<when>] show colored diff
#8 1.213 --ws-error-highlight <kind>
#8 1.213 highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.213 -z do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.213 --abbrev[=<n>] use <n> digits to display object names
#8 1.213 --src-prefix <prefix>
#8 1.213 show the given source prefix instead of "a/"
#8 1.213 --dst-prefix <prefix>
#8 1.213 show the given destination prefix instead of "b/"
#8 1.213 --line-prefix <prefix>
#8 1.213 prepend an additional prefix to every line of output
#8 1.213 --no-prefix do not show any source or destination prefix
#8 1.213 --inter-hunk-context <n>
#8 1.213 show context between diff hunks up to the specified number of lines
#8 1.213 --output-indicator-new <char>
#8 1.213 specify the character to indicate a new line instead of '+'
#8 1.213 --output-indicator-old <char>
#8 1.213 specify the character to indicate an old line instead of '-'
#8 1.213 --output-indicator-context <char>
#8 1.213 specify the character to indicate a context instead of ' '
#8 1.213
#8 1.213 Diff rename options
#8 1.213 -B, --break-rewrites[=<n>[/<m>]]
#8 1.213 break complete rewrite changes into pairs of delete and create
#8 1.213 -M, --find-renames[=<n>]
#8 1.213 detect renames
#8 1.213 -D, --irreversible-delete
#8 1.213 omit the preimage for deletes
#8 1.213 -C, --find-copies[=<n>]
#8 1.213 detect copies
#8 1.213 --find-copies-harder use unmodified files as source to find copies
#8 1.213 --no-renames disable rename detection
#8 1.213 --rename-empty use empty blobs as rename source
#8 1.213 --follow continue listing the history of a file beyond renames
#8 1.213 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.213
#8 1.213 Diff algorithm options
#8 1.213 --minimal produce the smallest possible diff
#8 1.213 -w, --ignore-all-space
#8 1.213 ignore whitespace when comparing lines
#8 1.213 -b, --ignore-space-change
#8 1.213 ignore changes in amount of whitespace
#8 1.213 --ignore-space-at-eol
#8 1.213 ignore changes in whitespace at EOL
#8 1.213 --ignore-cr-at-eol ignore carrier-return at the end of line
#8 1.213 --ignore-blank-lines ignore changes whose lines are all blank
#8 1.213 -I, --ignore-matching-lines <regex>
#8 1.213 ignore changes whose all lines match <regex>
#8 1.213 --indent-heuristic heuristic to shift diff hunk boundaries for easy reading
#8 1.213 --patience generate diff using the "patience diff" algorithm
#8 1.213 --histogram generate diff using the "histogram diff" algorithm
#8 1.213 --diff-algorithm <algorithm>
#8 1.213 choose a diff algorithm
#8 1.213 --anchored <text> generate diff using the "anchored diff" algorithm
#8 1.213 --word-diff[=<mode>] show word diff, using <mode> to delimit changed words
#8 1.213 --word-diff-regex <regex>
#8 1.213 use <regex> to decide what a word is
#8 1.213 --color-words[=<regex>]
#8 1.213 equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.213 --color-moved[=<mode>]
#8 1.213 moved lines of code are colored differently
#8 1.213 --color-moved-ws <mode>
#8 1.213 how white spaces are ignored in --color-moved
#8 1.213
#8 1.213 Other diff options
#8 1.213 --relative[=<prefix>]
#8 1.213 when run from subdir, exclude changes outside and show relative paths
#8 1.213 -a, --text treat all files as text
#8 1.213 -R swap two inputs, reverse the diff
#8 1.213 --exit-code exit with 1 if there were differences, 0 otherwise
#8 1.213 --quiet disable all output of the program
#8 1.213 --ext-diff allow an external diff helper to be executed
#8 1.213 --textconv run external text conversion filters when comparing binary files
#8 1.213 --ignore-submodules[=<when>]
#8 1.213 ignore changes to submodules in the diff generation
#8 1.213 --submodule[=<format>]
#8 1.213 specify how differences in submodules are shown
#8 1.213 --ita-invisible-in-index
#8 1.213 hide 'git add -N' entries from the index
#8 1.213 --ita-visible-in-index
#8 1.213 treat 'git add -N' entries as real in the index
#8 1.213 -S <string> look for differences that change the number of occurrences of the specified string
#8 1.213 -G <regex> look for differences that change the number of occurrences of the specified regex
#8 1.213 --pickaxe-all show all changes in the changeset with -S or -G
#8 1.213 --pickaxe-regex treat <string> in -S as extended POSIX regular expression
#8 1.213 -O <file> control the order in which files appear in the output
#8 1.213 --rotate-to <path> show the change in the specified path first
#8 1.213 --skip-to <path> skip the output to the specified path
#8 1.213 --find-object <object-id>
#8 1.213 look for differences that change the number of occurrences of the specified object
#8 1.213 --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.213 select files by diff type
#8 1.213 --output <file> output to a specific file
#8 1.213
#8 1.214 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/nas'
#8 1.214 To add an exception for this directory, call:
#8 1.214
#8 1.214 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/nas
#8 1.216 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/nas'
#8 1.216 To add an exception for this directory, call:
#8 1.216
#8 1.216 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/nas
#8 1.217 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.217 usage: git diff --no-index [<options>] <path> <path>
#8 1.217
#8 1.217 Diff output format options
#8 1.217 -p, --patch generate patch
#8 1.217 -s, --no-patch suppress diff output
#8 1.217 -u generate patch
#8 1.217 -U, --unified[=<n>] generate diffs with <n> lines context
#8 1.217 -W, --function-context
#8 1.217 generate diffs with <n> lines context
#8 1.217 --raw generate the diff in raw format
#8 1.217 --patch-with-raw synonym for '-p --raw'
#8 1.217 --patch-with-stat synonym for '-p --stat'
#8 1.217 --numstat machine friendly --stat
#8 1.217 --shortstat output only the last line of --stat
#8 1.217 -X, --dirstat[=<param1,param2>...]
#8 1.217 output the distribution of relative amount of changes for each sub-directory
#8 1.217 --cumulative synonym for --dirstat=cumulative
#8 1.217 --dirstat-by-file[=<param1,param2>...]
#8 1.217 synonym for --dirstat=files,param1,param2...
#8 1.217 --check warn if changes introduce conflict markers or whitespace errors
#8 1.217 --summary condensed summary such as creations, renames and mode changes
#8 1.217 --name-only show only names of changed files
#8 1.217 --name-status show only names and status of changed files
#8 1.217 --stat[=<width>[,<name-width>[,<count>]]]
#8 1.217 generate diffstat
#8 1.217 --stat-width <width> generate diffstat with a given width
#8 1.217 --stat-name-width <width>
#8 1.217 generate diffstat with a given name width
#8 1.217 --stat-graph-width <width>
#8 1.217 generate diffstat with a given graph width
#8 1.217 --stat-count <count> generate diffstat with limited lines
#8 1.217 --compact-summary generate compact summary in diffstat
#8 1.217 --binary output a binary diff that can be applied
#8 1.217 --full-index show full pre- and post-image object names on the "index" lines
#8 1.217 --color[=<when>] show colored diff
#8 1.217 --ws-error-highlight <kind>
#8 1.217 highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.217 -z do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.217 --abbrev[=<n>] use <n> digits to display object names
#8 1.217 --src-prefix <prefix>
#8 1.217 show the given source prefix instead of "a/"
#8 1.217 --dst-prefix <prefix>
#8 1.217 show the given destination prefix instead of "b/"
#8 1.217 --line-prefix <prefix>
#8 1.217 prepend an additional prefix to every line of output
#8 1.217 --no-prefix do not show any source or destination prefix
#8 1.217 --inter-hunk-context <n>
#8 1.217 show context between diff hunks up to the specified number of lines
#8 1.217 --output-indicator-new <char>
#8 1.217 specify the character to indicate a new line instead of '+'
#8 1.217 --output-indicator-old <char>
#8 1.217 specify the character to indicate an old line instead of '-'
#8 1.217 --output-indicator-context <char>
#8 1.217 specify the character to indicate a context instead of ' '
#8 1.217
#8 1.217 Diff rename options
#8 1.217 -B, --break-rewrites[=<n>[/<m>]]
#8 1.217 break complete rewrite changes into pairs of delete and create
#8 1.217 -M, --find-renames[=<n>]
#8 1.217 detect renames
#8 1.217 -D, --irreversible-delete
#8 1.217 omit the preimage for deletes
#8 1.217 -C, --find-copies[=<n>]
#8 1.217 detect copies
#8 1.217 --find-copies-harder use unmodified files as source to find copies
#8 1.217 --no-renames disable rename detection
#8 1.217 --rename-empty use empty blobs as rename source
#8 1.217 --follow continue listing the history of a file beyond renames
#8 1.217 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.217
#8 1.217 Diff algorithm options
#8 1.217 --minimal produce the smallest possible diff
#8 1.217 -w, --ignore-all-space
#8 1.217 ignore whitespace when comparing lines
#8 1.217 -b, --ignore-space-change
#8 1.217 ignore changes in amount of whitespace
#8 1.217 --ignore-space-at-eol
#8 1.217 ignore changes in whitespace at EOL
#8 1.217 --ignore-cr-at-eol ignore carrier-return at the end of line
#8 1.217 --ignore-blank-lines ignore changes whose lines are all blank
#8 1.217 -I, --ignore-matching-lines <regex>
#8 1.217 ignore changes whose all lines match <regex>
#8 1.217 --indent-heuristic heuristic to shift diff hunk boundaries for easy reading
#8 1.217 --patience generate diff using the "patience diff" algorithm
#8 1.217 --histogram generate diff using the "histogram diff" algorithm
#8 1.217 --diff-algorithm <algorithm>
#8 1.217 choose a diff algorithm
#8 1.217 --anchored <text> generate diff using the "anchored diff" algorithm
#8 1.217 --word-diff[=<mode>] show word diff, using <mode> to delimit changed words
#8 1.217 --word-diff-regex <regex>
#8 1.217 use <regex> to decide what a word is
#8 1.217 --color-words[=<regex>]
#8 1.217 equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.217 --color-moved[=<mode>]
#8 1.217 moved lines of code are colored differently
#8 1.217 --color-moved-ws <mode>
#8 1.217 how white spaces are ignored in --color-moved
#8 1.217
#8 1.217 Other diff options
#8 1.217 --relative[=<prefix>]
#8 1.217 when run from subdir, exclude changes outside and show relative paths
#8 1.217 -a, --text treat all files as text
#8 1.217 -R swap two inputs, reverse the diff
#8 1.217 --exit-code exit with 1 if there were differences, 0 otherwise
#8 1.217 --quiet disable all output of the program
#8 1.217 --ext-diff allow an external diff helper to be executed
#8 1.217 --textconv run external text conversion filters when comparing binary files
#8 1.217 --ignore-submodules[=<when>]
#8 1.217 ignore changes to submodules in the diff generation
#8 1.217 --submodule[=<format>]
#8 1.217 specify how differences in submodules are shown
#8 1.217 --ita-invisible-in-index
#8 1.217 hide 'git add -N' entries from the index
#8 1.217 --ita-visible-in-index
#8 1.217 treat 'git add -N' entries as real in the index
#8 1.217 -S <string> look for differences that change the number of occurrences of the specified string
#8 1.217 -G <regex> look for differences that change the number of occurrences of the specified regex
#8 1.217 --pickaxe-all show all changes in the changeset with -S or -G
#8 1.217 --pickaxe-regex treat <string> in -S as extended POSIX regular expression
#8 1.217 -O <file> control the order in which files appear in the output
#8 1.217 --rotate-to <path> show the change in the specified path first
#8 1.217 --skip-to <path> skip the output to the specified path
#8 1.217 --find-object <object-id>
#8 1.217 look for differences that change the number of occurrences of the specified object
#8 1.217 --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.217 select files by diff type
#8 1.217 --output <file> output to a specific file
#8 1.217
#8 1.219 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.219 To add an exception for this directory, call:
#8 1.219
#8 1.219 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.222 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP'
#8 1.222 To add an exception for this directory, call:
#8 1.222
#8 1.222 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.BSSMAP
#8 1.225 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.225 usage: git diff --no-index [<options>] <path> <path>
#8 1.225
#8 1.225 Diff output format options
#8 1.225 -p, --patch generate patch
#8 1.225 -s, --no-patch suppress diff output
#8 1.225 -u generate patch
#8 1.225 -U, --unified[=<n>] generate diffs with <n> lines context
#8 1.225 -W, --function-context
#8 1.225 generate diffs with <n> lines context
#8 1.225 --raw generate the diff in raw format
#8 1.225 --patch-with-raw synonym for '-p --raw'
#8 1.225 --patch-with-stat synonym for '-p --stat'
#8 1.225 --numstat machine friendly --stat
#8 1.225 --shortstat output only the last line of --stat
#8 1.225 -X, --dirstat[=<param1,param2>...]
#8 1.225 output the distribution of relative amount of changes for each sub-directory
#8 1.225 --cumulative synonym for --dirstat=cumulative
#8 1.225 --dirstat-by-file[=<param1,param2>...]
#8 1.225 synonym for --dirstat=files,param1,param2...
#8 1.225 --check warn if changes introduce conflict markers or whitespace errors
#8 1.225 --summary condensed summary such as creations, renames and mode changes
#8 1.225 --name-only show only names of changed files
#8 1.225 --name-status show only names and status of changed files
#8 1.225 --stat[=<width>[,<name-width>[,<count>]]]
#8 1.225 generate diffstat
#8 1.225 --stat-width <width> generate diffstat with a given width
#8 1.225 --stat-name-width <width>
#8 1.225 generate diffstat with a given name width
#8 1.225 --stat-graph-width <width>
#8 1.225 generate diffstat with a given graph width
#8 1.225 --stat-count <count> generate diffstat with limited lines
#8 1.225 --compact-summary generate compact summary in diffstat
#8 1.225 --binary output a binary diff that can be applied
#8 1.225 --full-index show full pre- and post-image object names on the "index" lines
#8 1.225 --color[=<when>] show colored diff
#8 1.225 --ws-error-highlight <kind>
#8 1.225 highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.225 -z do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.225 --abbrev[=<n>] use <n> digits to display object names
#8 1.225 --src-prefix <prefix>
#8 1.225 show the given source prefix instead of "a/"
#8 1.225 --dst-prefix <prefix>
#8 1.225 show the given destination prefix instead of "b/"
#8 1.225 --line-prefix <prefix>
#8 1.225 prepend an additional prefix to every line of output
#8 1.225 --no-prefix do not show any source or destination prefix
#8 1.225 --inter-hunk-context <n>
#8 1.225 show context between diff hunks up to the specified number of lines
#8 1.225 --output-indicator-new <char>
#8 1.225 specify the character to indicate a new line instead of '+'
#8 1.225 --output-indicator-old <char>
#8 1.225 specify the character to indicate an old line instead of '-'
#8 1.225 --output-indicator-context <char>
#8 1.225 specify the character to indicate a context instead of ' '
#8 1.225
#8 1.225 Diff rename options
#8 1.225 -B, --break-rewrites[=<n>[/<m>]]
#8 1.225 break complete rewrite changes into pairs of delete and create
#8 1.225 -M, --find-renames[=<n>]
#8 1.225 detect renames
#8 1.225 -D, --irreversible-delete
#8 1.225 omit the preimage for deletes
#8 1.225 -C, --find-copies[=<n>]
#8 1.225 detect copies
#8 1.225 --find-copies-harder use unmodified files as source to find copies
#8 1.225 --no-renames disable rename detection
#8 1.225 --rename-empty use empty blobs as rename source
#8 1.225 --follow continue listing the history of a file beyond renames
#8 1.225 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.225
#8 1.225 Diff algorithm options
#8 1.225 --minimal produce the smallest possible diff
#8 1.225 -w, --ignore-all-space
#8 1.225 ignore whitespace when comparing lines
#8 1.225 -b, --ignore-space-change
#8 1.225 ignore changes in amount of whitespace
#8 1.225 --ignore-space-at-eol
#8 1.225 ignore changes in whitespace at EOL
#8 1.225 --ignore-cr-at-eol ignore carrier-return at the end of line
#8 1.225 --ignore-blank-lines ignore changes whose lines are all blank
#8 1.225 -I, --ignore-matching-lines <regex>
#8 1.225 ignore changes whose all lines match <regex>
#8 1.225 --indent-heuristic heuristic to shift diff hunk boundaries for easy reading
#8 1.225 --patience generate diff using the "patience diff" algorithm
#8 1.225 --histogram generate diff using the "histogram diff" algorithm
#8 1.225 --diff-algorithm <algorithm>
#8 1.225 choose a diff algorithm
#8 1.225 --anchored <text> generate diff using the "anchored diff" algorithm
#8 1.225 --word-diff[=<mode>] show word diff, using <mode> to delimit changed words
#8 1.225 --word-diff-regex <regex>
#8 1.225 use <regex> to decide what a word is
#8 1.225 --color-words[=<regex>]
#8 1.225 equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.225 --color-moved[=<mode>]
#8 1.225 moved lines of code are colored differently
#8 1.225 --color-moved-ws <mode>
#8 1.225 how white spaces are ignored in --color-moved
#8 1.225
#8 1.225 Other diff options
#8 1.225 --relative[=<prefix>]
#8 1.225 when run from subdir, exclude changes outside and show relative paths
#8 1.225 -a, --text treat all files as text
#8 1.225 -R swap two inputs, reverse the diff
#8 1.225 --exit-code exit with 1 if there were differences, 0 otherwise
#8 1.225 --quiet disable all output of the program
#8 1.225 --ext-diff allow an external diff helper to be executed
#8 1.225 --textconv run external text conversion filters when comparing binary files
#8 1.225 --ignore-submodules[=<when>]
#8 1.225 ignore changes to submodules in the diff generation
#8 1.225 --submodule[=<format>]
#8 1.225 specify how differences in submodules are shown
#8 1.225 --ita-invisible-in-index
#8 1.225 hide 'git add -N' entries from the index
#8 1.225 --ita-visible-in-index
#8 1.225 treat 'git add -N' entries as real in the index
#8 1.225 -S <string> look for differences that change the number of occurrences of the specified string
#8 1.225 -G <regex> look for differences that change the number of occurrences of the specified regex
#8 1.225 --pickaxe-all show all changes in the changeset with -S or -G
#8 1.225 --pickaxe-regex treat <string> in -S as extended POSIX regular expression
#8 1.225 -O <file> control the order in which files appear in the output
#8 1.225 --rotate-to <path> show the change in the specified path first
#8 1.225 --skip-to <path> skip the output to the specified path
#8 1.225 --find-object <object-id>
#8 1.225 look for differences that change the number of occurrences of the specified object
#8 1.225 --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.225 select files by diff type
#8 1.225 --output <file> output to a specific file
#8 1.225
#8 1.229 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP'
#8 1.229 To add an exception for this directory, call:
#8 1.229
#8 1.229 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP
#8 1.233 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP'
#8 1.233 To add an exception for this directory, call:
#8 1.233
#8 1.233 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.ProtocolModules.MAP
#8 1.237 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.237 usage: git diff --no-index [<options>] <path> <path>
#8 1.237
#8 1.237 Diff output format options
#8 1.237 -p, --patch generate patch
#8 1.237 -s, --no-patch suppress diff output
#8 1.237 -u generate patch
#8 1.237 -U, --unified[=<n>] generate diffs with <n> lines context
#8 1.237 -W, --function-context
#8 1.237 generate diffs with <n> lines context
#8 1.237 --raw generate the diff in raw format
#8 1.237 --patch-with-raw synonym for '-p --raw'
#8 1.237 --patch-with-stat synonym for '-p --stat'
#8 1.237 --numstat machine friendly --stat
#8 1.237 --shortstat output only the last line of --stat
#8 1.237 -X, --dirstat[=<param1,param2>...]
#8 1.237 output the distribution of relative amount of changes for each sub-directory
#8 1.237 --cumulative synonym for --dirstat=cumulative
#8 1.237 --dirstat-by-file[=<param1,param2>...]
#8 1.237 synonym for --dirstat=files,param1,param2...
#8 1.237 --check warn if changes introduce conflict markers or whitespace errors
#8 1.237 --summary condensed summary such as creations, renames and mode changes
#8 1.237 --name-only show only names of changed files
#8 1.237 --name-status show only names and status of changed files
#8 1.237 --stat[=<width>[,<name-width>[,<count>]]]
#8 1.237 generate diffstat
#8 1.237 --stat-width <width> generate diffstat with a given width
#8 1.237 --stat-name-width <width>
#8 1.237 generate diffstat with a given name width
#8 1.237 --stat-graph-width <width>
#8 1.237 generate diffstat with a given graph width
#8 1.237 --stat-count <count> generate diffstat with limited lines
#8 1.237 --compact-summary generate compact summary in diffstat
#8 1.237 --binary output a binary diff that can be applied
#8 1.237 --full-index show full pre- and post-image object names on the "index" lines
#8 1.237 --color[=<when>] show colored diff
#8 1.237 --ws-error-highlight <kind>
#8 1.237 highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.237 -z do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.237 --abbrev[=<n>] use <n> digits to display object names
#8 1.237 --src-prefix <prefix>
#8 1.237 show the given source prefix instead of "a/"
#8 1.237 --dst-prefix <prefix>
#8 1.237 show the given destination prefix instead of "b/"
#8 1.237 --line-prefix <prefix>
#8 1.237 prepend an additional prefix to every line of output
#8 1.237 --no-prefix do not show any source or destination prefix
#8 1.237 --inter-hunk-context <n>
#8 1.237 show context between diff hunks up to the specified number of lines
#8 1.237 --output-indicator-new <char>
#8 1.237 specify the character to indicate a new line instead of '+'
#8 1.237 --output-indicator-old <char>
#8 1.237 specify the character to indicate an old line instead of '-'
#8 1.237 --output-indicator-context <char>
#8 1.237 specify the character to indicate a context instead of ' '
#8 1.237
#8 1.237 Diff rename options
#8 1.237 -B, --break-rewrites[=<n>[/<m>]]
#8 1.237 break complete rewrite changes into pairs of delete and create
#8 1.237 -M, --find-renames[=<n>]
#8 1.237 detect renames
#8 1.237 -D, --irreversible-delete
#8 1.237 omit the preimage for deletes
#8 1.237 -C, --find-copies[=<n>]
#8 1.237 detect copies
#8 1.237 --find-copies-harder use unmodified files as source to find copies
#8 1.237 --no-renames disable rename detection
#8 1.237 --rename-empty use empty blobs as rename source
#8 1.237 --follow continue listing the history of a file beyond renames
#8 1.237 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.237
#8 1.237 Diff algorithm options
#8 1.237 --minimal produce the smallest possible diff
#8 1.237 -w, --ignore-all-space
#8 1.237 ignore whitespace when comparing lines
#8 1.237 -b, --ignore-space-change
#8 1.237 ignore changes in amount of whitespace
#8 1.237 --ignore-space-at-eol
#8 1.237 ignore changes in whitespace at EOL
#8 1.237 --ignore-cr-at-eol ignore carrier-return at the end of line
#8 1.237 --ignore-blank-lines ignore changes whose lines are all blank
#8 1.237 -I, --ignore-matching-lines <regex>
#8 1.237 ignore changes whose all lines match <regex>
#8 1.237 --indent-heuristic heuristic to shift diff hunk boundaries for easy reading
#8 1.237 --patience generate diff using the "patience diff" algorithm
#8 1.237 --histogram generate diff using the "histogram diff" algorithm
#8 1.237 --diff-algorithm <algorithm>
#8 1.237 choose a diff algorithm
#8 1.237 --anchored <text> generate diff using the "anchored diff" algorithm
#8 1.237 --word-diff[=<mode>] show word diff, using <mode> to delimit changed words
#8 1.237 --word-diff-regex <regex>
#8 1.237 use <regex> to decide what a word is
#8 1.237 --color-words[=<regex>]
#8 1.237 equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.237 --color-moved[=<mode>]
#8 1.237 moved lines of code are colored differently
#8 1.237 --color-moved-ws <mode>
#8 1.237 how white spaces are ignored in --color-moved
#8 1.237
#8 1.237 Other diff options
#8 1.237 --relative[=<prefix>]
#8 1.237 when run from subdir, exclude changes outside and show relative paths
#8 1.237 -a, --text treat all files as text
#8 1.237 -R swap two inputs, reverse the diff
#8 1.237 --exit-code exit with 1 if there were differences, 0 otherwise
#8 1.237 --quiet disable all output of the program
#8 1.237 --ext-diff allow an external diff helper to be executed
#8 1.237 --textconv run external text conversion filters when comparing binary files
#8 1.237 --ignore-submodules[=<when>]
#8 1.237 ignore changes to submodules in the diff generation
#8 1.237 --submodule[=<format>]
#8 1.237 specify how differences in submodules are shown
#8 1.237 --ita-invisible-in-index
#8 1.237 hide 'git add -N' entries from the index
#8 1.237 --ita-visible-in-index
#8 1.237 treat 'git add -N' entries as real in the index
#8 1.237 -S <string> look for differences that change the number of occurrences of the specified string
#8 1.237 -G <regex> look for differences that change the number of occurrences of the specified regex
#8 1.237 --pickaxe-all show all changes in the changeset with -S or -G
#8 1.237 --pickaxe-regex treat <string> in -S as extended POSIX regular expression
#8 1.237 -O <file> control the order in which files appear in the output
#8 1.237 --rotate-to <path> show the change in the specified path first
#8 1.237 --skip-to <path> skip the output to the specified path
#8 1.237 --find-object <object-id>
#8 1.237 look for differences that change the number of occurrences of the specified object
#8 1.237 --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.238 select files by diff type
#8 1.238 --output <file> output to a specific file
#8 1.238
#8 1.242 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET'
#8 1.242 To add an exception for this directory, call:
#8 1.242
#8 1.242 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET
#8 1.248 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET'
#8 1.248 To add an exception for this directory, call:
#8 1.248
#8 1.248 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.AF_PACKET
#8 1.253 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.253 usage: git diff --no-index [<options>] <path> <path>
#8 1.253
#8 1.253 Diff output format options
#8 1.253 -p, --patch generate patch
#8 1.253 -s, --no-patch suppress diff output
#8 1.253 -u generate patch
#8 1.253 -U, --unified[=<n>] generate diffs with <n> lines context
#8 1.253 -W, --function-context
#8 1.253 generate diffs with <n> lines context
#8 1.253 --raw generate the diff in raw format
#8 1.253 --patch-with-raw synonym for '-p --raw'
#8 1.253 --patch-with-stat synonym for '-p --stat'
#8 1.253 --numstat machine friendly --stat
#8 1.253 --shortstat output only the last line of --stat
#8 1.253 -X, --dirstat[=<param1,param2>...]
#8 1.253 output the distribution of relative amount of changes for each sub-directory
#8 1.253 --cumulative synonym for --dirstat=cumulative
#8 1.253 --dirstat-by-file[=<param1,param2>...]
#8 1.253 synonym for --dirstat=files,param1,param2...
#8 1.253 --check warn if changes introduce conflict markers or whitespace errors
#8 1.253 --summary condensed summary such as creations, renames and mode changes
#8 1.253 --name-only show only names of changed files
#8 1.253 --name-status show only names and status of changed files
#8 1.253 --stat[=<width>[,<name-width>[,<count>]]]
#8 1.253 generate diffstat
#8 1.253 --stat-width <width> generate diffstat with a given width
#8 1.253 --stat-name-width <width>
#8 1.253 generate diffstat with a given name width
#8 1.253 --stat-graph-width <width>
#8 1.253 generate diffstat with a given graph width
#8 1.253 --stat-count <count> generate diffstat with limited lines
#8 1.253 --compact-summary generate compact summary in diffstat
#8 1.253 --binary output a binary diff that can be applied
#8 1.253 --full-index show full pre- and post-image object names on the "index" lines
#8 1.253 --color[=<when>] show colored diff
#8 1.253 --ws-error-highlight <kind>
#8 1.253 highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.253 -z do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.253 --abbrev[=<n>] use <n> digits to display object names
#8 1.253 --src-prefix <prefix>
#8 1.253 show the given source prefix instead of "a/"
#8 1.253 --dst-prefix <prefix>
#8 1.253 show the given destination prefix instead of "b/"
#8 1.253 --line-prefix <prefix>
#8 1.253 prepend an additional prefix to every line of output
#8 1.253 --no-prefix do not show any source or destination prefix
#8 1.253 --inter-hunk-context <n>
#8 1.253 show context between diff hunks up to the specified number of lines
#8 1.253 --output-indicator-new <char>
#8 1.253 specify the character to indicate a new line instead of '+'
#8 1.253 --output-indicator-old <char>
#8 1.253 specify the character to indicate an old line instead of '-'
#8 1.253 --output-indicator-context <char>
#8 1.253 specify the character to indicate a context instead of ' '
#8 1.253
#8 1.253 Diff rename options
#8 1.253 -B, --break-rewrites[=<n>[/<m>]]
#8 1.253 break complete rewrite changes into pairs of delete and create
#8 1.253 -M, --find-renames[=<n>]
#8 1.253 detect renames
#8 1.253 -D, --irreversible-delete
#8 1.253 omit the preimage for deletes
#8 1.253 -C, --find-copies[=<n>]
#8 1.253 detect copies
#8 1.253 --find-copies-harder use unmodified files as source to find copies
#8 1.253 --no-renames disable rename detection
#8 1.253 --rename-empty use empty blobs as rename source
#8 1.253 --follow continue listing the history of a file beyond renames
#8 1.253 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.253
#8 1.253 Diff algorithm options
#8 1.253 --minimal produce the smallest possible diff
#8 1.253 -w, --ignore-all-space
#8 1.253 ignore whitespace when comparing lines
#8 1.253 -b, --ignore-space-change
#8 1.253 ignore changes in amount of whitespace
#8 1.253 --ignore-space-at-eol
#8 1.253 ignore changes in whitespace at EOL
#8 1.253 --ignore-cr-at-eol ignore carrier-return at the end of line
#8 1.253 --ignore-blank-lines ignore changes whose lines are all blank
#8 1.253 -I, --ignore-matching-lines <regex>
#8 1.253 ignore changes whose all lines match <regex>
#8 1.253 --indent-heuristic heuristic to shift diff hunk boundaries for easy reading
#8 1.253 --patience generate diff using the "patience diff" algorithm
#8 1.253 --histogram generate diff using the "histogram diff" algorithm
#8 1.253 --diff-algorithm <algorithm>
#8 1.253 choose a diff algorithm
#8 1.253 --anchored <text> generate diff using the "anchored diff" algorithm
#8 1.253 --word-diff[=<mode>] show word diff, using <mode> to delimit changed words
#8 1.253 --word-diff-regex <regex>
#8 1.253 use <regex> to decide what a word is
#8 1.253 --color-words[=<regex>]
#8 1.253 equivalent to --word-diff=color --word-diff-regex=<regex>
#8 1.253 --color-moved[=<mode>]
#8 1.253 moved lines of code are colored differently
#8 1.253 --color-moved-ws <mode>
#8 1.253 how white spaces are ignored in --color-moved
#8 1.253
#8 1.253 Other diff options
#8 1.253 --relative[=<prefix>]
#8 1.253 when run from subdir, exclude changes outside and show relative paths
#8 1.253 -a, --text treat all files as text
#8 1.253 -R swap two inputs, reverse the diff
#8 1.253 --exit-code exit with 1 if there were differences, 0 otherwise
#8 1.253 --quiet disable all output of the program
#8 1.253 --ext-diff allow an external diff helper to be executed
#8 1.253 --textconv run external text conversion filters when comparing binary files
#8 1.253 --ignore-submodules[=<when>]
#8 1.253 ignore changes to submodules in the diff generation
#8 1.253 --submodule[=<format>]
#8 1.253 specify how differences in submodules are shown
#8 1.253 --ita-invisible-in-index
#8 1.253 hide 'git add -N' entries from the index
#8 1.253 --ita-visible-in-index
#8 1.253 treat 'git add -N' entries as real in the index
#8 1.253 -S <string> look for differences that change the number of occurrences of the specified string
#8 1.253 -G <regex> look for differences that change the number of occurrences of the specified regex
#8 1.253 --pickaxe-all show all changes in the changeset with -S or -G
#8 1.253 --pickaxe-regex treat <string> in -S as extended POSIX regular expression
#8 1.253 -O <file> control the order in which files appear in the output
#8 1.253 --rotate-to <path> show the change in the specified path first
#8 1.253 --skip-to <path> skip the output to the specified path
#8 1.253 --find-object <object-id>
#8 1.253 look for differences that change the number of occurrences of the specified object
#8 1.253 --diff-filter [(A|C|D|M|R|T|U|X|B)...[*]]
#8 1.253 select files by diff type
#8 1.253 --output <file> output to a specific file
#8 1.253
#8 1.258 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.USB'
#8 1.258 To add an exception for this directory, call:
#8 1.258
#8 1.258 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.USB
#8 1.265 fatal: detected dubious ownership in repository at '/osmo-ttcn3-hacks/deps/titan.TestPorts.USB'
#8 1.265 To add an exception for this directory, call:
#8 1.265
#8 1.265 git config --global --add safe.directory /osmo-ttcn3-hacks/deps/titan.TestPorts.USB
#8 1.269 warning: Not a git repository. Use --no-index to compare two paths outside a working tree
#8 1.269 usage: git diff --no-index [<options>] <path> <path>
#8 1.269
#8 1.269 Diff output format options
#8 1.269 -p, --patch generate patch
#8 1.269 -s, --no-patch suppress diff output
#8 1.269 -u generate patch
#8 1.269 -U, --unified[=<n>] generate diffs with <n> lines context
#8 1.269 -W, --function-context
#8 1.269 generate diffs with <n> lines context
#8 1.269 --raw generate the diff in raw format
#8 1.269 --patch-with-raw synonym for '-p --raw'
#8 1.269 --patch-with-stat synonym for '-p --stat'
#8 1.269 --numstat machine friendly --stat
#8 1.269 --shortstat output only the last line of --stat
#8 1.269 -X, --dirstat[=<param1,param2>...]
#8 1.269 output the distribution of relative amount of changes for each sub-directory
#8 1.269 --cumulative synonym for --dirstat=cumulative
#8 1.269 --dirstat-by-file[=<param1,param2>...]
#8 1.269 synonym for --dirstat=files,param1,param2...
#8 1.269 --check warn if changes introduce conflict markers or whitespace errors
#8 1.269 --summary condensed summary such as creations, renames and mode changes
#8 1.269 --name-only show only names of changed files
#8 1.269 --name-status show only names and status of changed files
#8 1.269 --stat[=<width>[,<name-width>[,<count>]]]
#8 1.269 generate diffstat
#8 1.269 --stat-width <width> generate diffstat with a given width
#8 1.269 --stat-name-width <width>
#8 1.269 generate diffstat with a given name width
#8 1.269 --stat-graph-width <width>
#8 1.269 generate diffstat with a given graph width
#8 1.269 --stat-count <count> generate diffstat with limited lines
#8 1.269 --compact-summary generate compact summary in diffstat
#8 1.269 --binary output a binary diff that can be applied
#8 1.269 --full-index show full pre- and post-image object names on the "index" lines
#8 1.269 --color[=<when>] show colored diff
#8 1.269 --ws-error-highlight <kind>
#8 1.269 highlight whitespace errors in the 'context', 'old' or 'new' lines in the diff
#8 1.269 -z do not munge pathnames and use NULs as output field terminators in --raw or --numstat
#8 1.269 --abbrev[=<n>] use <n> digits to display object names
#8 1.269 --src-prefix <prefix>
#8 1.269 show the given source prefix instead of "a/"
#8 1.269 --dst-prefix <prefix>
#8 1.269 show the given destination prefix instead of "b/"
#8 1.269 --line-prefix <prefix>
#8 1.269 prepend an additional prefix to every line of output
#8 1.269 --no-prefix do not show any source or destination prefix
#8 1.269 --inter-hunk-context <n>
#8 1.269 show context between diff hunks up to the specified number of lines
#8 1.269 --output-indicator-new <char>
#8 1.269 specify the character to indicate a new line instead of '+'
#8 1.269 --output-indicator-old <char>
#8 1.269 specify the character to indicate an old line instead of '-'
#8 1.269 --output-indicator-context <char>
#8 1.269 specify the character to indicate a context instead of ' '
#8 1.269
#8 1.269 Diff rename options
#8 1.269 -B, --break-rewrites[=<n>[/<m>]]
#8 1.269 break complete rewrite changes into pairs of delete and create
#8 1.269 -M, --find-renames[=<n>]
#8 1.269 detect renames
#8 1.269 -D, --irreversible-delete
#8 1.269 omit the preimage for deletes
#8 1.269 -C, --find-copies[=<n>]
#8 1.269 detect copies
#8 1.269 --find-copies-harder use unmodified files as source to find copies
#8 1.269 --no-renames disable rename detection
#8 1.269 --rename-empty use empty blobs as rename source
#8 1.269 --follow continue listing the history of a file beyond renames
#8 1.269 -l <n> prevent rename/copy detection if the number of rename/copy targets exceeds given limit
#8 1.269
#8 1.269 Diff algorithm options
#8 1.269 --minimal produce the smallest possible diff
#8 1.269 -w, --ignore-all-space
#8 1.269 ignore whitespace when comparing lines
#8 1.269 -b, --ignore-space-change
#8 1.269 ignore changes in amount of whitespace
#8 1.269 --ignore-space-at-eol
#8 1.269 ignore changes in whitespace at EOL
#8 1.269 --ignore-cr-at-eol ignore carrier-return at the end of line
#8 1.269 --ignore-blank-lines ignore changes whose lines are all blank
#8 1.269 -I, --ignore-matching-lines <regex>
#8 1.269 ignore changes whose all lines match <regex>
#8 1.269 --indent-heuristic heuristic to shift diff hunk boundaries for easy reading
#8 1.269 --patience generate diff using the "patience diff" algorithm
#8 1.269 --histogram generate diff using the "histogram diff" algorithm
#8 1.269 --diff-algorithm <algorithm>
#8 1.269 choose a diff algorithm
#8 1.269 --anchored <text> generate diff using the "anchored diff" algorithm
#8 1.269 --word-diff[=<mode>] show word diff, using <mode> to delimi
#8 1.269 [output clipped, log limit 200KiB/s reached]
#8 1.273 WARNING: titan.Libraries.TCCUsefulFunctions skipped because it contains uncommitted modifications!
#8 1.274 WARNING: titan.ProtocolModules.BSSAPP_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.274 WARNING: titan.ProtocolModules.DIAMETER_ProtocolModule_Generator skipped because it contains uncommitted modifications!
#8 1.274 WARNING: titan.ProtocolModules.DNS skipped because it contains uncommitted modifications!
#8 1.275 WARNING: titan.ProtocolModules.GRE skipped because it contains uncommitted modifications!
#8 1.276 WARNING: titan.ProtocolModules.GTP_v13.5.0 skipped because it contains uncommitted modifications!
#8 1.276 WARNING: titan.ProtocolModules.GTPv2_v13.7.0 skipped because it contains uncommitted modifications!
#8 1.277 WARNING: titan.ProtocolModules.ICMP skipped because it contains uncommitted modifications!
#8 1.277 WARNING: titan.ProtocolModules.ICMPv6 skipped because it contains uncommitted modifications!
#8 1.278 WARNING: titan.ProtocolModules.IP skipped because it contains uncommitted modifications!
#8 1.278 WARNING: titan.ProtocolModules.ISUP_Q.762 skipped because it contains uncommitted modifications!
#8 1.279 WARNING: titan.ProtocolModules.JSON_v07_2006 skipped because it contains uncommitted modifications!
#8 1.279 WARNING: titan.ProtocolModules.L2TP skipped because it contains uncommitted modifications!
#8 1.280 WARNING: titan.ProtocolModules.LLC_v7.1.0 skipped because it contains uncommitted modifications!
#8 1.280 WARNING: titan.ProtocolModules.M3UA skipped because it contains uncommitted modifications!
#8 1.281 WARNING: titan.ProtocolModules.MobileL3_v13.4.0 skipped because it contains uncommitted modifications!
#8 1.281 WARNING: titan.ProtocolModules.SMPP skipped because it contains uncommitted modifications!
#8 1.281 WARNING: titan.ProtocolModules.TCP skipped because it contains uncommitted modifications!
#8 1.282 WARNING: titan.ProtocolModules.UDP skipped because it contains uncommitted modifications!
#8 1.282 WARNING: titan.ProtocolModules.RTP skipped because it contains uncommitted modifications!
#8 1.283 WARNING: titan.ProtocolModules.M2PA skipped because it contains uncommitted modifications!
#8 1.283 WARNING: titan.ProtocolModules.ROSE skipped because it contains uncommitted modifications!
#8 1.284 WARNING: titan.ProtocolModules.SCTP skipped because it contains uncommitted modifications!
#8 1.285 WARNING: titan.ProtocolModules.SDP skipped because it contains uncommitted modifications!
#8 1.285 WARNING: titan.ProtocolModules.SUA skipped because it contains uncommitted modifications!
#8 1.286 WARNING: titan.ProtocolModules.NAS_EPS_15.2.0.1 skipped because it contains uncommitted modifications!
#8 1.286 WARNING: titan.ProtocolModules.NS_v7.3.0 skipped because it contains uncommitted modifications!
#8 1.287 WARNING: titan.ProtocolModules.SGsAP_13.2.0 skipped because it contains uncommitted modifications!
#8 1.287 WARNING: titan.ProtocolModules.SNDCP_v7.0.0 skipped because it contains uncommitted modifications!
#8 1.288 WARNING: titan.ProtocolModules.PFCP_v15.1.0 skipped because it contains uncommitted modifications!
#8 1.288 WARNING: titan.TestPorts.Common_Components.Socket-API skipped because it contains uncommitted modifications!
#8 1.289 WARNING: titan.TestPorts.Common_Components.Abstract_Socket skipped because it contains uncommitted modifications!
#8 1.289 WARNING: titan.TestPorts.HTTPmsg skipped because it contains uncommitted modifications!
#8 1.289 WARNING: titan.TestPorts.IPL4asp skipped because it contains uncommitted modifications!
#8 1.290 WARNING: titan.TestPorts.LANL2asp skipped because it contains uncommitted modifications!
#8 1.290 WARNING: titan.TestPorts.PCAPasp skipped because it contains uncommitted modifications!
#8 1.291 WARNING: titan.TestPorts.PIPEasp skipped because it contains uncommitted modifications!
#8 1.291 WARNING: titan.TestPorts.SIPmsg skipped because it contains uncommitted modifications!
#8 1.292 WARNING: titan.TestPorts.TELNETasp skipped because it contains uncommitted modifications!
#8 1.292 WARNING: titan.TestPorts.TCPasp skipped because it contains uncommitted modifications!
#8 1.293 WARNING: titan.TestPorts.UDPasp skipped because it contains uncommitted modifications!
#8 1.294 WARNING: titan.TestPorts.UNIX_DOMAIN_SOCKETasp skipped because it contains uncommitted modifications!
#8 1.295 WARNING: titan.TestPorts.MTP3asp skipped because it contains uncommitted modifications!
#8 1.295 WARNING: titan.TestPorts.SCTPasp skipped because it contains uncommitted modifications!
#8 1.296 WARNING: titan.ProtocolEmulations.M3UA skipped because it contains uncommitted modifications!
#8 1.298 WARNING: titan.ProtocolEmulations.SCCP skipped because it contains uncommitted modifications!
#8 1.298 WARNING: titan.ProtocolModules.BSSGP_v13.0.0 skipped because it contains uncommitted modifications!
#8 1.299 WARNING: osmo-uecups skipped because it contains uncommitted modifications!
#8 1.299 WARNING: nas skipped because it contains uncommitted modifications!
#8 1.300 WARNING: titan.ProtocolModules.BSSMAP skipped because it contains uncommitted modifications!
#8 1.301 WARNING: titan.ProtocolModules.MAP skipped because it contains uncommitted modifications!
#8 1.301 WARNING: titan.TestPorts.AF_PACKET skipped because it contains uncommitted modifications!
#8 1.301 WARNING: titan.TestPorts.USB skipped because it contains uncommitted modifications!
#8 1.301 make[1]: Leaving directory '/osmo-ttcn3-hacks/deps'
#8 1.302 touch .make.deps
#8 1.305 '/ttcn3-dumpcap-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh'
#8 1.306 '/ttcn3-tcpdump-start.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-start.sh'
#8 1.307 '/ttcn3-dumpcap-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh'
#8 1.308 '/ttcn3-tcpdump-stop.sh' -> '/osmo-ttcn3-hacks/ttcn3-tcpdump-stop.sh'
#8 1.309 '/_scripts' -> '/osmo-ttcn3-hacks/_scripts'
#8 1.439 (cd bts && ./gen_links.sh && ./regen_makefile.sh)
#8 1.822 make -C _build/bts compile
#8 1.836 make[1]: Entering directory '/osmo-ttcn3-hacks/_build/bts'
#8 1.837 PP IPA_Emulation.ttcn
#8 1.880 TTCN *.ttcn *.asn
#8 2.347 touch compile
#8 2.348 make[1]: Leaving directory '/osmo-ttcn3-hacks/_build/bts'
#8 2.348 make -j20 -C _build/bts
#8 2.364 make[1]: Entering directory '/osmo-ttcn3-hacks/_build/bts'
#8 2.402 DEP UD_PT.cc
#8 2.402 DEP TRXC_CodecPort_CtrlFunctDef.cc
#8 2.402 DEP TELNETasp_PT.cc
#8 2.402 DEP TCCInterface.cc
#8 2.402 DEP TCCConversion.cc
#8 2.402 DEP RTP_EncDec.cc
#8 2.402 DEP RTP_CodecPort_CtrlFunctDef.cc
#8 2.402 DEP RLCMAC_EncDec.cc
#8 2.402 DEP OSMUX_CodecPort_CtrlFunctDef.cc
#8 2.403 DEP Native_FunctionDefs.cc
#8 2.403 DEP L1CTL_PortType_CtrlFunctDef.cc
#8 2.403 DEP IuUP_EncDec.cc
#8 2.403 DEP IPL4asp_discovery.cc
#8 2.403 DEP IPL4asp_PT.cc
#8 2.403 DEP IPA_CodecPort_CtrlFunctDef.cc
#8 2.450 DEP IPA_Emulation_part_7.cc
#8 2.450 DEP IPA_Emulation_part_6.cc
#8 2.450 DEP IPA_Emulation_part_5.cc
#8 2.451 DEP IPA_Emulation_part_4.cc
#8 2.451 DEP IPA_Emulation_part_3.cc
#8 2.464 DEP IPA_Emulation_part_2.cc
#8 2.464 DEP IPA_Emulation_part_1.cc
#8 2.464 DEP UD_Types_part_7.cc
#8 2.464 DEP IPA_Emulation.cc
#8 2.479 DEP UD_Types_part_6.cc
#8 2.479 DEP UD_Types_part_5.cc
#8 2.480 DEP UD_Types_part_4.cc
#8 2.480 DEP UD_Types_part_3.cc
#8 2.480 DEP UD_Types_part_2.cc
#8 2.480 DEP UD_PortType_part_7.cc
#8 2.480 DEP UD_Types_part_1.cc
#8 2.481 DEP UD_PortType_part_5.cc
#8 2.481 DEP UD_PortType_part_6.cc
#8 2.483 DEP UD_PortType_part_4.cc
#8 2.485 DEP UD_PortType_part_3.cc
#8 2.485 DEP UD_PortType_part_2.cc
#8 2.486 DEP UD_PortType_part_1.cc
#8 2.486 DEP TRXC_Types_part_7.cc
#8 2.487 DEP TRXC_Types_part_6.cc
#8 2.487 DEP TRXC_Types_part_5.cc
#8 2.488 DEP TRXC_Types_part_4.cc
#8 2.489 DEP TRXC_Types_part_3.cc
#8 2.491 DEP TRXC_Types_part_2.cc
#8 2.491 DEP TRXC_Types_part_1.cc
#8 2.492 DEP TRXC_CodecPort_CtrlFunct_part_7.cc
#8 2.492 DEP TRXC_CodecPort_CtrlFunct_part_6.cc
#8 2.493 DEP TRXC_CodecPort_CtrlFunct_part_5.cc
#8 2.493 DEP TRXC_CodecPort_CtrlFunct_part_4.cc
#8 2.494 DEP TRXC_CodecPort_CtrlFunct_part_3.cc
#8 2.494 DEP TRXC_CodecPort_CtrlFunct_part_2.cc
#8 2.496 DEP TRXC_CodecPort_CtrlFunct_part_1.cc
#8 2.497 DEP TRXC_CodecPort_part_7.cc
#8 2.497 DEP TRXC_CodecPort_part_6.cc
#8 2.498 DEP TRXC_CodecPort_part_5.cc
#8 2.498 DEP TRXC_CodecPort_part_4.cc
#8 2.498 DEP TRXC_CodecPort_part_2.cc
#8 2.498 DEP TRXC_CodecPort_part_3.cc
#8 2.499 DEP TRXC_CodecPort_part_1.cc
#8 2.499 DEP TELNETasp_PortType_part_7.cc
#8 2.499 DEP TELNETasp_PortType_part_6.cc
#8 2.499 DEP TELNETasp_PortType_part_5.cc
#8 2.501 DEP TELNETasp_PortType_part_4.cc
#8 2.501 DEP TELNETasp_PortType_part_3.cc
#8 2.501 DEP TELNETasp_PortType_part_2.cc
#8 2.501 DEP TELNETasp_PortType_part_1.cc
#8 2.501 DEP TCCInterface_Functions_part_7.cc
#8 2.503 DEP TCCInterface_Functions_part_6.cc
#8 2.504 DEP TCCInterface_Functions_part_5.cc
#8 2.506 DEP TCCInterface_Functions_part_4.cc
#8 2.506 DEP TCCInterface_Functions_part_3.cc
#8 2.506 DEP TCCInterface_Functions_part_2.cc
#8 2.507 DEP TCCInterface_Functions_part_1.cc
#8 2.507 DEP TCCConversion_Functions_part_6.cc
#8 2.507 DEP TCCConversion_Functions_part_7.cc
#8 2.508 DEP TCCConversion_Functions_part_5.cc
#8 2.509 DEP TCCConversion_Functions_part_4.cc
#8 2.509 DEP TCCConversion_Functions_part_3.cc
#8 2.509 DEP TCCConversion_Functions_part_1.cc
#8 2.510 DEP TCCConversion_Functions_part_2.cc
#8 2.510 DEP Socket_API_Definitions_part_7.cc
#8 2.510 DEP Socket_API_Definitions_part_6.cc
#8 2.510 DEP Socket_API_Definitions_part_5.cc
#8 2.511 DEP Socket_API_Definitions_part_4.cc
#8 2.513 DEP Socket_API_Definitions_part_3.cc
#8 2.513 DEP Socket_API_Definitions_part_2.cc
#8 2.514 DEP Socket_API_Definitions_part_1.cc
#8 2.514 DEP RTP_Types_part_7.cc
#8 2.514 DEP RTP_Types_part_6.cc
#8 2.515 DEP RTP_Types_part_5.cc
#8 2.515 DEP RTP_Types_part_4.cc
#8 2.516 DEP RTP_Types_part_3.cc
#8 2.516 DEP RTP_Types_part_2.cc
#8 2.517 DEP RTP_Types_part_1.cc
#8 2.517 DEP RTP_Emulation_part_7.cc
#8 2.517 DEP RTP_Emulation_part_6.cc
#8 2.518 DEP RTP_Emulation_part_5.cc
#8 2.518 DEP RTP_Emulation_part_4.cc
#8 2.518 DEP RTP_Emulation_part_3.cc
#8 2.519 DEP RTP_Emulation_part_2.cc
#8 2.521 DEP RTP_Emulation_part_1.cc
#8 2.521 DEP RTP_CodecPort_CtrlFunct_part_6.cc
#8 2.521 DEP RTP_CodecPort_CtrlFunct_part_5.cc
#8 2.521 DEP RTP_CodecPort_CtrlFunct_part_7.cc
#8 2.522 DEP RTP_CodecPort_CtrlFunct_part_4.cc
#8 2.522 DEP RTP_CodecPort_CtrlFunct_part_3.cc
#8 2.523 DEP RTP_CodecPort_CtrlFunct_part_2.cc
#8 2.524 DEP RTP_CodecPort_CtrlFunct_part_1.cc
#8 2.526 DEP RTP_CodecPort_part_7.cc
#8 2.526 DEP RTP_CodecPort_part_6.cc
#8 2.526 DEP RTP_CodecPort_part_5.cc
#8 2.526 DEP RTP_CodecPort_part_4.cc
#8 2.527 DEP RTP_CodecPort_part_3.cc
#8 2.527 DEP RTP_CodecPort_part_2.cc
#8 2.530 DEP RTP_CodecPort_part_1.cc
#8 2.530 DEP RSL_Types_part_7.cc
#8 2.530 DEP RSL_Types_part_6.cc
#8 2.531 DEP RSL_Types_part_5.cc
#8 2.531 DEP RSL_Types_part_4.cc
#8 2.531 DEP RSL_Types_part_3.cc
#8 2.531 DEP RSL_Types_part_2.cc
#8 2.532 DEP RSL_Types_part_1.cc
#8 2.534 DEP RSL_Emulation_part_7.cc
#8 2.534 DEP RSL_Emulation_part_6.cc
#8 2.534 DEP RSL_Emulation_part_5.cc
#8 2.534 DEP RSL_Emulation_part_4.cc
#8 2.534 DEP RSL_Emulation_part_3.cc
#8 2.534 DEP RSL_Emulation_part_2.cc
#8 2.535 DEP RSL_Emulation_part_1.cc
#8 2.535 DEP RLCMAC_Types_part_7.cc
#8 2.535 DEP RLCMAC_Types_part_6.cc
#8 2.536 DEP RLCMAC_Types_part_5.cc
#8 2.536 DEP RLCMAC_Types_part_4.cc
#8 2.540 DEP RLCMAC_Types_part_3.cc
#8 2.540 DEP RLCMAC_Types_part_2.cc
#8 2.540 DEP RLCMAC_Types_part_1.cc
#8 2.541 DEP RLCMAC_Templates_part_7.cc
#8 2.541 DEP RLCMAC_Templates_part_5.cc
#8 2.541 DEP RLCMAC_Templates_part_6.cc
#8 2.542 DEP RLCMAC_Templates_part_4.cc
#8 2.544 DEP RLCMAC_Templates_part_2.cc
#8 2.544 DEP RLCMAC_Templates_part_1.cc
#8 2.544 DEP RLCMAC_Templates_part_3.cc
#8 2.544 DEP RLCMAC_CSN1_Types_part_7.cc
#8 2.545 DEP RLCMAC_CSN1_Types_part_6.cc
#8 2.546 DEP RLCMAC_CSN1_Types_part_5.cc
#8 2.546 DEP RLCMAC_CSN1_Types_part_4.cc
#8 2.546 DEP RLCMAC_CSN1_Types_part_3.cc
#8 2.547 DEP RLCMAC_CSN1_Types_part_2.cc
#8 2.547 DEP RLCMAC_CSN1_Types_part_1.cc
#8 2.547 DEP RLCMAC_CSN1_Templates_part_7.cc
#8 2.556 DEP RLCMAC_CSN1_Templates_part_6.cc
#8 2.556 DEP RLCMAC_CSN1_Templates_part_5.cc
#8 2.556 DEP RLCMAC_CSN1_Templates_part_4.cc
#8 2.556 DEP RLCMAC_CSN1_Templates_part_3.cc
#8 2.557 DEP RLCMAC_CSN1_Templates_part_2.cc
#8 2.557 DEP RLCMAC_CSN1_Templates_part_1.cc
#8 2.557 DEP PCUIF_Types_part_7.cc
#8 2.562 DEP PCUIF_Types_part_6.cc
#8 2.562 DEP PCUIF_Types_part_5.cc
#8 2.563 DEP PCUIF_Types_part_4.cc
#8 2.563 DEP PCUIF_Types_part_3.cc
#8 2.563 DEP PCUIF_Types_part_2.cc
#8 2.564 DEP PCUIF_Types_part_1.cc
#8 2.565 DEP PCUIF_CodecPort_part_7.cc
#8 2.568 DEP PCUIF_CodecPort_part_6.cc
#8 2.570 DEP PCUIF_CodecPort_part_5.cc
#8 2.570 DEP PCUIF_CodecPort_part_4.cc
#8 2.570 DEP PCUIF_CodecPort_part_3.cc
#8 2.571 DEP PCUIF_CodecPort_part_2.cc
#8 2.571 DEP PCUIF_CodecPort_part_1.cc
#8 2.577 DEP Osmocom_VTY_Functions_part_7.cc
#8 2.578 DEP Osmocom_VTY_Functions_part_6.cc
#8 2.581 DEP Osmocom_VTY_Functions_part_5.cc
#8 2.581 DEP Osmocom_VTY_Functions_part_4.cc
#8 2.581 DEP Osmocom_VTY_Functions_part_3.cc
#8 2.582 DEP Osmocom_VTY_Functions_part_2.cc
#8 2.583 DEP Osmocom_VTY_Functions_part_1.cc
#8 2.585 DEP Osmocom_Types_part_7.cc
#8 2.585 DEP Osmocom_Types_part_6.cc
#8 2.588 DEP Osmocom_Types_part_5.cc
#8 2.589 DEP Osmocom_Types_part_4.cc
#8 2.589 DEP Osmocom_Types_part_3.cc
#8 2.589 DEP Osmocom_Types_part_1.cc
#8 2.589 DEP Osmocom_Types_part_2.cc
#8 2.591 DEP Osmocom_CTRL_Types_part_7.cc
#8 2.592 DEP Osmocom_CTRL_Types_part_6.cc
#8 2.592 DEP Osmocom_CTRL_Types_part_5.cc
#8 2.595 DEP Osmocom_CTRL_Types_part_4.cc
#8 2.595 DEP Osmocom_CTRL_Types_part_3.cc
#8 2.596 DEP Osmocom_CTRL_Types_part_2.cc
#8 2.601 DEP Osmocom_CTRL_Types_part_1.cc
#8 2.602 DEP Osmocom_CTRL_Functions_part_7.cc
#8 2.602 DEP Osmocom_CTRL_Functions_part_6.cc
#8 2.602 DEP Osmocom_CTRL_Functions_part_5.cc
#8 2.602 DEP Osmocom_CTRL_Functions_part_4.cc
#8 2.602 DEP Osmocom_CTRL_Functions_part_3.cc
#8 2.605 DEP Osmocom_CTRL_Functions_part_2.cc
#8 2.605 DEP Osmocom_CTRL_Functions_part_1.cc
#8 2.609 DEP Osmocom_CTRL_Adapter_part_7.cc
#8 2.609 DEP Osmocom_CTRL_Adapter_part_6.cc
#8 2.609 DEP Osmocom_CTRL_Adapter_part_5.cc
#8 2.609 DEP Osmocom_CTRL_Adapter_part_4.cc
#8 2.610 DEP Osmocom_CTRL_Adapter_part_3.cc
#8 2.612 DEP Osmocom_CTRL_Adapter_part_2.cc
#8 2.612 DEP Osmocom_CTRL_Adapter_part_1.cc
#8 2.616 DEP OSMUX_Types_part_7.cc
#8 2.617 DEP OSMUX_Types_part_6.cc
#8 2.617 DEP OSMUX_Types_part_5.cc
#8 2.617 DEP OSMUX_Types_part_4.cc
#8 2.617 DEP OSMUX_Types_part_3.cc
#8 2.620 DEP OSMUX_Types_part_2.cc
#8 2.623 DEP OSMUX_Types_part_1.cc
#8 2.627 DEP OSMUX_Emulation_part_7.cc
#8 2.627 DEP OSMUX_Emulation_part_6.cc
#8 2.627 DEP OSMUX_Emulation_part_4.cc
#8 2.628 DEP OSMUX_Emulation_part_5.cc
#8 2.628 DEP OSMUX_Emulation_part_3.cc
#8 2.629 DEP OSMUX_Emulation_part_2.cc
#8 2.632 DEP OSMUX_Emulation_part_1.cc
#8 2.632 DEP OSMUX_CodecPort_CtrlFunct_part_7.cc
#8 2.632 DEP OSMUX_CodecPort_CtrlFunct_part_6.cc
#8 2.634 DEP OSMUX_CodecPort_CtrlFunct_part_5.cc
#8 2.634 DEP OSMUX_CodecPort_CtrlFunct_part_4.cc
#8 2.635 DEP OSMUX_CodecPort_CtrlFunct_part_3.cc
#8 2.636 DEP OSMUX_CodecPort_CtrlFunct_part_2.cc
#8 2.636 DEP OSMUX_CodecPort_CtrlFunct_part_1.cc
#8 2.638 DEP OSMUX_CodecPort_part_7.cc
#8 2.640 DEP OSMUX_CodecPort_part_6.cc
#8 2.640 DEP OSMUX_CodecPort_part_5.cc
#8 2.642 DEP OSMUX_CodecPort_part_4.cc
#8 2.642 DEP OSMUX_CodecPort_part_3.cc
#8 2.642 DEP OSMUX_CodecPort_part_2.cc
#8 2.644 DEP OSMUX_CodecPort_part_1.cc
#8 2.645 DEP Native_Functions_part_7.cc
#8 2.645 DEP Native_Functions_part_6.cc
#8 2.648 DEP Native_Functions_part_5.cc
#8 2.650 DEP Native_Functions_part_4.cc
#8 2.650 DEP Native_Functions_part_3.cc
#8 2.651 DEP Native_Functions_part_2.cc
#8 2.651 DEP Native_Functions_part_1.cc
#8 2.657 DEP MobileL3_Types_part_7.cc
#8 2.657 DEP MobileL3_Types_part_6.cc
#8 2.657 DEP MobileL3_Types_part_5.cc
#8 2.657 DEP MobileL3_Types_part_4.cc
#8 2.658 DEP MobileL3_Types_part_3.cc
#8 2.658 DEP MobileL3_Types_part_2.cc
#8 2.658 DEP MobileL3_Types_part_1.cc
#8 2.659 DEP MobileL3_SS_Types_part_7.cc
#8 2.665 DEP MobileL3_SS_Types_part_6.cc
#8 2.665 DEP MobileL3_SS_Types_part_5.cc
#8 2.665 DEP MobileL3_SS_Types_part_4.cc
#8 2.665 DEP MobileL3_SS_Types_part_3.cc
#8 2.666 DEP MobileL3_SS_Types_part_2.cc
#8 2.666 DEP MobileL3_SS_Types_part_1.cc
#8 2.667 DEP MobileL3_SMS_Types_part_6.cc
#8 2.667 DEP MobileL3_SMS_Types_part_5.cc
#8 2.667 DEP MobileL3_SMS_Types_part_7.cc
#8 2.668 DEP MobileL3_SMS_Types_part_4.cc
#8 2.668 DEP MobileL3_SMS_Types_part_2.cc
#8 2.668 DEP MobileL3_SMS_Types_part_3.cc
#8 2.672 DEP MobileL3_SMS_Types_part_1.cc
#8 2.672 DEP MobileL3_RRM_Types_part_7.cc
#8 2.672 DEP MobileL3_RRM_Types_part_6.cc
#8 2.673 DEP MobileL3_RRM_Types_part_5.cc
#8 2.674 DEP MobileL3_RRM_Types_part_4.cc
#8 2.674 DEP MobileL3_RRM_Types_part_3.cc
#8 2.674 DEP MobileL3_RRM_Types_part_1.cc
#8 2.675 DEP MobileL3_RRM_Types_part_2.cc
#8 2.675 DEP MobileL3_MM_Types_part_7.cc
#8 2.675 DEP MobileL3_MM_Types_part_6.cc
#8 2.679 DEP MobileL3_MM_Types_part_5.cc
#8 2.680 DEP MobileL3_MM_Types_part_3.cc
#8 2.680 DEP MobileL3_MM_Types_part_4.cc
#8 2.680 DEP MobileL3_MM_Types_part_2.cc
#8 2.681 DEP MobileL3_MM_Types_part_1.cc
#8 2.682 DEP MobileL3_GMM_SM_Types_part_7.cc
#8 2.683 DEP MobileL3_GMM_SM_Types_part_6.cc
#8 2.684 DEP MobileL3_GMM_SM_Types_part_5.cc
#8 2.684 DEP MobileL3_GMM_SM_Types_part_4.cc
#8 2.685 DEP MobileL3_GMM_SM_Types_part_3.cc
#8 2.687 DEP MobileL3_GMM_SM_Types_part_2.cc
#8 2.687 DEP MobileL3_GMM_SM_Types_part_1.cc
#8 2.687 DEP MobileL3_CommonIE_Types_part_7.cc
#8 2.690 DEP MobileL3_CommonIE_Types_part_6.cc
#8 2.698 DEP MobileL3_CommonIE_Types_part_5.cc
#8 2.702 DEP MobileL3_CommonIE_Types_part_4.cc
#8 2.705 DEP MobileL3_CommonIE_Types_part_3.cc
#8 2.706 DEP MobileL3_CommonIE_Types_part_2.cc
#8 2.709 DEP MobileL3_CommonIE_Types_part_1.cc
#8 2.713 DEP MobileL3_CC_Types_part_7.cc
#8 2.713 DEP MobileL3_CC_Types_part_6.cc
#8 2.717 DEP MobileL3_CC_Types_part_5.cc
#8 2.720 DEP MobileL3_CC_Types_part_4.cc
#8 2.721 DEP MobileL3_CC_Types_part_3.cc
#8 2.728 DEP MobileL3_CC_Types_part_2.cc
#8 2.734 DEP MobileL3_CC_Types_part_1.cc
#8 2.754 DEP Misc_Helpers_part_7.cc
#8 2.760 DEP Misc_Helpers_part_6.cc
#8 2.769 DEP Misc_Helpers_part_5.cc
#8 2.769 DEP Misc_Helpers_part_4.cc
#8 2.779 DEP Misc_Helpers_part_3.cc
#8 2.782 DEP Misc_Helpers_part_2.cc
#8 2.785 DEP Misc_Helpers_part_1.cc
#8 2.788 DEP LAPDm_Types_part_6.cc
#8 2.788 DEP LAPDm_Types_part_7.cc
#8 2.789 DEP LAPDm_Types_part_5.cc
#8 2.790 DEP LAPDm_Types_part_4.cc
#8 2.793 DEP LAPDm_Types_part_3.cc
#8 2.796 DEP LAPDm_Types_part_2.cc
#8 2.797 DEP LAPDm_Types_part_1.cc
#8 2.797 DEP LAPDm_RAW_PT_part_7.cc
#8 2.798 DEP LAPDm_RAW_PT_part_6.cc
#8 2.802 DEP LAPDm_RAW_PT_part_5.cc
#8 2.803 DEP LAPDm_RAW_PT_part_4.cc
#8 2.803 DEP LAPDm_RAW_PT_part_3.cc
#8 2.805 DEP LAPDm_RAW_PT_part_1.cc
#8 2.805 DEP LAPDm_RAW_PT_part_2.cc
#8 2.805 DEP L3_Templates_part_6.cc
#8 2.806 DEP L3_Templates_part_7.cc
#8 2.806 DEP L3_Templates_part_5.cc
#8 2.808 DEP L3_Templates_part_4.cc
#8 2.808 DEP L3_Templates_part_3.cc
#8 2.809 DEP L3_Templates_part_2.cc
#8 2.810 DEP L3_Templates_part_1.cc
#8 2.812 DEP L3_Common_part_7.cc
#8 2.813 DEP L3_Common_part_6.cc
#8 2.813 DEP L3_Common_part_5.cc
#8 2.814 DEP L3_Common_part_4.cc
#8 2.815 DEP L3_Common_part_3.cc
#8 2.815 DEP L3_Common_part_2.cc
#8 2.815 DEP L3_Common_part_1.cc
#8 2.816 DEP L1CTL_Types_part_7.cc
#8 2.816 DEP L1CTL_Types_part_6.cc
#8 2.817 DEP L1CTL_Types_part_5.cc
#8 2.817 DEP L1CTL_Types_part_4.cc
#8 2.819 DEP L1CTL_Types_part_3.cc
#8 2.820 DEP L1CTL_Types_part_2.cc
#8 2.821 DEP L1CTL_Types_part_1.cc
#8 2.821 DEP L1CTL_PortType_CtrlFunct_part_7.cc
#8 2.822 DEP L1CTL_PortType_CtrlFunct_part_6.cc
#8 2.822 DEP L1CTL_PortType_CtrlFunct_part_5.cc
#8 2.823 DEP L1CTL_PortType_CtrlFunct_part_3.cc
#8 2.823 DEP L1CTL_PortType_CtrlFunct_part_4.cc
#8 2.823 DEP L1CTL_PortType_CtrlFunct_part_2.cc
#8 2.824 DEP L1CTL_PortType_CtrlFunct_part_1.cc
#8 2.824 DEP L1CTL_PortType_part_7.cc
#8 2.824 DEP L1CTL_PortType_part_6.cc
#8 2.825 DEP L1CTL_PortType_part_5.cc
#8 2.825 DEP L1CTL_PortType_part_4.cc
#8 2.826 DEP L1CTL_PortType_part_3.cc
#8 2.827 DEP L1CTL_PortType_part_2.cc
#8 2.827 DEP L1CTL_PortType_part_1.cc
#8 2.828 DEP IuUP_Types_part_7.cc
#8 2.828 DEP IuUP_Types_part_6.cc
#8 2.830 DEP IuUP_Types_part_5.cc
#8 2.831 DEP IuUP_Types_part_4.cc
#8 2.831 DEP IuUP_Types_part_3.cc
#8 2.831 DEP IuUP_Types_part_2.cc
#8 2.831 DEP IuUP_Types_part_1.cc
#8 2.832 DEP IuUP_Emulation_part_7.cc
#8 2.832 DEP IuUP_Emulation_part_6.cc
#8 2.833 DEP IuUP_Emulation_part_5.cc
#8 2.833 DEP IuUP_Emulation_part_4.cc
#8 2.835 DEP IuUP_Emulation_part_3.cc
#8 2.835 DEP IuUP_Emulation_part_2.cc
#8 2.835 DEP IuUP_Emulation_part_1.cc
#8 2.835 DEP IPL4asp_Types_part_7.cc
#8 2.840 DEP IPL4asp_Types_part_6.cc
#8 2.840 DEP IPL4asp_Types_part_5.cc
#8 2.841 DEP IPL4asp_Types_part_4.cc
#8 2.841 DEP IPL4asp_Types_part_3.cc
#8 2.841 DEP IPL4asp_Types_part_2.cc
#8 2.841 DEP IPL4asp_Types_part_1.cc
#8 2.842 DEP IPL4asp_PortType_part_7.cc
#8 2.842 DEP IPL4asp_PortType_part_6.cc
#8 2.842 DEP IPL4asp_PortType_part_5.cc
#8 2.842 DEP IPL4asp_PortType_part_4.cc
#8 2.842 DEP IPL4asp_PortType_part_3.cc
#8 2.843 DEP IPL4asp_PortType_part_2.cc
#8 2.843 DEP IPL4asp_Functions_part_7.cc
#8 2.843 DEP IPL4asp_Functions_part_6.cc
#8 2.843 DEP IPL4asp_PortType_part_1.cc
#8 2.844 DEP IPL4asp_Functions_part_5.cc
#8 2.847 DEP IPL4asp_Functions_part_4.cc
#8 2.847 DEP IPL4asp_Functions_part_3.cc
#8 2.848 DEP IPL4asp_Functions_part_2.cc
#8 2.848 DEP IPL4asp_Functions_part_1.cc
#8 2.849 DEP IPA_Types_part_7.cc
#8 2.849 DEP IPA_Types_part_6.cc
#8 2.849 DEP IPA_Types_part_5.cc
#8 2.850 DEP IPA_Types_part_4.cc
#8 2.851 DEP IPA_Types_part_3.cc
#8 2.851 DEP IPA_Types_part_2.cc
#8 2.851 DEP IPA_Types_part_1.cc
#8 2.852 DEP IPA_Testing_part_7.cc
#8 2.853 DEP IPA_Testing_part_6.cc
#8 2.854 DEP IPA_Testing_part_5.cc
#8 2.854 DEP IPA_Testing_part_4.cc
#8 2.854 DEP IPA_Testing_part_3.cc
#8 2.855 DEP IPA_Testing_part_2.cc
#8 2.855 DEP IPA_Testing_part_1.cc
#8 2.856 DEP IPA_CodecPort_CtrlFunct_part_7.cc
#8 2.858 DEP IPA_CodecPort_CtrlFunct_part_6.cc
#8 2.858 DEP IPA_CodecPort_CtrlFunct_part_5.cc
#8 2.858 DEP IPA_CodecPort_CtrlFunct_part_4.cc
#8 2.858 DEP IPA_CodecPort_CtrlFunct_part_3.cc
#8 2.858 DEP IPA_CodecPort_CtrlFunct_part_2.cc
#8 2.860 DEP IPA_CodecPort_CtrlFunct_part_1.cc
#8 2.860 DEP IPA_CodecPort_part_7.cc
#8 2.860 DEP IPA_CodecPort_part_6.cc
#8 2.861 DEP IPA_CodecPort_part_5.cc
#8 2.861 DEP IPA_CodecPort_part_4.cc
#8 2.865 DEP IPA_CodecPort_part_3.cc
#8 2.865 DEP IPA_CodecPort_part_2.cc
#8 2.865 DEP IPA_CodecPort_part_1.cc
#8 2.865 DEP General_Types_part_7.cc
#8 2.866 DEP General_Types_part_6.cc
#8 2.866 DEP General_Types_part_5.cc
#8 2.866 DEP General_Types_part_4.cc
#8 2.867 DEP General_Types_part_3.cc
#8 2.867 DEP General_Types_part_2.cc
#8 2.867 DEP General_Types_part_1.cc
#8 2.868 DEP GSM_Types_part_7.cc
#8 2.868 DEP GSM_Types_part_6.cc
#8 2.868 DEP GSM_Types_part_5.cc
#8 2.868 DEP GSM_Types_part_4.cc
#8 2.868 DEP GSM_Types_part_3.cc
#8 2.872 DEP GSM_Types_part_2.cc
#8 2.872 DEP GSM_Types_part_1.cc
#8 2.873 DEP GSM_SystemInformation_part_6.cc
#8 2.873 DEP GSM_SystemInformation_part_7.cc
#8 2.873 DEP GSM_SystemInformation_part_5.cc
#8 2.875 DEP GSM_SystemInformation_part_4.cc
#8 2.875 DEP GSM_SystemInformation_part_3.cc
#8 2.875 DEP GSM_SystemInformation_part_2.cc
#8 2.876 DEP GSM_SystemInformation_part_1.cc
#8 2.876 DEP GSM_RestOctets_part_7.cc
#8 2.876 DEP GSM_RestOctets_part_6.cc
#8 2.876 DEP GSM_RestOctets_part_5.cc
#8 2.880 DEP GSM_RestOctets_part_4.cc
#8 2.880 DEP GSM_RestOctets_part_3.cc
#8 2.880 DEP GSM_RestOctets_part_2.cc
#8 2.880 DEP GSM_RestOctets_part_1.cc
#8 2.881 DEP GSM_RR_Types_part_7.cc
#8 2.881 DEP GSM_RR_Types_part_6.cc
#8 2.881 DEP GSM_RR_Types_part_5.cc
#8 2.882 DEP GSM_RR_Types_part_4.cc
#8 2.883 DEP GSM_RR_Types_part_3.cc
#8 2.883 DEP GSM_RR_Types_part_2.cc
#8 2.883 DEP GSM_RR_Types_part_1.cc
#8 2.883 DEP BTS_Tests_perf_part_7.cc
#8 2.886 DEP BTS_Tests_perf_part_6.cc
#8 2.887 DEP BTS_Tests_perf_part_5.cc
#8 2.887 DEP BTS_Tests_perf_part_4.cc
#8 2.887 DEP BTS_Tests_perf_part_3.cc
#8 2.887 DEP BTS_Tests_perf_part_2.cc
#8 2.887 DEP BTS_Tests_perf_part_1.cc
#8 2.888 DEP BTS_Tests_VAMOS_part_7.cc
#8 2.888 DEP BTS_Tests_VAMOS_part_5.cc
#8 2.888 DEP BTS_Tests_VAMOS_part_6.cc
#8 2.895 DEP BTS_Tests_VAMOS_part_4.cc
#8 2.896 DEP BTS_Tests_VAMOS_part_3.cc
#8 2.896 DEP BTS_Tests_VAMOS_part_2.cc
#8 2.896 DEP BTS_Tests_VAMOS_part_1.cc
#8 2.896 DEP BTS_Tests_SMSCB_part_7.cc
#8 2.896 DEP BTS_Tests_SMSCB_part_6.cc
#8 2.897 DEP BTS_Tests_SMSCB_part_5.cc
#8 2.897 DEP BTS_Tests_SMSCB_part_4.cc
#8 2.897 DEP BTS_Tests_SMSCB_part_3.cc
#8 2.897 DEP BTS_Tests_SMSCB_part_2.cc
#8 2.898 DEP BTS_Tests_SMSCB_part_1.cc
#8 2.904 DEP BTS_Tests_OML_part_7.cc
#8 2.904 DEP BTS_Tests_OML_part_6.cc
#8 2.904 DEP BTS_Tests_OML_part_5.cc
#8 2.905 DEP BTS_Tests_OML_part_4.cc
#8 2.905 DEP BTS_Tests_OML_part_3.cc
#8 2.905 DEP BTS_Tests_OML_part_2.cc
#8 2.905 DEP BTS_Tests_OML_part_1.cc
#8 2.905 DEP BTS_Tests_LAPDm_part_7.cc
#8 2.905 DEP BTS_Tests_LAPDm_part_6.cc
#8 2.906 DEP BTS_Tests_LAPDm_part_5.cc
#8 2.906 DEP BTS_Tests_LAPDm_part_4.cc
#8 2.906 DEP BTS_Tests_LAPDm_part_3.cc
#8 2.906 DEP BTS_Tests_LAPDm_part_2.cc
#8 2.911 DEP BTS_Tests_LAPDm_part_1.cc
#8 2.911 DEP BTS_Tests_ASCI_part_7.cc
#8 2.911 DEP BTS_Tests_ASCI_part_6.cc
#8 2.912 DEP BTS_Tests_ASCI_part_5.cc
#8 2.913 DEP BTS_Tests_ASCI_part_4.cc
#8 2.913 DEP BTS_Tests_ASCI_part_3.cc
#8 2.913 DEP BTS_Tests_ASCI_part_2.cc
#8 2.919 DEP BTS_Tests_ASCI_part_1.cc
#8 2.919 DEP BTS_Tests_part_7.cc
#8 2.919 DEP BTS_Tests_part_6.cc
#8 2.919 DEP BTS_Tests_part_5.cc
#8 2.920 DEP BTS_Tests_part_4.cc
#8 2.920 DEP BTS_Tests_part_3.cc
#8 2.924 DEP BTS_Tests_part_2.cc
#8 2.924 DEP BTS_Tests_part_1.cc
#8 2.924 DEP AbisOML_Types_part_7.cc
#8 2.924 DEP AbisOML_Types_part_6.cc
#8 2.924 DEP AbisOML_Types_part_5.cc
#8 2.924 DEP AbisOML_Types_part_4.cc
#8 2.929 DEP AbisOML_Types_part_3.cc
#8 2.929 DEP AbisOML_Types_part_2.cc
#8 2.929 DEP AbisOML_Types_part_1.cc
#8 2.930 DEP AMR_Types_part_7.cc
#8 2.930 DEP AMR_Types_part_6.cc
#8 2.930 DEP AMR_Types_part_5.cc
#8 2.930 DEP AMR_Types_part_4.cc
#8 2.930 DEP AMR_Types_part_3.cc
#8 2.931 DEP AMR_Types_part_2.cc
#8 2.931 DEP AMR_Types_part_1.cc
#8 2.931 DEP UD_Types.cc
#8 2.931 DEP UD_PortType.cc
#8 2.936 DEP TRXC_Types.cc
#8 2.936 DEP TRXC_CodecPort_CtrlFunct.cc
#8 2.936 DEP TRXC_CodecPort.cc
#8 2.937 DEP TELNETasp_PortType.cc
#8 2.937 DEP TCCInterface_Functions.cc
#8 2.937 DEP TCCConversion_Functions.cc
#8 2.938 DEP Socket_API_Definitions.cc
#8 2.939 DEP RTP_Types.cc
#8 2.947 DEP RTP_Emulation.cc
#8 2.959 DEP RTP_CodecPort_CtrlFunct.cc
#8 2.978 DEP RTP_CodecPort.cc
#8 2.991 DEP RSL_Types.cc
#8 2.993 DEP RSL_Emulation.cc
#8 2.994 DEP RLCMAC_Types.cc
#8 2.994 DEP RLCMAC_Templates.cc
#8 2.998 DEP RLCMAC_CSN1_Types.cc
#8 3.002 DEP RLCMAC_CSN1_Templates.cc
#8 3.006 DEP PCUIF_CodecPort.cc
#8 3.006 DEP PCUIF_Types.cc
#8 3.007 DEP Osmocom_VTY_Functions.cc
#8 3.007 DEP Osmocom_Types.cc
#8 3.009 DEP Osmocom_CTRL_Types.cc
#8 3.022 DEP Osmocom_CTRL_Functions.cc
#8 3.029 DEP Osmocom_CTRL_Adapter.cc
#8 3.034 DEP OSMUX_Types.cc
#8 3.042 DEP OSMUX_Emulation.cc
#8 3.047 DEP OSMUX_CodecPort_CtrlFunct.cc
#8 3.068 DEP OSMUX_CodecPort.cc
#8 3.076 DEP Native_Functions.cc
#8 3.081 DEP MobileL3_Types.cc
#8 3.087 DEP MobileL3_SS_Types.cc
#8 3.095 DEP MobileL3_SMS_Types.cc
#8 3.101 DEP MobileL3_RRM_Types.cc
#8 3.102 DEP MobileL3_MM_Types.cc
#8 3.105 DEP MobileL3_GMM_SM_Types.cc
#8 3.106 DEP MobileL3_CommonIE_Types.cc
#8 3.122 DEP MobileL3_CC_Types.cc
#8 3.136 DEP Misc_Helpers.cc
#8 3.137 DEP LAPDm_Types.cc
#8 3.146 DEP LAPDm_RAW_PT.cc
#8 3.149 DEP L3_Templates.cc
#8 3.154 DEP L3_Common.cc
#8 3.160 DEP L1CTL_Types.cc
#8 3.164 DEP L1CTL_PortType_CtrlFunct.cc
#8 3.193 DEP L1CTL_PortType.cc
#8 3.193 DEP IuUP_Types.cc
#8 3.193 DEP IuUP_Emulation.cc
#8 3.201 DEP IPL4asp_Types.cc
#8 3.208 DEP IPL4asp_PortType.cc
#8 3.211 DEP IPL4asp_Functions.cc
#8 3.216 DEP IPA_Types.cc
#8 3.217 DEP IPA_Testing.cc
#8 3.243 DEP IPA_CodecPort_CtrlFunct.cc
#8 3.261 DEP IPA_CodecPort.cc
#8 3.268 DEP General_Types.cc
#8 3.276 DEP GSM_Types.cc
#8 3.277 DEP GSM_SystemInformation.cc
#8 3.286 DEP GSM_RestOctets.cc
#8 3.286 DEP GSM_RR_Types.cc
#8 3.286 DEP BTS_Tests_perf.cc
#8 3.290 DEP BTS_Tests_VAMOS.cc
#8 3.309 DEP BTS_Tests_SMSCB.cc
#8 3.311 DEP BTS_Tests_OML.cc
#8 3.334 DEP BTS_Tests_LAPDm.cc
#8 3.341 DEP BTS_Tests_ASCI.cc
#8 3.347 DEP BTS_Tests.cc
#8 3.352 DEP AbisOML_Types.cc
#8 3.384 DEP AMR_Types.cc
#8 4.036 CC AMR_Types.o
#8 4.036 CC AbisOML_Types.o
#8 4.036 CC BTS_Tests.o
#8 4.037 CC BTS_Tests_ASCI.o
#8 4.037 CC BTS_Tests_LAPDm.o
#8 4.037 CC BTS_Tests_OML.o
#8 4.037 CC BTS_Tests_SMSCB.o
#8 4.038 CC BTS_Tests_VAMOS.o
#8 4.038 CC BTS_Tests_perf.o
#8 4.038 CC GSM_RR_Types.o
#8 4.039 CC GSM_RestOctets.o
#8 4.039 CC GSM_SystemInformation.o
#8 4.040 CC GSM_Types.o
#8 4.040 CC General_Types.o
#8 4.041 CC IPA_CodecPort.o
#8 4.041 CC IPA_CodecPort_CtrlFunct.o
#8 4.041 CC IPA_Testing.o
#8 4.042 CC IPA_Types.o
#8 4.042 CC IPL4asp_Functions.o
#8 4.056 CC IPL4asp_PortType.o
#8 4.752 CC IPL4asp_Types.o
#8 4.753 CC IuUP_Emulation.o
#8 4.970 CC IuUP_Types.o
#8 5.101 CC L1CTL_PortType.o
#8 5.101 CC L1CTL_PortType_CtrlFunct.o
#8 5.138 CC L1CTL_Types.o
#8 6.145 CC L3_Common.o
#8 6.514 CC L3_Templates.o
#8 6.569 CC LAPDm_RAW_PT.o
#8 7.337 CC LAPDm_Types.o
#8 7.786 CC Misc_Helpers.o
#8 7.885 CC MobileL3_CC_Types.o
#8 8.379 CC MobileL3_CommonIE_Types.o
#8 8.505 CC MobileL3_GMM_SM_Types.o
#8 8.758 CC MobileL3_MM_Types.o
#8 9.140 CC MobileL3_RRM_Types.o
#8 9.586 CC MobileL3_SMS_Types.o
#8 9.749 BTS_Tests_SMSCB.cc: In function 'INTEGER BTS__Tests__SMSCB::f__cbch__block__nr2rsl(const INTEGER&)':
#8 9.749 BTS_Tests_SMSCB.cc:6168:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 9.749 6168 | }
#8 9.749 | ^
#8 9.858 CC MobileL3_SS_Types.o
#8 9.960 CC MobileL3_Types.o
#8 10.05 CC Native_Functions.o
#8 10.09 CC OSMUX_CodecPort.o
#8 10.19 CC OSMUX_CodecPort_CtrlFunct.o
#8 10.53 CC OSMUX_Emulation.o
#8 10.62 CC OSMUX_Types.o
#8 10.93 CC Osmocom_CTRL_Adapter.o
#8 10.97 BTS_Tests.cc: In function 'INTEGER BTS__Tests::f__alg__id__to__l1ctl(const RSL__Types::RSL__AlgId&)':
#8 10.97 BTS_Tests.cc:39252:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 10.97 39252 | }
#8 10.97 | ^
#8 10.97 BTS_Tests.cc: In function 'BITSTRING BTS__Tests::f__alg__id__to__l3(const RSL__Types::RSL__AlgId&)':
#8 10.97 BTS_Tests.cc:39333:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 10.97 39333 | }
#8 10.97 | ^
#8 11.08 CC Osmocom_CTRL_Functions.o
#8 11.16 CC Osmocom_CTRL_Types.o
#8 11.52 CC Osmocom_Types.o
#8 11.94 CC Osmocom_VTY_Functions.o
#8 12.21 CC PCUIF_CodecPort.o
#8 12.83 CC PCUIF_Types.o
#8 12.85 CC RLCMAC_CSN1_Templates.o
#8 13.09 CC RLCMAC_CSN1_Types.o
#8 13.12 CC RLCMAC_Templates.o
#8 13.27 CC RLCMAC_Types.o
#8 13.28 CC RSL_Emulation.o
#8 13.35 CC RSL_Types.o
#8 13.50 CC RTP_CodecPort.o
#8 13.70 CC RTP_CodecPort_CtrlFunct.o
#8 14.59 CC RTP_Emulation.o
#8 14.78 CC RTP_Types.o
#8 14.84 CC Socket_API_Definitions.o
#8 14.84 CC TCCConversion_Functions.o
#8 14.87 CC TCCInterface_Functions.o
#8 15.05 CC TELNETasp_PortType.o
#8 15.37 CC TRXC_CodecPort.o
#8 15.67 CC TRXC_CodecPort_CtrlFunct.o
#8 15.76 CC TRXC_Types.o
#8 15.93 CC UD_PortType.o
#8 15.94 CC UD_Types.o
#8 15.95 CC AMR_Types_part_1.o
#8 16.00 CC AMR_Types_part_2.o
#8 16.02 CC AMR_Types_part_3.o
#8 16.05 CC AMR_Types_part_4.o
#8 16.07 CC AMR_Types_part_5.o
#8 16.09 CC AMR_Types_part_6.o
#8 16.11 CC AMR_Types_part_7.o
#8 16.14 CC AbisOML_Types_part_1.o
#8 16.37 CC AbisOML_Types_part_2.o
#8 16.39 CC AbisOML_Types_part_3.o
#8 16.44 CC AbisOML_Types_part_4.o
#8 16.50 CC AbisOML_Types_part_5.o
#8 16.56 CC AbisOML_Types_part_6.o
#8 16.60 CC AbisOML_Types_part_7.o
#8 16.62 CC BTS_Tests_part_1.o
#8 16.62 CC BTS_Tests_part_2.o
#8 16.64 CC BTS_Tests_part_3.o
#8 16.64 CC BTS_Tests_part_4.o
#8 16.66 CC BTS_Tests_part_5.o
#8 16.66 CC BTS_Tests_part_6.o
#8 16.68 CC BTS_Tests_part_7.o
#8 16.68 CC BTS_Tests_ASCI_part_1.o
#8 16.70 CC BTS_Tests_ASCI_part_2.o
#8 16.70 CC BTS_Tests_ASCI_part_3.o
#8 16.72 CC BTS_Tests_ASCI_part_4.o
#8 16.74 CC BTS_Tests_ASCI_part_5.o
#8 16.74 CC BTS_Tests_ASCI_part_6.o
#8 16.75 CC BTS_Tests_ASCI_part_7.o
#8 16.76 CC BTS_Tests_LAPDm_part_1.o
#8 16.77 CC BTS_Tests_LAPDm_part_2.o
#8 16.78 CC BTS_Tests_LAPDm_part_3.o
#8 16.78 CC BTS_Tests_LAPDm_part_4.o
#8 16.79 CC BTS_Tests_LAPDm_part_5.o
#8 16.79 CC BTS_Tests_LAPDm_part_6.o
#8 16.80 CC BTS_Tests_LAPDm_part_7.o
#8 16.80 CC BTS_Tests_OML_part_1.o
#8 16.81 CC BTS_Tests_OML_part_2.o
#8 16.82 CC BTS_Tests_OML_part_3.o
#8 16.82 CC BTS_Tests_OML_part_4.o
#8 16.83 CC BTS_Tests_OML_part_5.o
#8 16.84 CC BTS_Tests_OML_part_6.o
#8 16.85 CC BTS_Tests_OML_part_7.o
#8 16.85 CC BTS_Tests_SMSCB_part_1.o
#8 16.85 CC BTS_Tests_SMSCB_part_2.o
#8 16.86 CC BTS_Tests_SMSCB_part_3.o
#8 16.86 CC BTS_Tests_SMSCB_part_4.o
#8 16.86 CC BTS_Tests_SMSCB_part_5.o
#8 16.87 CC BTS_Tests_SMSCB_part_6.o
#8 16.88 CC BTS_Tests_SMSCB_part_7.o
#8 16.88 CC BTS_Tests_VAMOS_part_2.o
#8 16.88 CC BTS_Tests_VAMOS_part_1.o
#8 16.88 CC BTS_Tests_VAMOS_part_3.o
#8 16.89 CC BTS_Tests_VAMOS_part_4.o
#8 16.90 CC BTS_Tests_VAMOS_part_5.o
#8 16.90 CC BTS_Tests_VAMOS_part_6.o
#8 16.90 CC BTS_Tests_VAMOS_part_7.o
#8 16.90 CC BTS_Tests_perf_part_1.o
#8 16.90 CC BTS_Tests_perf_part_2.o
#8 16.91 CC BTS_Tests_perf_part_3.o
#8 16.92 CC BTS_Tests_perf_part_4.o
#8 16.92 CC BTS_Tests_perf_part_5.o
#8 16.92 CC BTS_Tests_perf_part_6.o
#8 16.92 CC BTS_Tests_perf_part_7.o
#8 16.92 CC GSM_RR_Types_part_1.o
#8 16.93 CC GSM_RR_Types_part_2.o
#8 16.94 CC GSM_RR_Types_part_3.o
#8 16.94 CC GSM_RR_Types_part_4.o
#8 16.94 CC GSM_RR_Types_part_5.o
#8 16.94 CC GSM_RR_Types_part_6.o
#8 16.96 CC GSM_RR_Types_part_7.o
#8 16.96 CC GSM_RestOctets_part_1.o
#8 16.96 CC GSM_RestOctets_part_2.o
#8 16.97 CC GSM_RestOctets_part_3.o
#8 17.00 CC GSM_RestOctets_part_4.o
#8 17.03 CC GSM_RestOctets_part_5.o
#8 17.08 CC GSM_RestOctets_part_6.o
#8 17.11 CC GSM_RestOctets_part_7.o
#8 17.12 CC GSM_SystemInformation_part_1.o
#8 17.14 CC GSM_SystemInformation_part_2.o
#8 17.14 CC GSM_SystemInformation_part_3.o
#8 17.16 CC GSM_SystemInformation_part_4.o
#8 17.16 CC GSM_SystemInformation_part_5.o
#8 17.18 CC GSM_SystemInformation_part_6.o
#8 17.18 CC GSM_SystemInformation_part_7.o
#8 17.21 CC GSM_Types_part_1.o
#8 17.22 CC GSM_Types_part_2.o
#8 17.24 CC GSM_Types_part_3.o
#8 17.25 CC GSM_Types_part_4.o
#8 17.27 CC GSM_Types_part_5.o
#8 17.28 CC GSM_Types_part_6.o
#8 17.30 CC GSM_Types_part_7.o
#8 17.30 CC General_Types_part_1.o
#8 17.32 CC General_Types_part_2.o
#8 17.32 CC General_Types_part_3.o
#8 17.34 CC General_Types_part_4.o
#8 17.34 CC General_Types_part_5.o
#8 17.36 CC General_Types_part_6.o
#8 17.36 CC General_Types_part_7.o
#8 17.38 CC IPA_CodecPort_part_1.o
#8 17.38 CC IPA_CodecPort_part_2.o
#8 17.40 CC IPA_CodecPort_part_3.o
#8 17.40 CC IPA_CodecPort_part_4.o
#8 17.42 CC IPA_CodecPort_part_5.o
#8 17.43 CC IPA_CodecPort_part_6.o
#8 17.43 CC IPA_CodecPort_part_7.o
#8 17.44 CC IPA_CodecPort_CtrlFunct_part_1.o
#8 17.45 CC IPA_CodecPort_CtrlFunct_part_2.o
#8 17.45 CC IPA_CodecPort_CtrlFunct_part_3.o
#8 17.45 CC IPA_CodecPort_CtrlFunct_part_4.o
#8 17.46 CC IPA_CodecPort_CtrlFunct_part_5.o
#8 17.47 CC IPA_CodecPort_CtrlFunct_part_6.o
#8 17.48 CC IPA_CodecPort_CtrlFunct_part_7.o
#8 17.49 CC IPA_Testing_part_1.o
#8 17.49 CC IPA_Testing_part_2.o
#8 17.50 CC IPA_Testing_part_3.o
#8 17.50 CC IPA_Testing_part_4.o
#8 17.50 CC IPA_Testing_part_5.o
#8 17.51 CC IPA_Testing_part_6.o
#8 17.51 CC IPA_Testing_part_7.o
#8 17.52 CC IPA_Types_part_1.o
#8 17.52 CC IPA_Types_part_2.o
#8 17.53 CC IPA_Types_part_3.o
#8 17.53 CC IPA_Types_part_4.o
#8 17.53 CC IPA_Types_part_5.o
#8 17.54 CC IPA_Types_part_6.o
#8 17.54 CC IPA_Types_part_7.o
#8 17.55 CC IPL4asp_Functions_part_1.o
#8 17.55 CC IPL4asp_Functions_part_2.o
#8 17.55 CC IPL4asp_Functions_part_3.o
#8 17.56 CC IPL4asp_Functions_part_4.o
#8 17.57 CC IPL4asp_Functions_part_5.o
#8 17.57 CC IPL4asp_Functions_part_6.o
#8 17.57 CC IPL4asp_Functions_part_7.o
#8 17.57 CC IPL4asp_PortType_part_1.o
#8 17.58 CC IPL4asp_PortType_part_2.o
#8 17.59 CC IPL4asp_PortType_part_3.o
#8 17.59 CC IPL4asp_PortType_part_4.o
#8 17.59 CC IPL4asp_PortType_part_6.o
#8 17.59 CC IPL4asp_PortType_part_5.o
#8 17.60 CC IPL4asp_PortType_part_7.o
#8 17.61 CC IPL4asp_Types_part_1.o
#8 17.61 CC IPL4asp_Types_part_2.o
#8 17.61 CC IPL4asp_Types_part_3.o
#8 17.61 CC IPL4asp_Types_part_4.o
#8 17.63 CC IPL4asp_Types_part_5.o
#8 17.63 CC IPL4asp_Types_part_6.o
#8 17.63 CC IPL4asp_Types_part_7.o
#8 17.63 CC IuUP_Emulation_part_1.o
#8 17.63 CC IuUP_Emulation_part_2.o
#8 17.65 CC IuUP_Emulation_part_3.o
#8 17.65 CC IuUP_Emulation_part_4.o
#8 17.65 CC IuUP_Emulation_part_5.o
#8 17.65 CC IuUP_Emulation_part_6.o
#8 17.65 CC IuUP_Emulation_part_7.o
#8 17.67 CC IuUP_Types_part_1.o
#8 17.67 CC IuUP_Types_part_2.o
#8 17.67 CC IuUP_Types_part_3.o
#8 17.68 CC IuUP_Types_part_4.o
#8 17.68 CC IuUP_Types_part_5.o
#8 17.69 CC IuUP_Types_part_6.o
#8 17.70 CC IuUP_Types_part_7.o
#8 17.70 CC L1CTL_PortType_part_1.o
#8 17.70 CC L1CTL_PortType_part_2.o
#8 17.72 CC L1CTL_PortType_part_3.o
#8 17.72 CC L1CTL_PortType_part_4.o
#8 17.72 CC L1CTL_PortType_part_5.o
#8 17.74 CC L1CTL_PortType_part_6.o
#8 17.74 CC L1CTL_PortType_part_7.o
#8 17.75 CC L1CTL_PortType_CtrlFunct_part_1.o
#8 17.75 CC L1CTL_PortType_CtrlFunct_part_2.o
#8 17.76 CC L1CTL_PortType_CtrlFunct_part_3.o
#8 17.76 CC L1CTL_PortType_CtrlFunct_part_4.o
#8 17.78 CC L1CTL_PortType_CtrlFunct_part_5.o
#8 17.78 CC L1CTL_PortType_CtrlFunct_part_6.o
#8 17.78 CC L1CTL_PortType_CtrlFunct_part_7.o
#8 17.78 CC L1CTL_Types_part_1.o
#8 17.80 CC L1CTL_Types_part_3.o
#8 17.80 CC L1CTL_Types_part_2.o
#8 17.80 CC L1CTL_Types_part_4.o
#8 17.82 CC L1CTL_Types_part_5.o
#8 17.82 CC L1CTL_Types_part_6.o
#8 17.82 CC L1CTL_Types_part_7.o
#8 17.84 CC L3_Common_part_1.o
#8 17.85 CC L3_Common_part_2.o
#8 17.85 CC L3_Common_part_3.o
#8 17.85 CC L3_Common_part_4.o
#8 17.86 CC L3_Common_part_5.o
#8 17.86 CC L3_Common_part_6.o
#8 17.88 CC L3_Templates_part_1.o
#8 17.88 CC L3_Common_part_7.o
#8 17.88 CC L3_Templates_part_2.o
#8 17.89 CC L3_Templates_part_3.o
#8 17.89 CC L3_Templates_part_4.o
#8 17.90 CC L3_Templates_part_5.o
#8 17.90 CC L3_Templates_part_6.o
#8 17.91 CC L3_Templates_part_7.o
#8 17.91 CC LAPDm_RAW_PT_part_1.o
#8 17.92 CC LAPDm_RAW_PT_part_2.o
#8 17.92 CC LAPDm_RAW_PT_part_3.o
#8 17.92 CC LAPDm_RAW_PT_part_4.o
#8 17.93 CC LAPDm_RAW_PT_part_5.o
#8 17.94 CC LAPDm_RAW_PT_part_6.o
#8 17.94 CC LAPDm_RAW_PT_part_7.o
#8 17.94 CC LAPDm_Types_part_1.o
#8 17.95 CC LAPDm_Types_part_2.o
#8 17.96 CC LAPDm_Types_part_3.o
#8 17.96 CC LAPDm_Types_part_4.o
#8 17.96 CC LAPDm_Types_part_5.o
#8 17.96 CC LAPDm_Types_part_6.o
#8 17.98 CC LAPDm_Types_part_7.o
#8 17.98 CC Misc_Helpers_part_1.o
#8 17.99 CC Misc_Helpers_part_2.o
#8 18.00 CC Misc_Helpers_part_3.o
#8 18.00 CC Misc_Helpers_part_4.o
#8 18.00 CC Misc_Helpers_part_5.o
#8 18.01 CC Misc_Helpers_part_6.o
#8 18.02 CC Misc_Helpers_part_7.o
#8 18.02 CC MobileL3_CC_Types_part_1.o
#8 18.03 CC MobileL3_CC_Types_part_2.o
#8 18.03 CC MobileL3_CC_Types_part_3.o
#8 18.05 CC MobileL3_CC_Types_part_4.o
#8 18.05 CC MobileL3_CC_Types_part_5.o
#8 18.08 CC MobileL3_CC_Types_part_6.o
#8 18.10 CC MobileL3_CC_Types_part_7.o
#8 18.11 CC MobileL3_CommonIE_Types_part_1.o
#8 18.12 CC MobileL3_CommonIE_Types_part_2.o
#8 18.13 CC MobileL3_CommonIE_Types_part_3.o
#8 18.15 CC MobileL3_CommonIE_Types_part_4.o
#8 18.17 CC MobileL3_CommonIE_Types_part_5.o
#8 18.18 CC MobileL3_CommonIE_Types_part_6.o
#8 18.20 CC MobileL3_CommonIE_Types_part_7.o
#8 18.23 CC MobileL3_GMM_SM_Types_part_1.o
#8 18.23 CC MobileL3_GMM_SM_Types_part_2.o
#8 18.40 RSL_Emulation.cc: In function 'IPA__Types::IpaStreamId RSL__Emulation::f__streamId__by__trx(const INTEGER&)':
#8 18.40 RSL_Emulation.cc:11507:1: warning: control reaches end of non-void function [-Wreturn-type]
#8 18.40 11507 | }
#8 18.40 | ^
#8 18.98 CC MobileL3_GMM_SM_Types_part_3.o
#8 19.96 CC MobileL3_GMM_SM_Types_part_4.o
#8 20.22 CC MobileL3_GMM_SM_Types_part_5.o
#8 20.46 CC MobileL3_GMM_SM_Types_part_6.o
#8 21.83 CC MobileL3_GMM_SM_Types_part_7.o
#8 21.92 CC MobileL3_MM_Types_part_1.o
#8 22.00 CC MobileL3_MM_Types_part_2.o
#8 22.03 CC MobileL3_MM_Types_part_3.o
#8 22.05 CC MobileL3_MM_Types_part_4.o
#8 22.07 CC MobileL3_MM_Types_part_5.o
#8 22.09 CC MobileL3_MM_Types_part_6.o
#8 22.13 CC MobileL3_MM_Types_part_7.o
#8 22.16 CC MobileL3_RRM_Types_part_1.o
#8 22.94 CC MobileL3_RRM_Types_part_2.o
#8 23.16 CC MobileL3_RRM_Types_part_3.o
#8 23.75 CC MobileL3_RRM_Types_part_4.o
#8 24.10 CC MobileL3_RRM_Types_part_5.o
#8 24.13 CC MobileL3_RRM_Types_part_6.o
#8 24.17 CC MobileL3_RRM_Types_part_7.o
#8 24.20 CC MobileL3_SMS_Types_part_1.o
#8 24.21 CC MobileL3_SMS_Types_part_2.o
#8 24.26 CC MobileL3_SMS_Types_part_3.o
#8 24.29 CC MobileL3_SMS_Types_part_4.o
#8 24.32 CC MobileL3_SMS_Types_part_5.o
#8 24.36 CC MobileL3_SMS_Types_part_6.o
#8 24.39 CC MobileL3_SMS_Types_part_7.o
#8 24.42 CC MobileL3_SS_Types_part_1.o
#8 24.46 CC MobileL3_SS_Types_part_2.o
#8 24.48 CC MobileL3_SS_Types_part_3.o
#8 24.50 CC MobileL3_SS_Types_part_4.o
#8 24.52 CC MobileL3_SS_Types_part_5.o
#8 24.55 CC MobileL3_SS_Types_part_6.o
#8 24.59 CC MobileL3_SS_Types_part_7.o
#8 24.61 CC MobileL3_Types_part_1.o
#8 24.63 CC MobileL3_Types_part_2.o
#8 24.64 CC MobileL3_Types_part_3.o
#8 24.66 CC MobileL3_Types_part_4.o
#8 24.68 CC MobileL3_Types_part_5.o
#8 24.70 CC MobileL3_Types_part_6.o
#8 24.73 CC MobileL3_Types_part_7.o
#8 24.76 CC Native_Functions_part_1.o
#8 24.78 CC Native_Functions_part_2.o
#8 24.80 CC Native_Functions_part_3.o
#8 24.82 CC Native_Functions_part_4.o
#8 24.84 CC Native_Functions_part_5.o
#8 24.87 CC Native_Functions_part_6.o
#8 24.91 CC Native_Functions_part_7.o
#8 24.94 CC OSMUX_CodecPort_part_1.o
#8 24.98 CC OSMUX_CodecPort_part_2.o
#8 25.00 CC OSMUX_CodecPort_part_3.o
#8 25.03 CC OSMUX_CodecPort_part_4.o
#8 25.05 CC OSMUX_CodecPort_part_5.o
#8 25.07 CC OSMUX_CodecPort_part_6.o
#8 25.09 CC OSMUX_CodecPort_part_7.o
#8 25.11 CC OSMUX_CodecPort_CtrlFunct_part_1.o
#8 25.13 CC OSMUX_CodecPort_CtrlFunct_part_2.o
#8 25.16 CC OSMUX_CodecPort_CtrlFunct_part_3.o
#8 25.18 CC OSMUX_CodecPort_CtrlFunct_part_4.o
#8 25.20 CC OSMUX_CodecPort_CtrlFunct_part_5.o
#8 25.22 CC OSMUX_CodecPort_CtrlFunct_part_6.o
#8 25.24 CC OSMUX_CodecPort_CtrlFunct_part_7.o
#8 25.26 CC OSMUX_Emulation_part_1.o
#8 25.28 CC OSMUX_Emulation_part_2.o
#8 25.31 CC OSMUX_Emulation_part_3.o
#8 25.33 CC OSMUX_Emulation_part_4.o
#8 25.35 CC OSMUX_Emulation_part_5.o
#8 25.37 CC OSMUX_Emulation_part_6.o
#8 25.39 CC OSMUX_Emulation_part_7.o
#8 25.42 CC OSMUX_Types_part_1.o
#8 25.48 CC OSMUX_Types_part_2.o
#8 25.51 CC OSMUX_Types_part_3.o
#8 25.54 CC OSMUX_Types_part_4.o
#8 25.56 CC OSMUX_Types_part_5.o
#8 25.58 CC OSMUX_Types_part_6.o
#8 25.64 CC OSMUX_Types_part_7.o
#8 25.66 CC Osmocom_CTRL_Adapter_part_1.o
#8 25.70 CC Osmocom_CTRL_Adapter_part_2.o
#8 25.72 CC Osmocom_CTRL_Adapter_part_3.o
#8 25.74 CC Osmocom_CTRL_Adapter_part_4.o
#8 25.76 CC Osmocom_CTRL_Adapter_part_5.o
#8 25.78 CC Osmocom_CTRL_Adapter_part_6.o
#8 25.80 CC Osmocom_CTRL_Adapter_part_7.o
#8 25.84 CC Osmocom_CTRL_Functions_part_1.o
#8 25.86 CC Osmocom_CTRL_Functions_part_2.o
#8 25.89 CC Osmocom_CTRL_Functions_part_3.o
#8 25.93 CC Osmocom_CTRL_Functions_part_4.o
#8 25.97 CC Osmocom_CTRL_Functions_part_5.o
#8 25.97 CC Osmocom_CTRL_Functions_part_6.o
#8 25.99 CC Osmocom_CTRL_Functions_part_7.o
#8 25.99 CC Osmocom_CTRL_Types_part_1.o
#8 26.01 CC Osmocom_CTRL_Types_part_2.o
#8 26.01 CC Osmocom_CTRL_Types_part_3.o
#8 26.03 CC Osmocom_CTRL_Types_part_4.o
#8 26.03 CC Osmocom_CTRL_Types_part_5.o
#8 26.05 CC Osmocom_CTRL_Types_part_6.o
#8 26.06 CC Osmocom_CTRL_Types_part_7.o
#8 26.06 CC Osmocom_Types_part_1.o
#8 26.08 CC Osmocom_Types_part_2.o
#8 26.08 CC Osmocom_Types_part_3.o
#8 26.08 CC Osmocom_Types_part_4.o
#8 26.10 CC Osmocom_Types_part_5.o
#8 26.10 CC Osmocom_Types_part_7.o
#8 26.10 CC Osmocom_Types_part_6.o
#8 26.12 CC Osmocom_VTY_Functions_part_1.o
#8 26.14 CC Osmocom_VTY_Functions_part_2.o
#8 26.14 CC Osmocom_VTY_Functions_part_3.o
#8 26.14 CC Osmocom_VTY_Functions_part_4.o
#8 26.16 CC Osmocom_VTY_Functions_part_5.o
#8 26.16 CC Osmocom_VTY_Functions_part_6.o
#8 26.16 CC Osmocom_VTY_Functions_part_7.o
#8 26.18 CC PCUIF_CodecPort_part_1.o
#8 26.18 CC PCUIF_CodecPort_part_2.o
#8 26.18 CC PCUIF_CodecPort_part_3.o
#8 26.20 CC PCUIF_CodecPort_part_4.o
#8 26.20 CC PCUIF_CodecPort_part_5.o
#8 26.20 CC PCUIF_CodecPort_part_6.o
#8 26.22 CC PCUIF_CodecPort_part_7.o
#8 26.22 CC PCUIF_Types_part_2.o
#8 26.22 CC PCUIF_Types_part_1.o
#8 26.24 CC PCUIF_Types_part_3.o
#8 26.25 CC PCUIF_Types_part_4.o
#8 26.26 CC PCUIF_Types_part_5.o
#8 26.28 CC PCUIF_Types_part_6.o
#8 26.29 CC PCUIF_Types_part_7.o
#8 26.30 CC RLCMAC_CSN1_Templates_part_1.o
#8 26.31 CC RLCMAC_CSN1_Templates_part_2.o
#8 26.31 CC RLCMAC_CSN1_Templates_part_3.o
#8 26.33 CC RLCMAC_CSN1_Templates_part_4.o
#8 26.34 CC RLCMAC_CSN1_Templates_part_6.o
#8 26.34 CC RLCMAC_CSN1_Templates_part_5.o
#8 26.36 CC RLCMAC_CSN1_Templates_part_7.o
#8 26.36 CC RLCMAC_CSN1_Types_part_1.o
#8 26.36 CC RLCMAC_CSN1_Types_part_2.o
#8 26.39 CC RLCMAC_CSN1_Types_part_3.o
#8 26.41 CC RLCMAC_CSN1_Types_part_4.o
#8 26.44 CC RLCMAC_CSN1_Types_part_5.o
#8 26.65 CC RLCMAC_CSN1_Types_part_6.o
#8 26.67 CC RLCMAC_CSN1_Types_part_7.o
#8 26.70 CC RLCMAC_Templates_part_1.o
#8 26.73 CC RLCMAC_Templates_part_2.o
#8 26.75 CC RLCMAC_Templates_part_3.o
#8 26.77 CC RLCMAC_Templates_part_4.o
#8 26.82 CC RLCMAC_Templates_part_5.o
#8 26.86 CC RLCMAC_Templates_part_6.o
#8 26.90 CC RLCMAC_Templates_part_7.o
#8 26.93 CC RLCMAC_Types_part_1.o
#8 27.15 CC RLCMAC_Types_part_2.o
#8 27.19 CC RLCMAC_Types_part_3.o
#8 27.21 CC RLCMAC_Types_part_4.o
#8 27.24 CC RLCMAC_Types_part_5.o
#8 27.27 CC RLCMAC_Types_part_6.o
#8 27.29 CC RLCMAC_Types_part_7.o
#8 27.30 CC RSL_Emulation_part_1.o
#8 27.31 CC RSL_Emulation_part_2.o
#8 27.32 CC RSL_Emulation_part_3.o
#8 27.33 CC RSL_Emulation_part_4.o
#8 27.33 CC RSL_Emulation_part_5.o
#8 27.34 CC RSL_Emulation_part_6.o
#8 27.35 CC RSL_Emulation_part_7.o
#8 27.35 CC RSL_Types_part_1.o
#8 27.36 CC RSL_Types_part_2.o
#8 27.37 CC RSL_Types_part_3.o
#8 27.39 CC RSL_Types_part_4.o
#8 27.41 CC RSL_Types_part_5.o
#8 27.43 CC RSL_Types_part_6.o
#8 27.45 CC RSL_Types_part_7.o
#8 27.47 CC RTP_CodecPort_part_1.o
#8 27.49 CC RTP_CodecPort_part_2.o
#8 27.52 CC RTP_CodecPort_part_3.o
#8 27.54 CC RTP_CodecPort_part_4.o
#8 27.56 CC RTP_CodecPort_part_5.o
#8 27.58 CC RTP_CodecPort_part_6.o
#8 27.60 CC RTP_CodecPort_part_7.o
#8 27.62 CC RTP_CodecPort_CtrlFunct_part_1.o
#8 27.64 CC RTP_CodecPort_CtrlFunct_part_2.o
#8 27.66 CC RTP_CodecPort_CtrlFunct_part_3.o
#8 27.68 CC RTP_CodecPort_CtrlFunct_part_4.o
#8 27.70 CC RTP_CodecPort_CtrlFunct_part_5.o
#8 27.73 CC RTP_CodecPort_CtrlFunct_part_6.o
#8 27.76 CC RTP_CodecPort_CtrlFunct_part_7.o
#8 27.80 CC RTP_Emulation_part_1.o
#8 27.84 CC RTP_Emulation_part_2.o
#8 27.84 CC RTP_Emulation_part_3.o
#8 27.85 CC RTP_Emulation_part_4.o
#8 27.86 CC RTP_Emulation_part_5.o
#8 27.87 CC RTP_Emulation_part_6.o
#8 27.87 CC RTP_Emulation_part_7.o
#8 27.89 CC RTP_Types_part_1.o
#8 27.89 CC RTP_Types_part_2.o
#8 27.89 CC RTP_Types_part_3.o
#8 27.93 CC RTP_Types_part_4.o
#8 27.93 CC RTP_Types_part_5.o
#8 27.95 CC RTP_Types_part_6.o
#8 27.98 CC Socket_API_Definitions_part_1.o
#8 27.98 CC RTP_Types_part_7.o
#8 28.02 CC Socket_API_Definitions_part_2.o
#8 28.05 CC Socket_API_Definitions_part_3.o
#8 28.05 CC Socket_API_Definitions_part_4.o
#8 28.09 CC Socket_API_Definitions_part_5.o
#8 28.09 CC Socket_API_Definitions_part_6.o
#8 28.11 CC Socket_API_Definitions_part_7.o
#8 28.14 CC TCCConversion_Functions_part_1.o
#8 28.17 CC TCCConversion_Functions_part_2.o
#8 28.19 CC TCCConversion_Functions_part_3.o
#8 28.23 CC TCCConversion_Functions_part_4.o
#8 28.24 CC TCCConversion_Functions_part_5.o
#8 28.26 CC TCCConversion_Functions_part_6.o
#8 28.26 CC TCCConversion_Functions_part_7.o
#8 28.28 CC TCCInterface_Functions_part_1.o
#8 28.28 CC TCCInterface_Functions_part_2.o
#8 28.30 CC TCCInterface_Functions_part_3.o
#8 28.30 CC TCCInterface_Functions_part_4.o
#8 28.32 CC TCCInterface_Functions_part_5.o
#8 28.32 CC TCCInterface_Functions_part_6.o
#8 28.34 CC TCCInterface_Functions_part_7.o
#8 28.34 CC TELNETasp_PortType_part_1.o
#8 28.36 CC TELNETasp_PortType_part_2.o
#8 28.36 CC TELNETasp_PortType_part_3.o
#8 28.38 CC TELNETasp_PortType_part_4.o
#8 28.38 CC TELNETasp_PortType_part_5.o
#8 28.41 CC TELNETasp_PortType_part_6.o
#8 28.42 CC TELNETasp_PortType_part_7.o
#8 28.43 CC TRXC_CodecPort_part_1.o
#8 28.44 CC TRXC_CodecPort_part_2.o
#8 28.46 CC TRXC_CodecPort_part_3.o
#8 28.46 CC TRXC_CodecPort_part_4.o
#8 28.48 CC TRXC_CodecPort_part_5.o
#8 28.48 CC TRXC_CodecPort_part_6.o
#8 28.50 CC TRXC_CodecPort_part_7.o
#8 28.50 CC TRXC_CodecPort_CtrlFunct_part_1.o
#8 28.52 CC TRXC_CodecPort_CtrlFunct_part_2.o
#8 28.52 CC TRXC_CodecPort_CtrlFunct_part_3.o
#8 28.54 CC TRXC_CodecPort_CtrlFunct_part_4.o
#8 28.54 CC TRXC_CodecPort_CtrlFunct_part_5.o
#8 28.56 CC TRXC_CodecPort_CtrlFunct_part_6.o
#8 28.56 CC TRXC_CodecPort_CtrlFunct_part_7.o
#8 28.58 CC TRXC_Types_part_1.o
#8 28.58 CC TRXC_Types_part_2.o
#8 28.61 CC TRXC_Types_part_3.o
#8 28.61 CC TRXC_Types_part_4.o
#8 28.63 CC TRXC_Types_part_5.o
#8 28.63 CC TRXC_Types_part_6.o
#8 28.65 CC TRXC_Types_part_7.o
#8 28.65 CC UD_PortType_part_1.o
#8 28.67 CC UD_PortType_part_2.o
#8 28.67 CC UD_PortType_part_3.o
#8 28.69 CC UD_PortType_part_4.o
#8 28.69 CC UD_PortType_part_5.o
#8 28.71 CC UD_PortType_part_6.o
#8 28.71 CC UD_PortType_part_7.o
#8 28.73 CC UD_Types_part_1.o
#8 28.73 CC UD_Types_part_2.o
#8 28.75 CC UD_Types_part_3.o
#8 28.76 CC UD_Types_part_4.o
#8 28.78 CC UD_Types_part_5.o
#8 28.78 CC UD_Types_part_6.o
#8 28.80 CC UD_Types_part_7.o
#8 28.80 CC IPA_Emulation.o
#8 28.83 CC IPA_Emulation_part_1.o
#8 28.85 CC IPA_Emulation_part_2.o
#8 28.89 CC IPA_Emulation_part_3.o
#8 28.93 CC IPA_Emulation_part_4.o
#8 28.96 CC IPA_Emulation_part_5.o
#8 28.97 CC IPA_Emulation_part_6.o
#8 28.99 CC IPA_Emulation_part_7.o
#8 29.00 CC IPA_CodecPort_CtrlFunctDef.o
#8 29.01 CC IPL4asp_PT.o
#8 29.24 CC IPL4asp_discovery.o
#8 29.29 CC IuUP_EncDec.o
#8 29.38 CC L1CTL_PortType_CtrlFunctDef.o
#8 29.75 CC Native_FunctionDefs.o
#8 29.86 CC OSMUX_CodecPort_CtrlFunctDef.o
#8 29.87 CC RLCMAC_EncDec.o
#8 29.91 CC RTP_CodecPort_CtrlFunctDef.o
#8 30.07 CC RTP_EncDec.o
#8 30.09 CC TCCConversion.o
#8 30.33 CC TCCInterface.o
#8 30.82 CC TELNETasp_PT.o
#8 30.82 CC TRXC_CodecPort_CtrlFunctDef.o
#8 30.92 CC UD_PT.o
#8 31.03 CCLD AMR_Types.so
#8 31.14 CCLD AbisOML_Types.so
#8 31.15 CCLD BTS_Tests.so
#8 31.25 CCLD BTS_Tests_ASCI.so
#8 31.28 CCLD BTS_Tests_LAPDm.so
#8 31.34 CCLD BTS_Tests_OML.so
#8 31.34 CCLD BTS_Tests_SMSCB.so
#8 31.35 CCLD BTS_Tests_VAMOS.so
#8 31.42 CCLD BTS_Tests_perf.so
#8 31.43 CCLD GSM_RR_Types.so
#8 31.49 CCLD GSM_RestOctets.so
#8 31.50 CCLD GSM_SystemInformation.so
#8 31.50 CCLD GSM_Types.so
#8 31.63 CCLD General_Types.so
#8 31.64 CCLD IPA_CodecPort.so
#8 31.66 CCLD IPA_CodecPort_CtrlFunct.so
#8 31.68 CCLD IPA_Testing.so
#8 31.72 CCLD IPA_Types.so
#8 31.75 CCLD IPL4asp_Functions.so
#8 31.80 CCLD IPL4asp_PortType.so
#8 31.82 CCLD IPL4asp_Types.so
#8 31.83 CCLD IuUP_Emulation.so
#8 31.86 CCLD IuUP_Types.so
#8 31.87 CCLD L1CTL_PortType.so
#8 31.92 CCLD L1CTL_PortType_CtrlFunct.so
#8 31.92 CCLD L1CTL_Types.so
#8 31.93 CCLD L3_Common.so
#8 31.94 CCLD L3_Templates.so
#8 32.00 CCLD LAPDm_RAW_PT.so
#8 32.02 CCLD LAPDm_Types.so
#8 32.02 CCLD Misc_Helpers.so
#8 32.02 CCLD MobileL3_CC_Types.so
#8 32.05 CCLD MobileL3_CommonIE_Types.so
#8 32.06 CCLD MobileL3_GMM_SM_Types.so
#8 32.09 CCLD MobileL3_MM_Types.so
#8 32.12 CCLD MobileL3_RRM_Types.so
#8 32.14 CCLD MobileL3_SMS_Types.so
#8 32.14 CCLD MobileL3_SS_Types.so
#8 32.14 CCLD MobileL3_Types.so
#8 32.15 CCLD Native_Functions.so
#8 32.17 CCLD OSMUX_CodecPort.so
#8 32.22 CCLD OSMUX_CodecPort_CtrlFunct.so
#8 32.22 CCLD OSMUX_Emulation.so
#8 32.25 CCLD OSMUX_Types.so
#8 32.26 CCLD Osmocom_CTRL_Adapter.so
#8 32.27 CCLD Osmocom_CTRL_Functions.so
#8 32.28 CCLD Osmocom_CTRL_Types.so
#8 32.28 CCLD Osmocom_Types.so
#8 32.28 CCLD Osmocom_VTY_Functions.so
#8 32.33 CCLD PCUIF_CodecPort.so
#8 32.33 CCLD PCUIF_Types.so
#8 32.37 CCLD RLCMAC_CSN1_Templates.so
#8 32.37 CCLD RLCMAC_CSN1_Types.so
#8 32.37 CCLD RLCMAC_Templates.so
#8 32.38 CCLD RLCMAC_Types.so
#8 32.39 CCLD RSL_Emulation.so
#8 32.39 CCLD RSL_Types.so
#8 32.40 CCLD RTP_CodecPort.so
#8 32.48 CCLD RTP_CodecPort_CtrlFunct.so
#8 32.49 CCLD RTP_Emulation.so
#8 32.50 CCLD RTP_Types.so
#8 32.51 CCLD Socket_API_Definitions.so
#8 32.52 CCLD TCCConversion_Functions.so
#8 32.52 CCLD TCCInterface_Functions.so
#8 32.52 CCLD TELNETasp_PortType.so
#8 32.53 CCLD TRXC_CodecPort.so
#8 32.53 CCLD TRXC_CodecPort_CtrlFunct.so
#8 32.57 CCLD TRXC_Types.so
#8 32.62 CCLD UD_PortType.so
#8 32.63 CCLD UD_Types.so
#8 32.63 CCLD AMR_Types_part_1.so
#8 32.63 CCLD AMR_Types_part_2.so
#8 32.64 CCLD AMR_Types_part_3.so
#8 32.64 CCLD AMR_Types_part_4.so
#8 32.65 CCLD AMR_Types_part_5.so
#8 32.66 CCLD AMR_Types_part_6.so
#8 32.66 CCLD AMR_Types_part_7.so
#8 32.66 CCLD AbisOML_Types_part_1.so
#8 32.67 CCLD AbisOML_Types_part_2.so
#8 32.68 CCLD AbisOML_Types_part_3.so
#8 32.68 CCLD AbisOML_Types_part_4.so
#8 32.69 CCLD AbisOML_Types_part_5.so
#8 32.70 CCLD AbisOML_Types_part_6.so
#8 32.71 CCLD AbisOML_Types_part_7.so
#8 32.71 CCLD BTS_Tests_part_1.so
#8 32.71 CCLD BTS_Tests_part_2.so
#8 32.71 CCLD BTS_Tests_part_3.so
#8 32.71 CCLD BTS_Tests_part_4.so
#8 32.73 CCLD BTS_Tests_part_5.so
#8 32.73 CCLD BTS_Tests_part_6.so
#8 32.74 CCLD BTS_Tests_part_7.so
#8 32.74 CCLD BTS_Tests_ASCI_part_1.so
#8 32.74 CCLD BTS_Tests_ASCI_part_2.so
#8 32.74 CCLD BTS_Tests_ASCI_part_3.so
#8 32.74 CCLD BTS_Tests_ASCI_part_4.so
#8 32.75 CCLD BTS_Tests_ASCI_part_5.so
#8 32.76 CCLD BTS_Tests_ASCI_part_6.so
#8 32.76 CCLD BTS_Tests_ASCI_part_7.so
#8 32.76 CCLD BTS_Tests_LAPDm_part_1.so
#8 32.77 CCLD BTS_Tests_LAPDm_part_2.so
#8 32.77 CCLD BTS_Tests_LAPDm_part_3.so
#8 32.77 CCLD BTS_Tests_LAPDm_part_4.so
#8 32.78 CCLD BTS_Tests_LAPDm_part_5.so
#8 32.79 CCLD BTS_Tests_LAPDm_part_6.so
#8 32.79 CCLD BTS_Tests_LAPDm_part_7.so
#8 32.79 CCLD BTS_Tests_OML_part_1.so
#8 32.79 CCLD BTS_Tests_OML_part_2.so
#8 32.79 CCLD BTS_Tests_OML_part_3.so
#8 32.80 CCLD BTS_Tests_OML_part_4.so
#8 32.80 CCLD BTS_Tests_OML_part_5.so
#8 32.81 CCLD BTS_Tests_OML_part_6.so
#8 32.81 CCLD BTS_Tests_OML_part_7.so
#8 32.81 CCLD BTS_Tests_SMSCB_part_1.so
#8 32.81 CCLD BTS_Tests_SMSCB_part_2.so
#8 32.82 CCLD BTS_Tests_SMSCB_part_3.so
#8 32.82 CCLD BTS_Tests_SMSCB_part_5.so
#8 32.82 CCLD BTS_Tests_SMSCB_part_4.so
#8 32.84 CCLD BTS_Tests_SMSCB_part_6.so
#8 32.84 CCLD BTS_Tests_SMSCB_part_7.so
#8 32.84 CCLD BTS_Tests_VAMOS_part_1.so
#8 32.84 CCLD BTS_Tests_VAMOS_part_2.so
#8 32.84 CCLD BTS_Tests_VAMOS_part_3.so
#8 32.84 CCLD BTS_Tests_VAMOS_part_4.so
#8 32.84 CCLD BTS_Tests_VAMOS_part_5.so
#8 32.84 CCLD BTS_Tests_VAMOS_part_6.so
#8 32.86 CCLD BTS_Tests_VAMOS_part_7.so
#8 32.86 CCLD BTS_Tests_perf_part_1.so
#8 32.86 CCLD BTS_Tests_perf_part_2.so
#8 32.86 CCLD BTS_Tests_perf_part_3.so
#8 32.87 CCLD BTS_Tests_perf_part_4.so
#8 32.87 CCLD BTS_Tests_perf_part_5.so
#8 32.87 CCLD BTS_Tests_perf_part_6.so
#8 32.87 CCLD BTS_Tests_perf_part_7.so
#8 32.88 CCLD GSM_RR_Types_part_1.so
#8 32.89 CCLD GSM_RR_Types_part_2.so
#8 32.89 CCLD GSM_RR_Types_part_3.so
#8 32.89 CCLD GSM_RR_Types_part_4.so
#8 32.89 CCLD GSM_RR_Types_part_5.so
#8 32.89 CCLD GSM_RR_Types_part_6.so
#8 32.89 CCLD GSM_RR_Types_part_7.so
#8 32.90 CCLD GSM_RestOctets_part_1.so
#8 32.90 CCLD GSM_RestOctets_part_2.so
#8 32.91 CCLD GSM_RestOctets_part_3.so
#8 32.91 CCLD GSM_RestOctets_part_4.so
#8 32.92 CCLD GSM_RestOctets_part_5.so
#8 32.92 CCLD GSM_RestOctets_part_6.so
#8 32.92 CCLD GSM_RestOctets_part_7.so
#8 32.92 CCLD GSM_SystemInformation_part_1.so
#8 32.94 CCLD GSM_SystemInformation_part_2.so
#8 32.95 CCLD GSM_SystemInformation_part_3.so
#8 32.95 CCLD GSM_SystemInformation_part_4.so
#8 32.95 CCLD GSM_SystemInformation_part_5.so
#8 32.95 CCLD GSM_SystemInformation_part_6.so
#8 32.96 CCLD GSM_SystemInformation_part_7.so
#8 32.97 CCLD GSM_Types_part_1.so
#8 32.98 CCLD GSM_Types_part_2.so
#8 32.98 CCLD GSM_Types_part_3.so
#8 32.98 CCLD GSM_Types_part_4.so
#8 32.98 CCLD GSM_Types_part_5.so
#8 32.99 CCLD GSM_Types_part_6.so
#8 32.99 CCLD GSM_Types_part_7.so
#8 32.99 CCLD General_Types_part_1.so
#8 33.00 CCLD General_Types_part_2.so
#8 33.01 CCLD General_Types_part_3.so
#8 33.01 CCLD General_Types_part_4.so
#8 33.01 CCLD General_Types_part_5.so
#8 33.01 CCLD General_Types_part_6.so
#8 33.02 CCLD General_Types_part_7.so
#8 33.02 CCLD IPA_CodecPort_part_1.so
#8 33.02 CCLD IPA_CodecPort_part_2.so
#8 33.03 CCLD IPA_CodecPort_part_3.so
#8 33.03 CCLD IPA_CodecPort_part_4.so
#8 33.04 CCLD IPA_CodecPort_part_5.so
#8 33.04 CCLD IPA_CodecPort_part_6.so
#8 33.04 CCLD IPA_CodecPort_part_7.so
#8 33.04 CCLD IPA_CodecPort_CtrlFunct_part_1.so
#8 33.04 CCLD IPA_CodecPort_CtrlFunct_part_3.so
#8 33.04 CCLD IPA_CodecPort_CtrlFunct_part_2.so
#8 33.05 CCLD IPA_CodecPort_CtrlFunct_part_4.so
#8 33.05 CCLD IPA_CodecPort_CtrlFunct_part_5.so
#8 33.05 CCLD IPA_CodecPort_CtrlFunct_part_6.so
#8 33.06 CCLD IPA_CodecPort_CtrlFunct_part_7.so
#8 33.06 CCLD IPA_Testing_part_1.so
#8 33.08 CCLD IPA_Testing_part_2.so
#8 33.08 CCLD IPA_Testing_part_3.so
#8 33.08 CCLD IPA_Testing_part_4.so
#8 33.08 CCLD IPA_Testing_part_5.so
#8 33.08 CCLD IPA_Testing_part_6.so
#8 33.08 CCLD IPA_Testing_part_7.so
#8 33.08 CCLD IPA_Types_part_1.so
#8 33.08 CCLD IPA_Types_part_2.so
#8 33.08 CCLD IPA_Types_part_3.so
#8 33.09 CCLD IPA_Types_part_4.so
#8 33.10 CCLD IPA_Types_part_5.so
#8 33.10 CCLD IPA_Types_part_6.so
#8 33.10 CCLD IPA_Types_part_7.so
#8 33.10 CCLD IPL4asp_Functions_part_1.so
#8 33.10 CCLD IPL4asp_Functions_part_2.so
#8 33.11 CCLD IPL4asp_Functions_part_3.so
#8 33.11 CCLD IPL4asp_Functions_part_4.so
#8 33.11 CCLD IPL4asp_Functions_part_5.so
#8 33.11 CCLD IPL4asp_Functions_part_6.so
#8 33.11 CCLD IPL4asp_Functions_part_7.so
#8 33.12 CCLD IPL4asp_PortType_part_1.so
#8 33.13 CCLD IPL4asp_PortType_part_2.so
#8 33.13 CCLD IPL4asp_PortType_part_3.so
#8 33.13 CCLD IPL4asp_PortType_part_4.so
#8 33.13 CCLD IPL4asp_PortType_part_5.so
#8 33.13 CCLD IPL4asp_PortType_part_6.so
#8 33.13 CCLD IPL4asp_PortType_part_7.so
#8 33.14 CCLD IPL4asp_Types_part_1.so
#8 33.14 CCLD IPL4asp_Types_part_2.so
#8 33.14 CCLD IPL4asp_Types_part_3.so
#8 33.14 CCLD IPL4asp_Types_part_4.so
#8 33.14 CCLD IPL4asp_Types_part_5.so
#8 33.15 CCLD IPL4asp_Types_part_6.so
#8 33.16 CCLD IPL4asp_Types_part_7.so
#8 33.16 CCLD IuUP_Emulation_part_2.so
#8 33.16 CCLD IuUP_Emulation_part_1.so
#8 33.16 CCLD IuUP_Emulation_part_3.so
#8 33.16 CCLD IuUP_Emulation_part_4.so
#8 33.16 CCLD IuUP_Emulation_part_5.so
#8 33.16 CCLD IuUP_Emulation_part_6.so
#8 33.16 CCLD IuUP_Emulation_part_7.so
#8 33.16 CCLD IuUP_Types_part_1.so
#8 33.17 CCLD IuUP_Types_part_2.so
#8 33.17 CCLD IuUP_Types_part_3.so
#8 33.18 CCLD IuUP_Types_part_4.so
#8 33.18 CCLD IuUP_Types_part_5.so
#8 33.20 CCLD IuUP_Types_part_6.so
#8 33.20 CCLD IuUP_Types_part_7.so
#8 33.20 CCLD L1CTL_PortType_part_1.so
#8 33.20 CCLD L1CTL_PortType_part_2.so
#8 33.20 CCLD L1CTL_PortType_part_3.so
#8 33.20 CCLD L1CTL_PortType_part_4.so
#8 33.20 CCLD L1CTL_PortType_part_5.so
#8 33.20 CCLD L1CTL_PortType_part_6.so
#8 33.20 CCLD L1CTL_PortType_part_7.so
#8 33.21 CCLD L1CTL_PortType_CtrlFunct_part_1.so
#8 33.21 CCLD L1CTL_PortType_CtrlFunct_part_2.so
#8 33.21 CCLD L1CTL_PortType_CtrlFunct_part_3.so
#8 33.22 CCLD L1CTL_PortType_CtrlFunct_part_4.so
#8 33.22 CCLD L1CTL_PortType_CtrlFunct_part_5.so
#8 33.22 CCLD L1CTL_PortType_CtrlFunct_part_6.so
#8 33.22 CCLD L1CTL_PortType_CtrlFunct_part_7.so
#8 33.23 CCLD L1CTL_Types_part_1.so
#8 33.23 CCLD L1CTL_Types_part_2.so
#8 33.23 CCLD L1CTL_Types_part_3.so
#8 33.23 CCLD L1CTL_Types_part_4.so
#8 33.24 CCLD L1CTL_Types_part_5.so
#8 33.24 CCLD L1CTL_Types_part_6.so
#8 33.25 CCLD L1CTL_Types_part_7.so
#8 33.25 CCLD L3_Common_part_1.so
#8 33.25 CCLD L3_Common_part_2.so
#8 33.25 CCLD L3_Common_part_4.so
#8 33.25 CCLD L3_Common_part_3.so
#8 33.25 CCLD L3_Common_part_5.so
#8 33.27 CCLD L3_Common_part_6.so
#8 33.27 CCLD L3_Common_part_7.so
#8 33.27 CCLD L3_Templates_part_1.so
#8 33.27 CCLD L3_Templates_part_2.so
#8 33.27 CCLD L3_Templates_part_3.so
#8 33.28 CCLD L3_Templates_part_4.so
#8 33.29 CCLD L3_Templates_part_5.so
#8 33.29 CCLD L3_Templates_part_6.so
#8 33.29 CCLD L3_Templates_part_7.so
#8 33.29 CCLD LAPDm_RAW_PT_part_1.so
#8 33.30 CCLD LAPDm_RAW_PT_part_2.so
#8 33.30 CCLD LAPDm_RAW_PT_part_3.so
#8 33.30 CCLD LAPDm_RAW_PT_part_4.so
#8 33.30 CCLD LAPDm_RAW_PT_part_5.so
#8 33.30 CCLD LAPDm_RAW_PT_part_6.so
#8 33.30 CCLD LAPDm_RAW_PT_part_7.so
#8 33.31 CCLD LAPDm_Types_part_1.so
#8 33.32 CCLD LAPDm_Types_part_2.so
#8 33.32 CCLD LAPDm_Types_part_3.so
#8 33.32 CCLD LAPDm_Types_part_4.so
#8 33.32 CCLD LAPDm_Types_part_5.so
#8 33.32 CCLD LAPDm_Types_part_6.so
#8 33.32 CCLD LAPDm_Types_part_7.so
#8 33.32 CCLD Misc_Helpers_part_1.so
#8 33.34 CCLD Misc_Helpers_part_2.so
#8 33.34 CCLD Misc_Helpers_part_3.so
#8 33.34 CCLD Misc_Helpers_part_4.so
#8 33.34 CCLD Misc_Helpers_part_5.so
#8 33.34 CCLD Misc_Helpers_part_6.so
#8 33.35 CCLD Misc_Helpers_part_7.so
#8 33.35 CCLD MobileL3_CC_Types_part_1.so
#8 33.35 CCLD MobileL3_CC_Types_part_2.so
#8 33.35 CCLD MobileL3_CC_Types_part_3.so
#8 33.35 CCLD MobileL3_CC_Types_part_4.so
#8 33.37 CCLD MobileL3_CC_Types_part_5.so
#8 33.37 CCLD MobileL3_CC_Types_part_6.so
#8 33.37 CCLD MobileL3_CC_Types_part_7.so
#8 33.37 CCLD MobileL3_CommonIE_Types_part_1.so
#8 33.37 CCLD MobileL3_CommonIE_Types_part_2.so
#8 33.37 CCLD MobileL3_CommonIE_Types_part_3.so
#8 33.37 CCLD MobileL3_CommonIE_Types_part_4.so
#8 33.38 CCLD MobileL3_CommonIE_Types_part_5.so
#8 33.40 CCLD MobileL3_CommonIE_Types_part_6.so
#8 33.40 CCLD MobileL3_CommonIE_Types_part_7.so
#8 33.40 CCLD MobileL3_GMM_SM_Types_part_1.so
#8 33.40 CCLD MobileL3_GMM_SM_Types_part_2.so
#8 33.40 CCLD MobileL3_GMM_SM_Types_part_3.so
#8 33.40 CCLD MobileL3_GMM_SM_Types_part_4.so
#8 33.41 CCLD MobileL3_GMM_SM_Types_part_5.so
#8 33.41 CCLD MobileL3_GMM_SM_Types_part_6.so
#8 33.43 CCLD MobileL3_GMM_SM_Types_part_7.so
#8 33.43 CCLD MobileL3_MM_Types_part_1.so
#8 33.43 CCLD MobileL3_MM_Types_part_2.so
#8 33.46 CCLD MobileL3_MM_Types_part_3.so
#8 33.48 CCLD MobileL3_MM_Types_part_4.so
#8 33.50 CCLD MobileL3_MM_Types_part_5.so
#8 33.53 CCLD MobileL3_MM_Types_part_6.so
#8 33.54 CCLD MobileL3_MM_Types_part_7.so
#8 33.56 CCLD MobileL3_RRM_Types_part_1.so
#8 33.56 CCLD MobileL3_RRM_Types_part_2.so
#8 33.59 CCLD MobileL3_RRM_Types_part_3.so
#8 33.59 CCLD MobileL3_RRM_Types_part_4.so
#8 33.59 CCLD MobileL3_RRM_Types_part_5.so
#8 33.59 CCLD MobileL3_RRM_Types_part_6.so
#8 33.60 CCLD MobileL3_RRM_Types_part_7.so
#8 33.60 CCLD MobileL3_SMS_Types_part_1.so
#8 33.61 CCLD MobileL3_SMS_Types_part_2.so
#8 33.61 CCLD MobileL3_SMS_Types_part_3.so
#8 33.61 CCLD MobileL3_SMS_Types_part_4.so
#8 33.62 CCLD MobileL3_SMS_Types_part_5.so
#8 33.63 CCLD MobileL3_SMS_Types_part_6.so
#8 33.63 CCLD MobileL3_SMS_Types_part_7.so
#8 33.64 CCLD MobileL3_SS_Types_part_1.so
#8 33.64 CCLD MobileL3_SS_Types_part_2.so
#8 33.64 CCLD MobileL3_SS_Types_part_3.so
#8 33.64 CCLD MobileL3_SS_Types_part_4.so
#8 33.65 CCLD MobileL3_SS_Types_part_5.so
#8 33.65 CCLD MobileL3_SS_Types_part_6.so
#8 33.66 CCLD MobileL3_SS_Types_part_7.so
#8 33.67 CCLD MobileL3_Types_part_1.so
#8 33.67 CCLD MobileL3_Types_part_2.so
#8 33.67 CCLD MobileL3_Types_part_3.so
#8 33.67 CCLD MobileL3_Types_part_4.so
#8 33.67 CCLD MobileL3_Types_part_5.so
#8 33.69 CCLD MobileL3_Types_part_6.so
#8 33.69 CCLD MobileL3_Types_part_7.so
#8 33.69 CCLD Native_Functions_part_1.so
#8 33.69 CCLD Native_Functions_part_2.so
#8 33.69 CCLD Native_Functions_part_3.so
#8 33.70 CCLD Native_Functions_part_4.so
#8 33.70 CCLD Native_Functions_part_5.so
#8 33.70 CCLD Native_Functions_part_6.so
#8 33.71 CCLD Native_Functions_part_7.so
#8 33.71 CCLD OSMUX_CodecPort_part_1.so
#8 33.72 CCLD OSMUX_CodecPort_part_2.so
#8 33.72 CCLD OSMUX_CodecPort_part_3.so
#8 33.72 CCLD OSMUX_CodecPort_part_4.so
#8 33.72 CCLD OSMUX_CodecPort_part_5.so
#8 33.73 CCLD OSMUX_CodecPort_part_6.so
#8 33.74 CCLD OSMUX_CodecPort_part_7.so
#8 33.74 CCLD OSMUX_CodecPort_CtrlFunct_part_1.so
#8 33.74 CCLD OSMUX_CodecPort_CtrlFunct_part_2.so
#8 33.74 CCLD OSMUX_CodecPort_CtrlFunct_part_3.so
#8 33.75 CCLD OSMUX_CodecPort_CtrlFunct_part_4.so
#8 33.75 CCLD OSMUX_CodecPort_CtrlFunct_part_5.so
#8 33.75 CCLD OSMUX_CodecPort_CtrlFunct_part_6.so
#8 33.75 CCLD OSMUX_CodecPort_CtrlFunct_part_7.so
#8 33.75 CCLD OSMUX_Emulation_part_1.so
#8 33.75 CCLD OSMUX_Emulation_part_2.so
#8 33.76 CCLD OSMUX_Emulation_part_3.so
#8 33.76 CCLD OSMUX_Emulation_part_4.so
#8 33.76 CCLD OSMUX_Emulation_part_5.so
#8 33.77 CCLD OSMUX_Emulation_part_6.so
#8 33.77 CCLD OSMUX_Emulation_part_7.so
#8 33.77 CCLD OSMUX_Types_part_1.so
#8 33.77 CCLD OSMUX_Types_part_2.so
#8 33.77 CCLD OSMUX_Types_part_3.so
#8 33.78 CCLD OSMUX_Types_part_4.so
#8 33.78 CCLD OSMUX_Types_part_5.so
#8 33.78 CCLD OSMUX_Types_part_6.so
#8 33.78 CCLD OSMUX_Types_part_7.so
#8 33.79 CCLD Osmocom_CTRL_Adapter_part_1.so
#8 33.79 CCLD Osmocom_CTRL_Adapter_part_2.so
#8 33.79 CCLD Osmocom_CTRL_Adapter_part_3.so
#8 33.79 CCLD Osmocom_CTRL_Adapter_part_4.so
#8 33.80 CCLD Osmocom_CTRL_Adapter_part_5.so
#8 33.80 CCLD Osmocom_CTRL_Adapter_part_6.so
#8 33.80 CCLD Osmocom_CTRL_Adapter_part_7.so
#8 33.80 CCLD Osmocom_CTRL_Functions_part_1.so
#8 33.80 CCLD Osmocom_CTRL_Functions_part_2.so
#8 33.80 CCLD Osmocom_CTRL_Functions_part_3.so
#8 33.81 CCLD Osmocom_CTRL_Functions_part_4.so
#8 33.81 CCLD Osmocom_CTRL_Functions_part_5.so
#8 33.81 CCLD Osmocom_CTRL_Functions_part_6.so
#8 33.81 CCLD Osmocom_CTRL_Functions_part_7.so
#8 33.82 CCLD Osmocom_CTRL_Types_part_1.so
#8 33.82 CCLD Osmocom_CTRL_Types_part_2.so
#8 33.82 CCLD Osmocom_CTRL_Types_part_3.so
#8 33.82 CCLD Osmocom_CTRL_Types_part_4.so
#8 33.82 CCLD Osmocom_CTRL_Types_part_5.so
#8 33.83 CCLD Osmocom_CTRL_Types_part_6.so
#8 33.83 CCLD Osmocom_CTRL_Types_part_7.so
#8 33.83 CCLD Osmocom_Types_part_1.so
#8 33.85 CCLD Osmocom_Types_part_2.so
#8 33.85 CCLD Osmocom_Types_part_3.so
#8 33.85 CCLD Osmocom_Types_part_4.so
#8 33.85 CCLD Osmocom_Types_part_5.so
#8 33.85 CCLD Osmocom_Types_part_6.so
#8 33.85 CCLD Osmocom_Types_part_7.so
#8 33.85 CCLD Osmocom_VTY_Functions_part_1.so
#8 33.85 CCLD Osmocom_VTY_Functions_part_2.so
#8 33.85 CCLD Osmocom_VTY_Functions_part_3.so
#8 33.85 CCLD Osmocom_VTY_Functions_part_4.so
#8 33.87 CCLD Osmocom_VTY_Functions_part_5.so
#8 33.87 CCLD Osmocom_VTY_Functions_part_6.so
#8 33.87 CCLD Osmocom_VTY_Functions_part_7.so
#8 33.87 CCLD PCUIF_CodecPort_part_2.so
#8 33.87 CCLD PCUIF_CodecPort_part_1.so
#8 33.87 CCLD PCUIF_CodecPort_part_3.so
#8 33.87 CCLD PCUIF_CodecPort_part_4.so
#8 33.89 CCLD PCUIF_CodecPort_part_5.so
#8 33.89 CCLD PCUIF_CodecPort_part_6.so
#8 33.89 CCLD PCUIF_CodecPort_part_7.so
#8 33.89 CCLD PCUIF_Types_part_1.so
#8 33.89 CCLD PCUIF_Types_part_2.so
#8 33.89 CCLD PCUIF_Types_part_3.so
#8 33.89 CCLD PCUIF_Types_part_4.so
#8 33.89 CCLD PCUIF_Types_part_5.so
#8 33.89 CCLD PCUIF_Types_part_6.so
#8 33.89 CCLD PCUIF_Types_part_7.so
#8 33.89 CCLD RLCMAC_CSN1_Templates_part_1.so
#8 33.90 CCLD RLCMAC_CSN1_Templates_part_2.so
#8 33.91 CCLD RLCMAC_CSN1_Templates_part_3.so
#8 33.92 CCLD RLCMAC_CSN1_Templates_part_4.so
#8 33.92 CCLD RLCMAC_CSN1_Templates_part_5.so
#8 33.92 CCLD RLCMAC_CSN1_Templates_part_6.so
#8 33.92 CCLD RLCMAC_CSN1_Templates_part_7.so
#8 33.92 CCLD RLCMAC_CSN1_Types_part_5.so
#8 33.92 CCLD RLCMAC_CSN1_Types_part_6.so
#8 33.92 CCLD RLCMAC_CSN1_Types_part_7.so
#8 33.92 CCLD RLCMAC_Templates_part_1.so
#8 33.92 CCLD RLCMAC_Templates_part_2.so
#8 33.92 CCLD RLCMAC_Templates_part_3.so
#8 33.94 CCLD RLCMAC_Templates_part_4.so
#8 33.95 CCLD RLCMAC_Templates_part_5.so
#8 33.95 CCLD RLCMAC_Templates_part_6.so
#8 33.95 CCLD RLCMAC_Templates_part_7.so
#8 33.95 CCLD RLCMAC_Types_part_1.so
#8 33.95 CCLD RLCMAC_Types_part_2.so
#8 33.95 CCLD RLCMAC_Types_part_3.so
#8 33.95 CCLD RLCMAC_Types_part_4.so
#8 33.95 CCLD RLCMAC_Types_part_5.so
#8 33.95 CCLD RLCMAC_Types_part_6.so
#8 33.96 CCLD RLCMAC_Types_part_7.so
#8 33.96 CCLD RSL_Emulation_part_1.so
#8 33.97 CCLD RSL_Emulation_part_2.so
#8 33.98 CCLD RSL_Emulation_part_3.so
#8 33.98 CCLD RSL_Emulation_part_4.so
#8 33.98 CCLD RSL_Emulation_part_5.so
#8 33.98 CCLD RSL_Emulation_part_6.so
#8 33.98 CCLD RSL_Emulation_part_7.so
#8 33.98 CCLD RSL_Types_part_2.so
#8 33.99 CCLD RSL_Types_part_3.so
#8 33.99 CCLD RSL_Types_part_4.so
#8 33.99 CCLD RSL_Types_part_5.so
#8 34.00 CCLD RSL_Types_part_6.so
#8 34.00 CCLD RSL_Types_part_7.so
#8 34.00 CCLD RTP_CodecPort_part_1.so
#8 34.01 CCLD RTP_CodecPort_part_2.so
#8 34.01 CCLD RTP_CodecPort_part_3.so
#8 34.01 CCLD RTP_CodecPort_part_4.so
#8 34.02 CCLD RTP_CodecPort_part_5.so
#8 34.02 CCLD RTP_CodecPort_part_6.so
#8 34.02 CCLD RTP_CodecPort_part_7.so
#8 34.02 CCLD RTP_CodecPort_CtrlFunct_part_1.so
#8 34.03 CCLD RTP_CodecPort_CtrlFunct_part_2.so
#8 34.03 CCLD RTP_CodecPort_CtrlFunct_part_3.so
#8 34.03 CCLD RTP_CodecPort_CtrlFunct_part_4.so
#8 34.04 CCLD RTP_CodecPort_CtrlFunct_part_5.so
#8 34.04 CCLD RTP_CodecPort_CtrlFunct_part_6.so
#8 34.04 CCLD RTP_CodecPort_CtrlFunct_part_7.so
#8 34.04 CCLD RTP_Emulation_part_1.so
#8 34.05 CCLD RTP_Emulation_part_2.so
#8 34.06 CCLD RTP_Emulation_part_3.so
#8 34.06 CCLD RTP_Emulation_part_4.so
#8 34.06 CCLD RTP_Emulation_part_5.so
#8 34.06 CCLD RTP_Emulation_part_6.so
#8 34.06 CCLD RTP_Emulation_part_7.so
#8 34.06 CCLD RTP_Types_part_2.so
#8 34.06 CCLD RTP_Types_part_1.so
#8 34.07 CCLD RTP_Types_part_3.so
#8 34.07 CCLD RTP_Types_part_4.so
#8 34.07 CCLD RTP_Types_part_6.so
#8 34.07 CCLD RTP_Types_part_5.so
#8 34.07 CCLD RTP_Types_part_7.so
#8 34.08 CCLD Socket_API_Definitions_part_1.so
#8 34.08 CCLD Socket_API_Definitions_part_2.so
#8 34.08 CCLD Socket_API_Definitions_part_3.so
#8 34.09 CCLD Socket_API_Definitions_part_4.so
#8 34.09 CCLD Socket_API_Definitions_part_5.so
#8 34.09 CCLD Socket_API_Definitions_part_6.so
#8 34.09 CCLD Socket_API_Definitions_part_7.so
#8 34.09 CCLD TCCConversion_Functions_part_1.so
#8 34.09 CCLD TCCConversion_Functions_part_2.so
#8 34.10 CCLD TCCConversion_Functions_part_3.so
#8 34.11 CCLD TCCConversion_Functions_part_4.so
#8 34.11 CCLD TCCConversion_Functions_part_5.so
#8 34.11 CCLD TCCConversion_Functions_part_6.so
#8 34.11 CCLD TCCConversion_Functions_part_7.so
#8 34.11 CCLD TCCInterface_Functions_part_1.so
#8 34.12 CCLD TCCInterface_Functions_part_2.so
#8 34.12 CCLD TCCInterface_Functions_part_3.so
#8 34.13 CCLD TCCInterface_Functions_part_4.so
#8 34.13 CCLD TCCInterface_Functions_part_5.so
#8 34.13 CCLD TCCInterface_Functions_part_6.so
#8 34.13 CCLD TCCInterface_Functions_part_7.so
#8 34.13 CCLD TELNETasp_PortType_part_1.so
#8 34.14 CCLD TELNETasp_PortType_part_2.so
#8 34.14 CCLD TELNETasp_PortType_part_3.so
#8 34.14 CCLD TELNETasp_PortType_part_4.so
#8 34.15 CCLD TELNETasp_PortType_part_5.so
#8 34.16 CCLD TELNETasp_PortType_part_6.so
#8 34.16 CCLD TELNETasp_PortType_part_7.so
#8 34.16 CCLD TRXC_CodecPort_part_1.so
#8 34.16 CCLD TRXC_CodecPort_part_2.so
#8 34.16 CCLD TRXC_CodecPort_part_3.so
#8 34.16 CCLD TRXC_CodecPort_part_4.so
#8 34.16 CCLD TRXC_CodecPort_part_6.so
#8 34.16 CCLD TRXC_CodecPort_part_5.so
#8 34.16 CCLD TRXC_CodecPort_part_7.so
#8 34.16 CCLD TRXC_CodecPort_CtrlFunct_part_1.so
#8 34.16 CCLD TRXC_CodecPort_CtrlFunct_part_2.so
#8 34.18 CCLD TRXC_CodecPort_CtrlFunct_part_3.so
#8 34.19 CCLD TRXC_CodecPort_CtrlFunct_part_4.so
#8 34.19 CCLD TRXC_CodecPort_CtrlFunct_part_5.so
#8 34.19 CCLD TRXC_CodecPort_CtrlFunct_part_6.so
#8 34.19 CCLD TRXC_Types_part_1.so
#8 34.19 CCLD TRXC_CodecPort_CtrlFunct_part_7.so
#8 34.19 CCLD TRXC_Types_part_2.so
#8 34.19 CCLD TRXC_Types_part_3.so
#8 34.19 CCLD TRXC_Types_part_4.so
#8 34.19 CCLD TRXC_Types_part_5.so
#8 34.19 CCLD TRXC_Types_part_6.so
#8 34.21 CCLD TRXC_Types_part_7.so
#8 34.21 CCLD UD_PortType_part_2.so
#8 34.21 CCLD UD_PortType_part_1.so
#8 34.21 CCLD UD_PortType_part_3.so
#8 34.22 CCLD UD_PortType_part_4.so
#8 34.22 CCLD UD_PortType_part_5.so
#8 34.22 CCLD UD_PortType_part_6.so
#8 34.22 CCLD UD_PortType_part_7.so
#8 34.22 CCLD UD_Types_part_1.so
#8 34.22 CCLD UD_Types_part_2.so
#8 34.23 CCLD UD_Types_part_3.so
#8 34.24 CCLD UD_Types_part_4.so
#8 34.24 CCLD UD_Types_part_5.so
#8 34.24 CCLD UD_Types_part_6.so
#8 34.24 CCLD UD_Types_part_7.so
#8 34.24 CCLD IPA_Emulation_part_1.so
#8 34.24 CCLD IPA_Emulation_part_2.so
#8 34.25 CCLD IPA_Emulation_part_3.so
#8 34.25 CCLD IPA_Emulation_part_4.so
#8 34.25 CCLD IPA_Emulation_part_5.so
#8 34.25 CCLD IPA_Emulation_part_6.so
#8 34.25 CCLD IPA_Emulation_part_7.so
#8 34.25 CCLD IPA_CodecPort_CtrlFunctDef.so
#8 34.26 CCLD IPL4asp_PT.so
#8 34.26 CCLD IPL4asp_discovery.so
#8 34.27 CCLD IuUP_EncDec.so
#8 34.27 CCLD L1CTL_PortType_CtrlFunctDef.so
#8 34.27 CCLD Native_FunctionDefs.so
#8 34.27 CCLD OSMUX_CodecPort_CtrlFunctDef.so
#8 34.27 CCLD RLCMAC_EncDec.so
#8 34.27 CCLD RTP_CodecPort_CtrlFunctDef.so
#8 34.27 CCLD RTP_EncDec.so
#8 34.28 CCLD TCCConversion.so
#8 34.28 CCLD TCCInterface.so
#8 34.29 CCLD TELNETasp_PT.so
#8 34.29 CCLD TRXC_CodecPort_CtrlFunctDef.so
#8 34.29 CCLD UD_PT.so
#8 34.45 CCLD RLCMAC_CSN1_Types_part_4.so
#8 34.71 CCLD RLCMAC_CSN1_Types_part_3.so
#8 34.71 CCLD RLCMAC_CSN1_Types_part_1.so
#8 34.88 CCLD IPA_Emulation.so
#8 35.18 CCLD RLCMAC_CSN1_Types_part_2.so
#8 35.66 CCLD RSL_Types_part_1.so
#8 35.70 CCLD BTS_Tests
#8 36.04 make[1]: Leaving directory '/osmo-ttcn3-hacks/_build/bts'
#8 DONE 37.8s
#9 [4/4] COPY GENERIC/BTS_TESTS.CFG /data/BTS_Tests.cfg
#9 DONE 0.2s
#10 exporting to image
#10 exporting layers
#10 exporting layers 1.6s done
#10 writing image sha256:5ef707250528752fb6aaaa979f99632bab5f32813f8776816ea03408d5ad06c4 0.0s done
#10 naming to registry.osmocom.org/osmocom-build/ttcn3-bts-test:latest 0.0s done
#10 DONE 1.7s
[33m2 warnings found (use docker --debug to expand):
[0m - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 13)
- InvalidDefaultArgInFrom: Default value for ARG $REGISTRY/$USER/debian-bookworm-titan results in empty or invalid base image name (line 3)
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/registry-rebuild-upload-ttcn3-bts-tests/ttcn3-bts-test'
+ docker push registry.osmocom.org/osmocom-build/ttcn3-bts-test
Using default tag: latest
The push refers to repository [registry.osmocom.org/osmocom-build/ttcn3-bts-test]
ba3355c87a4f: Preparing
99f1e21d588f: Preparing
33ec74dd4f2e: Preparing
5af61b350705: Preparing
54c286199c34: Preparing
c5e696085450: Preparing
9b6327d0e16b: Preparing
2eccb28d6af5: Preparing
28ef3de123bf: Preparing
e7899ed8ce6f: Preparing
a38dcc3dd2ca: Preparing
1ed774d8fe49: Preparing
ae66f00cea4b: Preparing
8bbbb79c4691: Preparing
2121fef147ae: Preparing
9b6327d0e16b: Waiting
b9ce848e9054: Preparing
fbcabac612a8: Preparing
1c723b0785ab: Preparing
f77cd126bcdf: Preparing
2eccb28d6af5: Waiting
28ef3de123bf: Waiting
e7899ed8ce6f: Waiting
ae66f00cea4b: Waiting
a38dcc3dd2ca: Waiting
fbcabac612a8: Waiting
8bbbb79c4691: Waiting
1ed774d8fe49: Waiting
2121fef147ae: Waiting
b9ce848e9054: Waiting
1c723b0785ab: Waiting
f77cd126bcdf: Waiting
c5e696085450: Waiting
5af61b350705: Layer already exists
54c286199c34: Layer already exists
c5e696085450: Layer already exists
9b6327d0e16b: Layer already exists
2eccb28d6af5: Layer already exists
28ef3de123bf: Layer already exists
e7899ed8ce6f: Layer already exists
a38dcc3dd2ca: Layer already exists
ae66f00cea4b: Layer already exists
1ed774d8fe49: Layer already exists
2121fef147ae: Layer already exists
8bbbb79c4691: Layer already exists
fbcabac612a8: Layer already exists
b9ce848e9054: Layer already exists
33ec74dd4f2e: Pushed
f77cd126bcdf: Layer already exists
1c723b0785ab: Layer already exists
ba3355c87a4f: Pushed
99f1e21d588f: Pushed
latest: digest: sha256:8d22de5c7d802e7c2d94da6bf07db5722f197b5c68ea0222311442161606a332 size: 4289
Finished: SUCCESS