aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-06-17libosmogb: move files to proper location and fix build0.5.0Harald Welte24-19/+26
2012-06-17add GPRS/Gb related osmo_prim SAPsHarald Welte1-0/+5
2012-06-17Import libgb from openbsc.gitHarald Welte19-0/+4449
2012-06-17libgb: separate header files related to spec and implementationHarald Welte6-219/+238
2012-06-17libgb: make sure all BSSGP functions have bssgp_ prefixHarald Welte5-29/+28
2012-06-17libgb/gprs: don't use log_info from libcommon anymoreHarald Welte2-1/+5
2012-06-17libgb: prefix all NS related functions with gprs_Harald Welte7-33/+92
2012-06-17libgb: don't call directly into GMM / LLC layerHarald Welte2-7/+108
2012-06-17libgb: remove dependency of BSSGP to include sgsn/gmm internal structsHarald Welte2-25/+33
2012-06-16libgb: Remove dependency to openbsc/debug.hHarald Welte13-26/+100
2012-06-16add additional newline in vty welcome message0.4.3Harald Welte1-2/+2
2012-06-16libgb: remove dependencies to openbsc/vty.h and openbsc/gsm_data.hHarald Welte5-29/+96
2012-06-16add library VTY nodes for NS and BSSGPHarald Welte1-0/+2
2012-06-16libgb: Use library SS_L_NS instead lf local SS_NSHarald Welte4-7/+17
2012-06-16signal: add SS_L_NS as a signal subsystem for NS code in libosmo-gbHarald Welte1-0/+1
2012-06-16libgb: move GPRS specific msgb CB definitions to separate headerHarald Welte8-8/+37
2012-06-16split libgb into a separate library for outside useHarald Welte11-32/+50
2012-06-03VTY: safe version of printing VTY welcome messageHarald Welte2-19/+11
2012-05-14src/codec: Fix typo in MakefileSylvain Munaut1-1/+1
2012-04-26LAPDm: Ensure there is no payload in DISC frames0.4.2Harald Welte1-1/+6
2012-04-19add GSM_LCHAN_PDTCHHarald Welte1-0/+1
2012-04-18doc: Fix the Doxygen section endingsSylvain Munaut50-50/+50
2012-04-08sync prototype of osmo_sockaddr_is_local with declarationHarald Welte1-1/+1
2012-04-05timer: Increase the imprecision we accept in this testHolger Hans Peter Freyther2-2/+2
2012-04-05libosmogsm: Add tvlv_att_def to exported symbolsHarald Welte1-0/+1
2012-04-05misc: Fix make distcheck, add the new libosmogsm.map file to the tarballHolger Hans Peter Freyther1-0/+2
2012-04-05lapdm: fix RSL message format in RLL ERROR INDICATIONHarald Welte1-1/+0
2012-04-04libosmogsm: Introduce explicit list of exported symbolsHarald Welte4-3/+234
2012-03-28vty: Add a function to write the current config to a file.Holger Hans Peter Freyther2-46/+133
2012-03-26misc: Fix the mail email address in the configure.acHolger Hans Peter Freyther1-1/+1
2012-03-22osmo-auc-gen: Add mode for verifying user-supplied AUTSHarald Welte1-14/+25
2012-03-21update copyright noticeHarald Welte1-2/+2
2012-03-21osmo-auc-gen: Add -O to the getop line to make it workHolger Hans Peter Freyther1-1/+1
2012-03-21auth: Update test result with the new OP/OPC outputHolger Hans Peter Freyther1-0/+2
2012-03-21auth_milenage/osmo-auc-gen: compute OPC in case only OP is knownHarald Welte3-2/+26
2012-03-21osmo-auc-gen: Introduce a small cmdline help/referenceHarald Welte1-1/+26
2012-03-21milenage: Add function to compute OPC from OP and KHarald Welte3-0/+37
2012-03-16lapd: Remove unused variable t200_start in lapd_acknowledge.Holger Hans Peter Freyther1-2/+1
2012-03-16misc: Fix warning when compiling telnet_interface.cHolger Hans Peter Freyther1-0/+1
2012-03-02gsm/a5: Rewrite equation doc with proper numberingSylvain Munaut1-4/+4
2012-03-02misc: Deal with smatch warnings about the bitfieldsHolger Hans Peter Freyther1-1/+1
2012-03-01vty/telnet: Add function to allow binding telnet interface to custom IP/Inter...Sylvain Munaut2-35/+23
2012-03-01misc: Use msgb_free for freeing the messagesHolger Hans Peter Freyther2-2/+2
2012-02-08gsmtap: Add GSMTAP_GPRS_CS() / GSMTAP_GPRS_MCS()Harald Welte1-0/+8
2012-02-07libosmocore/gsm: Fixed total size of gsm48_req_refAndreas Eversberg1-3/+3
2012-01-26GSM 08.08: change gsm0808_create_classmark_update() prototypeHarald Welte3-7/+19
2012-01-26GSM 08.08: Cleanup the code, remove lots of magic hard-coded numbersHarald Welte1-116/+60
2012-01-26gsmtap: make sure we agree with wireshark on GSMTAP channel typesHarald Welte1-2/+2
2012-01-22TLV/msgb: Return first byte of newly-pushed data from msgb_*_push()Harald Welte1-14/+28
2012-01-22tests: Introduce a very basic gsm0808 testHolger Hans Peter Freyther7-1/+291