index
:
osmo-msc
34c3
35c3
36c3
aoip
cccamp2019
fairwaves/production
falconia/production
jolly/vgcs
keith/LCLS_SIP
keith/lcls2r1
keith/lcls_nonsense
keith/sms
keith/sqlite3_no_unixepoch
laforge/gsup
laforge/nosql
laforge/sgsap
laforge/sqlite3
laforge/ussd
lynxis/pre_release
master
msuraev/smpp
neels/1.6.2
neels/35c3
neels/3g_opt_in
neels/a54
neels/call_during_call
neels/cc_timeout
neels/codecs
neels/codecs_fmtp
neels/codecs_tmp
neels/db_log
neels/dbi_debug
neels/dev
neels/dgsm
neels/dgsm_and_codecs
neels/encryption
neels/ho
neels/lcls_nonsense
neels/log
neels/master
neels/mgw_domain
neels/mipsel
neels/mncc_codecs
neels/mncc_codecs2
neels/mncc_codecs3
neels/mncc_path
neels/msc_vlr_test_a54
neels/os2779
neels/os2983
neels/os3062
neels/osmo_timer
neels/re-est
neels/reass
neels/sms_over_gsup
neels/split
neels/unexpected_id_resp
neels/vgcs
neels/vlr_evil_twin1
neels/vlr_evil_twin3
neels/vtyref
news_from_openbsc
osmith/fix-python3
osmith/move-manuals-to-project-repos
osmith/rpm
osmith/wip
osmith/wip-csd
pespin/fix-smsc-use-after-free
pespin/foo
pespin/ipv6
pespin/master
pespin/release-1.4.0
pespin/smpp2
pespin/systemd
pespin/test
pespin/tmp
pmaier/callref
pmaier/fixlength
pmaier/lac
rhizomatica/production
rhizomatica/testing
stsp/lu_expire
stsp/neighbor_ident
stsp/smpp_store_sms
tnt/silent-call
OsmoMSC: Osmocom's Mobile Switching Center for 2G and 3G circuit-switched mobile networks
Harald Welte
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
openbsc
/
include
/
openbsc
/
gsm_04_08.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-16
comment on mscsplit, indent comment
Neels Hofmeyr
1
-0
/
+2
2017-03-16
Use libvlr in libmsc (large refactoring)
Neels Hofmeyr
1
-1
/
+0
2017-03-08
add struct bsc_subscr, separating libbsc from gsm_subscriber
Neels Hofmeyr
1
-1
/
+3
2017-02-03
gsm48_tx_mm_auth_req(): support UMTS AUTN
Neels Hofmeyr
1
-1
/
+2
2016-01-30
gsm0408: Provide unique strings for the gsm 04.08 message
Holger Hans Peter Freyther
1
-2
/
+2
2015-10-02
amr: Instead of putting ms/bts into the same struct.. use it twice
Holger Hans Peter Freyther
1
-1
/
+2
2015-09-22
Add full AMR multirate IE support with VTY config for MS and BTS side
Andreas Eversberg
1
-0
/
+3
2015-08-17
Add option to set RADIO LINK TIMEOUT value via VTY
Andreas Eversberg
1
-0
/
+14
2013-11-01
bsc: Move gsm48_tx_mm_serv_ack/rej to gsm_04_08_utils.c
Jacob Erlbeck
1
-0
/
+3
2013-10-31
Revert "bsc/ussd: Send faked CM Service Accept before sending USSD"
Holger Hans Peter Freyther
1
-3
/
+0
2013-10-31
bsc/ussd: Send faked CM Service Accept before sending USSD
Jacob Erlbeck
1
-0
/
+3
2012-01-23
Move the bulk of RR processing from MSC into BSC
Harald Welte
1
-0
/
+3
2011-07-23
fix some header file related issues preventing lcr from compiling
Harald Welte
1
-4
/
+6
2011-04-18
misc: Move from u_int to uint types of stdint.h
Holger Hans Peter Freyther
1
-13
/
+13
2011-03-23
src: use new library libosmogsm and new path to headers in libosmocore
Pablo Neira Ayuso
1
-2
/
+2
2011-01-01
mncc_sock: Clear all calls if MNCC application (LCR) disconnects
Harald Welte
1
-0
/
+1
2011-01-01
MNCC: remove 'upqueue'
Harald Welte
1
-2
/
+0
2011-01-01
MNCC: rename mncc_send() to mncc_tx_to_cc()
Harald Welte
1
-1
/
+1
2010-12-23
GPRS: enhance msgb headroom/tailroom for SGSN (GMM)
Harald Welte
1
-2
/
+2
2010-09-06
chan: Store the to be assigned channel type in the GSM Network.
Holger Hans Peter Freyther
1
-2
/
+3
2010-07-05
msc: Create a dummy operation to keep the channel open for five seconds
Holger Hans Peter Freyther
1
-0
/
+1
2010-06-21
bsc_api: Remove the lchan usage from the Paging Response handling.
Holger Hans Peter Freyther
1
-1
/
+1
2010-06-20
[BSC] Implement per-timeslot ARFCN lists for frequency hopping
Harald Welte
1
-0
/
+2
2010-06-17
bsc_api: Move gsm48_rcvmsg into the BSC API and dispatch.
Holger Hans Peter Freyther
1
-0
/
+1
2010-06-16
bsc_api: Use gsm_subscriber_connection in rrlp.c
Holger Hans Peter Freyther
1
-1
/
+1
2010-06-16
bsc_api: Cut back on direct lchan usage.
Holger Hans Peter Freyther
1
-2
/
+2
2010-06-15
gsm48: Split LU Reject sending and generation into two.
Holger Hans Peter Freyther
1
-0
/
+1
2010-06-15
gsm48: Separate CM Service Reject sending and creation.
Holger Hans Peter Freyther
1
-0
/
+1
2010-06-15
bsc_api: Remove the lchan argument from gsm48_tx_mm_info.
Holger Hans Peter Freyther
1
-1
/
+1
2010-06-15
bsc_api: Move most of GSM0408 to the DTAP API...
Holger Hans Peter Freyther
1
-2
/
+0
2010-06-15
bsc_api: Switch gsm_04_08.c to use the clear request of the API.
Holger Hans Peter Freyther
1
-0
/
+2
2010-05-16
gsm48: Add a generic MI from classmark+mi extraction.
Holger Hans Peter Freyther
1
-0
/
+1
2010-05-16
gsm48: Add size checks to the paging response mi parsing.
Holger Hans Peter Freyther
1
-1
/
+1
2010-05-04
make gsm48_msgb_alloc() a static inline function
Harald Welte
1
-1
/
+9
2010-03-28
remove gsm48_mi_to_string() as it is now in libosmocore 0.1.3
Harald Welte
1
-1
/
+0
2010-03-04
move some gsm48 utility functions to libosmocore
Harald Welte
1
-6
/
+0
2010-03-02
remove gsm04.08 utility code that has been moved to libosmocore
Harald Welte
1
-0
/
+1
2010-02-20
move GSM protocol definitions to include/osmocore/protocol/*
Harald Welte
1
-736
/
+1
2010-01-28
[gsm48] Allow to send the assignment command on a different lchan
Holger Hans Peter Freyther
1
-1
/
+1
2010-01-03
gsm_04_08: Specify key_seq when calling gsm48_tx_mm_auth_req
Sylvain Munaut
1
-1
/
+1
2009-12-17
make handover reference a function call argument
Harald Welte
1
-2
/
+2
2009-12-06
location updating reject cause now specified on VTY rather than command line ...
Harald Welte
1
-1
/
+0
2009-12-01
Replace template-based SYSTEM INFORMATION with real implementation
Harald Welte
1
-5
/
+18
2009-11-29
[handover] Implement handover control logic
Harald Welte
1
-0
/
+2
2009-11-29
[handover] Implement 04.08 HANDOVER COMMAND
Harald Welte
1
-0
/
+16
2009-11-29
New complete measurement result/report handling
Harald Welte
1
-24
/
+4
2009-11-22
[chan] Alloc SDCCH for certain reserved types
Holger Hans Peter Freyther
1
-0
/
+3
2009-11-19
[lchan] RSL and RR need the multirate config, place it in the lchan
Holger Hans Peter Freyther
1
-2
/
+2
2009-11-17
[gsm48] When picking AMR we need to supply the multirate config
Holger Hans Peter Freyther
1
-2
/
+20
2009-11-17
[neci] Separate handling of chan requested for paging any
Holger Hans Peter Freyther
1
-1
/
+2
[next]